chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: [Chicken-bugs] #407: apply-hack on Linux/x86_64


From: Chicken Scheme
Subject: [Chicken-janitors] Re: [Chicken-bugs] #407: apply-hack on Linux/x86_64
Date: Fri, 18 Jan 2008 12:49:02 -0000

#407: apply-hack on Linux/x86_64
-----------------------+----------------------------------------------------
  Reporter:  mario     |       Owner:  felix             
      Type:  defect    |      Status:  new               
  Priority:  major     |   Milestone:                    
 Component:  compiler  |     Version:  3.0.0rc1          
Resolution:            |    Keywords:  x86_64, apply-hack
-----------------------+----------------------------------------------------
Comment (by mario):

 Hmmm.  I've tried it on another x86_64 box and it works.

 One difference I noticed:

 problem machine:

 {{{
 $ uname -a
 Linux pontodecultura 2.6.18-5-amd64 #1 SMP Wed Oct 3 01:57:43 UTC 2007
 x86_64 GNU/Linux
 }}}

 ok machine:

 {{{
 $ uname -a
 Linux internet 2.6.18-3-k7 #1 SMP Thu Dec 14 20:27:48 CET 2006 i686
 GNU/Linux
 }}}

 The machine where chicken doesn't work has a x86_64 kernel.  The machine
 where chicken works has a i686 kernel.

 The C compilers are also different:

 problem machine:

 {{{
 $ gcc --version
 gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
 Copyright (C) 2006 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.
 }}}

 ok machine:

 {{{
 $ gcc --version
 gcc (GCC) 3.3.6 (Debian 1:3.3.6-15)
 Copyright (C) 2003 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.
 }}}

-- 
Ticket URL: <http://trac.callcc.org/ticket/407#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

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