C compiler cannot create executables
A bit of searching and I seemed to need some extra packages, you can fix this with:
$ sudo aptitude install libc6-dev-i386
This resulted in the packages gcc-4.1-multilib gcc-multilib getting automatically installed. This was the fix for me.
OH wow. Perfect! I tried
ReplyDelete$ sudo apt-get install libc6-dev-i386
but for some reason it didn't show up.
Go aptitude!
If you can't find that version just look for the version you have:
ReplyDelete$ sudo aptitude search libc6
That might help?
Helped a lot, thank you!
ReplyDelete