Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 19 May 2004 14:34:37 -0500 From: Brian Ford Reply-To: cygwin AT cygwin DOT com To: tuin01 AT home DOT nl cc: cygwin AT cygwin DOT com Subject: Re: FYI: GNU Smalltalk 2.1.5 on Cygwin In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes On Wed, 19 May 2004, tuin01 wrote: > > > 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. No, AFAIK, -lsomelib should never be in an automake _DEPENDENCIES target. That's a Makefile.am bug in GNU Smalltalk. Removing it from there should have been all that was required. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- 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/