Re: Building on Solaris 7 - gettext/iconv warnings.



Murray Cumming wrote:

> Sorry for accidentally cc-ing this to gnome-components before.
> 
> OK, here goes:

Let's assume that both libintl and libiconv will be installed in
/home/mcumming/lib and that libiconv is already there. In that case, just
do:

gcc -shared -Wl,-ztext -soname libintl.so.1 -o .libs/libintl.so.1.0.1 
intl-compat.lo bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo
finddomain.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo
explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo
plural.lo localcharset.lo  -L/home/mcumming/lib -liconv '-R$ORIGIN' -lc
-Wl,-zdefs -Wl,-zcombreloc

And then:

cp .libs/libintl.so.1.0.1 /home/mcumming/lib/libintl.so.1
cd /home/mcumming/lib
ln -s libintl.so.1 libintl.so

-- 
 .-.   .-.    Are you crying?  No, I'm bleeding.
(_  \ /  _)
     |        dave arsdigita com
     |




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