To: ayrault.p at wanadoo.fr Cc: lablgtk at kaba.or.jp Subject: Re: Lablgtk under windows In-Reply-To: <000a01c41100$1959bc40$c64efea9 at Pc1> References: <000a01c41100$1959bc40$c64efea9 at Pc1> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20040324073520N.garrigue at kurims.kyoto-u.ac.jp> Date: Wed, 24 Mar 2004 07:35:20 +0900 From: Jacques Garrigue Lines: 23 From: "User" Subject: Lablgtk under windows > We try to port our applications using lablgtk under windows environment and we've got some questions : > - Is there a version of lablgtk working with the mingw toolchain ? The binary distribution for windows works with both msvc and mingw versions of ocaml. > - we install ocaml-3.07pl2-win-msvc.exe, lablgtk-1.2.6-ocamlwin-3.07.zip and gtk-1.3.0-dlls-win32.zip. When we use it on the examples, we'got the message : missing DLL Check that all the DLLs are in your path, and that you correctly followed the installation instructions for lablgtk. This should work. > - Can we make compile our applications with ocamlopt even if it needs lablgtk ? if yes, how to do this ? Then you need to compile lablgtk from source. Get the source distribution, and follow the instructions for windows. Note that since configure does not work under windows, you have to edit a few files by hand. Jacques