create executable file

2007-11-12 Thread susan xie
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++

failure in "colorful tests"

2007-11-12 Thread Bob Proulx
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

Re: How best to incorporate -Wl,--whole-archives with _PROGRAMS

2007-11-12 Thread Peter O'Gorman
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