From: <ph...@ar...> - 2007-03-27 10:27:04
|
Hi Paul, I have found this link http://developer.apple.com/releasenotes/DeveloperTools/RN-GCC3/ Which talks about gcc 3 in Xcode, you can also set the version of gcc to use with something like sudo /usr/sbin/gcc_select 3 However it also says "In Xcode 2.1 and higher, the gcc 3.3 compiler does not support generating code for x86" I will keep looking for the highest Version 3 they released, which may support x86. Someone has compiled it before on x86 as I have got the binaries to work :) Unless the are universal binaries.... http://developer.apple.com/documentation/MacOSX/Conceptual/universal_binary/index.html I can program in C and a bit in C++, can someone explain the reason it will not work with gcc 4.x. Maybe I could change the makefile / code ? From, Phillip > >> Thanks. I will try to get a version of Xcode which is supported on >> Intel >> Mac which has gcc 3.x. > > Problem is - I don't think you will have much luck, I seem to remember > that > there isn't such a beast... > > Paul > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > Firebird-Devel mailing list, web interface at > https://lists.sourceforge.net/lists/listinfo/firebird-devel > |