This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building same source with different flags


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]