Tagged Questions
2
votes
1answer
2k views
How to get 32 bit version of libraries on Ubuntu 64 bit?
I'm trying to compile a program which uses Google's V8 library (which is 32 bit). Therefore any library I use within my program also has to be 32 bit. Where can I download the 32 bit version of ...