Re: What is causing libgcc_s.1.dylib to load?
Re: What is causing libgcc_s.1.dylib to load?
- Subject: Re: What is causing libgcc_s.1.dylib to load?
- From: Syd Polk <email@hidden>
- Date: Tue, 25 Jul 2006 20:03:32 -0500
On Jul 25, 2006, at 5:55 PM, Tony Cate wrote:
I'm trying to add a 3rd party framework to my project. Without the
new framework the project compiles and runs fine on OS X 10.3.0.
When I add the new framework I get this error: /usr/lib/libgcc_s.
1.dylib (No such
>> file or directory, errno = 2) on a 10.3.0 computer. I understand
libgcc_s.1.dylib is only available starting with 10.3.9. How can I
find the code that causes the library to be loaded.
Tony
3 Cats And A Mac
The new framework must have been compiled with gcc 4.0. Anything
compiled with gcc 4.0 will load libgcc_s.1.dylib.
Syd Polk
email@hidden
"Let the music be your light" - Dave Edwards, KUHF-FM, 1982
_______________________________________________
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