chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] new development snapshot


From: Brandon J. Van Every
Subject: Re: [Chicken-users] new development snapshot
Date: Tue, 20 Feb 2007 13:22:02 -0800
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

John Cowan wrote:
felix winkelmann scripsit:
  
A new development-snapshot (2.522) is now available at
the chicken website.
    

It builds successfully on a clean (no Chicken) Cygwin system.
However, when doing desultory acceptance testing, I accidentally
typed "csc -static foo.scm" (instead of "csc -shared foo.scm")
and got this:

x.o:x.c:(.text+0x3): undefined reference to `__imp__C_temporary_stack'
x.o:x.c:(.text+0x6a): undefined reference to `__imp__C_stack_limit'
x.o:x.c:(.text+0x7f): undefined reference to `__imp__C_temporary_stack'
x.o:x.c:(.text+0xa4): undefined reference to `__imp__C_fromspace_top'
x.o:x.c:(.text+0xab): undefined reference to `__imp__C_fromspace_limit'
x.o:x.c:(.text+0xb8): undefined reference to `__imp__C_temporary_stack'
x.o:x.c:(.text+0xd7): undefined reference to `__imp__C_temporary_stack'
x.o:x.c:(.text+0x12d): undefined reference to `__imp__C_fromspace_top'
x.o:x.c:(.text+0x173): undefined reference to `__imp__C_temporary_stack'
x.o:x.c:(.text+0x193): undefined reference to `__imp__C_timer_interrupt_counter'
x.o:x.c:(.text+0x1b0): undefined reference to `__imp__C_stack_limit'
x.o:x.c:(.text+0x209): undefined reference to `__imp__C_timer_interrupt_counter'
x.o:x.c:(.text+0x226): undefined reference to `__imp__C_stack_limit'
x.o:x.c:(.text+0x280): undefined reference to `__imp__C_timer_interrupt_counter'
x.o:x.c:(.text+0x29d): undefined reference to `__imp__C_stack_limit'
x.o:x.c:(.text+0x311): undefined reference to `__imp__C_timer_interrupt_counter'
x.o:x.c:(.text+0x32e): undefined reference to `__imp__C_stack_limit'
collect2: ld returned 1 exit status
*** Shell command terminated with exit status 1: gcc x.o /usr/local/lib/libchicken.a -o x -L/usr/local/lib -Wl,-R/usr/local/lib -static  -ldl -lffi -lm /usr/local/lib/libchicken.a

Is this a bug, or is it simply that Cygwin doesn't support -static?

  

I get essentially the same error with MinGW / MSYS, CMake build. 


Cheers,
Brandon Van Every



reply via email to

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