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 a bug in the Makefiles. The first one is in build/lib/Makefile, you
can edit the CC line to read,

  CC = libtool --tag=CC --mode=compile gcc

But, all other calls to libtool have the same problem, across multiple
Makefiles. I was able to compile it eventually, but I had to edit them all.


Reply via email to