From owner-freebsd-ports Tue Jul 17 21:58: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hp06.postech.ac.kr (smtp.postech.ac.kr [141.223.2.1]) by hub.freebsd.org (Postfix) with ESMTP id 0C20B37B405 for ; Tue, 17 Jul 2001 21:57:59 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: from users.sourceforge.net (surfion4.postech.ac.kr [141.223.126.84]) by hp06.postech.ac.kr (8.9.3/8.9.3) with ESMTP id NAA27389 for ; Wed, 18 Jul 2001 13:58:47 +0900 (JST) Message-ID: <3B5517A4.4855A614@users.sourceforge.net> Date: Wed, 18 Jul 2001 13:59:16 +0900 From: "R. Lahaye" Organization: Postech X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: FreeBSD Port: opendx-4.1.0_1 -> dx-4.1.3 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I'm running FBSD 4.3 on a PIII PC. I've updated my ports (July 18th) and received a new version for opendx: dx-4.1.3.tar.gz At the end of the make, this generates an enormous list of "undefined reference to ..." messages (see below). I have installed: open-motif-2.1.30_1 Mesa-3.4.2_1 ImageMagick-5.3.5 hdf-4.1r3 netcdf-3.5.0 tiff-3.5.5 The dependency checks all result in "found". Any idea what wrong with this opendx ports update? (Is a higher version of Mesa required?). Regards, Rob. ------------------------------------------------------------ Example of the make output: [...zip...] ../hwrender/opengl/libOPENGL.a(hwPortOGL.o): In function `remGLXContext': hwPortOGL.o(.text+0x9e): undefined reference to `glIsList' hwPortOGL.o(.text+0xb8): undefined reference to `glDeleteLists' ../hwrender/opengl/libOPENGL.a(hwPortOGL.o): In function `_dxf_CREATE_WINDOW': hwPortOGL.o(.text+0x2e9): undefined reference to `glXQueryExtension' hwPortOGL.o(.text+0x317): undefined reference to `glXChooseVisual' hwPortOGL.o(.text+0x33e): undefined reference to `glXChooseVisual' hwPortOGL.o(.text+0x358): undefined reference to `glXGetConfig' hwPortOGL.o(.text+0x3a2): undefined reference to `glXChooseVisual' hwPortOGL.o(.text+0x3bc): undefined reference to `glXGetConfig' hwPortOGL.o(.text+0x406): undefined reference to `glXChooseVisual' hwPortOGL.o(.text+0x420): undefined reference to `glXGetConfig' hwPortOGL.o(.text+0x46a): undefined reference to `glXChooseVisual' hwPortOGL.o(.text+0x484): undefined reference to `glXGetConfig' hwPortOGL.o(.text+0x4ba): undefined reference to `glXChooseVisual' hwPortOGL.o(.text+0x4d4): undefined reference to `glXGetConfig' hwPortOGL.o(.text+0x4fd): undefined reference to `glXChooseVisual' hwPortOGL.o(.text+0x590): undefined reference to `glXCreateContext' hwPortOGL.o(.text+0x5a9): undefined reference to `glXCreateContext' hwPortOGL.o(.text+0x68a): undefined reference to `glXWaitX' hwPortOGL.o(.text+0x6a5): undefined reference to `glXMakeCurrent' hwPortOGL.o(.text+0x6c0): undefined reference to `glXMakeCurrent' hwPortOGL.o(.text+0x70e): undefined reference to `glXWaitGL' hwPortOGL.o(.text+0x74d): undefined reference to `glGenLists' hwPortOGL.o(.text+0x791): undefined reference to `glXUseXFont' hwPortOGL.o(.text+0x840): undefined reference to `glGetIntegerv' ../hwrender/opengl/libOPENGL.a(hwPortOGL.o): In function `_dxf_INIT_RENDER_MODULE': hwPortOGL.o(.text+0x8fa): undefined reference to `glEnable' hwPortOGL.o(.text+0x909): undefined reference to `glPixelStorei' hwPortOGL.o(.text+0x91b): undefined reference to `glPixelStorei' hwPortOGL.o(.text+0x928): undefined reference to `glEnable' hwPortOGL.o(.text+0x938): undefined reference to `glDrawBuffer' hwPortOGL.o(.text+0x945): undefined reference to `glReadBuffer' hwPortOGL.o(.text+0x955): undefined reference to `glDisable' hwPortOGL.o(.text+0x962): undefined reference to `glEnable' etc. etc. etc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message