Re: Update compiler to GNU gcc 3.4.0 causes core dumps
- From: Tommy Reynolds <Tommy.Reynolds@xxxxxxxxxxxxx>
- Date: Wed, 07 Dec 2005 11:42:12 -0600
On Wed, 07 Dec 2005 04:00:01 -0800, fd wrote:
> I am using a RH 7.2 machine. I am facing a problem while trying to
> execute my program that has been compiled using gcc 3.4.0. Executing the
> program results in a Segmentation Fault. I even tried gcc 3.4.4 which is
> supposed to be a more stable release. But even this doesn't work.
You can't do that.
The code that gcc emits assumes a particular revision of the standard
C library. The kernel interface used by the standard C library
assumes a particular kernel version. All three components must be in
harmony before anything will work at all, let alone reliably.
So, if you must keep RHL7.2, then keep it and don't try to make a
frankensystem out of it. If you don't have a business reason to keep
7.2, then update to Fedora Core.
Cheers
.
- References:
- Prev by Date: Re: Update compiler to GNU gcc 3.4.0 causes core dumps
- Next by Date: Re: MPlayer
- Previous by thread: Re: Update compiler to GNU gcc 3.4.0 causes core dumps
- Index(es):
Relevant Pages
|
|