Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Gerrit P. Haase" Organization: Esse keine toten Tiere To: cygwin AT sources DOT redhat DOT com Date: Sun, 29 Jul 2001 19:35:04 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: libiconv-1.7 on cygwin-1.3.2 problems Reply-to: gp AT familiehaase DOT de Message-ID: <3B646568.14957.23FB9FF4@localhost> In-reply-to: <3B643579.4030706@ece.gatech.edu> X-mailer: Pegasus Mail for Win32 (v3.12cDE) X-Hops: 1 X-Sender: 320081107336-0001 AT t-dialin DOT net Charles Wilson schrieb am 2001-07-29, 12:10: [...] : > I got now problems building bleadperl. : > At first configure isn't able to find libiconv, because there is no libiconv.a: : > [...] : > No -lPW. : > No -lx. : > No -liconv. : > No -lutil. : > Found -lcygipc. : > [...] : > : > How to create a valid libiconv.a or against what should i link instead of : > libiconv.a? : : cd /usr/bin && rm cygiconv*.dll : cd /usr/lib && rm libiconv.dll.a : --> removing the dll stuff will force the link to use the static : archive. Which should work. Currently, configure is trying to link, ld : uses the .dll.a by default and FAILS, so assumes that it can't work. Isn't it possible to link in the dynamic libiconv? [...] Thanks, gph -- =^..^= -- 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/