Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: GLUT header files

  1. #1
    Guest

    GLUT header files

    gcc tells me all of my GLUT functions such as glutInit() and glutKeyboardFunc() are unresolved, even though glut.h is where it's supposed to be. Painful.

  2. #2
    Guest

    Re: GLUT header files

    Also, why are the glut functions declared extern?

  3. #3
    Member Regular Contributor
    Join Date
    Mar 2002
    Location
    Vancouver
    Posts
    314

    Re: GLUT header files

    Are you linking with glut?

    gcc .... yada yada -lglut

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •