I'm trying to port something from an external environment to work in
both that environment and Xcode with Cocoa. I can build the sample
program OK linking to AppKit, Foundation, and CoreData. However, when
I run the application (in terminal and Xcode), I get:
>>>>>
ian:W_code ian 22:50 518> sample
dyld: Symbol not found: __DefaultRuneLocale
Referenced from: /Volumes/User/Users/ian/Development/Eiffel/Cocoa/
Sample/EIFGENs/sample/W_code/./sample
Expected in: /System/Library/Frameworks/CoreData.framework/
Versions/A/CoreData
Trace/BPT trap
<<<<<
I believe that DefaultRuneLocale might be in libSystem.dylib in the
OS 10.4 sdk, but how do I get gcc to link to it (without Xcode)? My
link command looks like: