Re: building same source with different flag

2002-01-06 Thread Alexandre Duret-Lutz
>>> "Ted" == Ted Irons <[EMAIL PROTECTED]> writes: [...] Ted> if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then Ted> echo $ECHO_N "(cached) $ECHO_C" >&6 Ted> else Ted> lt_cv_prog_compiler_c_o_CXX=no [...] Ted> save_CFLAGS="$CFLAGS" Ted> CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" [.

Re: building same source with different flag

2002-01-04 Thread Ted Irons
Alexandre - I have started to look into why g++ is not accepting both -c and -o. Here is what I have so far: --- In configure.ac I have ... ACX_CXXCOMPILE AM_PROG_LIBTOOL where ACX_CXXCOMPILE is dnl ACX_CXXCOMPILE dnl dnl Checks

Re: building same source with different flag

2002-01-01 Thread Tom Tromey
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> I can reproduce your problem by manually setting compiler_c_o and adl> compiler_o_lo to "no" in the libtool script generated for a adl> pet-project. So ... adl> As an immediate work-around, you can prevent `depcomp' to add adl

Re: building same source with different flag

2001-12-27 Thread Alexandre Duret-Lutz
Ted Irons <[EMAIL PROTECTED]> writes: [...] | Am using autoconf-2.5.2, automake-1.5b, libtool-1.4b | on an ix86 box run running Suse Linux with kernel-2.4.6. [...] | libohrnet_la_SOURCES = ascbin.cc | libohrnet_la_CXXFLAGS = -DHIGHER_ORDER_NET ${HBP_CXXFLAGS} | libohrnet_la_LDFLAGS = -version-inf

Re: building same source with different flag

2001-12-26 Thread Ted Irons
My first post involved using automake-1.5b. I have subsequently tried the same thing using automake-1.5. The error message was the same. - Ted P.S. Automake-1.5b seems to exhibit other peculiarities - like picking up shared libraries from the wrong place. When I get back to automake-1.5b, I'll