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:20:06
Message-Id: 4E8B07BC.8070109@orlitzky.com
In Reply to: Re: [gentoo-user] gnubatch-1.4 make error [OT] by Michael Orlitzky
1 On 10/04/2011 09:00 AM, Michael Orlitzky wrote:
2 > On 10/04/2011 04:14 AM, Marius Vaitiekunas wrote:
3 >
4 > You can try exporting LIBTOOL='/usr/bin/libtool --tag=CC' before you
5 > emerge it. This is usually a Makefile problem, I'd file a bug:
6 >
7 > https://bugs.gentoo.org/
8 >
9
10 Oh, it isn't in portage.
11
12 It's a bug in the Makefiles. The first one is in build/lib/Makefile, you
13 can edit the CC line to read,
14
15 CC = libtool --tag=CC --mode=compile gcc
16
17 But, all other calls to libtool have the same problem, across multiple
18 Makefiles. I was able to compile it eventually, but I had to edit them all.

Replies

Subject Author
Re: [gentoo-user] gnubatch-1.4 make error [OT] Marius Vaitiekunas <mariusvaitiekunas@×××××.com>