How can I use compilers for 32 or 64bits in SVGD? |
| By default, the gcc and the g++ compile for 32 bits, although the system is 64bits.
If you need to compile in 64bits do not use the gcc command, for it has a default option to compile only in 32 bits.
Use the g++64 or gcc64 commands.
No svgd, ¿Como podo usar os compiladores para 32 ou 64bits?
Por defecto o gcc mailo g++ compilan para 32bits ainda que o sistema sexa de 64bits.
Se necesitas compilar en 64bits non recurras o comando gcc posto que ten unha opción por defecto para compilar so en 32bits.
Utiliza os comandos g++64 ou gcc64.
|