caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Joel Reymont <joelr1@gmail.com>
To: "Denis Bueno" <dbueno@gmail.com>
Cc: "Caml List" <caml-list@inria.fr>,
	"Gerd Stolpmann" <info@gerd-stolpmann.de>
Subject: Re: [Caml-list] Problem checking out ocamlnet
Date: Tue, 27 Mar 2007 01:22:03 +0100	[thread overview]
Message-ID: <6617988A-A27D-45C0-AE59-4EC2BB58FE19@gmail.com> (raw)
In-Reply-To: <6dbd4d000703261653w13e19dc9rd20fbb5048b3dada@mail.gmail.com>

This is what I end up with:

ocamlfind ocamlopt -inline 10  -I ../netstring -I ../netsys -package  
"unix pcre"  -c  netcgi_test.ml
if [ "X" = "X" ]; then \
         ocamlfind ocamlopt -inline 10  -I ../netstring -I ../netsys - 
package "unix pcre"  -a -o netcgi.cmxa netcgi_common.cmx netcgi.cmx  
netcgi_ajp.cmx netcgi_scgi.cmx netcgi_cgi.cmx netcgi_fcgi.cmx   
netcgi_dbi.cmx netcgi1_compat.cmx netcgi_test.cmx; \
else \
         ocamlmklib -o netcgi netcgi_common.cmx netcgi.cmx  
netcgi_ajp.cmx netcgi_scgi.cmx netcgi_cgi.cmx netcgi_fcgi.cmx   
netcgi_dbi.cmx netcgi1_compat.cmx netcgi_test.cmx  ; \
fi
make[1]: Makefile.pre: No such file or directory
make[1]: *** No rule to make target `Makefile.pre'.  Stop.
make: *** [opt] Error 2

Does this have something to do with case-sensitivity? I'm building in  
a case-insensitive file system, after ./configure -with-nethttpd.

	Thanks, Joel

--
http://wagerlabs.com/






      parent reply	other threads:[~2007-03-27  0:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2FDB5B82-532C-49B7-ACF0-5CDD80BCF8C2@gmail.com>
     [not found] ` <1174948628.1530.53.camel@localhost.localdomain>
     [not found]   ` <00C2F3AB-5C6B-4B9E-8CE1-A8C6F1EFBD75@gmail.com>
     [not found]     ` <1174951575.1530.55.camel@localhost.localdomain>
2007-03-26 23:44       ` Joel Reymont
2007-03-26 23:53         ` [Caml-list] " Denis Bueno
2007-03-26 23:55           ` Denis Bueno
2007-03-26 23:58           ` Joel Reymont
2007-03-27  0:15           ` Joel Reymont
2007-03-27  0:22           ` Joel Reymont [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6617988A-A27D-45C0-AE59-4EC2BB58FE19@gmail.com \
    --to=joelr1@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=dbueno@gmail.com \
    --cc=info@gerd-stolpmann.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).