Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BEC0AD0.A7C9EA84@doe.carleton.ca> Date: Fri, 09 Nov 2001 11:56:48 -0500 From: "Shing-Fat (Fred) Ma" Organization: Dept. of Electronics, Carleton University X-Mailer: Mozilla 4.77 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Danny Smith CC: MU List , geda-user AT moria DOT seul DOT org, cygwin AT cygwin DOT com Subject: Re: [Mingw-users] Re: make: strip command can't find file References: <20011109094717 DOT 71978 DOT qmail AT web14502 DOT mail DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Actually, my first attempt was with the cygwin environment, with no mingw. It compiled and installed OK, but didn't work,. I was advised to using mingw. That's how I got here. Apparently, mingw uses windows DLL while cygwin uses.....something else. I'm a hardware guy (a wannabee, actually!) learning all this stuff to get CAD tools on my laptop, so I can't speak informatively just yet. Been doing lots of surfing and reading though. I will keep your suggestion in mind about Nmake, but having limited time to absorb all this, I'll probably be looking into that a bit later (my own problem, of course). The really perplexing thing is that it fails even if full dos file path is used (and provided to the install command). I wonder if "./" in "./ivl.exe" is being translated into a cygwin path. Anyway gonna keep looking for info and trying different ways whenever I can until something works. Fred -------------------------------------------------------------------------- Fred Ma Department of Electronics Carleton University, Mackenzie Building 1125 Colonel By Drive Ottawa, Ontario Canada K1S 5B6 fma AT doe DOT carleton DOT ca ========================================================================== Danny Smith wrote: > > > /usr/bin/install -c ./ivl.exe /usr/local/lib/ivl/ivl.exe > > > process_begin: CreateProcess((null), /usr/bin/install -c ./ivl.exe > > /usr/local/lib/ivl/ivl.exe, ...) failed. > > > make (e=2): The system cannot find the file specified. > > I've had similar problems with mingw version of make executing cygwin > install, so what I do is use cygwin make when I use cygwin install. There > are a few bugs in mingw release of make, especially on W9x and WinME. The > source is available so feel free to fix them. Cygwin version of make is > more robust when calling cygwin tools. Nmake is more robust when calling > MS tools. > > Danny > > http://briefcase.yahoo.com.au - Yahoo! Briefcase > - Manage your files online. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/