From owner-freebsd-questions Sun Feb 21 14:25:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pantheon-po02.its.yale.edu (pantheon-po02.its.yale.edu [130.132.143.33]) by hub.freebsd.org (Postfix) with ESMTP id E3531110CE for ; Sun, 21 Feb 1999 14:25:18 -0800 (PST) (envelope-from denis.ostrovsky@yale.edu) Received: from mercury.cis.yale.edu (do33@mercury.cis.yale.edu [130.132.143.247]) by pantheon-po02.its.yale.edu (8.8.8/8.8.8) with ESMTP id RAA27412 for ; Sun, 21 Feb 1999 17:25:18 -0500 (EST) Received: from localhost (do33@localhost) by mercury.cis.yale.edu (8.8.8/8.8.8) with ESMTP id RAA26158 for ; Sun, 21 Feb 1999 17:25:14 -0500 (EST) X-Authentication-Warning: mercury.cis.yale.edu: do33 owned process doing -bs Date: Sun, 21 Feb 1999 17:25:14 -0500 (EST) From: Dennis Ostrovsky X-Sender: do33@mercury.cis.yale.edu To: questions@freebsd.org Subject: compiling xpm on 3.1-stable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Was trying to compile xpm, but got the following messages. I'm using XF 3.3.3.1 ELF. Anyone have any ideas? Is this due to something misconfigured on my system, or is the port slightly broken for ELF? ===> Building for xpm-3.4k making all in ./lib... making all in ./sxpm... rm -f sxpm cc -o sxpm -O2 -L/usr/X11R6/lib sxpm.o -L../lib -L/usr/X11R6/lib -lXpm -lXt -lSM -lICE -lXext -lX11 -lxpg4 -Wl,-rpath,/usr/X11R6/lib:/usr/X11R6/lib sxpm.o: In function `main': sxpm.o(.text+0x3f4): undefined reference to `XpmReadFileToPixmap' sxpm.o(.text+0x998): undefined reference to `XpmReadFileToPixmap' sxpm.o(.text+0xa7f): undefined reference to `XpmCreatePixmapFromData' sxpm.o(.text+0xac8): undefined reference to `XpmWriteFileFromPixmap' sxpm.o: In function `Punt': sxpm.o(.text+0xe5b): undefined reference to `XpmFreeAttributes' sxpm.o(.text+0xec6): undefined reference to `XpmFreeAttributes' sxpm.o: In function `VersionInfo': sxpm.o(.text+0xf7d): undefined reference to `XpmLibraryVersion' sxpm.o(.text+0xf8c): undefined reference to `XpmLibraryVersion' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ------------------------------------------------------------------------ Dennis Ostrovsky ** Department of Chemistry ** Yale University E-mail: den@master.chem.yale.edu WWW: http://pantheon.yale.edu/~do33 ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message