Correct, this function is not defined by the GNUstep or GCC Objective-C ABI. Try adding -fobjc-runtime=gnustep-1.7 to your OBJCFLAGS - on OS X the default is to use the macosx runtime ABI.
David On 12 Dec 2013, at 03:27, Kevin Ingwersen <[email protected]> wrote: > Hey! > > After experimenting and researching the case of GNUstep on Mac, I have just > come along soemthing strange: _objc_msgSend_fixup is not defined in the > libobjc AND libobjc-gnu that I get while creating the gnustep libobjc and the > GCC with objc support. > > I used the gnustep-libobjc from github, because that one worked for compiling. > > Kind regards, Ingwie > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
