Comment connecter mon Linux 32 bits à une bibliothèque 64 bits ?
How do I connect my 32-bit Linux to a 64-bit library? No. You can’t directly link to 32bit code inside of a 64bit program. The best option is to compile a 32bit (standalone) program that can run on your 64bit platform (using ia32), and then use a form of inter-process communication to communicate to it … Lire la suite