From owner-freebsd-questions@FreeBSD.ORG Mon Sep 4 13:40:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 043CD16A4DD for ; Mon, 4 Sep 2006 13:40:21 +0000 (UTC) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from smarthost1.sa.chariot.net.au (smarthost1.sa.chariot.net.au [203.87.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0357C43D55 for ; Mon, 4 Sep 2006 13:40:10 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from mail.qld.chariot.net.au (mail.qld.chariot.net.au [203.87.95.166]) by smarthost1.sa.chariot.net.au (Postfix) with ESMTP id 194002B2E84 for ; Mon, 4 Sep 2006 23:10:09 +0930 (CST) Received: from localhost (avs3.sa.chariot.net.au [203.87.94.9]) by mail.qld.chariot.net.au (Postfix) with ESMTP id E91BA4E87F for ; Mon, 4 Sep 2006 23:15:02 +1000 (EST) Received: from mail.qld.chariot.net.au ([203.87.95.166]) by localhost (avs3.sa.chariot.net.au [203.87.94.9]) (amavisd-new, port 10024) with LMTP id 21484-01-5 for ; Mon, 4 Sep 2006 23:10:08 +0930 (CST) Received: from blackthorne.virusinfo.rdksupportinc.com (static-203-87-66-248.qld.chariot.net.au [203.87.66.248]) by mail.qld.chariot.net.au (Postfix) with ESMTP id 861174E87E for ; Mon, 4 Sep 2006 23:15:02 +1000 (EST) Message-Id: <7.0.1.0.0.20060904233905.01939d40@virusinfo.rdksupportinc.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 X-Priority: 1 (Highest) Date: Mon, 04 Sep 2006 23:41:32 +1000 To: freebsd-questions@freebsd.org From: Warren Liddell Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: amavisd-new at chariot.net.au Subject: Error Trying to Compile Xfree86-4-clients X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 13:40:21 -0000 I have been trying to fix up my X client and KDE for a while, but after fixing everything else, this one package keeps failing and im at a loss as to why and how to solve this issue, any help/assistance on this matter would be greatlyu appreciated. Below is a snippet of the end result of the build/compile. ================ rm -f glxinfo cc -o glxinfo -O2 -fno-strict-aliasing -pipe -ansi -Wno-system-headers -Dasm=__a sm -Wall -Wpointer-arith -Wundef -L/usr/ports/x11/XFree86-4-clients/wor k/xc/exports/lib glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread - lm -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,/usr/ports/x11/XFree86-4-clients/ work/xc/exports/lib /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_user' /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_si' /usr/X11R6/lib/libGLU.so: undefined reference to `__get_eh_context' /usr/X11R6/lib/libGLU.so: undefined reference to `__sjthrow' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_vec_new' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_vec_delete' /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_class' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_delete' /usr/X11R6/lib/libGLU.so: undefined reference to `__terminate' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_new' *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients.