chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] chicken and gcc-2.95.3


From: naruto canada
Subject: [Chicken-users] chicken and gcc-2.95.3
Date: Mon, 26 Nov 2007 15:10:13 +0000

hi

I still have systems that has the gcc-2.95.3 glibc-2.2.4 combination.
Of the several eggs that I've tried to compile, "numbers.egg" ran into trouble.
Any hope of getting it to work? Thanks.

address@hidden:   chicken-setup -d -k numbers
  /usr/bin/csc -feature compiling-extension -k -s -O2 -d1
numbers-base.scm -lgmp -D numbers-bootstrap -check-imports
-emit-exports numbers.exports -extend easyffi -disable-compiler-macros
In file included from numbers-base.c:18:
numbers-c.c: In function `big_comp':
numbers-c.c:650: parse error before `b2'
numbers-c.c:650: `b2' undeclared (first use in this function)
numbers-c.c:650: (Each undeclared identifier is reported only once
numbers-c.c:650: for each function it appears in.)
numbers-c.c: In function `rat_equalp':
numbers-c.c:659: parse error before `r2'
numbers-c.c:659: `r2' undeclared (first use in this function)
numbers-c.c: In function `rat_comp':
numbers-c.c:668: parse error before `r2'
numbers-c.c:668: `r2' undeclared (first use in this function)
numbers-c.c: In function `rat_comp_big':
numbers-c.c:706: parse error before `z'
numbers-c.c:706: `z' undeclared (first use in this function)
numbers-c.c:707: parse error before `r'
numbers-c.c:710: `r' undeclared (first use in this function)
numbers-c.c:712: `c' undeclared (first use in this function)
numbers-c.c: In function `big_div_big':
numbers-c.c:803: parse error before `z2'
numbers-c.c:803: `z2' undeclared (first use in this function)
*** Shell command terminated with exit status 1: gcc numbers-base.c -o
numbers-base.o -c -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -Os
-fomit-frame-pointer -fPIC -DPIC -DC_SHARED
Error: shell invocation failed with non-zero return status
"/usr/bin/csc -feature compiling-extension -k -s -O2 -d1
numbers-base.scm -lgmp...
256




reply via email to

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