> > changed following files. > > 1. smalltalk-2.1.5/i18n/i18n.c > > - added #include <windows.h> > > I'm assuming this was for some typedefs or macros. If they are standard > POSIX ones that are present in the Linux headers but missing in the Cygwin > ones, it'd be interesting to know. >
This were indeed some typedefs/macros. don't know exactly, but it were LANG_XXXX typedefs, mainly because the macro MAKELANGID was not available. > > 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 > > This should not be needed... What was the error that prompted this > change? > Igor > this happened, because make quit on the error "no rule to make target -lgmp", so maybe the gmp library from cygwin is out of date. -- 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/