bug#49850: Crosscompiling gzip for musl-based system with clang

2022-12-25 Thread Paul Eggert
No further comment on this old bug report, so I'm taking the liberty of closing it.

bug#49850: Crosscompiling gzip for musl-based system with clang

2021-08-04 Thread Paul Eggert
gzip doesn't do much of anything special when cross-compiling; it's like other GNU or Autoconf-using programs. If your cross-compiler doesn't output to stderr on error, or outputs to stderr even when there isn't an error, that can confuse the process (with gzip and with other programs). So you

bug#49850: Crosscompiling gzip for musl-based system with clang

2021-08-03 Thread Caleb Heydon
Hello, I have been attempting to crosscompile gzip for a linux system that uses the musl libc using clang, and I have come across an issue while attempting to configure gzip. I set CC="cross-clang", and run ./configure --prefix=/usr --host=x86_64. cross-clang is just a wrapper script that sets th