Hello all

Thanks yo all for your very insightful explanations, I begin
to understand the way things are working.

I also understand that cygwin is a little bit more "picky".

For example, if I use Thomas' makefile, everything get
compiled on both cygwin and linux.  On linux everything
works fine but on cygwin only the statically linked program
works, for the dynamic one I obtain:

====
Error: unbound variable: mylib

   Call history:

   <eval>       (define-extension mylib (export foo bar))   <--
=====

Anyway, I am progressing, thank you again !
Fred.

Thomas Chust wrote:
On Tue, 23 May 2006, Frédéric Peschanski wrote:


Hello Frédéric,

that surprises me a little. At least the top level of the explicitly linked library should be present... But let's see what we can do with your example code below, maybe that helps you more than crystal ball gazing for the build problem in a more complex project ;-)



_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to