I'm trying to help someone port a compiler (http://mlton.org) that
generates
x86 assembly code, but we are having difficulty with calls to
external C functions.
If we are calling a function _foo directly, we get a error from ld:
external relocation entries in non- writable section (__TEXT,__text)
symbols:
_foo
but if we put in a stub as suggested by the "Mac OS X Assembler
Reference"
missing indirect symbols for section (__TEXT,__symbol_stub)
Can someone explain what the root cause of this error message might be?
- John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden