Closed dzonerzy closed 6 years ago
Whenever I try to compile something i got this:
/usr/bin/ld: impossibile trovare -lgcc /usr/bin/ld: impossibile trovare -lc /usr/bin/ld: impossibile trovare -lm
I think this usually means you need to install 32 bit libraries (e.g. apt-get install libc6-dev-i386). Let me know if that doesn't fix it.
Whenever I try to compile something i got this: