Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com In-Reply-To: <Pine.GSO.4.58.0405191428090.17826@slinky.cs.nyu.edu> To: cygwin AT cygwin DOT com Subject: Re: FYI: GNU Smalltalk 2.1.5 on Cygwin MIME-Version: 1.0 Message-ID: <OF6089A3A8.62001560-ONC1256E99.006940D9-C1256E99.0069A09D@home.nl> From: tuin01 AT home DOT nl Date: Wed, 19 May 2004 21:13:43 +0200 Content-Type: text/plain; charset="US-ASCII" X-AtHome-MailScanner-Information: Neem contact op met support AT home DOT nl voor meer informatie X-AtHome-MailScanner: Found to be clean > > 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/