Hi,
I want to create an executable file with the libraries created by libtool
during 'make' process, but I met the following errors:
-
make[1]: Entering directory `/test'
/bin/sh ../../../libtool --mode=link --tag=CXX g++
This following automake 'make check' finishes successfully.
env TERM=ansi make -C tests check TESTS=color.test
However this next one has a failure.
env TERM=dumb make -C tests check TESTS=color.test
And this one is quite colorful! :-)
env TERM=dumb VERBOSE=yes make -C tests check TESTS=c
Kamaljit Singh wrote:
> I am trying to build a .so (without libtool) but instead using the _PROGRAMS.
>
> If I want to use -Wl,--whole-archives ... -Wl,--no-whole-archives in the
> _LDLIBS
> it barfs and if I use it in _LDFLAGS then it doesnt get into the dependencies,
> unless I explicitly put i