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

2007-02-08 Thread troubled_gcc_user
On Thu, 08 Feb 2007 22:14:20 +0100, Robert Heller <[EMAIL PROTECTED]> wrote: > At Thu, 08 Feb 2007 14:55:00 -0600 [EMAIL PROTECTED] wrote: > >> >> On Thu, 08 Feb 2007 21:35:37 +0100, Robert Heller <[EMAIL PROTECTED]> wrote: >> > I'm guessing you did not re-compile for FC3? >> >> Correct. >> >>

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

2007-02-08 Thread troubled_gcc_user
On Thu, 08 Feb 2007 21:35:37 +0100, Robert Heller <[EMAIL PROTECTED]> wrote: > At Thu, 08 Feb 2007 12:53:54 -0600 [EMAIL PROTECTED] wrote: > >> >> I wrote this little program hello.c and compiled it on Fedora Core >> 6. It gives a Floating Point Error on Fedora Core 3. What is going on >> here

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

2007-02-08 Thread troubled_gcc_user
I wrote this little program hello.c and compiled it on Fedora Core 6. It gives a Floating Point Error on Fedora Core 3. What is going on here My problem, obviously, lies with a larger app that I compile on FC6 and want to run on FC3, this example is just an illustration of the problem. I a