bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Problems compiling gettext 0.10.35 on Solaris_5.5.1.


From: Mario Nigrovic
Subject: Re: Problems compiling gettext 0.10.35 on Solaris_5.5.1.
Date: Mon, 16 Oct 2000 09:56:58 -0700

Mario Nigrovic on waldo wrote:
> 
> Hello -
> 
>    I am in the middle of compiling GNU utilities for several
> platforms, and I am having a problem with gettext on Solaris
> 5.5.1 only.

Later that night, I delved into the makefiles and found
--with-included-gettext, which, if supplied, allows these functions to
compile, but then I ran across the same problem while building bison.
Again, the --with-included-gettext solves the problem, but it led me to
suspect that the real problem wasn't either package, but _configure_.

I'm not sure I understand all the magic behind autoconf, but it seems that
the real issue may be that, although configure is finding gettext() in
-lintl, it forgets to include -lintl in the final LIBS definition.

This is not an issue on Solaris 5.6 and above, because the gettext()
functions are in libc on those releases.

                                        Mario

-- 
 <|  A crash reduces          |>                address@hidden
  |> Your expensive computer <|      EL517/2100 E. Elliot Rd/Tempe AZ 85284
  @  To a simple stone.       @          desk:480/413-3578 pgr:877/551-1195



reply via email to

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