modcaml
[Top][All Lists]
Advanced

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

Re: [Modcaml] Re: "apache.cma"?


From: Robert Fischer
Subject: Re: [Modcaml] Re: "apache.cma"?
Date: Fri, 02 May 2008 10:01:35 -0500
User-agent: Thunderbird 2.0.0.12 (Macintosh/20080213)

Having not found a way to create the *.cma, I'm going with the following
Makefile instruction:

apache.cma: $(wildcard *.cmo)
        $(OCAMLC) $(OCAMLCFLAGS) -o apache -a $^

We'll see how that works out.  Let me know if I'm off in the deep weeds.

~~ Robert.

Robert Fischer wrote:
> What Makefile rule creates the *.cma?
> 
> dev ~/src/mod_caml-1.3.6: make apache.cma
> make: *** No rule to make target `apache.cma'.  Stop.
> 
> ~~ Robert.
> 
> Richard Jones wrote:
>> On Thu, May 01, 2008 at 05:58:13PM -0500, Robert Fischer wrote:
>>> Where is the "apache.cma" supposed to come from?  I've got a
>>> "apache/apache.cmi" in the std-lib dir, but no "*.cma".  Did I miss
>>> something in my mod_caml install?
>> Yes, that file should have been installed.
>>
>> Rich.
>>
> 
> 
> _______________________________________________
> Modcaml mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/modcaml




reply via email to

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