Date: Sat, 06 Nov 2004 13:30:59 +0100 (CET) Message-Id: <20041106.133059.74755941.oandrieu at nerim.net> To: tkb at tkb.mpl.com Cc: lablgtk at kaba.or.jp Subject: Re: lablgtk 2.4.0 toplevel under Windows 2000 using "mingw" ocaml 3.08.1? From: Olivier Andrieu In-Reply-To: <16780.23223.814840.644062 at tkb.mpl.com> References: <16780.23223.814840.644062 at tkb.mpl.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit > "T. Kurt Bond" [Sat, 6 Nov 2004]: > 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? What is the output of configure ? There is a line like: checking for ocaml dll support... yes You should see the same value (yes or no) in the HAS_DLL_SUPPORT line in config.make and in the usedll= line in src/lablgtk2. -- Olivier