ocaml-tmk-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ocaml-tmk-devel] version 1.0.3 build procedure?


From: Paul Pelzl
Subject: Re: [Ocaml-tmk-devel] version 1.0.3 build procedure?
Date: Tue, 12 Oct 2010 22:25:45 -0500

On Tue, Oct 12, 2010 at 10:24 PM, Paul Pelzl <address@hidden> wrote:
> You can run "autoheader" to generate a config.h.in .  I can build the
> library using the following sequence:
> $ autoheader
> $ autoconf
> $ make byte    # bytecode lib
> $ make opt    # native lib

Sorry, that should be:

$ autoheader
$ autoconf
$ ./configure
$ make byte    # bytecode lib
$ make opt    # native lib

Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]