chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] build on Windows with cygwin


From: Shawn Rutledge
Subject: Re: [Chicken-users] build on Windows with cygwin
Date: Mon, 1 Oct 2007 14:56:51 -0700

On 10/1/07, Kon Lovett <address@hidden> wrote:
> Is the directory w/ the chicken .dll files on the PATH?

I just tried that; it doesn't help.  Anyway the line which fails has
-L. so it ought to find the libraries with which to link.  There is no
old version of chicken installed (I deleted /usr/local/* in case that
was part of the problem).

$ nm libchicken.a | grep tempo
         U _C_temporary_flonum
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_flonum
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_flonum
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack
         U _C_temporary_stack_bottom
00000010 C _C_temporary_flonum
00000010 C _C_temporary_stack
00000010 C _C_temporary_stack_bottom
00000010 C _C_temporary_stack_limit

$ nm libuchicken.a | grep tempo
         U _C_temporary_flonum
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_flonum
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_flonum
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack
         U _C_temporary_stack_bottom
         U _C_temporary_stack
         U _C_temporary_stack
         U _C_temporary_stack_bottom
00000010 C _C_temporary_flonum
00000010 C _C_temporary_stack
00000010 C _C_temporary_stack_bottom
00000010 C _C_temporary_stack_limit

U is undefined, C is "common".

What is the difference between libchicken.a and libuchicken.a?  (hope
the answer is not "accusative case."  :-)




reply via email to

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