libtool
[Top][All Lists]
Advanced

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

Re: 64bit HPUX problems


From: Albert Chin
Subject: Re: 64bit HPUX problems
Date: Tue, 13 Aug 2002 11:15:49 -0500
User-agent: Mutt/1.2.5i

On Tue, Aug 13, 2002 at 05:08:42PM +0100, address@hidden wrote:
> I'm not making myself clear on the problem with hardcode_into_libs.  The
> bug is below in full glory.
> 
> make[1]: Entering directory `/opt/dev64/tmp/glib-2.0.6/glib/libcharset'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/opt/dev64/tmp/glib-2.0.6/glib/libcharset'
> make[1]: Entering directory `/opt/dev64/tmp/glib-2.0.6/glib'
> /bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -D_REENTRANT  -o
> libglib-2.0.la -rpath /opt/gtk+-2.0/lib -version-info 0:6:0 -export-dynamic
> garray.lo gasyncqueue.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 gshell.lo gslist.lo gstrfuncs.lo gstring.lo
> gthread.lo gthreadpool.lo gtimer.lo gtree.lo guniprop.lo gutf8.lo
> gunibreak.lo gunicollate.lo gunidecomp.lo gutils.lo
> libcharset/libcharset.la giounix.lo gspawn.lo      -liconv -lintl -liconv
> rm -fr .libs/libglib-2.0.la .libs/libglib-2.0.* .libs/libglib-2.0.*
> gcc -shared  garray.lo gasyncqueue.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 gshell.lo gslist.lo gstrfuncs.lo gstring.lo
> gthread.lo gthreadpool.lo gtimer.lo gtree.lo guniprop.lo gutf8.lo
> gunibreak.lo gunicollate.lo gunidecomp.lo gutils.lo giounix.lo gspawn.lo
> -Wl,--whole-archive libcharset/.libs/libcharset.al -Wl,--no-whole-archive
> -L/opt/dev64/lib libcharset/.libs/libcharset.al -R/opt/dev64/lib -lc
> /opt/dev64/lib/libintl.sl /opt/dev64/lib/libiconv.sl -lc  -Wl,-soname
> -Wl,libglib-2.0.sl.0 -o .libs/libglib-2.0.sl.0.6
> gcc: unrecognized option `-R/opt/dev64/lib'
> (cd .libs && rm -f libglib-2.0.sl.0 && ln -s libglib-2.0.sl.0.6
> libglib-2.0.sl.0)
> (cd .libs && rm -f libglib-2.0.sl && ln -s libglib-2.0.sl.0.6
> libglib-2.0.sl)
> creating libglib-2.0.la
> (cd .libs && rm -f libglib-2.0.la && ln -s ../libglib-2.0.la
> libglib-2.0.la)
> make[1]: Leaving directory `/opt/dev64/tmp/glib-2.0.6/glib'
> address@hidden 17:04:24 $
> 
> The -R/opt/dev64/lib comes from the depencies of libintl.la.

gettext is broken. It's not libtool's fault. Look at your libintl.la.
-R should *not* be there.

-- 
albert chin (address@hidden)




reply via email to

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