[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 ------------------------------------------------------------------------ |