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

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

Re: gettext --with-included-gettext and INSTALLPREFIX problem


From: Bruno Haible
Subject: Re: gettext --with-included-gettext and INSTALLPREFIX problem
Date: Mon, 19 Jul 2004 12:22:37 +0200
User-agent: KMail/1.5

Pawel Kot wrote:
> > why
> > would a package need to compile intl/* in PIC mode? Only GNU gettext
> > shall install libintl.so; other packages shouldn't do that.
>
> -fPIC and -DPIC flags are automatically added by autotools (libtool in
> this case). And I belive mixing PIC and non-PIC code will not work.

Putting non-PIC code into a shared library will not work, indeed.

Btw, I see that in gnokii-0.6.3 you use AM_GNU_GETTEXT([use-libtool]).
This is not supported any more. The only two supported configurations
are:
  - no-libtool: built libintl.a so that you can link your executables with it
    (but don't put the code into your shared libraries),
  - external: link against an external libintl shared library.

Bruno





reply via email to

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