|
Re: Compile 64bit application on a 32bit machine
for a 32bit application, you also need 32bit libraries, which I would not expect to live in /usr/lib64
(that is, you'd need to install libg2c for 64 bit (for the other apps at the machine) and 32 bit (for your app))
|