On 10/04/2011 04:14 AM, Marius Vaitiekunas wrote:
> Hello,
> Maybe it is OT, but i am doing it on gentoo.
> I am trying to compile gnubatch-1.4 (http://www.gnu.org/s/gnubatch/).
> GCC-4.5.3, bison 2.4.3, flex 2.5.35. I get the following error
> message:
> 
> cd build;make all
> make[1]: Entering directory `/home/gnubatch/build'
> gcc -O -g -Wall -fno-stack-protector  -Ihdrs -I..   -c -o btcharge.o 
> btcharge.c
> btcharge.c:35:13: warning: ‘Filename’ defined but not used
> cd lib;make
> make[2]: Entering directory `/home/gnubatch/build/lib'
> libtool --mode=compile gcc -O -g -Wall -fno-stack-protector  -I../hdrs
> -I../..   -c -o advtime.o advtime.c
> libtool: compile: unable to infer tagged configuration
> libtool: compile: specify a tag with `--tag'
> make[2]: *** [advtime.o] Error 1
> make[2]: Leaving directory `/home/gnubatch/build/lib'
> make[1]: *** [lib/libgnubatch_int.la] Error 2
> make[1]: Leaving directory `/home/gnubatch/build'
> make: *** [build-src] Error 2
> 
> Anybody could explain, what should i do? Thank you in advance.
> 

You can try exporting LIBTOOL='/usr/bin/libtool --tag=CC' before you
emerge it. This is usually a Makefile problem, I'd file a bug:

  https://bugs.gentoo.org/

Reply via email to