Gentoo Archives: gentoo-dev

From: Richard Reich <rreich@×××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Problem Compiling xfree-4.2.0-r7
Date: Thu, 07 Mar 2002 09:13:12
Message-Id: 1015513648.3675.20.camel@localhost
1 I've tried to rebuild libGLU quite a few times with many combinations of
2 the USE var in make.conf. Nothing seems to work, anybody have any ideas
3 on how to fix this?
4
5 installing in programs/glxinfo...
6 make[3]: Entering directory
7 `/var/tmp/portage/xfree-4.2.0-r7/work/xc/programs/glxinfo'
8 rm -f glxinfo
9 gcc -o glxinfo -mcpu=i686 -march=i686 -O3 -pipe -ansi
10 -L../../exports/lib glxinfo.o -lGLU -lGL -lXext -lX11 -lpthread -lm
11 -Wl,-rpath-link,../../exports/lib
12 ../../exports/lib/libGLU.so: undefined reference to `swap(void**, int,
13 int)'
14 collect2: ld returned 1 exit status
15 make[3]: *** [glxinfo] Error 1
16 make[3]: Leaving directory
17 `/var/tmp/portage/xfree-4.2.0-r7/work/xc/programs/glxinfo'