Closed issue by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/27149 Description: ### System * xuname: Void 5.9.13_1 x86_64 GenuineIntel notuptodate hold rrrrmmnFFFFFFFFFFFFF * package: pcc-1.1.0.20190420_1 ### Expected behavior Produces a working binary. ### Actual behavior Even the simplest binary segfaults when first launched. ### Steps to reproduce the behavior Build ``` int main() { return 0; } ``` with `pcc main.c` and run it `./a.out`.