From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id JAA21735; Tue, 24 Feb 2004 09:35:51 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id JAA29094 for ; Tue, 24 Feb 2004 09:35:50 +0100 (MET) Received: from aomori.annexia.org (annexia.force9.co.uk [212.56.101.183]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i1O8Znae024765 for ; Tue, 24 Feb 2004 09:35:49 +0100 Received: from rich by aomori.annexia.org with local (Exim 3.36 #1 (Debian)) id 1AvY2b-0003Q1-00; Tue, 24 Feb 2004 08:35:45 +0000 Date: Tue, 24 Feb 2004 08:35:44 +0000 To: Ranjan Bagchi Cc: caml-list@inria.fr Subject: [Caml-list] Re: ocamlc -linkall: problems with external functions? Message-ID: <20040224083544.GA13071@redhat.com> References: <403AF139.7030303@frotz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <403AF139.7030303@frotz.com> User-Agent: Mutt/1.5.4i From: Richard Jones X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; ocamlc:01 -linkall:01 2004:99 wrappers:01 ocamlc:01 -linkall:01 cmas:01 usr:01 pcre:01 -verbose:01 dynlink:01 equeue:01 dynlink:01 stub:01 vlad:99 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Mon, Feb 23, 2004 at 10:37:45PM -0800, Ranjan Bagchi wrote: > mod_caml_executable: $(ALL_CMOS) apache_c.o wrappers.o dummy.o > $(OCAMLC) -linkall -custom $(OCAMLCFLAGS) $(ALL_CMAS) $^ -o $@ > > results in the very strange startup error (when doing > /usr/sbin/apachectl start): > Fatal error: unknown C primitive `pcre_get_match_limit_wrapper' I'm guessing that this is something to do with the link order ...? You could try adding the -verbose option to ocamlc which should display the actual commands it is executing. > (PS -- why I'm doing this. I'm trying to load into the executable the > rpc library. The reason why is that Dynlink seems to really dislike > loading -- at run time -- the rpc.cma and equeue.cma libraries. > However, I've found that building an executable with --linkall produces > a system that Dynlink can use to load in code building **using** rpc: > stub modules, etc) Hopefully I'm going to be able to fix some of this soon ... by using the same tricks that Vlad Seryakov uses in his AOLServer/caml program (see an earlier posting on caml-list). Rich. -- Richard Jones. http://www.annexia.org/ http://www.j-london.com/ Merjis Ltd. http://www.merjis.com/ - improving website return on investment http://www.YouUnlimited.co.uk/ - management courses ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners