chicken-users
[Top][All Lists]
Advanced

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

Fwd: [Chicken-users] syntax-case on mac osx


From: Ashish Shrestha
Subject: Fwd: [Chicken-users] syntax-case on mac osx
Date: Sun, 29 Jan 2006 00:16:52 +0000

Sending a copy to the mailing list too. Forgot to cc!

---------- Forwarded message ----------
From: Ashish Shrestha < address@hidden>
Date: Jan 29, 2006 12:16 AM
Subject: Re: [Chicken-users] syntax-case on mac osx
To: felix winkelmann <address@hidden>

asterix:~/Desktop ashishshrestha$ csi -v
 )   ___                       
(__/_____) /)   ,    /)        
  /       (/      _ (/_   _ __ 
 /        / )__(_(__/(___(/_/ (_
(______)                       
Version 2, Build 216 - macosx-unix-gnu-ppc - [ dload ptables ]
(c)2000-2005 Felix L. Winkelmann
asterix:~/Desktop ashishshrestha$ gcc -v
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc- 5026.obj~19/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 (Apple Computer, Inc. build 5026)
asterix:~/Desktop ashishshrestha$ uname -a
Darwin asterix.local 8.4.0 Darwin Kernel Version 8.4.0: Tue Jan  3 18:22:10 PST 2006; root:xnu-792.6.56.obj~1/RELEASE_PPC Power Macintosh powerpc
asterix:~/Desktop ashishshrestha$


Here's my new one. I had earlier used chicken 2 build 2. I did get the darcs version however was unable to compile it. I read the README.darcs and tried to follow it. I was unable to use gmake. Didn't find something like that and don't know enough of build systems and environments on C to really figure out things.

Hope this is helpful, if there is anything I can do for you do let me know. Unfortunately, I can only work during weekends.

cheers,
ashish


On 1/28/06, felix winkelmann <address@hidden> wrote:
On 1/25/06, Kon Lovett <address@hidden> wrote:
> Yes. Current Chicken (2.224) will crash w/ a protection fault when
> compiling syntax-case.scm, also just loops when compiling csc.scm.

I have spent nearly a day trying to reproduce this problem - to no avail.
Could anybody who experiences this behaviour send me:

- full chicken version (csi -v)
- full gcc version (gcc -v)
- full OS version

The steps to be taken in this case are:

- get the absolutely newest (darcs head) Chicken sources
- configure with
  CFLAGS="-g -Os -fomit-frame-pointer -fno-strict-aliasing" ./configure
- build, install
- does the error still occur?
- if no: bad
- if yes: run chicken with the *exact* same arguments as in the crashing
  syntax-case compile
- from there on it's fun with gdb...


cheers,
felix


reply via email to

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