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 NAA18766 for caml-redistribution; Wed, 28 Jan 1998 13:57:42 +0100 (MET) 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 EAA16687 for ; Tue, 27 Jan 1998 04:55:04 +0100 (MET) Received: from linc.cis.upenn.edu (LINC.CIS.UPENN.EDU [158.130.12.3]) by nez-perce.inria.fr (8.8.7/8.8.5) with ESMTP id EAA07612 for ; Tue, 27 Jan 1998 04:55:02 +0100 (MET) Received: from codex.cis.upenn.edu (CODEX.CIS.UPENN.EDU [158.130.6.15]) by linc.cis.upenn.edu (8.8.5/8.8.5) with ESMTP id WAA07201 for ; Mon, 26 Jan 1998 22:54:59 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by codex.cis.upenn.edu (8.8.5/8.8.5) with SMTP id WAA08593 for ; Mon, 26 Jan 1998 22:54:59 -0500 (EST) Message-Id: <199801270354.WAA08593@codex.cis.upenn.edu> To: caml-list@inria.fr Subject: dynamic linking and C libraries Date: Mon, 26 Jan 1998 22:54:58 EST From: Scott Alexander Sender: weis I am having a problem when I try to dynamically link code which uses functions from C libraries (externals). I sometimes get a message like: The external function `is_digit_odd' is not available My workaround for this is to call the function in some statically linked part of the program. Is there a better fix for this problem? Thanks, Scott Alexander salex@dsl.cis.upenn.edu