How to get the dang thing to work (Was: Linux: How to statically link against system libs?)

Mike Wey mike-wey at example.com
Thu Apr 28 11:02:11 PDT 2011


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 at 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?

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list