On Apr 20, 2008, at 4:38 PM, Morten Kjeldgaard wrote: > Alexander wrote: > >> It's usually a good idea to post the last line that the compiler >> tried to run--often we can see by inspection that something is >> being included in a build that shouldn't be. > > Sure, here it is: > > gcc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FONTCONFIG -O2 -Wall - > Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes - > Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common - > DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -I./src - > I./obj -I./obj -I./src -o ./obj/iconfig.o -c ./obj/iconfig.c > gcc -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing- > prototypes -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno- > common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" - > g -O -I./src -I./obj/ -Izlib ./src/mkromfs.c -o ./obj/mkromfs ./obj/ > compress.o ./obj/deflate.o ./obj/zutil.o ./obj/adler32.o ./obj/ > crc32.o ./obj/trees.o ./obj/gscdefs.o ./obj/gsmisc.o ./obj/ > gpmisc.o ./obj/gslibctx.o ./obj/gp_getnv.o ./obj/gp_unix.o ./obj/ > gp_unifs.o ./obj/gp_unifn.o ./obj/gp_stdia.o ./obj/gsutil.o -lm -ldl > -lm -liconv -lstdc++ -L/usr/X11R6/lib -lfontconfig > ./src/mkromfs.c: In function 'inode_write': > ./src/mkromfs.c:281: warning: pointer targets in passing argument 2 > of 'put_bytes_padded' differ in signedness > /usr/bin/ld: Undefined symbols: > _XML_ErrorString > ... etc... > >> In this case it looks like you've got issues with freetype >> libraries. What do you get from "fink list -i > > $ fink list -i freetype > Information about 7757 packages read in 4 seconds. > i freetype219 2.2.1-5 TrueType font > rendering library, headers > i freetype219-shlibs 2.2.1-5 TrueType font > rendering library, shared libs > > Hope this helps! > > Cheers, > Morten > >
Thanks. It looks like ghostscript doesn't care about freetype219, judging by the compiler lines you provided, and consistent with its declared dependencies. So I'd suspect Jens' message is on track, and that there was a problem with how the X11 SDK got installed. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
