Gentoo Archives: gentoo-user

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gnubatch-1.4 make error [OT]
Date: Tue, 04 Oct 2011 13:02:13
Message-Id: 4E8B0380.4010900@orlitzky.com
In Reply to: [gentoo-user] gnubatch-1.4 make error [OT] by Marius Vaitiekunas
1 On 10/04/2011 04:14 AM, Marius Vaitiekunas wrote:
2 > Hello,
3 > Maybe it is OT, but i am doing it on gentoo.
4 > I am trying to compile gnubatch-1.4 (http://www.gnu.org/s/gnubatch/).
5 > GCC-4.5.3, bison 2.4.3, flex 2.5.35. I get the following error
6 > message:
7 >
8 > cd build;make all
9 > make[1]: Entering directory `/home/gnubatch/build'
10 > gcc -O -g -Wall -fno-stack-protector -Ihdrs -I.. -c -o btcharge.o btcharge.c
11 > btcharge.c:35:13: warning: ‘Filename’ defined but not used
12 > cd lib;make
13 > make[2]: Entering directory `/home/gnubatch/build/lib'
14 > libtool --mode=compile gcc -O -g -Wall -fno-stack-protector -I../hdrs
15 > -I../.. -c -o advtime.o advtime.c
16 > libtool: compile: unable to infer tagged configuration
17 > libtool: compile: specify a tag with `--tag'
18 > make[2]: *** [advtime.o] Error 1
19 > make[2]: Leaving directory `/home/gnubatch/build/lib'
20 > make[1]: *** [lib/libgnubatch_int.la] Error 2
21 > make[1]: Leaving directory `/home/gnubatch/build'
22 > make: *** [build-src] Error 2
23 >
24 > Anybody could explain, what should i do? Thank you in advance.
25 >
26
27 You can try exporting LIBTOOL='/usr/bin/libtool --tag=CC' before you
28 emerge it. This is usually a Makefile problem, I'd file a bug:
29
30 https://bugs.gentoo.org/

Replies

Subject Author
Re: [gentoo-user] gnubatch-1.4 make error [OT] Michael Orlitzky <michael@××××××××.com>