From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id JAA23894 for caml-redistribution; Fri, 23 Oct 1998 09:40:00 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA12637 for ; Tue, 20 Oct 1998 15:28:50 +0200 (MET DST) Received: from cs.Technion.AC.IL (csa.cs.technion.ac.il [132.68.32.1]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id PAA21937 for ; Tue, 20 Oct 1998 15:28:47 +0200 (MET DST) Received: from localhost (roy@localhost) by cs.Technion.AC.IL (8.9.0/8.9.0) with SMTP id PAA10823 for ; Tue, 20 Oct 1998 15:29:09 +0200 (IST) Date: Tue, 20 Oct 1998 15:29:08 +0200 (IST) From: Friedman Roy X-Sender: roy@csa To: caml-list@inria.fr Subject: Linking caml generated object in NT Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: weis Hi, I am trying to link object files generated by ocamlopt with object files generated by the C compiler (cl for instance) and got a lot of unknown symbols errors. I tried adding some or all of the libraries in the lib directory, and still a few symbols remained unknown. Is there a list of libraries one has to link with to make this work. (The reason I am doing this is to try instrumentig my code to work with boundschecker to discover memory leaks in my C code that is linked together with some CAML code. To do this, I need to use NuMega linker so I cannot use ocamlopt.) Thanks, Roy