From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Abrahams" To: billingd@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: c++/4479 Date: Mon, 08 Oct 2001 04:16:00 -0000 Message-id: <20011008111602.3165.qmail@sourceware.cygnus.com> X-SW-Source: 2001-10/msg00145.html List-Id: The following reply was made to PR c++/4479; it has been noted by GNATS. From: "David Abrahams" To: "Billinghurst, David \(CRTS\)" , , Cc: Subject: Re: c++/4479 Date: Mon, 8 Oct 2001 07:19:13 -0400 It appears configure is getting the wrong value for HAVE_SYS_ERRLIST, or at least that my errno.h/stdio.h contains a definition but that the symbol isn't defined in my 'C' library: configure:2631: checking for sys_errlist configure:2643: gcc -o conftest -g -O2 conftest.c 1>&5 Warning: resolving _sys_errlist by linking to __imp__sys_errlist (auto-import) fu000001.o(.idata$3+0xc): undefined reference to `templib_a_iname' nmth000000.o(.idata$4+0x0): undefined reference to `_nm__sys_errlist' collect2: ld returned 1 exit status configure: failed program was: When I edit libiberty/config.h so that HAVE_SYS_ERRLIST is #defined, building libiberty succeeds. HTH, Dave =================================================== David Abrahams, C++ library designer for hire resume: http://users.rcn.com/abrahams/resume.html C++ Booster ( http://www.boost.org ) email: david.abrahams@rcn.com =================================================== ----- Original Message ----- From: "Billinghurst, David (CRTS)" To: ; ; Sent: Monday, October 08, 2001 1:01 AM Subject: Re: c++/4479 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4479&database=gcc > > This is a problem with the current cygwin1.dll. It has been discussed on > the cygwin mailing list and has been fixed in cvs and recent cygwin > snapshots. Suggest you download a cygwin snapshot, or wait till the next > cygwin release. >