Mark Wright wrote:
[]
../libtool --mode=link \
gcc -o xglyph -L/sw/lib xglyph.lo ../lib/libt1x.la ../lib/libt1.la \
-L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -lXext -lX11 -lm
gcc -o .libs/xglyph -L/sw/lib xglyph.o -L../lib/.libs -lt1x -lt1 -L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -lXext -lX11 -lm
ld: warning prebinding disabled because dependent library: /sw/lib/libt1x.1.dylib is not prebound
ld: Undefined symbols:
_XpmReadFileToPixmap
make[1]: *** [xglyph] Error 1
make: *** [XXXX] Error 1
### execution of make failed, exit code 2
Failed: compiling t1lib1-1.3.1-2 failed

This is pretty mysterious, because the symbol XpmReadFileToPixmap is nowhere used in the t1lib1 sources. It is undefined in libXaw and defined in libXpm, but it shouldn't be searched for at all in this situation.


Do you have any unusual environment variable set, like DYLD_FORCE_FLAT_NAMESPACE?

Do you have an older version of t1lib1 and t1lib1-shlibs installed? If yes, try if removing them before rebuilding t1lib1 helps.

--
Martin



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to