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

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

Re: install problem gettext-0.14.1 on AIX 4.3.3, gcc-2.95.3


From: Bruno Haible
Subject: Re: install problem gettext-0.14.1 on AIX 4.3.3, gcc-2.95.3
Date: Fri, 19 Mar 2004 22:35:27 +0100
User-agent: KMail/1.5

Kouichi Hashikawa wrote:
> ar cr libbaz.a foo.o bar.o    # non-shared library
>
> nm ... foo.o bar.o | awk ... > libbaz.exp
>                               # create export list
>
> gcc -o shared -o libbaz.so foo.o bar.o -Wl,-bE:libbaz.exp
>                               # create shared object
>
> ar cru libbaz.a libbaz.so
>                               # create non-shared, shared library.
>
> and install libbaz.a to /usr/local/lib.
> ...
> >     $(RM) $(DESTDIR)$(libdir)/libgettextlib.a
>
> remove /usr/local/lib/libXXX.a.
> rm -f /usr/local/lib/libgettextlib.a                          <==========

Thanks for the report. This will be fixed in the next gettext release.

Bruno





reply via email to

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