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 03:16:00 -0000 Message-id: <20011008101603.16942.qmail@sourceware.cygnus.com> X-SW-Source: 2001-10/msg00143.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 06:25:44 -0400 "configure --with-languages=c,c++ ; make bootstrap" with an installed gcc-3.0 and the latest cygwin1.dll ends with: gcc -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissi ng-prototypes -Wtraditio nal -pedantic -Wno-long-long -DHAVE_CONFIG_H -o cc1.exe \ c-parse.o c-lang.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info. o c-common.o c-format.o c-semantics.o c-dump.o libcpp.a toplev.o libbackend.a obstack.o -lintl -ladvapi32 ../libiberty/libiberty.a gcc: ../libiberty/libiberty.a: No such file or directory make[1]: *** [cc1.exe] Error 1 make[1]: Leaving directory `/cygdrive/e/gcc-src/build/gcc' make: *** [install-gcc] Error 2 ------- I'm now trying again with gcc-2.95.3 -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. >