I'm new to Gentoo, though not Linux/OS X/Unix in general. I followed the directions on http://www.gentoo.org/proj/en/gentoo-al ... -macos.xml to boostrap my Gentoo install. My goal was to get a new version of gcc installed so that I could try compiling GSL on this machine (G4 PowerBook).
However, when I try to emerge gsl, I get
emerge: there are no ebuilds to satisfy "gsl".
It appears to be available on packages.gentoo.org, though it's masked as testing (I don't mind that). Here's my make.conf:
Code: Select all
ACCEPT_KEYWORDS="~ppc-macos ppc-macos"
SYNC="svn+http://overlays.gentoo.org/svn/proj/alt/trunk/prefix-overlay"
CFLAGS="-mcpu=7450 -O2 -pipe -maltivec -mabi=altivec -fno-strict-aliasing"
CXXFLAGS="${CFLAGS}"
Thanks![/code][/quote]

