[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



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