From: "T. Kurt Bond" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16780.23223.814840.644062 at tkb.mpl.com> Date: Sat, 6 Nov 2004 00:01:43 -0500 To: lablgtk at kaba.or.jp Subject: lablgtk 2.4.0 toplevel under Windows 2000 using "mingw" ocaml 3.08.1? Hello, I'm trying to build Lablgtk2 under MS Windows 2000. I've built the "mingw" version of ocaml using cygwin, installed the gtk development environment for Win32, built a GTK hello world c program and run it without any problems, configured lablgtk2 with configure, and compiled and installed lablgtk2 successfully. However, when I tried the lablgtk2 hello world program it got this error: $ lablgtk2 hello.ml Cannot load required shared library dlllablgtk2. Reason: The specified module could not be found. As far as I can tell no dlls were created during the lablgtk2 build under this configuration. Should there have been? If I compile hello.ml $ ocamlc -o hello.exe -I +lablgtk2 lablgtk.cma gtkInit.cmo hello.ml and then run it it works fine. -- T. Kurt Bond, tkb@tkb.mpl.com