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: Richard Jones
Subject: Re: [Ocaml-tmk-devel] version 1.0.3 build procedure?
Date: Wed, 13 Oct 2010 09:55:59 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Tue, Oct 12, 2010 at 10:24:06PM -0500, Paul Pelzl wrote:
> On Tue, Oct 12, 2010 at 4:44 PM, Chet Murthy <address@hidden> wrote:
> > (1) I inferred from this that one must run configure
> >
> > (2) and there is a configure.ac, which I guess I can process with
> > autoconf to produce configure
> >
> > (3) The problem is, configure then blows up, b/c there's no
> > config.h.in
> >
> > I'm not sufficiently well-versed in the use of the GNU auto* toolset,
> > to know how to produce that config.h.in.
> 
> You can run "autoheader" to generate a config.h.in .  I can build the
> library using the following sequence:
> $ autoheader
> $ autoconf

autoreconf?

> $ make byte    # bytecode lib
> $ make opt    # native lib
> 
> 
> > If there were a standard procedure, it might be useful to document it
> > in a README.
> 
> Yes, some documentation would be good.  And it would also be good if
> the release tarball did not depend on autotools.

The release tarball ought not to depend on autotools.  Probably
we're not building it right ...

Rich.

-- 
Richard Jones
Red Hat



reply via email to

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