This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: GNU Smalltalk 2.1.5 on Cygwin


Concerning Cygwin dll: 1.5.9 (Complete install may 16, 2004)
GNU Smalltalk version 2.1.5
Windows XP (v 5.1) Professional SP1.

In directory where I've unpacked the smalltalk source package. 
./configure

changed following files.
1.  smalltalk-2.1.5/i18n/i18n.c
        - added  #include <windows.h>
2. libgst/Makefile
        changed  -lgmp to /lib/libgmp.la in these lines

libgst_la_LIBADD=libgst_la_LIBADD = $(top_builddir)/lib-src/library.la 
$(LIBSIGSEGV) \
        ${top_builddir}/libltdl/libltdlc.la 
${top_builddir}/snprintfv/snprintfv/libsnprintfvc.la -lreadline 
/lib/libgmp.la

libgst_la_DEPENDENCIES = $(top_builddir)/lib-src/library.la $(LIBSIGSEGV) 
\
        ${top_builddir}/libltdl/libltdlc.la 
${top_builddir}/snprintfv/snprintfv/libsnprintfvc.la -lreadline 
/lib/libgmp.la

ran
make
make install

gst must be up and running.

Patrick.

I'll try and get 2.1.7 running, but has problem finding Glibc which is not 
available on cygwin. 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]