StephanTLavavej / mingw-distro

MinGW distro build scripts.
494 stars 55 forks source link

coreutils is relentlessly hostile to MinGW #4

Closed StephanTLavavej closed 8 months ago

StephanTLavavej commented 8 years ago

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 commented 2 years ago

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

Et7f3 commented 8 months ago

What replace coreutils now ?

StephanTLavavej commented 8 months ago

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