On Mon, 16 Aug 2010 00:02:48 +0200 Marco Bonifazi <[email protected]> wrote:
> > > > > > > > > > YuGiOhJCJ Mailing-List wrote: > > > > checking for GL/glu.h... yes > > > > checking for glVertex3d in -lGLcore... no > > > > checking for glVertex3d in -lGL... no > > > > checking for glVertex3f in -lGL... no > > > > checking for glVertex3i in -lGL... no > > > > checking for glVertex3s in -lGL... no > > > > checking for glVertex3d in -lMesaGL... no > > > > configure: error: Cannot find GL library > > > > > > > > I think I have installed all the packages I need : libgl1-mesa-glx and > > libglu1-mesa. > > > > > > You need also "libgl1-mesa-dev" (notice the "-dev" suffix). > > > > > > Michalis > > > _______________________________________________ > > > gtkglext-list mailing list > > > [email protected] > > > http://mail.gnome.org/mailman/listinfo/gtkglext-list > > > > > > > > Try to use "-lOpenGL", instead. > Regards > -- > Marco Bonifazi > http://www.bonifazi.eu I would like the configure script try -lOpenGL but it try -lGL. I edit the configure script and I replace '"-lGL"' by '"-lOpenGL"' and '-lGL ' by '-lOpenGL ' but I see the same error when I launch the script. I see no option when I do "./configure --help" to use -lOpenGL. How can I try to use "-lOpenGL"? -- YuGiOhJCJ Mailing-List <[email protected]> _______________________________________________ gtkglext-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkglext-list
