After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 88234 - glib-2.0.4 breaks on hp-ux 11.00
glib-2.0.4 breaks on hp-ux 11.00
Status: RESOLVED DUPLICATE of bug 78302
Product: glib
Classification: Platform
Component: general
2.0.x
Other HP-UX
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2002-07-15 15:18 UTC by MG
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description MG 2002-07-15 15:18:51 UTC
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


this is my built script:

setenv CPPFLAGS "-I/usr/local/include"
setenv LDFLAGS "-L/usr/local/lib"
setenv RANLIB "/bin/true"
#
gmake distclean
rm config.cache
./configure --prefix=/usr/local --x-includes=/usr/include/X11R6 \
            --x-libraries=/usr/lib/X11R6 --with-libiconv=gnu \
            --enable-threads=no --enable-static=yes
gmake

Compiler: gcc-3.1

thanks Martin
Comment 1 Owen Taylor 2002-07-25 22:42:51 UTC

*** This bug has been marked as a duplicate of 78302 ***
Comment 2 MG 2002-08-26 06:49:11 UTC
I know his bug is a duplicate of 78302.
I brought this to the attention of the libtool developers and they 
think it is a gettext problem.

I`ve test it by remove  '-R/usr/local/lib' 
from "/usr/local/lib/libintl.la".

It seems to solve the problem on hpux with glib-2.0.x
Comment 3 Owen Taylor 2002-10-14 22:20:21 UTC
Not sure why this was repoened :-)

*** This bug has been marked as a duplicate of 78302 ***