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 concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 78F74BB81 for ; Thu, 13 Oct 2005 14:36:58 +0200 (CEST) Received: from [128.93.11.95] (estephe.inria.fr [128.93.11.95]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j9DCauSg028905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Oct 2005 14:36:57 +0200 Message-ID: <434E54E8.5080901@inria.fr> Date: Thu, 13 Oct 2005 14:36:56 +0200 From: Xavier Leroy User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mark benecke Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] gcc problem References: In-Reply-To: X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 434E54E8.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 gcc:01 ocamlopt:01 compiler:01 gcc:01 mingw:01 compilers:01 mingw:01 compilers:01 notation:01 cygwin:01 compile:01 linking:03 latter:03 problem:05 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 > When I compile my program with the ocamlopt compiler in the windows OS., the > following error message is shown: > > gcc: @C:\DOKUME~1\karinu\LOKALE~1\Temp\camlresp8f8d86: No such file or > directory > gcc: @C:\DOKUME~1\karinu\LOKALE~1\Temp\camlresp0e9864: No such file or > directory > Error during linking > > does any one has any idea? You should install the Cygwin version of the Mingw compilers, not the standalone MSYS/Mingw compilers. The latter do not understand the @responsefile notation. - Xavier Leroy