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: <00c301c305de$3b164660$5300a8c0@pomello> From: "Max Bowsher" To: References: <20030417172623 DOT GB12623 AT redhat DOT com> <768A0EA6FF8CB34FA522978966E5D52E021370A9 AT bwam02msx DOT ae DOT ge DOT com> <20030417172623 DOT GB12623 AT redhat DOT com> <5 DOT 2 DOT 1 DOT 1 DOT 2 DOT 20030417205149 DOT 00fee6b0 AT pop3 DOT cris DOT com> <20030418151337 DOT GD23472 AT redhat DOT com> Subject: Re: cygwin Volunteers (WAS: Re: A request?) Date: Fri, 18 Apr 2003 20:10:51 +0100 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 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/