Re: GLUI/GLUT setup...

2002-03-26 Thread Andre Bleau


Hey, does anyone know a good link for setting up GLUI and GLUT with cygwin?

GLUI and GLUT are already part of the OpenGL package for Cygwin. Just 
install it.

Im having some path problems...probably related to my makefile.


Please read /usr/doc/opengl-1.1.0/README.txt If you still have problems, be 
more specific when you report them.

If anyone knows something about setting this up, I'd love to hear from you.

Thanks,
Matt



André Bleau, Cygwin's OpenGL package maintainer.

email: bleau at igb dot umontreal dot ca
(Fight SPAM: encode your email-address)

Please address all questions and problem reports about Cygwin's OpenGL 
package to [EMAIL PROTECTED] .


--
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/




RE: GLUI/GLUT setup

2002-03-26 Thread Jean-Marc Nuzillard

Hi,

 Hey, does anyone know a good link for setting up GLUI and GLUT with cygwin?
 Im having some path problems...probably related to my makefile.
 If anyone knows something about setting this up, I'd love to hear from you.
 Thanks, Matt


In my Makefile I use

LIBS = -lglut32 -lglu32 -lopengl32 -lm
FLAGS = -L/usr/lib/w32api/

$(EXECFILE) : $(OBJECTS)
$(COMPILER) $(FLAGS) $(OBJECTS) -o $(EXECFILE) $(LIBS)

It works, at least on my old distrib dated Sep. 01.
Sorry, I never used GLUI.
Bye,

Jean-Marc Nuzillard





--
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/




GLUI/GLUT setup...

2002-03-25 Thread cygwin

Hey, does anyone know a good link for setting up GLUI and GLUT with cygwin?  Im 
having some path problems...probably related to my makefile.  
 
If anyone knows something about setting this up, I'd love to hear from you.
 
Thanks, 
Matt

___


--
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/