chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Fwd: chicken slackbuild issue


From: Patrick Pippen
Subject: [Chicken-users] Fwd: chicken slackbuild issue
Date: Sat, 23 Apr 2011 10:01:29 -0500

Has anyone encountered this issue with Chicken scheme 4.6.0 on the
x86_64 platform?


---------- Forwarded message ----------
From: Donald Allen <address@hidden>
Date: Sat, Apr 23, 2011 at 8:54 AM
Subject: chicken slackbuild issue
To: address@hidden, address@hidden


On a 64-bit Slackware 13.1 system, the Chicken (Scheme compiler)
slackbuild fails if you specify ARCH=x86_64:
chicken-4.6.0/LICENSE
chicken-4.6.0/srfi-1.c
make -f ./Makefile.linux CONFIG= all
make[1]: Entering directory `/tmp/SBo/chicken-4.6.0'
make[1]: *** No rule to make target `apply-hack.x86_64.S', needed by
`apply-hack.x86_64.o'.  Stop.
make[1]: Leaving directory `/tmp/SBo/chicken-4.6.0'
make: *** [all] Error 2
If you don't specify ARCH, it fails differently:
gcc  -shared -Wl,-soname,libchicken.so \
          -o libchicken.so library.o eval.o data-structures.o ports.o
files.o extras.o lolevel.o utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o
srfi-14.o srfi-18.o srfi-69.o posixunix.o regex.o scheduler.o
profiler.o stub.o expand.o chicken-syntax.o chicken-ffi-syntax.o
runtime.o apply-hack.x86-64.o -lm -ldl
gcc  -L. -shared -Wl,-R"." setup-download.o -o setup-download.so \
          -lchicken \
          -lm -ldl
./libchicken.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make[1]: *** [setup-download.so] Error 1
make[1]: *** Waiting for unfinished jobs....
ln -sf libchicken.so libchicken.so.5
make[1]: Leaving directory `/tmp/SBo/chicken-4.6.0'
make: *** [all] Error 2
/Don Allen



reply via email to

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