Thread: Question about OpenGL/Linux

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Quote Originally Posted by Ideswa
    I want to start scripting some simple OpenGL programs in SuSE Linux 10.1, I tried some tutorials from nehe.gamedev.net, I downloaded the Linux version of the tutorial and I installed the GLUT library (At least, I think it's installed now), but it still doesn't recognize all the GLUT functions. I am compiling with $ gcc lesson1.c Should I download another OpenGL library, use another program, or just give it up and only use OpenGL on Windows?
    It might be helpful to see what GL headers you included, as well as the command you used to invoke gcc.

  2. #2
    C / C++
    Join Date
    Jan 2006
    Location
    The Netherlands
    Posts
    312
    I didn't change anything on this script (Linux version): http://nehe.gamedev.net/data/lessons....asp?lesson=01
    Operating Systems:
    - Ubuntu 9.04
    - XP

    Compiler: gcc

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM