Hi Everyone,
I installed the intel version of ocaml on mac os (macbook pro). I am getting this error trying
to compile a simple program that uses unix.cmxa and str.cmxa. Here is the command,
ocamlopt unix.cmxa str.cmxa test.ml -o test.exe
I am always getting this error,
sh: line 1: as: command not found
Assembler error, input left in file /tmp/camlasm203d3a.s
Any help will be greatly appreciated. Thanks.
.