I'm trying to get the Webster HLA Compiler to run successfully on my OSX MacBook, but for some reason everytime i would try to compile the program, i would get the following:
sh: ld: command not found
Error returned by ld = 32512
Does anyone have any ideas?
don't know much about mac os, but it seems to me that either you don't have the linker 'ld' or it's not on your path. you may need to install GNU binutils.
Okay, so when i download this GNU binutils, what will happen??
you'll get 'ld' and a bunch of other binary utilities.