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 XAA23077; Sun, 1 Jul 2001 23:02:09 +0200 (MET DST) 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 XAA23073 for ; Sun, 1 Jul 2001 23:02:08 +0200 (MET DST) Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by concorde.inria.fr (8.11.1/8.10.0) with SMTP id f61L26P08146 for ; Sun, 1 Jul 2001 23:02:07 +0200 (MET DST) Received: (qmail 63011 invoked from network); 1 Jul 2001 21:02:05 -0000 Received: from unknown (HELO itz.dsl.speakeasy.net) ([216.254.11.87]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Jul 2001 21:02:05 -0000 Received: from itz by itz.dsl.speakeasy.net with local (Exim 3.22 #1 (Debian)) id 15GoM1-0005IJ-00 for ; Sun, 01 Jul 2001 14:02:05 -0700 To: caml-list@inria.fr (OCAML) Subject: [Caml-list] custom linking not working From: Ian Zimmerman Date: 01 Jul 2001 14:02:04 -0700 Message-ID: <86bsn4l5wz.fsf@itz.dsl.speakeasy.net> User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk What am I doing wrong here??? itz:~# ocamlc -linkall -custom toplevellib.cma /usr/lib/ocaml/libgraphics.a \ topmain.cmo -o ocaml.graphics itz:~# ./ocaml.graphics Objective Caml version 3.01 # #load "/usr/lib/ocaml/graphics.cma";; The external function `gr_set_text_size' is not available # itz:~# ocamlc -v The Objective Caml compiler, version 3.01 Standard library directory: /usr/lib/ocaml itz:~# nm /usr/lib/ocaml/libgraphics.a | grep gr_set_text_size 000000bc T gr_set_text_size -- Ian Zimmerman, Oakland, California, U.S.A. EngSoc adopts market economy: cheap is wasteful, efficient is expensive. ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr