Shrisha Rao wrote: []
This:
checking for whether -lXpm needs to be explicitly given... unknown
[]
and this:
gcc -L/sw/lib -L/usr/X11R6/lib -o xdvi xdvi.o events.o dvi-init.o dvi-draw.o special.o font-open.o filefind.o pk.o vf.o util.o popups.o psheader.o psgs.o -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: _XpmReadFileToPixmap
[]
show that something is wrong with your libXaw and libXpm libraries. What do you get if you do
cd /usr/X11R6 ls -l libXaw* libXpm*
You should see something like
%ls -l libXaw* libXpm*
-rw-r--r-- 1 root wheel 276124 15 Sep 2003 libXaw.6.1.dylib
lrwxrwxrwx 1 root wheel 16 4 Aug 08:01 libXaw.6.dylib -> libXaw.6.1.dylib
-rw-r--r-- 1 root wheel 387092 15 Sep 2003 libXaw.7.0.dylib
lrwxrwxrwx 1 root wheel 16 4 Aug 08:01 libXaw.7.dylib -> libXaw.7.0.dylib
-rw-r--r-- 1 root wheel 616944 15 Sep 2003 libXaw.a
lrwxr-xr-x 1 root wheel 16 18 Sep 21:04 libXaw.dylib -> libXaw.7.0.dylib
-rw-r--r-- 1 root wheel 60376 27 May 00:38 libXpm.4.11.dylib
lrwxrwxrwx 1 root wheel 17 4 Aug 08:01 libXpm.4.dylib -> libXpm.4.11.dylib
-rw-r--r-- 1 root wheel 100304 15 Sep 2003 libXpm.a
lrwxr-xr-x 1 root wheel 17 28 Oct 2003 libXpm.dylib -> libXpm.4.11.dylib
The errors you are getting seem to indicate that in your case libXaw.dylib is missing, libXaw.a is present, but both libXpm.a and libXpm.dylib are missing or are otherwise broken.
You will probably have to reinstall X11SDK.pkg from the XCode tools disk.
And finally, what does this have to do with gs-8.00??
You haven't shown any error with gs-8.00. I suppose it's the same?
-- Martin
------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
