Date: Sat, 16 Dec 2000 10:22:55 +0100 From: Bjarne Wichmann Petersen <mekanix@vip.cybercity.dk> To: freebsd-questions@freebsd.org Subject: /usr/ports/games/gltron will not compile Message-ID: <200012160923.KAA83093@usr04.cybercity.dk>
next in thread | raw e-mail | index | archive | help
I'm trying to compile /usr/ports/games/gltron but it fails with this output: checking for main in -lGL... no configure: error: OpenGL is needed ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:530: checking for main in -lm configure:545: gcc -o conftest -O -pipe conftest.c -lm -L$ac_default_prefix/lib -L/usr/X11R6/lib 1>&5 configure:574: checking for main in -lX11 configure:589: gcc -o conftest -O -pipe conftest.c -lX11 -lm -L$ac_default_prefix/lib -L/usr/X11R6/lib 1>&5 configure:618: checking for main in -lGL configure:633: gcc -o conftest -O -pipe conftest.c -lGL -lX11 -lm -L$ac_default_prefix/lib -L/usr/X11R6/lib 1>&5 /usr/X11R6/lib/libGL.so: undefined reference to `XextAddDisplay' /usr/X11R6/lib/libGL.so: undefined reference to `XextFindDisplay' /usr/X11R6/lib/libGL.so: undefined reference to `XextCreateExtension' /usr/X11R6/lib/libGL.so: undefined reference to `XextRemoveDisplay' /usr/X11R6/lib/libGL.so: undefined reference to `XMissingExtension' configure: failed program was: But both XFree4 and Mesa have been installed and "XFREE86_VERSION=4" have been inserted in /etc/make.conf What's up? Bjarne -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012160923.KAA83093>