[LLVMdev] OCaml Install Error

Bill Wendling isanbard at gmail.com
Wed Oct 3 02:44:30 PDT 2007


On Oct 2, 2007, at 3:22 AM, Gordon Henriksen wrote:

> On 2007-10-02, at 03:19, Gordon Henriksen wrote:
>
>> On Oct 2, 2007, at 00:17, Bill Wendling wrote:
>>
>> Fair enough. The problem is that the bindings are installed in the
>> ocaml stdlib, regardless of --prefix. At the very least, there should
>> 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
>
> You can now configure with --disable-bindings rather than editing  
> out OCAMLC. I'll fix the directory logic soon.
>
Is --disable-bindings the default or are they on? I would think that  
turning them off by default is the way to go, but I'm not 100%  
committed to that opinion. :)

-bw

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071003/f5b5017d/attachment.html>


More information about the llvm-dev mailing list