Re: [Plib-users] ./configure can't find GL library
Brought to you by:
sjbaker
From: Reed H. <re...@ze...> - 2002-07-22 17:17:55
|
> I'd bet actual money that you have OpenGL installed in a 'creative' > location > on your machine instead of the official /usr/lib/libGL and > /usr/include/GL/gl.h > ...99% of the time that's the problem. Yeah. configure scripts won't look in /usr/local/include or /usr/local/lib by default, by the way, but you can add such non-standard paths to environment variables CPPFLAGS and LDFLAGS before running configure. |