This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

OpenGL-1.1.0 link problem (glXMakeCurrent undefined symbols)


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@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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]