| Someone using linux said I should try linking with these | x-libraries: -lXi -lXmu -lm -lXext -lX11, so I issued: | $ gcc -Wall -o test | test.c -L/usr/local/lib -lGL -lGLU -lglut -L/usr/X11R6/lib -lXi | -lXmu -lm -lXext -lX11 | | That yields a great number of errors (listed last).
You need to give the libs in the right order too.. See if you can get a link example from some linux-machine.. or if there were some samples/examples included in the distribution.. /Andy -- The eye of the beholder rests on the beauty! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/