Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <00bb01c420a9$7e873ad0$14747ad5@starfruit> From: "Max Bowsher" To: "Mary Michael" , References: <20040412154336 DOT 62123 DOT qmail AT web40408 DOT mail DOT yahoo DOT com> Subject: Re: make install ERROR - ocaml using cygwin Date: Mon, 12 Apr 2004 17:12:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mary Michael wrote: > Hello everyone, > > Thanks for all your guidance in installing the > complete package of cygwin. > > I am trying to compile/install ocaml compiler in my > machine using cygwin. > > I was following the instructions to install the ocaml > compiler. There are totally 8 steps and I was able to > complete 5 steps. The 6th step is "make install" > > However I am getting an INSTALL error, > > " > ........ > ...... > cp -f ocamldoc /usr/local/bin > cp: `ocamldoc' and `/usr/local/bin/ocamldoc' are the > same file > make[1]: *** [install] Error 1 > make[1]: Leaving directory `/ocaml-3.06/ocamldoc' > make: *** [install] Error 2" > > Is it possible to tell me what is missing in here to > install the ocaml. Seems to be an obscure bug in the .exe guessing code of cp. I work around it by doing "make install OCAMLDOC=ocamldoc.exe". I haven't made any attempt to debug, since the fileutils package is to be replaced with coreutils at some point in the future. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/