This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: building same source with different flags
- From: Ralf Corsepius <corsepiu at faw dot uni-ulm dot de>
- To: Ted Irons <ironst at saic dot com>
- Cc: automake at gnu dot org, libtool at gnu dot org
- Date: 21 Dec 2001 10:31:54 +0100
- Subject: Re: building same source with different flags
- References: <3C22C1F9.77DA620A@saic.com>
Am Fre, 2001-12-21 um 06.00 schrieb Ted Irons:
> Am using autoconf-2.5.2, automake-1.4b, libtool-1.4b
> on an ix86 box run running Suse Linux with kernel-2.4.6.
>
> When I run make I get the following error:
>
> source='ascbin.cc' object='libhrnet_la-ascbin.lo' libtool=yes \
> depfile='.deps/libhrnet_la-ascbin.Plo' tmpdepfile='.deps/libhrnet_la-ascbin.TPlo' \
> depmode=gcc /bin/sh ../../../pipes-1.0/config/depcomp \
> /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../pipes-1.0/tma/hbp.lib -I../.. -fpermissive -I../../../pipes-1.0/tma/util.lib -I../../../pipes-1.0/tma/trff.lib -g -O2 -c -o libhrnet_la-ascbin.lo `test -f ascbin.cc || echo '../../../pipes-1.0/tma/hbp.lib/'`ascbin.cc
> g++ -DHAVE_CONFIG_H -I. -I../../../pipes-1.0/tma/hbp.lib -I../.. -fpermissive -I../../../pipes-1.0/tma/util.lib -I../../../pipes-1.0/tma/trff.lib -g -O2 -c ../../../pipes-1.0/tma/hbp.lib/ascbin.cc -Wp,-MD,.deps/libhrnet_la-ascbin.TPlo -fPIC -DPIC
> mv -f libhrnet_la-ascbin.o .libs/libhrnet_la-ascbin.o
> mv: cannot stat `libhrnet_la-ascbin.o': No such file or directory
> make[3]: *** [libhrnet_la-ascbin.lo] Error 1
>
> ===============================================
>
> Any ideas as to what I am doing wrong?
Try automake-1.5
Ralf