X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Phan, Linh H" To: "cygwin AT cygwin DOT com" Date: Mon, 8 Dec 2008 22:59:48 -0800 Subject: OpenGL-1.1.0 link problem (glXMakeCurrent undefined symbols) Message-ID: <79D001DEDB0DEC47A247B110F3E866820A09B5BE@ALTPHYEMBEVSP30.RES.AD.JPL> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-Source-IP: ums-smtp.jpl.nasa.gov [128.149.137.72] X-Source-Sender: linh DOT h DOT phan AT jpl DOT nasa DOT gov X-AUTH: Authorized X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id mB96wvcL013940 Hi, I'm trying to compile OpenInventor using the new opengl-1.1.0 and I am getting undefined _glXMakeCurrent symbols: /usr/bin/CC -g Main.o ClassDef.o Man.o Reader.o Writer.o BuildIssues.o -lInventor -lstdc++ -L/usr/X11R6/lib -L/usr/local/lib -limage -ljpeg -liconv -lFL -lfreetype -lglu32 -lopengl32 -lXm -lXt -lXext -lXi -lX11 -lm -o ivman /usr/local/lib/libInventor.a(So.o): In function `_ZN19SoOffscreenRendererD2Ev': /usr/local/src/inventor2/lib/database/src/so/SoOffscreenRenderer.c++:173: undefined reference to `_glXDestroyGLXPixmap' /usr/local/src/inventor2/lib/database/src/so/SoOffscreenRenderer.c++:174: undefined reference to `_glXDestroyContext' /usr/local/src/inventor2/lib/database/src/so/SoOffscreenRenderer.c++:755: undefined reference to `_glXMakeCurrent' ... I could see it in: [phan AT phan-xp ...inventor2/lib]$ nm /usr/X11R6/lib/libGL-1.dll.a |grep glXMakeCurrent 00000000 I __imp__glXMakeCurrentReadSGI 00000000 T _glXMakeCurrentReadSGI 00000000 I __imp__glXMakeCurrent 00000000 T _glXMakeCurrent Does glXMakeCurrent exist in the new opengl-1.1.0? Thank you, Linh -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/