dyld error: undefined references
dyld error: undefined references
- Subject: dyld error: undefined references
- From: Marc Poirier <email@hidden>
- Date: Tue, 10 May 2005 13:57:45 -0400
I have discovered that none of my AUs are loading in Mac OS X 10.2.x.
The following errors show up in console.log when you try to load one:
Error loading : error code 7, error number 0 (dyld: Undefined symbols:
undefined reference to _btowc expected to be defined in
/usr/lib/libSystem.B.dylib
undefined reference to _iswctype expected to be defined in
/usr/lib/libSystem.B.dylib
undefined reference to _mbsrtowcs expected to be defined in
/usr/lib/libSystem.B.dylib
undefined reference to _towlower expected to be defined in
/usr/lib/libSystem.B.dylib
This is using building with Xcode 1.5, Mac OS X 10.3.9, CoreAudio SDK
1.3.5, QuickTime 7.0 SDK, etc. The thing is, nowhere in my code do I
call any of those functions, nor do I link to libSystem.B.dylib in my
project. So I'm not sure what to do to solve this problem. I'm
guessing that this must be affecting everyone building AUs with the
above set-up, so I'm wondering, does anyone know how to solve this?
thanks,
Marc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden