[
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: | Jacques Garrigue <garrigue@m...> |
| Subject: | Re: [Caml-list] Cannot find -lgtk-win32-2.0 |
From: "Klaus Benecke" <benecke@iws.cs.uni-magdeburg.de> > Dear friends, > we have the following error (ocamlopt): > ld: Cannot find -lgtk-win32-2.0 > > Installed is: > gtk-2.4.3-dlls-win32 I suppose you got this zip file from the lablgtk home page. It does not include the export libraries, required for linking with ocamlopt. You must obtain a complete set of libraries from other sources, as indicated in README.win32. Jacques Garrigue