Closed issue by foxlet on void-packages repository https://github.com/void-linux/void-packages/issues/15513 Description: ### System * xuname: Void 5.2.21_1 x86_64 AuthenticAMD uptodate rrrmFFFFFFF * package: gcc-multilib ### Expected behavior Program compiles properly. ### Actual behavior ``` checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries. ``` ### Steps to reproduce the behavior Compile any application with the `-m32` flag using GCC.