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
_______________________________________________ Chicken-users mailing list [EMAIL PROTECTED] http://lists.nongnu.org/mailman/listinfo/chicken-users
