RE: glut, OpenGL, undefined reference to glutCheckLoop()

2006-02-17 Thread Brian Ford
On Fri, 17 Feb 2006, Dave Korn wrote: > On 16 February 2006 22:10, Dean C. Tsai wrote: > > I went to Fletcher's site and found some files (glut32.dll, glut32.lib, and > > glut.h) but frankly I have no clues if I can use them, or I should put them > > if I can use those files. I remember reading th

RE: glut, OpenGL, undefined reference to glutCheckLoop()

2006-02-17 Thread Dave Korn
On 16 February 2006 22:10, Dean C. Tsai wrote: > I went to Fletcher's site and found some files (glut32.dll, glut32.lib, and > glut.h) but frankly I have no clues if I can use them, or I should put them > if I can use those files. I remember reading that applications must be > re-compiled in Cygw

glut, OpenGL, undefined reference to glutCheckLoop()

2006-02-16 Thread Dean C. Tsai
I've inherited a simple simulation from a Mac user. When I it compiled with ... -lglut32 -lglu32 -lopengl32 -lgcc, the following error messages showed up: "undefined reference to glutCheckLoop()". So I googled "glutCheckLoop", it turns out it is part of the enhancement Rob Fletcher did to