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

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

glib-2.0.x problem with gettext-0.11.x


From: Gansser, Martin
Subject: glib-2.0.x problem with gettext-0.11.x
Date: Mon, 26 Aug 2002 09:50:15 +0200

Hi,

there is a problem with gettext-0.11.x in conjunction with glib-2.0.x on hpux 
10.20 and hpux 11.00.

I brought this to the attention of the glib developers and they think
it is a libtool problem, but the developer of libtool think it´s a gettext 
problem.
this is the error message I get if I compile glib-2.0.6 with gcc-3.x on hpux 
11.00:

gmake

...
rm -fr .libs/libglib-2.0.lax
mkdir .libs/libglib-2.0.lax
rm -fr .libs/libglib-2.0.lax/libcharset.al
mkdir .libs/libglib-2.0.lax/libcharset.al
(cd .libs/libglib-2.0.lax/libcharset.al && ar x 
/users/mgansser/GNU/glib-2.0.4/glib/libcharset/.libs
/libcharset.al)
/usr/ccs/bin/ld -b +h libglib-2.0.sl.0 +b /usr/local/lib -o 
.libs/libglib-2.0.sl.0.4  garray.lo gasy
ncqueue.lo gbacktrace.lo gbsearcharray.lo gcache.lo gcompletion.lo gconvert.lo 
gdataset.lo gdate.lo
gdir.lo gerror.lo gfileutils.lo ghash.lo ghook.lo giochannel.lo glist.lo 
gmain.lo gmarkup.lo gmem.lo
 gmessages.lo gnode.lo gpattern.lo gprimes.lo gqsort.lo gqueue.lo grel.lo 
grand.lo gscanner.lo gshel
l.lo gslist.lo gstrfuncs.lo gstring.lo gthread.lo gthreadpool.lo gtimer.lo 
gtree.lo guniprop.lo gutf
8.lo gunibreak.lo gunicollate.lo gunidecomp.lo gutils.lo giounix.lo gspawn.lo 
.libs/libglib-2.0.lax/
libcharset.al/localcharset.lo   -L/usr/local/lib libcharset/.libs/libcharset.al 
-R/usr/local/lib -lc
 /usr/local/lib/libintl.sl /usr/local/lib/libiconv.sl -lc
/usr/ccs/bin/ld: Invalid numeric argument for -R/usr/local/lib
gmake[3]: *** [libglib-2.0.la] Error 1
gmake[3]: Leaving directory `/users/mgansser/GNU/glib-2.0.4/glib'
gmake[2]: *** [all-recursive] Error 1


The Problem can be solved by manipulate the following file 
'/usr/local/lib/libintl.la'

just change:
dependency_libs=' -R/usr/local/lib -L/usr/local/lib /usr/local/lib/libiconv.la 
-lc'
in
dependency_libs=' -L/usr/local/lib /usr/local/lib/libiconv.la -lc'


Martin




reply via email to

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