OpenGL
OpenGL
- Subject: OpenGL
- From: Steven <email@hidden>
- Date: Sun, 19 Jan 2003 11:01:02 +1030
Hi All
I am having trouble getting OpenGL programs to compile.
I have been using the following command:
g++ -I/usr/X11R6/include test.cc
and got link errors for the following:
Id; Undefined symbols
_glLoadIdentity
_glMatrixMode
_glViewport
_gluPerspective
I also tried
g++ -I/usr/X11R6/include -L/usr/X11R6/lib test.cc
And I got the same error!!
Please Help someone!
Steve
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.