gnustep-dev
[Top][All Lists]
Advanced

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

Re: gnustep-back-0.9.4 link issue: _TIFFmalloc


From: T.J. Yang
Subject: Re: gnustep-back-0.9.4 link issue: _TIFFmalloc
Date: Sat, 23 Oct 2004 17:39:42 -0500





T.J. Yang




From: Adam Fedor <address@hidden>
To: "T.J. Yang" <address@hidden>
CC: address@hidden
Subject: Re: gnustep-back-0.9.4 link issue: _TIFFmalloc Date: Sat, 23 Oct 2004 13:53:10 -0600


On Oct 22, 2004, at 9:49 PM, T.J. Yang wrote:

Undefined                       first referenced
symbol                             in file
_TIFFmalloc /opt/TWWfsw/GNUstep/System/Library/Libraries/libgnustep-gui.so _TIFFfree /opt/TWWfsw/GNUstep/System/Library/Libraries/libgnustep-gui.so TIFFClientOpen /opt/TWWfsw/GNUstep/System/Library/Libraries/libgnustep-gui.so
ld: fatal: Symbol referencing errors. No output written to shared_obj/gpbs


I've hade this problem on Solaris, but I haven't put in a good solution yet. RIght now I do

LDFLAGS=-L/usr/local/lib ./configure

to make sure it picks up the libtiff library that I installed rather than the default one that comes with Solaris.

Just want to confirm you point. The libgnustep-gui.so did bind to
tiff libray from Solaris. I will try to correct this problem by using LDFLAGS you suggested. I need to slow down a bit to really understand the LDFLAGS,$LD_LIBRARY_PATH etc ...



address@hidden> ldd /opt/TWWfsw/GNUstep/System/Library/Libraries/libgnustep-gui.so
       libgnustep-base.so.1.10 =>       (file not found)
       libaudiofile.so.0 =>     /usr/lib/libaudiofile.so.0
       libungif.so.4 =>         (file not found)
       libpng.so.2 =>   /opt/TWWfsw/libpng12/lib/libpng.so.2
       libtiff.so =>    /usr/openwin/lib/libtiff.so
       libz.so.1 =>     /usr/lib/libz.so.1
       libjpeg.so.62 =>         (file not found)
       libm.so.1 =>     /usr/lib/libm.so.1
       libc.so.1 =>     /usr/lib/libc.so.1
       libz.so.2 =>     /opt/TWWfsw/zlib11/lib/libz.so.2
       libdl.so.1 =>    /usr/lib/libdl.so.1
       /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
address@hidden>

I tried your linux source rpms, it went much smoother. The only thing lacks is the
buildall.sh for srpms to provide sequences of building src.rpm.

Thanks again for your help

tj

_________________________________________________________________
Check out Election 2004 for up-to-date election news, plus voter tools and more! http://special.msn.com/msn/election2004.armx





reply via email to

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