Scourge 0.6 dies during the configure phase. Here is the output: checking for freetype-config library... checking for freetype-config... /usr/bin/freetype-config checking for GL/gl.h... no *** Hmm, you don't seem to have OpenGL headers installed in the standard *** location (/usr/include). I'll check in /usr/X11R6/include, since *** many distributions (incorrectly) put OpenGL headers there. checking for GL/gl.h... no configure: error: Cannot find GL/gl.h I have checked and /usr/include/GL does exist. It is soft linked to /usr/X11R6/include/GL, which also exists. From the config.log I can see this: In file included from configure:3747: /usr/X11R6/include/GL/gl.h:62:22: GL/glext.h: No such file or directory This is also odd, since glext.h is also in /usr/X11R6/include/GL I'm not too sure what's going on here.
reopen with the output of emerge --info. Also, include the package and version of whatever you're using for opengl.
Sorry, I am using the GL drivers from nvidia binary driver 1.0.5336-r4. Here is emerge --info: Gentoo Base System version 1.4.16 Portage 2.0.50-r11 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.8.1) ================================================================= System uname: 2.6.8.1 i686 AMD Athlon(tm) XP 2200+ distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -mmmx -msse -m3dnow -funroll-loops" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -mmmx -msse -m3dnow -funroll-loops" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache grc sandbox" GENTOO_MIRRORS="http://mirror.cpsc.ucalgary.ca/mirror/gentoo.org ftp://gentoo.agsn.ca/ http://gentoo.llarian.net/ http://gentoo.binarycompass.org" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://SpaceTree/portage" USE="X Xaw3d aalib alsa apm arts avi berkdb bitmap-fonts bluetooth bonobo cdr crypt cups curl dri dvd encode esd f77 fbcon foomaticdb gdbm gif glx gnome gpm gtk gtk2 gtkhtml guile imap imlib imlib2 java jikes joystick jpeg junit kde lcms libg++ libwww mad maildir mikmod mmx motif mozilla mpeg mpeg4 mysql ncurses nls oggvorbis opengl oss pam pda pdflib perl plotutils png ppds python qt quicktime readline ruby samba sdl slp spell sse ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts usb videos wmf wxwindows x86 xinerama xml xml2 xmms xosd xprint xv zlib"
attach the config.log as text/plain please. Also, try it with CFLAGS="-pipe" and see if that makes a difference.
removed extraneous CFLAGS (now at -march=athlon-xp -O3 -pipe) Problem solved, bug closed. Thanks for the assistance.