ack icon indicating copy to clipboard operation
ack copied to clipboard

make install for ack on Cygwin needs /usr/local and not c:\ack

Open Fabrizio-Caruso opened this issue 1 year ago • 3 comments

I think make install on Cygwin needs /usr/local and not c:\ack

Fabrizio-Caruso avatar Apr 28 '24 18:04 Fabrizio-Caruso

It's clearly trying to make a MINGW standalone Windows version rather than a Cygwin Unix-like version. Currently there's no way to tell it which you want; it assumes all Windows systems are the same.

davidgiven avatar Apr 09 '25 21:04 davidgiven

It's clearly trying to make a MINGW standalone Windows version rather than a Cygwin Unix-like version. Currently there's no way to tell it which you want; it assumes all Windows systems are the same.

Well this really doesn't help because I've tried to make it work with MinGW and for some reason the GNU as that gets made doesn't work when building the thing.

Clouud9 avatar Apr 10 '25 21:04 Clouud9

Right now I'm in the middle of redoing the build system which should, hopefully, fix this and other issues.

davidgiven avatar Apr 11 '25 17:04 davidgiven