Kaeldric <[EMAIL PROTECTED]> writes: > I wanted to know if I have to set the -m64 option on a 64 bit machine and > if there is a 64 bit version of g++.
Yor questions are impossible to answer without knowing what OS you are on, and how your gcc has been configured. On Linux x86_64, you can pass '-m64' (but you don't have to as that's the default), and yes: g++ itself (as well as pretty much everything else) is a 64-bit application. Also note, that on Solaris gcc/g++ is (usually) a 32-bit application, but it can still produce 64-bit binaries (with '-m64' flag). Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ Help-gplusplus mailing list Help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus