Diego Medina wrote: > 2009/10/27 Monty Taylor <[email protected]>: >> 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. >> > > After I sent this email I looked at the log entry Lee posted and this > one SPARC server run debian (I just assumed it was Solaris :) ) > > http://hudson.drizzle.org/view/Drizzle-build/job/drizzle-debian-sparc-64bit-build/2/console
Aha... well in that case our "force 64-bit compilation" test doesn't apply, as I expect linux distros to be one-and-only-one bittedness. Original question still stands then. And here is the answer: l...@hurricane:~/hudson/workspace/drizzle-debian-sparc-64bit-build/drizzled$ file drizzled drizzled: ELF 32-bit MSB executable, SPARC32PLUS, V8+ Required, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped It is, in fact, not 64-bit. So it looks like we've got a 64-bit kernel and a 32-bit userspace. Joy. _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

