Johannes Schlüter wrote: > Hi, > > On Mon, 2009-10-26 at 22:20 -0400, Diego Medina wrote: >> $ file /path/to/drizzled >> >> Could anyone do the same on Stewart's server? (I really don;t know if >> solaris has the file command or you need something else) > > Yes file works on Solaris, too. > >> P.S. I'm not sure if hades is now building 64 bit, but if it is not, >> it could be setup to build both, 32 and 64 bit, to force a 64 bit you >> can run this: > > Most compilers on Solaris will compile 32bit by default (Sun guarantees > not to change the default behavior and quite some compatibility....) > adding CFLAGS/CXXFLAGS for 64bit usually helps.
Indeed. So in Drizzle we compile 64-bit on Solaris by default (we add the -m64 flags) unless you run configure with --disable-64bit. HOWEVER, it's certainly possible that my check for this is broken. Monty _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

