Re: gcc4.6.1 installation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6 January 2012 09:48, Santosh Pratap Singh wrote:
> Hi All:
>
> The gcc4.6.1 installation (build on Red Hat Enterprise Linux ES
> release 4.5) is not working on SuSE11.1 systems.

That's expected - in general you can't build a native compiler on one
system and expect it to work on a different system.  Unless you built
a cross-compiler, the compiler built on RHEL expects to find the same
version of glibc on the host system where it runs.  The version on the
SuSE machine is different.

You should build GCC on the SuSE machine for use on the SuSE machine,
or build a "Canadian Cross" compiler on RHEL.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux