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: [EMAIL PROTECTED] ...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/