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 Message-ID: <3B644D23.7040309@ece.gatech.edu> Date: Sun, 29 Jul 2001 13:51:31 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010713 X-Accept-Language: en-us MIME-Version: 1.0 To: gp AT familiehaase DOT de CC: cygwin AT sources DOT redhat DOT com Subject: Re: libiconv-1.7 on cygwin-1.3.2 problems References: <3B646568 DOT 14957 DOT 23FB9FF4 AT localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Gerrit P. Haase wrote: > 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. Sorry, I thought my archive contained both the dynamic lib and the static lib. It doesn't (for libiconv). It does (for libcharset). I'm not interested in tracking this down right now. > Isn't it possible to link in the dynamic libiconv? > Yes -- if you're using a patched ld. It works for me w.r.t. glib (but I haven't and won't try building bleadperl anytime soon). (Glib build fails, but libiconv linking is not the reason; libiconv linking works) If it doesn't work for you, with perl -- I'm sorry. As I said earlier, no support. Damn. I'm sorry I ever mentioned this. --Chuck -- 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/