"Mike Wey" <mike-...@example.com> wrote in message news:ipca9t$tml$1...@digitalmars.com... > On 04/27/2011 10:40 PM, Nick Sabalausky wrote: >> 1. Main server: I googled for ways to find the distro and version, and >> most >> didn't work (I think my SSH access is sandboxed.) But I was able to get >> this: >> >> $ cat /proc/version >> Linux version 2.6.18-164.15.1.el5.028stab068.9 (root@rhel5-build-x64) >> (gcc >> version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Tue Mar 30 18:07:38 MSD >> 2010 >> >> So I guess it's Red Hat 4.1.2? > > It looks like the 4.1.2 is the gcc version, and you are using Red Hat 5 > (rhel5). > Also it looks like the sever is 64 bits, and you're compiling on a 32 bits > machine, so does the server support multilib? >
I'm sure I'll end up finding out... ;)