From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 0B3CFBC6C for ; Wed, 5 Sep 2007 16:37:50 +0200 (CEST) Received: from hedwig1.umh.ac.be (hedwig2.umh.ac.be [193.190.193.73]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l85EbnV2012936 for ; Wed, 5 Sep 2007 16:37:49 +0200 Received: from poincare.swapping.umh.ac.be ([10.102.100.12]) by hedwig1.umh.ac.be (8.13.6/8.13.6) with ESMTP id l85EblN12556156; Wed, 5 Sep 2007 16:37:47 +0200 Received: from localhost ([127.0.0.1] ident=trch) by poincare.swapping.umh.ac.be with esmtp (Exim 4.67) (envelope-from ) id 1ISw0m-00022Q-Jt; Wed, 05 Sep 2007 16:37:44 +0200 Date: Wed, 05 Sep 2007 16:37:44 +0200 (CEST) Message-Id: <20070905.163744.88340379.Christophe.Troestler+ocaml@umh.ac.be> To: lapinmalin@laposte.net Cc: caml-list@inria.fr Subject: Re: [Caml-list] OCaml native win32 compiler issue in 3.10 From: Christophe TROESTLER In-Reply-To: <31940100.256881188987653728.JavaMail.www@wwinf8404> References: <31940100.256881188987653728.JavaMail.www@wwinf8404> X-Face: #2fb%mPx>rRL@4ff~TVgZ"<[:,oL"`TUEGK/[8/qb58~C>jR(x4A+v/n)7BgpEtIph_neoLKJBq0JBY9:}8v|j Organization: University of Mons-Hainaut X-Mailer: Mew version 5.2.50 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.1 (www dot roaringpenguin dot com slash mimedefang) X-Miltered: at concorde with ID 46DEBF3D.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 compiler:01 christophe:01 troestler:01 christophe:01 troestler:01 ocaml:01 compiler:01 bug:01 wrote:01 caml-list:01 umh:01 native:03 native:03 sep:06 On Wed, 5 Sep 2007 12:20:53 +0200 (CEST), wrote: > > In 3.10, the native windows compiler does a "cl [..] /link /subsystem:console" > In 3.09.3, the native windows compiler does a "cl [...]" > > I don't know if it's a bug or a feature, but there's clearly a > backward compatibility issue. Can you please revert it back to the > old behavior, or at least put on option to the native windows > compiler so that this feature can be disabled at will? Doesn't -cc satisfy your needs ? ChriS