Hi,
It has been discussed recently that the way the VERSION is set with
automake is suboptimal when the VERSION is changing frequently [1]. The
problem is basically that autoconf has to be re-run every time the
VERSION is updated, which is not convenient if the VERSION is updated,
e.g., at ev
Hello Tomas,
* Tomas Oberhuber wrote on Sat, Jan 02, 2010 at 11:33:46AM CET:
> Now I try to compile whole project with nvcc. It seems to work but I get this
>
> ibtool: link:
> nvcc -shared -nostdlib
> .libs/libtnl-0.1.lax/libtnldebug-0.1.a/libtnldebug_0_1_la-tnlDebugStructure.o
> .libs/li
I have a project using Automake (with multiple Makefile.am's) and libtool.
This project is built with CXX=gcc.
I would like to override the command used to link a shared library in a
specific Makefile.am (to link with g++ rather than gcc).
I found I could do this in Makefile.am:
CXXLD = @OQGRAPH