RE: [Plib-users] plib build under cygwin
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2000-05-06 00:12:52
|
Jon Berndt writes: > >Trying to build plib-1.1.11 I get this, anyone know what it is? > >*** start dump *** > >Making all in pui >c++ -DPACKAGE=\"plib\" -DVERSION=\"1.1.11\" -DWIN32=1 >-DSTDC_HEADERS=1 -DWIN32=1 Jon try changing your config.status DEFS line to the following (all one line) then running config.status from a bash shell s%@DEFS@% -DPACKAGE=\"plib\" -DVERSION=\"1.1.11\" -DWIN32=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DWIN32=1 -DGLUT_IS_PRESENT=1 %g |