xoreaxeaxeax / movfuscator

The single instruction C compiler
Other
9.39k stars 396 forks source link

cannot find -lgcc -lc -lm #16

Closed dzonerzy closed 6 years ago

dzonerzy commented 7 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
xoreaxeaxeax commented 6 years ago

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.