chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] "make" fails on cygwin


From: felix
Subject: Re: [Chicken-users] "make" fails on cygwin
Date: Wed, 29 Jan 2003 22:06:14 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Hi, Bert!

Unfortunately, Chicken can currently not be built as a shared library
on Cygwin. I recommend building only statically linked libraries.
You still can use the system as usual, with the only exception that
dynamic loading of compiled code won't work.

To build and install Chicken, the following should do the trick:

configure --disable-shared
make
make install


Thanks for using Chicken!


cheers,
felix





reply via email to

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