Lately I have been working on OS X. Things were going pretty peachy for a while until somehow ld
got on my system and now gcc
won't use dyld
. Furthermore, all of my shared libraries are in *.dylib
format, and ld is stubornly ignoring there existance. If I mv
ld from PATH
, gcc just complains it cant find ld.
Please help me to get gcc back on track and using what it should.