[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-user: Re: [Mingw-users] Re: make: strip command can't find file
- To: geda-user@seul.org, fma@doe.carleton.ca
- Subject: Re: gEDA-user: Re: [Mingw-users] Re: make: strip command can't find file
- From: Gus Baldauf <gus@picturel.com>
- Date: Fri, 09 Nov 2001 10:10:49 -0800
- Delivered-To: geda-user@seul.org
- Delivery-Date: Fri, 09 Nov 2001 13:11:41 -0500
- References: <3BE666FD.A5CC7F71@doe.carleton.ca> <3BE66850.9261D3F7@doe.carleton.ca> <3BE67EFA.6AF49C12@yahoo.com> <3BE70027.81736BB3@doe.carleton.ca> <3BE70774.80DDA7EE@yahoo.com> <3BEB83B6.D38E0896@doe.carleton.ca>
- Reply-To: geda-user@seul.org
- Sender: owner-geda-user@seul.org
- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2
Fred,
is the problem that the "make" step works, but not the "make install" step?
If so, I had the same problem. My solution is to unselect the mingw tools
before the "make install" step.
More details. The step where you selected the mingw tools was when you issued
the command (line 55 of mingw.txt):
$ PATH=/cygdrive/d/mingw/bin:$PATH
One way to "undo" the selection of the mingw tools is to just start a
completely new bash shell and check that the cygwin C++ tools are selected by
typing "which c++" (the response should be /usr/bin/c++). Then change to the
icarus verilog source directory and type "make install". Works for me.
-Gus