From owner-freebsd-questions Sat Dec 16 1:23:27 2000 From owner-freebsd-questions@FreeBSD.ORG Sat Dec 16 01:23:24 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by hub.freebsd.org (Postfix) with ESMTP id 42A3D37B400 for ; Sat, 16 Dec 2000 01:23:24 -0800 (PST) Received: from usr04.cybercity.dk (usr04.cybercity.dk [212.242.40.36]) by cicero0.cybercity.dk (Postfix) with ESMTP id 614BA1029CA for ; Sat, 16 Dec 2000 10:23:23 +0100 (CET) Received: from mekanix.home (port94.cvx1-ro.ppp.cybercity.dk [212.242.169.95]) by usr04.cybercity.dk (8.9.3/8.9.3) with SMTP id KAA83093 for ; Sat, 16 Dec 2000 10:23:22 +0100 (CET) (envelope-from mekanix@vip.cybercity.dk) Message-Id: <200012160923.KAA83093@usr04.cybercity.dk> Date: Sat, 16 Dec 2000 10:22:55 +0100 From: Bjarne Wichmann Petersen To: freebsd-questions@freebsd.org Subject: /usr/ports/games/gltron will not compile X-Mailer: Sylpheed version 0.4.4 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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