I've become so Perl-centric that I hardly ever touch C any more, but I went to play around a bit the other day and got the following error message:
/usr/bin/ld: /usr/lib/libSystem.dylib load command 9 unknown cmd field
Same thing happens when I either just run vanilla "cc hw.c" or else "make hw" using the default rules (no makefile).
Can anyone offer any insight what this means? I had expected that the basic compiler environment would be ready to go, but apparently not.
Thanks in advance...