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 EAA24371; Thu, 24 Apr 2003 04:38:11 +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 EAA24820 for ; Thu, 24 Apr 2003 04:38:08 +0200 (MET DST) Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h3O2c7H17084 for ; Thu, 24 Apr 2003 04:38:07 +0200 (MET DST) Received: from localhost (suiren.kurims.kyoto-u.ac.jp [130.54.16.25]) by kurims.kurims.kyoto-u.ac.jp (8.9.3p2/3.7W) with ESMTP id LAA19632; Thu, 24 Apr 2003 11:38:01 +0900 (JST) To: Christian.Schaller@siemens.com Cc: caml-list@inria.fr Subject: Re: [Caml-list] Cygwin & dynamic loading In-Reply-To: <4F8477CFC03A71499AD8DDA428F5E114037CF3@neptun.cert.siemens.de> References: <4F8477CFC03A71499AD8DDA428F5E114037CF3@neptun.cert.siemens.de> X-Mailer: Mew version 1.94.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030424113800D.garrigue@kurims.kyoto-u.ac.jp> Date: Thu, 24 Apr 2003 11:38:00 +0900 From: Jacques Garrigue X-Dispatcher: imput version 20000228(IM140) X-Spam: no; 0.00; jacques:01 caml-list:01 cygwin:01 ocamlmktop:01 dynamically:01 ocaml:01 -custom:01 command:98 garrigue:01 supported:01 cma:03 library:03 dynamic:03 anybody:03 loaded:04 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > Can anybody give me some enlightenment (so that I can sleep better again) > about the Cygwin port of OCaml. I am running this port since version 3.04 > and never encountered the following error message until I installed my > Windows system from scratch: > > $ ocamlmktop -o ocaml-str str.cma > Error on dynamically loaded library: dynamic loading not supported on this > platform Try adding -custom to the command line. ocamlmktop -custom -o ocaml-str str.cma For some reason, the flag was not included in str.cma. Jacques Garrigue ------------------- 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