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 Message-ID: <013401c2bb4e$5cbd0590$78d96f83@POMELLO> From: "Max Bowsher" To: "Tom Epperly" , References: <3E2333AF DOT 7000709 AT llnl DOT gov> Subject: Re: Building a DLL with libtool on cygwin Date: Mon, 13 Jan 2003 21:54:35 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Tom Epperly wrote: > I work on a package called Babel, and someone else ported it to > cygwin a > while ago. I am in the process of trying to make a new release of > Babel. > When I tried out the new release on cygwin, I a link error I don't > know > what to do about. I tried searching for relevant information using > google, but I can't find anything. The error message appears below. > > If you can offer any advice, I would appreciate whatever you can > offer. Try re-libtoolize-ing with current Cygwin libtool. NB: Cygwin has 2 versions of the autotools - one for packages using ac-2.13 & relevant am & libtool, and another for ac-2.5x and current am & libtool. For devel versions of the autotools to be invoked, there must *not* be an AC_PREREQ() less than 2.50 in configure.in. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/