From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22511 invoked by alias); 17 Nov 2006 21:33:56 -0000 Received: (qmail 22498 invoked by uid 22791); 17 Nov 2006 21:33:56 -0000 X-Spam-Check-By: sourceware.org Received: from pinus.cc.fer.hr (HELO pinus.cc.fer.hr) (161.53.73.18) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 17 Nov 2006 21:33:48 +0000 Received: from home6a5655912c (cmung4294.cmu.carnet.hr [193.198.144.230]) by pinus.cc.fer.hr (8.12.2/8.12.2) with SMTP id kAHLaOBJ005575 for ; Fri, 17 Nov 2006 22:36:25 +0100 (MET) Message-ID: <002301c70a90$0c414140$701cfea9@home6a5655912c> From: "Danijel Mlinaric" To: Subject: run program compiled on another kernel Date: Fri, 17 Nov 2006 21:33:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-2"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2180 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg00233.txt.bz2 Hi, I have a little problem with programs compiled on the latest Fedora Core 6, gcc version 4.1.1. The thing is when I run any program, including simplest printf("hello world")... on devil linux version 1.2.10 kernel 2.4.32, I get message: "Floating point exception". I normally run all programs on Fedora, but I need to get things working on Devil. I was thinking that the problem is with difference between kernel version 2.4 vs. 2.6 (Fedora). I tried to compile programs with -O0 option (without optimization), but no good. Any ideas? Thanks for your time, sorry for bad english! With regards!