chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Problem installing easyffi/silex on cygwin


From: DrTheo Radish-Rho
Subject: [Chicken-users] Problem installing easyffi/silex on cygwin
Date: Sun, 15 Apr 2007 22:46:03 +0530

Hi all,

I'm trying to install easyffi on chicken scheme. My platform is cygwin (WinXP).

I have a problem with silex. When I run "chicken-setup easyffi", silex is first downloaded and the installation begins. However, I end up with a huge number of undefined symbols in silex.
I tried to manually install silex first as well by doing "chicken-setup silex", but I get the same problem.
The error messages look something like this
----
silex.c:1: warning: -fPIC ignored for target (all code is position independent)
silex.o:silex.c:(.text+0x2b): undefined reference to `__imp__C_temporary_stack'
silex.o:silex.c:(.text+0x5f): undefined reference to `__imp__C_temporary_stack'
....
silex.o:silex.c:(.text+0x55377): undefined reference to `__imp__C_stack_limit'
collect2: ld returned 1 exit status
----

chicken -version gives "2.6 - windows-cygwin-x86 - [ ptables applyhook ]"

Anything missing?

Thanks,
Theo
reply via email to

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