[gentoo-user] gnubatch-1.4 make error [OT]

2011-10-04 Thread Marius Vaitiekunas
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

Re: [gentoo-user] gnubatch-1.4 make error [OT]

2011-10-04 Thread Michael Orlitzky
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

Re: [gentoo-user] gnubatch-1.4 make error [OT]

2011-10-04 Thread Michael Orlitzky
On 10/04/2011 09:00 AM, Michael Orlitzky wrote: On 10/04/2011 04:14 AM, Marius Vaitiekunas wrote: 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/ Oh, it isn't in portage. It's

Re: [gentoo-user] gnubatch-1.4 make error [OT]

2011-10-04 Thread Marius Vaitiekunas
On Tue, Oct 4, 2011 at 4:18 PM, Michael Orlitzky mich...@orlitzky.com wrote: On 10/04/2011 09:00 AM, Michael Orlitzky wrote: On 10/04/2011 04:14 AM, Marius Vaitiekunas wrote: You can try exporting LIBTOOL='/usr/bin/libtool --tag=CC' before you emerge it. This is usually a Makefile problem,