I'm trying to run a basic hello world program but compiling with
gcc -o hello hello.c
I get the following error
ld: unrecognized option -p collect2: error: ld returned 1 exit status
I'm not really sure what it means. I've done it before. I was installing some libraries and this occurred.