chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] 3.5 Distributing compiled C files


From: John Cowan
Subject: [Chicken-users] 3.5 Distributing compiled C files
Date: Thu, 25 May 2006 01:30:37 -0400
User-agent: Mutt/1.3.28i

I tried this recipe with my application joy80.scm, a single-file
application, on Cygwin.  Unfortunately, it fails with thousands of
link-time errors which boil down to the following undefined
symbols:

        `__imp__C_disable_overflow_check'
        `__imp__C_dlerror'
        `__imp__C_fromspace_limit'
        `__imp__C_fromspace_top'
        `__imp__C_main_argc'
        `__imp__C_main_argv'
        `__imp__C_max_pending_finalizers'
        `__imp__C_stack_limit'
        `__imp__C_temporary_flonum'
        `__imp__C_temporary_stack'
        `__imp__C_temporary_stack_bottom'
        `__imp__C_timer_interrupt_counter'
        `__imp__C_trace_buffer_size'

I copied chicken.h from /usr/local/include and the .c files
(runtime.c, library.c, eval.c, extras.c) from the Chicken install
directory.

-- 
A rose by any other name                            John Cowan
may smell as sweet,                                 http://www.ccil.org/~cowan
but if you called it an onion                       address@hidden
you'd get cooks very confused.          --RMS




reply via email to

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