Mail Archives: cygwin/2003/04/18/15:11:04
Rolf Campbell wrote:
> Christopher Faylor wrote:
>> On Fri, Apr 18, 2003 at 10:07:31AM -0400, Rolf Campbell wrote:
>>
>>> You might be saying to yourself: "If this dope can't even take the time
>>> to rename some directory, what does he expect to contribute to this
>>> project."
>>
>>
>> Good point. If you were actually going to be of any help to the
>> project, you'd have to use CVS. Since you are, by your own admission,
>> too lazy to do that, I guess we are actually seeing natural selection at
>> work.
>>
>> I have made a few half-hearted attempts at getting cygwin to build
>> without the w32api directory. I believe that this now works in CVS --
>> for building the DLL. It doesn't work in the utils directory because of
>> mingw issues. If you are actually interested in volunteering, you could
>> start there.
>>
>> Oh wait. Too lazy.
> Ok, I got off my lazy ass and synced to head using CVS. Couldn't build
> that either:
>
>
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libintl.a(dcigettext.o)(.text+0
xb3a):
> In function `_nl_find_msg':
> /usr/src/gettext/gettext-0.11.5/intl/dcigettext.c:906: undefined
> reference to `_libiconv'
>
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libintl.a(loadmsgcat.o)(.text+0
x6b5):
> In function `_nl_init_domain_conv':
> /usr/src/gettext/gettext-0.11.5/intl/loadmsgcat.c:863: undefined
> reference to `_libiconv_open'
>
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libintl.a(loadmsgcat.o)(.text+0
x6fb):
> In function `_nl_free_domain_conv':
> /usr/src/gettext/gettext-0.11.5/intl/loadmsgcat.c:890: undefined
> reference to `_libiconv_close'
> collect2: ld returned 1 exit status
> make[2]: *** [dumper.exe] Error 1
Install libiconv, and either reconfigure, or hack the utils Makefile like
so:
Change LIBICONV:= to LIBICONV:=-liconv
Max.
--
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/
- Raw text -