I am trying to compile celestia 1.2.5 here on Debian Woody with the latest Nvidia glx package. "configure " tells me checking for GL/gl.h... yes
checking for glNewList in -lGL... no
checking for glNewList in -lMesaGL... no
configure: error: GL library was not found.
grep glNewList /usr/X11R6/include/GL/gl.h :
GLAPI void GLAPIENTRY glNewList( GLuint list, GLenum mode );
config.log:
---snip---
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char glNewList ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
glNewList ();
;
return 0;
}
configure:28875: result: no
configure:28885: error: GL library was not found
---snap---
Isnt it possible to compile with the NVidia- packages?
What can I do?
Greetings, Uwe
compiling celestia 1.2.5 and NVIDIA
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 4 months
- Location: Lyon (France)