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/