[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Dmitry Bely <dmitry.bely@g...> |
| Subject: | Re: [Caml-list] About compiling native code on windows platform |
On Mon, Aug 9, 2010 at 9:10 AM, MayX <shi_an@foxmail.com> wrote: > > I have some program to compiling native code on windows platform. > > when I use the command: > ocamlopt -ccopt "-LC:/out/gtk/lib" -I +lablgtk2 lablgtk2 lablgtk.cmxa gtkInit.cmx testgtk.ml -o testgtk.exe > > it display a fatal error like this: > cannot find file "libgtk-win32-2.0" > error:error during linking > > how to solve this problem? Read LablGtk2-install.txt and follow the instructions. - Dmitry Bely