Re: staticly linked libc ?
Re: staticly linked libc ?
- Subject: Re: staticly linked libc ?
- From: "Shawn Erickson" <email@hidden>
- Date: Mon, 26 Feb 2007 16:40:50 -0800
On 2/26/07, Dave Dyer <email@hidden> wrote:
I have a plugin which works fine under osx 10.4 but fails to load
under 10.2. I chased the problem into libsystem.B.dylib, which
includes _fprintf _sscanf and _sprintf in 10.4 but does not
contain these functions in 10.2
I'm thinking that a plausible way to address this problem is to
staticly link libc
My question is, how do I direct xcode to do this?
Are you building your application with gcc 4.0?
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden