[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Packaging Coq
From: |
Ludovic Courtès |
Subject: |
Re: Packaging Coq |
Date: |
Thu, 04 Dec 2014 19:35:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> On Thu, Dec 04, 2014 at 05:02:27AM +0400, Nikita Karetnikov wrote:
>> ;; 'configure' does not recognize the flags if you
>> ;; use 'system*'.
>> (system (string-append "./configure"
>> " -prefix " out
>> " -camldir "
>> (dirname (which
>> "ocaml")))))))
>
> This is very strange, how is it at all possible that system* does not work?
I’m guess that the problem instead was that the default ‘configure’
phase passes arguments not recognized by this hand-written ‘configure’
script.
However, please use ‘system*’ instead of ‘system’.
Thanks,
Ludo’.
Re: Packaging Coq, John Darrington, 2014/12/04
Re: Packaging Coq, Nikita Karetnikov, 2014/12/04
Re: Packaging Coq, Mark H Weaver, 2014/12/05