[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem compiling v8.6.0 on Solaris 9 (undefined symbol _TIFFmalloc and
From: |
Hans Olav Eggestad |
Subject: |
problem compiling v8.6.0 on Solaris 9 (undefined symbol _TIFFmalloc and _TIFFfree) |
Date: |
Tue, 13 Nov 2007 19:36:43 +0100 |
compiling v8.6.0 fails, here is the output:
contrib/contrib.mak:265: warning: overriding commands for target
`obj/hl1250.dev'
src/contrib.mak:875: warning: ignoring old commands for target `obj/hl1250.dev'
contrib/contrib.mak:268: warning: overriding commands for target
`obj/hl1240.dev'
src/contrib.mak:878: warning: ignoring old commands for target `obj/hl1240.dev'
contrib/contrib.mak:273: warning: overriding commands for target
`obj/gdevhl12.o'
src/contrib.mak:883: warning: ignoring old commands for target `obj/gdevhl12.o'
./obj/echogs -w ./obj/ldt.tr -n - gcc -L/usr/openwin/lib -L/usr/openwin/lib -o
./bin/gs
./obj/echogs -a ./obj/ldt.tr -n -s ./obj/gs.o -s
cat ./obj/ld.tr >>./obj/ldt.tr
./obj/echogs -a ./obj/ldt.tr -s - -lcupsimage -lcups -ltiff -ljpeg -lpng -lgss
-lz -lpthread -lresolv -lnsl -lsocket -lm -ldl -lm -lstdc++ -liconv -ltiff -lm
if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \
XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \
FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \
DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \
DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \
DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \
DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \
DEVICE_DEVS_EXTRA= \
/bin/sh <./obj/ldt.tr
Undefined first referenced
symbol in file
_TIFFmalloc /usr/lib/libcupsimage.so
_TIFFfree /usr/lib/libcupsimage.so
ld: fatal: Symbol referencing errors. No output written to ./bin/gs
collect2: ld returned 1 exit status
make: *** [bin/gs] Error 1
-------------
I have libtiff v 3.8.2 and have verified that _TIFFmalloc and
_TIFFfree exist.
My version of cups is 1.3.4
Is there a way around this?
BTW: there was also a couple of missing symbols to libiconv functions,
but adding -liconv solved this. So why isn't it working with -ltiff ??
thanks for any help
--
######################################################
Hans Olav Eggestad
BIOFORSK - Jord og Miljø
Fred. A. Dahls veg 20
1432 Ås, NORWAY. Tlf.: +92449405, Fax.: +63009410
mailto:address@hidden
######################################################
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- problem compiling v8.6.0 on Solaris 9 (undefined symbol _TIFFmalloc and _TIFFfree),
Hans Olav Eggestad <=