[plt-scheme] extensions that use libraries with libc (cygwin)

From: David A. Herman (dherman at ccs.neu.edu)
Date: Sat Dec 20 05:59:29 EST 2003

>     mzc --cc myext.c
>     mzc ++ldl 'C:\cygwin\lib\libc.a' ++ldl 'C:\libfoo.a' -e myext.obj

Oops, that should read mzc ... -ld myext.dll myext.obj. I've just tried
doing all the same thing (modulo file extensions and locations) in Solaris
and it worked fine, so apparently this is specific to cygwin.

Dave


Posted on the users mailing list.