search for: configurey

Displaying 4 results from an estimated 4 matches for "configurey".

Did you mean: configure
2007 Oct 02
0
[LLVMdev] OCaml Install Error
...d be a configure switch for this. Perhaps better, the default should go into the stdlib only if the stdlib is under --prefix; otherwise using $libdir/ocaml. Alternatively, perhaps they should be installed only with a special make target (Subversion does this). I'll muck around with the configurey goop to see what I can come up with. In the meantime, please use a workaround: sudo make install -or- blank out the OCAMLC := line in Makefile.config.in — Gordon
2007 Oct 02
4
[LLVMdev] OCaml Install Error
...switch for this. Perhaps better, the default should go > into the stdlib only if the stdlib is under --prefix; otherwise using > $libdir/ocaml. Alternatively, perhaps they should be installed only > with a special make target (Subversion does this). > > I'll muck around with the configurey goop to see what I can come up > with. In the meantime, please use a workaround: > > sudo make install > -or- > blank out the OCAMLC := line in Makefile.config.in You can now configure with --disable-bindings rather than editing out OCAMLC. I'll fix the directory logic soon....
2007 Oct 02
4
[LLVMdev] OCaml Install Error
Hi, I get this error duing a "make install": llvm[3]: Installing Debug /usr/local/lib/ocaml/libllvm.a install: /usr/local/lib/ocaml/libllvm.a: Permission denied make[3]: *** [install-a] Error 71 make[2]: *** [install] Error 1 make[1]: *** [ocaml/.makeinstall] Error 2 make: *** [install] Error 1 -bw
2007 Oct 02
0
[LLVMdev] OCaml Install Error
...rhaps better, the default should go >> into the stdlib only if the stdlib is under --prefix; otherwise using >> $libdir/ocaml. Alternatively, perhaps they should be installed only >> with a special make target (Subversion does this). >> >> I'll muck around with the configurey goop to see what I can come up >> with. In the meantime, please use a workaround: >> >> sudo make install >> -or- >> blank out the OCAMLC := line in Makefile.config.in > > You can now configure with --disable-bindings rather than editing > out OCAMLC. I'...