On 26 Feb 2012, at 07:52, Amr Aboelela wrote: > 3. Make link to objc directory: > > $ locate objc.h > > /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/include/objc/objc.h
This is the GCC runtime's objc.h. You almost certainly want to be using the GNUstep runtime's version instead. This will install in /usr/locale/include/objc by default, or in your GNUstep headers location if GNUstep Make is installed. David -- Sent from my Difference Engine _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
