bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

-lintl is not being picked up on solaris 2.8 with binutils 2.14


From: Leisner, Martin
Subject: -lintl is not being picked up on solaris 2.8 with binutils 2.14
Date: Mon, 08 Dec 2003 17:02:06 -0500

I don't know much about gettext...

But I recently had to make binutils 2.14 and it wouldn't make without
--with-included-gettext.

I just made gettext-0.13 and installed it.

I went back and tried to make binutils

No luck -- after some head scratching and reading libintl.h, I noticed
that binutils wasn't appending -lintl anywhere...

In binutils/binutils when I 
        make INTLLIBS=-lintl
it makes with no problem...

But autoconf isn't detecting INTTLIBS=-lintl (it sets
INTTLIBS to null).

Also, when I type
        make INTTLIBS=-lintl 
at the top level, -lintl doesn't get passed down...

Not sure I understand why...

marty




reply via email to

[Prev in Thread] Current Thread [Next in Thread]