[Plib-users] Building problem
Brought to you by:
sjbaker
From: Dan W <dan...@gm...> - 2024-05-08 18:38:22
|
Hello, I tried to follow the build from source instructions. I'm in Ubuntu 24.04 with the MATE window manager, and my hardware is Ryzen 5 7600, using internal gpu for now. I have the libglut3.12, libglut-dev as well as all of the mesa packages, as well as freeglut3-dev packages installed, but when I run ./configure I get "error, could not find working GL library". Here's the full output: danw58@danw58-MS-7E12:~/Downloads/zip/plib/plib-1.8.5$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes includedir changed to ${prefix}/include/plib libdir is ${exec_prefix}/lib checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for X... no checking for pthread_create in -lpthread... no checking for glNewList in -lGL... no checking for glNewList in -lMesaGL... no configure: error: could not find working GL library Thanks in advance. |