help-gplusplus
[Top][All Lists]
Advanced

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

Re: HelloWorld.c CRASHES when moved from FC6 to FC3!!


From: Paul Pluzhnikov
Subject: Re: HelloWorld.c CRASHES when moved from FC6 to FC3!!
Date: Thu, 08 Feb 2007 15:02:00 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

Robert Heller <heller@deepsoft.com> writes:

> These would be the RHEL 4.x compatibility packages.  They might do what
> you need though,

I seriously doubt they will -- OP will still be compiling against
newer libc and kernel headers, and linking against newer libc.so.

If it *does* work for non-trivial programs, please post an update.

Otherwise, the "standard" options are:
- develop on the lowest release you plan to support (usually the
  simplest option),
- install a FC6-x86 -> FC3-x86 cross-compiler
- use Apptools: http://autopackage.org/apbuild-apgcc.php

> by giving you an even older build chain then is normal
> for either FC3 or FC6.  Generally, code built with an older build
> chain, so long as it it not too old, will result in executables that
> will run on a various newer systems.

But that says nothing about executables running on older systems
then what they were built on. Build chain itself is likely not the
problem, it's the libraries and headers that the executable uses.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]