Gentoo Archives: gentoo-user

From: Marius Vaitiekunas <mariusvaitiekunas@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] gnubatch-1.4 make error [OT]
Date: Tue, 04 Oct 2011 08:15:33
Message-Id: CA+eMnAdFLds8qttCPbka9=6QK+EDPC2VNq8vArxgW4fU9aKZTQ@mail.gmail.com
1 Hello,
2 Maybe it is OT, but i am doing it on gentoo.
3 I am trying to compile gnubatch-1.4 (http://www.gnu.org/s/gnubatch/).
4 GCC-4.5.3, bison 2.4.3, flex 2.5.35. I get the following error
5 message:
6
7 cd build;make all
8 make[1]: Entering directory `/home/gnubatch/build'
9 gcc -O -g -Wall -fno-stack-protector -Ihdrs -I.. -c -o btcharge.o btcharge.c
10 btcharge.c:35:13: warning: ‘Filename’ defined but not used
11 cd lib;make
12 make[2]: Entering directory `/home/gnubatch/build/lib'
13 libtool --mode=compile gcc -O -g -Wall -fno-stack-protector -I../hdrs
14 -I../.. -c -o advtime.o advtime.c
15 libtool: compile: unable to infer tagged configuration
16 libtool: compile: specify a tag with `--tag'
17 make[2]: *** [advtime.o] Error 1
18 make[2]: Leaving directory `/home/gnubatch/build/lib'
19 make[1]: *** [lib/libgnubatch_int.la] Error 2
20 make[1]: Leaving directory `/home/gnubatch/build'
21 make: *** [build-src] Error 2
22
23 Anybody could explain, what should i do? Thank you in advance.

Replies

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