From owner-freebsd-questions Thu Apr 4 17:33:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tcpns.com (dsl-64-192-239-221.telocity.com [64.192.239.221]) by hub.freebsd.org (Postfix) with ESMTP id 4D1B037B41A for ; Thu, 4 Apr 2002 17:33:37 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by tcpns.com (8.12.2/8.12.2) with ESMTP id g351Xa78062171 for ; Thu, 4 Apr 2002 20:33:37 -0500 (EST) Date: Thu, 4 Apr 2002 20:33:36 -0500 (EST) From: Jason Borkowsky To: questions@freebsd.org Subject: Re: Compile Xfree86 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I also tried to install Xfree86 version 4.2 today, on a FreeBSD machine run 4.5-RELEASE. The compile part went absolutely fine with no problem. But when I tried to do a "make install" it got almost all the way through but stopped with the errors: LD_LIBRARY_PATH=../../exports/lib cc -o glxinfo -O2 -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -pthread -L../../exports/lib glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6 /lib -pthread -lm -Wl,-rpath,/usr/X11R6/lib ../../exports/lib/libGLU.so: undefined reference to operator new[](unsigned)' ../../exports/lib/libGLU.so: undefined reference to vtable for__cxxabiv1::__si_class_type_info' ../../exports/lib/libGLU.so: undefined reference to operator delete(void*)' ../../exports/lib/libGLU.so: undefined reference to __gxx_personality_v0' ../../exports/lib/libGLU.so: undefined reference to _Unwind_Resume' ../../exports/lib/libGLU.so: undefined reference to __cxa_pure_virtual' ../../exports/lib/libGLU.so: undefined reference to vtable for__cxxabiv1::__class_type_info' ../../exports/lib/libGLU.so: undefined reference to operator delete[](void*)' ../../exports/lib/libGLU.so: undefined reference to vtable for__cxxabiv1::__vmi_class_type_info' ../../exports/lib/libGLU.so: undefined reference to operator new(unsigned)' *** Error code 1 Stop in /tmp/xc/programs/glxinfo. *** Error code 1 Stop in /tmp/xc/programs. *** Error code 1 Stop in /tmp/xc. *** Error code 1 Stop in /tmp/xc. Any idea what I have done wrong...? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message