RE: [Plib-users] error in compile
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2000-02-29 03:21:00
|
Pete Hodgson writes: > >I'm having trouble compiling PLIB 1.0.20 Mandrake 7 Linux. > >'./configure' works fine, but when I run 'make' it chokes >compiling simple.cxx, >talking about loads of undefined references to glut functions (i.e. >glutInitWindowSize, glutPassiveMotionFunc etc.) I have got >glut installed, and >it's worked fine with other stuff. Could anybody possibly >shead any light on >the reason for this? TIA > Try adding -DGLUT_IS_PRESENT to the gcc command line Steve changed things recently to have a choice between the glut or the freeglut libraries Norman |