Well it looks like user error was to blame for my compile problems. After a couple of hours of searching, I was able to compile using the following: gcc example.c -o example -lglu32 -lopengl32 -lglut
Now, my attempt to execute the program has hit a snag, I'm seeing the following error: $example.exe -bash:example.exe: command not found. (example.exe is definately in the directory) -Scott --- William Wallace <[EMAIL PROTECTED]> wrote: > I trying to compile a simple .c program that I > downloaded from sgi.com. I'm using the following to > compile the program (works on my UNIX box...): > > gcc example.c -lglut -lGL -lGLU -L/usr/X11R6/lib > -lX11 > -lXmu -lm > > I get a slew of compile errors, for every OpenGL api > call..For instance: > > /cygdrive/c/DOCUME~1/XXXXXXXX/LOCALS~1/Temp/ccMTvQUj.o:example.c:(.text+0x2a): > undefined reference to [EMAIL PROTECTED]' > > I noticed something a bit odd. The documentation > states that /usr/include/GL should contain the > files: > glut.h and gl.h, but I ONLY have glut.h. > > I took a look on my UNIX box at the missing gl.h > file, > and it turns out that all of the prototypes for > these > calls are in gl.h. > > Any suggestions? I'm puzzled as to why the glut > stuff > is there, but the opengl stuff is not.. > > Thanks, Scott > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > > -- > Unsubscribe info: > http://cygwin.com/ml/#unsubscribe-simple > Problem reports: > http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
