On Tue, 2007-06-26 at 11:40 +0200, Petr Sobotka wrote:
> Hello,
> 
> I compiled program with gcc, with SFEgettext installed.
> The output of program was linked with libgnuintl, which SFEgettext
> didn't install to /usr/lib, but it's build contain it.

Hmm... so if libgnuintl is not in /usr/lib, where did the build
find it?  How could it link with it?

> Why it's not installed to system, when it's include files do?
> Is there any reason for this strange behavior?

Actually, you should not need libgnuintl on Solaris, the gettext
API in libc is (mostly) compatible with GNU gettext, what you
may need GNU gettext for is the gettext tools, like msgfmt,
msgmerge, xgettext.

Laca



Reply via email to