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 LAA01891; Mon, 19 Aug 2002 11:54:10 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 LAA01930 for ; Mon, 19 Aug 2002 11:54:09 +0200 (MET DST) Received: from hotmail.com (f169.pav1.hotmail.com [64.4.31.169]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g7J9s8D00651 for ; Mon, 19 Aug 2002 11:54:09 +0200 (MET DST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 19 Aug 2002 02:54:07 -0700 Received: from 193.54.50.250 by pv1fd.pav1.hotmail.msn.com with HTTP; Mon, 19 Aug 2002 09:54:07 GMT X-Originating-IP: [193.54.50.250] From: "Joe HELL" To: caml-list@inria.fr Subject: [Caml-list] problem with ocamlmklib Date: Mon, 19 Aug 2002 09:54:07 +0000 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 19 Aug 2002 09:54:07.0621 (UTC) FILETIME=[5C0A4B50:01C24766] Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk
hello all,
 
I'm currently working on an AltiVec extension module for OCaml and so I make
a great use of external C library.
 
I use ocamlmklib to produce both a .so and a .lib in order to be used with ocamlc and ocamlopt. But whenever i try to compile a test application using my module in bytecode mode
I got this error message from the linker :
 
Error on dynamicly loaded lybrary : dllcamlg4.so undefined Symbol _save21
 
Obviuously i NEVER use or declare such a function. So I guess that it's some internal upkeep
function created into the .so.
 
What can i do to slay this bug ?
Thanks in advance.
 
Joel FALCOU
 


MSN Photos is the easiest way to share and print your photos: Click Here
------------------- 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