Displaying 2 results from an estimated 2 matches for "ca0238e0".
Did you mean:
c00538e0
2007 Dec 24
2
[LLVMdev] build failure: ocamlopt: unknown option `-g'
I am at revision 45341, and I am getting a build failure on Leopard
involving an unknown option to the ocaml compiler:
llvm[3]: Compiling optimized llvm.ml for Debug build
/opt/fink/bin/ocamlopt: unknown option `-g'.
Usage: ocamlopt <options> <files>
...
My ocaml binaries are compiled from source using fink:
(kremenek at tedbook:llvm)$ which ocamlopt
/opt/fink/bin/ocamlopt
2007 Dec 25
0
[LLVMdev] build failure: ocamlopt: unknown option `-g'
DOn 2007-12-24, at 01:29, Ted Kremenek wrote:
> I am at revision 45341, and I am getting a build failure on Leopard
> involving an unknown option to the ocaml compiler:
>
> llvm[3]: Compiling optimized llvm.ml for Debug build
> /opt/fink/bin/ocamlopt: unknown option `-g'.
> Usage: ocamlopt <options> <files>
> ...
>
>
> My ocaml binaries are compiled