[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Avaialbility of 'g++ -m64'





-----Original Message----- From: sisyphus1@optusnet.com.au

(I'm not subscribed here - please 'cc' me.)

I have a debian wheezy installation with gcc/g++ version 4.6.3.
I can run gcc in either 32-bit or 64-bit mode (-m32 or -m64).
But g++ can be run only in 32-bit mode. Any attempt to run it in 64-bit mode fails because a suitable libstdc++ cannot be found:

Turns out that both /usr/lib64/libstdc++.so.6.0.17 and a symlink to it (/usr/lib64/libstdc++.so.6) were already in place. Creating another symlink to the .so.6.0.17 object (/usr/lib64/libstdc++.so) fixes my problem.

Cheers,
Rob



Reply to: