Dave Bellows <[email protected]> writes: > I'm running Debian Testing. I've managed to compile and install gnubg > on this computer several times but I've been unable to compile any > version in at least the last few months. I run autogen and it seems > fine. I do configure --enable-threads and that doesn't report any > errors that I can see. When I run make it goes fine for a while then I > get this: > > /usr/bin/ld: cannot find -lGL > collect2: ld returned 1 exit status
You need the development package for an appropriate libGL for your system installed. Possibilities include libgl1-mesa-dev, libgl1-mesa-glide3-dev, libgl1-mesa-swx11-dev, or nvidia-glx-dev. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
