From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA18070; Fri, 7 Dec 2001 16:43:35 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA17845 for ; Fri, 7 Dec 2001 16:43:34 +0100 (MET) Received: from mail2.hypermall.com (mail2.hypermall.com [216.241.37.118]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id fB7FhX526750 for ; Fri, 7 Dec 2001 16:43:34 +0100 (MET) Received: from [216.241.42.236] (helo=ieee.org) by mail2.hypermall.com with esmtp (Exim 3.16 #1) id 16CN9w-0007YF-00 for caml-list@inria.fr; Fri, 07 Dec 2001 08:43:32 -0700 Message-ID: <3C10E3BB.890AA753@ieee.org> Date: Fri, 07 Dec 2001 08:43:56 -0700 From: Dan Stanger Reply-To: dan.stanger@ieee.org X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: caml-list@inria.fr Subject: [Caml-list] Problem linking on cygwin Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I have the following problem building my executable: bash-2.04$ make -f Makefile.win32 /usr/local/bin/ocamlc.exe -o ./bin/maple_2_mupad maple_lexer.cmo stringtabl e.cmo maple.cmo maple_parser.cmo mpl2mup.cmo maple_2_mupad.cmo str.cma I/O error: ./bin/maple_2_mupad: No such file or directory make: *** [bin/maple_2_mupad] Error 2 What seems to happen is that the file maple_2_mupad is not renamed from maple_2_mupad.exe This problem occured when I tried to use the library str.cma, when I tried to link without it, after commenting out the code that used str, it worked ok. Any help would be appreciated. Following is my version of gcc bash-2.04$ gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-5/specs gcc version 2.95.2-5 19991024 (cygwin experimental) Thanks, Dan Stanger ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr