I noticed that by default gcc on opensolaris generates 32-bit code even if opensolaris is running the 64-bit kernel
I have confirmed I can make a 64-bit binary with export CFLAGS=-m64 export CPPFLAGS=-m64 Is there a way to make it so gcc makes 64-bit binaries by default? Thanks. -- This message posted from opensolaris.org
