Thread: [Plib-users] plib cannot find GL
Brought to you by:
sjbaker
From: Harald K. <Ha...@gm...> - 2003-07-15 19:50:42
|
Hi, I am just trying to compile plib-1.6.0. Unfortunately the configure scrip= t=20 stops, asking for the GL library. It should be present, since I installed the latest Mesa version 5.0.1, an= d=20 manually set the pathname to libGL in plib's configure file! Has anyone an idea, what I am doing wrong?? Regards, Harald -------------------------------------------------------------------------= - Here is the output until configuring stops: loading cache ./config.cache checking for a BSD compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found includedir changed to ${prefix}/include/plib libdir is ${exec_prefix}/lib checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking for a BSD compatible install... /usr/bin/ginstall -c checking for ranlib... ranlib checking host system type... i686-linux checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for glNewList in -lGL... no checking for glNewList in -lMesaGL... no configure: error: could not find working GL library ------------------------------------------------------------------------ |
From: Ben W. <za...@ec...> - 2003-07-15 21:16:46
|
Hello.. Did you compile mesa yourself and if so did you put a path or prefix in. If not chances are the files are located in /usr/local/lib and /usr/local/include. They should not be there. They should actually be in /usr/lib and /usr/include.. Check for that.. if not send the config.log file.. Ben ----- Original Message ----- From: "Harald Katzer" <Ha...@gm...> To: <pli...@li...> Sent: Tuesday, July 15, 2003 4:51 PM Subject: [Plib-users] plib cannot find GL Hi, I am just trying to compile plib-1.6.0. Unfortunately the configure script stops, asking for the GL library. It should be present, since I installed the latest Mesa version 5.0.1, and manually set the pathname to libGL in plib's configure file! Has anyone an idea, what I am doing wrong?? Regards, Harald -------------------------------------------------------------------------- Here is the output until configuring stops: loading cache ./config.cache checking for a BSD compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found includedir changed to ${prefix}/include/plib libdir is ${exec_prefix}/lib checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking for a BSD compatible install... /usr/bin/ginstall -c checking for ranlib... ranlib checking host system type... i686-linux checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for glNewList in -lGL... no checking for glNewList in -lMesaGL... no configure: error: could not find working GL library ------------------------------------------------------------------------ ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ plib-users mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-users |
From: Steve B. <sjb...@ai...> - 2003-07-16 00:11:38
|
Harald Katzer wrote: > Hi, > > I am just trying to compile plib-1.6.0. Unfortunately the configure script > stops, asking for the GL library. > > It should be present, since I installed the latest Mesa version 5.0.1, and > manually set the pathname to libGL in plib's configure file! > > Has anyone an idea, what I am doing wrong?? configure works by writing tiny C programs and compiling them to see if they work. You can find out what went wrong with the little C fragment it used to probe for OpenGL by reading the contents of 'config.log'. Hopefully the errors that came out of the compiler will enable you to debug your problem. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |
From: Ludwig A. <lj...@gm...> - 2003-07-16 06:44:16
|
On Tuesday 15 July 2003 20:51, Harald Katzer wrote: > Hi, > > I am just trying to compile plib-1.6.0. Unfortunately the configure script > stops, asking for the GL library. > > It should be present, since I installed the latest Mesa version 5.0.1, and > manually set the pathname to libGL in plib's configure file! > > Has anyone an idea, what I am doing wrong?? > > Regards, > > Harald > Hi Harald, I had exactly the same problem when i tried to compile plib-1.6.0. It worked after i installed the freeglut library (i found it following the the link on the plib homepage). so if you need mesa, this wont help you much, im sorry... as im not a professional in these concerns, i dont know if freeglut and mesa conflict. best regards, ludwig |