How do you compile using the 10.3.9 SDK at the command line?
Hello,
I'm trying to get 10.3.9 compatibility working on one of my projects except that I keep on getting a linking error that points to SystemStubs not being linked in except that linking in it doesn't fix my errors. The only thing that I can figure is that the libraries I'm statically linking in were compiled using the 10.4 SDK and need to be recompiled with SystemStubs linked in or using the 10.3.9 SDK. So my question is, then, how do I do this from the command line? I'm basically trying to create compatible versions of libcurl and libssl.
I'm trying to get 10.3.9 compatibility working on one of my projects except that I keep on getting a linking error that points to SystemStubs not being linked in except that linking in it doesn't fix my errors. The only thing that I can figure is that the libraries I'm statically linking in were compiled using the 10.4 SDK and need to be recompiled with SystemStubs linked in or using the 10.3.9 SDK. So my question is, then, how do I do this from the command line? I'm basically trying to create compatible versions of libcurl and libssl.
The brains and fingers behind Malarkey Software (plus caretaker of the world's two brattiest felines).
gcc -isysroot /Developer/SDKs/MacOSX10.3.9.sdk
you need -mmacosx-version-min=10.3 too.
http://onesadcookie.com/svn/repos/Third-Party (once I get it back up, AIM me if you want it before the link works again) builds autotool'd libraries for all the architectures and OS versions you have SDKs for.
http://onesadcookie.com/svn/repos/Third-Party (once I get it back up, AIM me if you want it before the link works again) builds autotool'd libraries for all the architectures and OS versions you have SDKs for.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Glyph Designer Command Line app released | MikeD | 1 | 1,549 |
Jan 2, 2013 12:56 AM Last Post: NikG |
|
| C++ and SDL compiling via command line? | sugar | 2 | 4,956 |
Mar 26, 2009 10:07 AM Last Post: Volte |
|
| Port of Cortex Command? | Frejesal | 7 | 8,023 |
Dec 9, 2008 09:05 PM Last Post: montdidier |
|
| Mac os x Port of Cortex Command, it is time | Mr_Sanders | 4 | 6,169 |
Dec 9, 2008 09:03 PM Last Post: montdidier |
|
| (SDL) command line commpiling questions | caffeinated | 8 | 5,563 |
May 10, 2008 08:33 PM Last Post: caffeinated |
|

