chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] 'find-library' question


From: Felix
Subject: Re: [Chicken-users] 'find-library' question
Date: Thu, 11 Nov 2010 09:20:31 -0500 (EST)

From: Joe Python <address@hidden>
Subject: [Chicken-users] 'find-library' question
Date: Wed, 10 Nov 2010 15:40:07 -0500

> I am still a newbie trying to get there.
> -------------------------------------cut-------------------------------------------
> #;2> (find-library "callback" "alloc_trampoline_r")
> Deleted file - C:\DOCUME~1\abc\Local Settings\Temp\temp49d0.c
> #f
> --------------------------------------------------------------------------------
> 
>    1. Where does 'find-library' function get its information from?

Which information do you mean exactly? It will try to compile
a file containing a call to "alloc_trampoline_r" and pass
the linker option "-lcallback" to gcc.

>    2. How can we configure 'chicken' to 'find' the appropriate libraries?

Are the libraries in a standard location? I assume you are using mingw?
(sorry, I haven't followed this thread fully)


cheers,
felix



reply via email to

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