chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Supporting libraries on Windows


From: Tim Lavoie
Subject: [Chicken-users] Supporting libraries on Windows
Date: Wed, 7 Aug 2013 15:50:21 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

Hello,

Is there a recognized "best" way to install C libraries where they'll
be found on Windows? For instance, the openssl egg requires the
OpenSSL libraries. On Linux, it's trivial to install the correct
libraries with development add-ons.

Would the best plan be to:

  1) Install native libs on Windows, then adapt egg install parameters
     to find them?

  2) Copy directly (from somewhere) into the Chicken-specific include
     and lib directories?

  3) Try to use those available under Cygwin?

Cheers,
Tim



reply via email to

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