On Thu, 16 Sep 2004, Martin Costabel wrote: > Could you send the output starting from the last complete linker command > line? The symbol _XpmReadFileToPixmap is defined in > /usr/X11R6/lib/libXpm.dylib, so we would need to see whether this > library is linked in.
The same problem I previously reported with GS 8.00 also occurs with xdvi, and here is the complete trace: [anandatirtha:~] shrao% fink install xdvi /usr/bin/sudo /sw/bin/fink install xdvi Information about 1852 packages read in 3 seconds. The following package will be installed or updated: xdvi curl -f -L -O http://distfiles.master.finkmirrors.net/xdvi-22.84.tar.gz curl: (7) Failed to connect to distfiles.master.finkmirrors.net IP number 2: 22 ### execution of curl failed, exit code 7 Downloading the file "xdvi-22.84.tar.gz" failed. (1) Give up (2) Retry the same mirror (3) Retry another mirror from your country (4) Retry another mirror (5) Retry using original source URL How do you want to proceed? [3] curl -f -L -O http://distfiles.sbn.in.us.finkmirrors.net/xdvi-22.84.tar.gz % Total % Received % Xferd Average Speed Time Curr. Dload Upload Total Current Left Speed 100 277k 100 277k 0 0 181k 0 0:00:01 0:00:01 0:00:00 275k gzip -dc /sw/src/xdvi-22.84.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions ./configure --prefix=/sw --with-tetex --mandir='${prefix}/share/man' creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc -L/sw/lib) works... yes checking whether the C compiler (gcc -L/sw/lib) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /sw/bin/install -c checking for Cygwin environment... no checking for mingw32 environment... no checking for executable suffix... no checking how to run the C preprocessor... gcc -E checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for ANSI C header files... yes checking for X11/Xosdefs.h... yes checking for unistd.h... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for sys/wait.h that is POSIX.1 compatible... yes checking whether byte ordering is bigendian... yes checking for integer type to use in bitmaps... unsigned int, size = 4 checking for whether the C compiler supports string concatenation... yes checking for stropts.h and isastream()... no checking for SunOS 4... no checking for certain old versions of Linux... no checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking return type of signal handlers... void checking for poll.h and poll()... yes checking for vfork.h... no checking for working vfork... yes checking for whether setsid() is allowed within vfork()... no checking for waitpid... yes checking for putenv... yes checking for mkstemp... yes checking for sigaction... yes checking for strerror... yes checking for vsnprintf... yes checking for the function ulltostr() and the long long type... no checking for a c99-compatible implementation of (v)snprintf()... yes checking for sin... yes checking whether linker supports the --allow-multiple-definition flag... no checking for whether -lXpm needs to be explicitly given... unknown updating cache ./config.cache creating ./config.status creating Makefile creating config.h make gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include xdvi.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include events.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include dvi-init.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include dvi-draw.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include special.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include font-open.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include filefind.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include pk.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include vf.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include util.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include popups.c gcc -g -O2 -I/sw/include -I. -I. -o squeeze ./squeeze.c ./squeeze ./psheader.txt psheader.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include psheader.c gcc -c -g -O2 -I/sw/include -I. -I. -I/usr/X11R6/include psgs.c 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 make: *** [xdvi] Error 1 ### execution of make failed, exit code 2 Failed: compiling xdvi-22.84-1 failed > It would also be useful to know what version of X11 you have installed. I am using Apple's X11, the same as previously. (I had all this working well previously, but had to replace everything when the hard drive crashed and I got a new one.) > And finally, what does this have to do with gs-8.00? ? Regards, Shrisha Rao > 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
