hello all,
I was trying to test the cc compiler in the terminal after I installed the development tools. I wrote the classical hello world program and typed the following in the terminal
cc hello.c -o hello.exe
and the compiler gave me this in return:
/usr/bin/ld: /usr/lib/libSystem.dylib load command 6 unknown cmd field
Does anyone know how I might be able to fix this?
Thanks.
Niteowl
I was trying to test the cc compiler in the terminal after I installed the development tools. I wrote the classical hello world program and typed the following in the terminal
cc hello.c -o hello.exe
and the compiler gave me this in return:
/usr/bin/ld: /usr/lib/libSystem.dylib load command 6 unknown cmd field
Does anyone know how I might be able to fix this?
Thanks.
Niteowl