Another thing I noticed was that cl wasn't found. Not being too compiler-oriented (me that is), try the following:
1: run the find command previously mentioned and replace cc with cl.
2: export your path again with the directory that cl is in at the end.
Hopefully that'll help fix it. cl might be the linker which is definitely needed to create executables.




