I am trying to compile simple C code on my system. I am running gcc
version (4.9.2) on macOS 10.11.6.
ld: library not found for -lgcc
collect2: error: ld returned 1 exit status
I am unable to fix this issue. This problem is not letting me install any ./configure
packages as well since they require gcc to work.