mingw-distro icon indicating copy to clipboard operation
mingw-distro copied to clipboard

coreutils is relentlessly hostile to MinGW

Open StephanTLavavej opened this issue 9 years ago • 1 comments

coreutils.sh is my worst build script, by far. It contains a huge number of terrible hacks, and salvages sort, uniq, and wc from the build's flaming wreckage.

It would be nice if fewer hacks were necessary.

StephanTLavavej avatar Nov 01 '15 22:11 StephanTLavavej

https://github.com/uutils/coreutils is probably my best bet here, assuming MSYS2 can retrieve a Rust compiler.

StephanTLavavej avatar Dec 07 '21 07:12 StephanTLavavej

What replace coreutils now ?

Et7f3 avatar Jan 14 '24 15:01 Et7f3

I'm replacing it with https://github.com/uutils/coreutils which I was able to successfully build.

StephanTLavavej avatar Jan 14 '24 21:01 StephanTLavavej