Tagged Questions
2
votes
0answers
49 views
Both 64-bit and 32-bit support for development purposes
I'm looking for directions to complete in the most convenient way (well at least without lots of troubles) set up as in subject.
I need (probably):
64 bit platform for running 64-bit Vmware Win7 ...
2
votes
2answers
1k views
How to install libxml2-dev (32-bit) package on a 64-bit Ubuntu (11.10)
I want to run an binary for a 32-bit application which is dynaically linked to the libxml2 on a 64-bit Ubuntu (11.10). I have found and installed 32-bit libraries for most of the other libraries used, ...
1
vote
1answer
170 views
How to install 64-bit libraries on 32-bit system?
I need to cross-compile for 64-bit architecture on a 32-bit platform (using gcc-multilib and -m64 flag).
For this I need to install 64-bit versions of the dependent libraries.
How do I do that?