On Thu, Feb 10, 2005 at 04:45:57AM -0800, MJ wrote: > Hey people, > > I wonder if anyone can point me in the right > direction. I started gentoo linux about 4 weeks ago > so please excuse my noobiness. > > Grabbing the files from cvs is fine. After doing a > "./for-all-dirs ../buildit" the following error stops > the rest of the compile. > > make all-am > make[5]: Entering directory > `/home/mj/cvs/gnuradio/gr-build/gnuradio-core/src/lib/filter' > /bin/sh ../../../libtool --mode=compile as @ASFLAGS@ > -c -o float_dotprod_sse.lo `test -f > float_dotprod_sse.s || echo './'`float_dotprod_sse.s > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > make[5]: *** [float_dotprod_sse.lo] Error 1
For some reason @ASFLAGS@ is not getting expanded. I note below that you've got automake 1.5 and 1.9.4. 1.5 is too old. I'm not familiar with gentoo, so I don't know what to tell you, but if there's a way to ensure it's using automake-1.9.4, try that. > sys-devel/automake: 1.5, 1.9.4 > sys-devel/binutils: 2.15.92.0.2-r1 > sys-devel/libtool: 1.5.10-r4 > virtual/os-headers: 2.4.21-r1 Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio