From: Sean P. <sp...@ad...> - 2006-09-12 19:09:25
|
On Sep 12, 2006, at 10:34 AM, Hubert Figuiere wrote: > On Tuesday 12 September 2006 12:38, Foster T. Brereton wrote: >> As of XCode 2.3 it is possible to target the 10.3.9 SDK (and, for >> that matter, 10.2.8) and set 10.3.9 (or 10.2.8) as the minimum OS >> requirement for compatibility's sake. If you upgraded to Tiger and >> the new XCode (gcc) development environment, you'd have everything to >> need to target the platforms for which you want to develop -- unless >> I am missing something? > > Hi, > > as I said, upgrading to 10.4 is NOT an option, unless I get another > machine :-/ [1] > > <http://developer.apple.com/releasenotes/DeveloperTools/Xcode/ > PreviousXcodeRelNotes.html> > state that XCode 2.3 only runs on 10.4, even if it can target older > release. > > And whether XCode use gcc 4 or gcc 3.3 when building uisng the 10.3 > SDK is > unknown to me and I couldn't find this in the documentation. But > given that > in 10.3 libstdc++ was a static library, I don't see why gcc 4.0 > wouldn't work > with with libstdc++ statically linked... (the main problem beetween > these too > release is the ABI compatibiliy in C++, C and Objective-C haven't > changed). I don't believe gcc 3.4 or 4.0 will work with the 10.3 static lib - the ABI changed significantly for 3.4 - specifically RTTI is handled differently. Sean > > > Hub > [1] this is for a personnal project and/or curiosity > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel |