This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libiconv-1.7 on cygwin-1.3.2 problems


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]