> When I link gnustep-base in, then objc_msg_lookup throws an > NSInvalidArgumentException, > because of the unrecognized selector. So objc_msg_lookup is not something I > can use.
What are you trying to achieve ? If you just want to check if a class responds to a selector, why don't you simply use class_respondsToSelector() ? That's native in the Modern GNU runtime API, but also available through gnustep-base's compatibility layer even with older GNU runtimes. Thanks _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
