From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 43C4BBBAF for ; Tue, 10 Aug 2010 09:55:44 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiUCAHeiYEzRVdg0kGdsb2JhbACgTggVAQEBAQkJDAcRAx+mUIkQghGGPS6IVAEBAwWFNQSEIYUZ X-IronPort-AV: E=Sophos;i="4.55,347,1278280800"; d="scan'208";a="67451872" Received: from mail-qw0-f52.google.com ([209.85.216.52]) by mail4-smtp-sop.national.inria.fr with ESMTP; 10 Aug 2010 09:55:43 +0200 Received: by qwf7 with SMTP id 7so9462943qwf.39 for ; Tue, 10 Aug 2010 00:55:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=6JUxvP9q5/HFqCIc8mdLLn9sHMZZ5fW5ED4DKr5duB4=; b=Fel3fuc/uvjl1zazFRWUBuzWzNNAr25D38WkLQNdlrVOeB5J8dnR1sEU6jWOEPWHUr IMK2ot2zVsEiGPptw1AjCjvMgFGgDrBIHAziQBT8j+Nq0FDZkQcQlbIgjmzYSDJSULEE QlzbRQ4vkVR7u3ggkpI2AQO4a0yKh1serqEUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=AQ1qg5vBiYv2hsq4FUlLOIFooI/B5gQuJ8HrWfV65uEob7lW5HXFduZWmjGzzUFm8P KcwzcnQkkOL+MbBvQQUk24ZC06vD8xp00YLdPr3uHcmA8BG8mS9ebVLcaMiNk59ITwZw wt9J2P5+phjYsZX+Be0U4xc1OJjD54XfqKX3U= MIME-Version: 1.0 Received: by 10.229.214.210 with SMTP id hb18mr8107731qcb.68.1281426942556; Tue, 10 Aug 2010 00:55:42 -0700 (PDT) Received: by 10.229.189.202 with HTTP; Tue, 10 Aug 2010 00:55:42 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Aug 2010 11:55:42 +0400 Message-ID: Subject: Re: [Caml-list] About compiling native code on windows platform From: Dmitry Bely To: caml-list Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; ocamlopt:01 -lc:01 gtk:01 lib:01 lablgtk:01 lablgtk:01 cmxa:01 gtkinit:01 cmx:01 testgtk:01 testgtk:01 foxmail:98 2.0:98 wrote:01 dmitry:01 On Mon, Aug 9, 2010 at 9:10 AM, MayX wrote: > > I have some program to compiling native code on windows platform. > > when I use the command: > =A0=A0=A0=A0=A0=A0=A0 ocamlopt -ccopt "-LC:/out/gtk/lib" -I +lablgtk2 lab= lgtk2 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=A0to solve this problem? Read LablGtk2-install.txt and follow the instructions. - Dmitry Bely