From owner-freebsd-x11@FreeBSD.ORG Mon Jun 4 14:52:43 2007 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12C1416A41F for ; Mon, 4 Jun 2007 14:52:43 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from minas.ics.muni.cz (minas.ics.muni.cz [147.251.4.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9BF2613C457 for ; Mon, 4 Jun 2007 14:52:42 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from KLOBOUCEK (kloboucek.ics.muni.cz [147.251.3.38]) (authenticated user=hopet@ICS.MUNI.CZ bits=0) by minas.ics.muni.cz (8.13.8/8.13.8/SuSE Linux 0.8) with ESMTP id l54Eg2Pm011001 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 4 Jun 2007 16:42:02 +0200 From: "Petr Holub" To: Date: Mon, 4 Jun 2007 16:42:02 +0200 Message-ID: <01ba01c7a6b6$8359af20$2603fb93@KLOBOUCEK> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Muni-Spam-TestIP: 147.251.3.38 X-Muni-Envelope-From: hopet@ics.muni.cz X-Muni-Envelope-To: x11@freebsd.org X-Muni-Virus-Test: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (minas.ics.muni.cz [147.251.4.35]); Mon, 04 Jun 2007 16:42:02 +0200 (CEST) Cc: Subject: graphics/mesa-demos problem after nvidia driver installation X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 14:52:43 -0000 Hi all, I've encountered the following problem: when installing graphics/mesa-demos after x11/nvidia-driver is installed, I get the following error during the compilation: cc -I../../include -fPIC -pedantic -I/usr/local/include -DUSE_XSHM -DHZ=100 -O2 -fno-strict-aliasing -pipe -DPTHREADS glxheads.c -L/usr/local/lib -lglut -lGLU -lGL -lXext -lXmu -lXi -lX11 -lm -pthread -o glxheads /usr/bin/ld: warning: libm.so.3, needed by /usr/local/lib/libGL.so, may conflict with libm.so.4 cc -I../../include -fPIC -pedantic -I/usr/local/include -DUSE_XSHM -DHZ=100 -O2 -fno-strict-aliasing -pipe -DPTHREADS glxinfo.c -L/usr/local/lib -lglut -lGLU -lGL -lXext -lXmu -lXi -lX11 -lm -pthread -o glxinfo /usr/bin/ld: warning: libm.so.3, needed by /usr/local/lib/libGL.so, may conflict with libm.so.4 cc -I../../include -fPIC -pedantic -I/usr/local/include -DUSE_XSHM -DHZ=100 -O2 -fno-strict-aliasing -pipe -DPTHREADS glxpixmap.c -L/usr/local/lib -lglut -lGL U -lGL -lXext -lXmu -lXi -lX11 -lm -pthread -o glxpixmap /usr/bin/ld: warning: libm.so.3, needed by /usr/local/lib/libGL.so, may conflict with libm.so.4 /var/tmp//ccICDhDa.o(.text+0x22d): In function `main': : undefined reference to `glXCreateGLXPixmapMESA' gmake[1]: *** [glxpixmap] Error 1 If the graphics/mesa-demos is installed before the nvidia-driver or after deinstalling the nvidia-driver, it compiles fine (though I haven't actually tested it works yet). Petr