New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/27832#issuecomment-759096197 Comment: On the archs that it's failing on: ``` X11 > Configuring X11-1.9.2... X11 > configure: WARNING: unrecognized options: --with-compiler X11 > checking for gcc... /usr/bin/cc X11 > checking whether the C compiler works... no X11 > configure: error: in `/tmp/stack-ad9194d8222f383b/X11-1.9.2/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build': X11 > configure: error: C compiler cannot create executables X11 > See `config.log' for more details ``` I wonder why the C compiler doesn't work on these archs. I have interest in trying to fix this rather than setting `nocross` if possible. I only have a musl machine. Is there a way for me to see this `config.log` for more details?