Thanks, here they are: $ gcc -v Using built-in specs. Target: i686-apple-darwin10 Configured with: /var/tmp/gcc/gcc-5664~38/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5664) $ which gcc /usr/bin/gcc
By the way, I didn't expect that it would be any different because I'd have had to change the default version first, which I'm not even tempted to do. I just need GCC4.4 on a case by case basis. But for now I can't even find a gcc 4.4 binary. I would have expected to find it somewhere in the dir structure rooted at /sw. Again, so far here's what I did: Installed Fink as per: http://www.finkproject.org/download/srcdist.php and $ fink scanpackages sudo apt-get update sudo apt-get install libgettext3-dev=0.14.5-2 fink install gcc44 which resulted in a lengthy build process that seems to have completed w/o warning or error. Again, the only relevant file I found is gcc44_4.4.1-1000_darwin-i386.deb -- View this message in context: http://old.nabble.com/GCC4.4-on-Mac-OSX-10.6-tp29441121p29444545.html Sent from the fink-beginners mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
