Damus
Haelwenn /элвэн/ :triskell: · 36w
configure output: checking whether x86_64-pc-linux-musl-objcopy works for absolute addresses... configure: error: x86_64-pc-linux-musl-clang cannot link at address 0x2000 The relevant contents of con...
Haelwenn /элвэн/ :triskell: profile picture
Like a buildsystem which wouldn't allow lies in stdout/stderr would be more like:

checking whether x86_64-pc-linux-musl-clang works for building objects with base address 0x2000... FAIL


(And bonus points for compiler output direct in the output)

And if it would succeed like so:

checking whether x86_64-pc-linux-musl-clang works for building objects with base address 0x2000... ok
checking whether x86_64-pc-linux-musl-objcopy works for absolute addresses... ok
1
divVerent · 36w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqysufjjd485tftr4wy2a83fqyqvtfq0yn820gl8vl6hcsdz8uv2hsu08m52 I don't think it's even possible to make a build system that forces the text messages to be semantically correct. Rather, autotools is already as good as it gets there - at least you can...