From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <rreich@rdrtech.com> X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from box1.cyxs.net (unknown [208.155.66.115]) by chiba.3jane.net (Postfix) with SMTP id B87BA2016097 for <gentoo-dev@gentoo.org>; Thu, 7 Mar 2002 09:13:12 -0600 (CST) Received: (qmail 11973 invoked from network); 7 Mar 2002 15:05:49 -0000 Received: from unknown (HELO localhost) (208.155.66.115) by 0 with SMTP; 7 Mar 2002 15:05:49 -0000 From: Richard Reich <rreich@rdrtech.com> To: gentoo-dev@gentoo.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 07 Mar 2002 10:07:27 -0500 Message-Id: <1015513648.3675.20.camel@localhost> Mime-Version: 1.0 Subject: [gentoo-dev] Problem Compiling xfree-4.2.0-r7 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help> List-Post: <mailto:gentoo-dev@gentoo.org> List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=subscribe> List-Id: Gentoo Linux developer list <gentoo-dev.gentoo.org> List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe> List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/> X-Archives-Salt: 662e0275-3d25-45b1-aca5-9fca80238542 X-Archives-Hash: 3d2d9d29958131c35004857bcea24011 I've tried to rebuild libGLU quite a few times with many combinations of the USE var in make.conf. Nothing seems to work, anybody have any ideas on how to fix this? installing in programs/glxinfo... make[3]: Entering directory `/var/tmp/portage/xfree-4.2.0-r7/work/xc/programs/glxinfo' rm -f glxinfo gcc -o glxinfo -mcpu=i686 -march=i686 -O3 -pipe -ansi -L../../exports/lib glxinfo.o -lGLU -lGL -lXext -lX11 -lpthread -lm -Wl,-rpath-link,../../exports/lib ../../exports/lib/libGLU.so: undefined reference to `swap(void**, int, int)' collect2: ld returned 1 exit status make[3]: *** [glxinfo] Error 1 make[3]: Leaving directory `/var/tmp/portage/xfree-4.2.0-r7/work/xc/programs/glxinfo'