On 12 Dec 2013, at 18:15, Kevin Ingwersen <[email protected]> wrote:
> The GCC i compiled is 4.8.2, with ObjC support - and with that I compiled the > libobjc for gnustep form github. But that didn’t affect the GCC part afaik. > What does the switch "-fobjc-runtime=gnustep-1.7“ mean - and from where does > GCC know about gnustep-1.7? > Im just curios, as I am no compiler junky ^^; If you're using GCC (and I've no idea why you would), you will need to use the -fgnu-runtime flag. This will target the lowest common denominator GNU (GCC or GNUstep) runtime. David -- Sent from my IBM 1620 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
