Thu, 03 Sep 2009
< Wanderlust, APEL, FLIM, and SEMI development | MAIN | Why is /etc/X11/rgb.txt missing on Ubuntu? >
Chicken 4.1.0 on Cygwin
Archives
Weird: after compiling and installing chicken with:
make PLATFORM=cygwin PREFIX=/sw/versions/cygwin/chicken/4.1.0 make PLATFORM=cygwin PREFIX=/sw/versions/cygwin/chicken/4.1.0 install
I had to copy /sw/versions/cygwin/chicken/4.1.0/lib/*.a to /sw/versions/cygwin/checkin/4.1.0/bin before it could link things properly. (I first noticed this while doing a $ chicken-install ncurses.)