From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 5AD47BC37 for ; Wed, 16 Dec 2009 16:48:36 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtcBAHeQKEvRVaAskWdsb2JhbACQUAGDYoZZPwEBAQEJCQwHEbpmhCsEgns X-IronPort-AV: E=Sophos;i="4.47,406,1257116400"; d="scan'208";a="40002548" Received: from mail-pw0-f44.google.com ([209.85.160.44]) by mail3-smtp-sop.national.inria.fr with ESMTP; 16 Dec 2009 16:48:14 +0100 Received: by pwi15 with SMTP id 15so751022pwi.3 for ; Wed, 16 Dec 2009 07:48:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.141.130.12 with SMTP id h12mr869806rvn.67.1260978493089; Wed, 16 Dec 2009 07:48:13 -0800 (PST) Date: Wed, 16 Dec 2009 22:48:13 +0700 Message-ID: <1c0c59270912160748y764625e2i61a81890826b1b08@mail.gmail.com> Subject: Cannot build OCaml using Cygwin From: Andre Tampubolon To: caml-list@yquem.inria.fr Content-Type: multipart/alternative; boundary=0003255548ea26679f047ada6f9b X-Spam: no; 0.00; ocaml:01 cygwin:01 ocaml:01 cygwin:01 makefile:01 byterun:01 makefile:01 cygdrive:01 ocaml-:01 byterun':01 gcc:01 -mno-cygwin:01 stdlib:01 ocamlmgw:01 lib:01 --0003255548ea26679f047ada6f9b Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm trying to build OCaml 3.11.1 using Cygwin. It's still unsuccessful. $ make -f Makefile.nt world cd byterun ; make -f Makefile.nt all make[1]: Entering directory `/cygdrive/c/cygwin/home/ocaml-3.11.1/byterun' gcc -mno-cygwin -DOCAML_STDLIB_DIR='"C:/ocamlmgw/lib"' -I"C:\cygwin\bin" -O -mms -bitfields -Wall -Wno-unused -c interp.c gcc: The -mno-cygwin flag has been removed; use a mingw-targeted cross-compiler. make[1]: *** [interp.o] Error 1 make[1]: Leaving directory `/cygdrive/c/cygwin/home/ocaml-3.11.1/byterun' make: *** [coldstart] Error 2 I don't understand. I already installed the mingw package. What's wrong here? -- --Andre --0003255548ea26679f047ada6f9b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I'm trying to build OCaml 3.11.1 using Cygwin.
It's s= till unsuccessful.

$ make -f Makefile.nt world
cd byterun ; make = -f Makefile.nt=A0 all
make[1]: Entering directory `/cygdrive/c/cygwin/ho= me/ocaml-3.11.1/byterun'
gcc -mno-cygwin -DOCAML_STDLIB_DIR=3D'"C:/ocamlmgw/lib"' = -I"C:\cygwin\bin" -O -mms
-bitfields -Wall -Wno-unused -c inte= rp.c
gcc: The -mno-cygwin flag has been removed; use a mingw-targeted cr= oss-compiler.


make[1]: *** [interp.o] Error 1
make[1]: Leaving directory `/cyg= drive/c/cygwin/home/ocaml-3.11.1/byterun'
make: *** [coldstart] Erro= r 2

I don't understand. I already installed the mi= ngw package. What's wrong here?
--
--Andre
--0003255548ea26679f047ada6f9b--