Volker Armin Hemmann <volker.armin.hemmann <at> tu-clausthal.de> writes:
> x11-base/xorg-server > Installed versions: 1.5.2 > media-libs/mesa Installed versions: 7.2 > > x11-base/xorg-x11 > Installed versions: 7.4 > x11-drivers/ati-drivers > Installed versions: 8.552-r2 Got the first 3/4 ati-drivers will not compile, any version. Here is the errors from 8.552-r2 : Building fgl_glxgears In file included from fgl_glxgears.c:70: /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common /usr/include/GL/glATI.h:3153:1: warning: "GL_ATI_texture_env_combine3" redefined In file included from /usr/include/GL/gl.h:2150, from /usr/include/GL/glu.h:38, from fgl_glxgears.c:59: /usr/include/GL/glext.h:6606:1: warning: this is the location of the previous definition /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lGL collect2: ld returned 1 exit status ERROR: x11-drivers/ati-drivers-8.552-r2 failed. Call stack: ebuild.sh, line 49: Called src_compile environment, line 3311: Called die The specific snippet of code: "$(tc-getCC)" -o fgl_glxgears ${CFLAGS} ${LDFLAGS} -DUSE_GLU -I"${S}"/common/usr/include fgl_glxgears.c -lGL -lGLU -lX11 -lm || die "fgl_glxgears build failed"; The die message: fgl_glxgears build failed So what did I miss? James