Path: utzoo!utgpu!watmath!uunet!bu-cs!bloom-beacon!hstbme.mit.edu!sorensen From: sorensen@hstbme.mit.edu (Gregory Sorensen) Newsgroups: gnu.g++.lib.bug Subject: libg++ 1.34.0 with g++ 1.34.0 vs 1.34.1 Summary: what changed? Message-ID: <9912@bloom-beacon.MIT.EDU> Date: 18 Mar 89 00:12:57 GMT Sender: daemon@bloom-beacon.MIT.EDU Reply-To: sorensen@hstbme.mit.edu.UUCP (Gregory Sorensen) Distribution: gnu Organization: Massachusetts Institute of Technology Lines: 27 I'm confused. I made libg++.a without problems a couple of days ago with g++ 1.34.0. Today I installed g++ 1.34.1, and when I tried to build libg++.a, got the following fatal error: (as well as some warnings I don't recall earlier seeing...) [warnings deleted ...] g++ -g -O -fchar-charconst -I../g++-include -I.. -fsave-memoized -c String.cc g++ -g -O -fchar-charconst -I../g++-include -I.. -fsave-memoized -c Integer.cc ../g++-include/Integer.h:187: friend `even' implicitly overloaded ../g++-include/builtin.h:122: after declaration of non-overloaded `int even (long int)' ../g++-include/Integer.h:188: friend `odd' implicitly overloaded ../g++-include/builtin.h:127: after declaration of non-overloaded `int odd (long int)' *** Error code 1 make: Fatal error: Command failed for target `Integer.o' Current working directory /home/sorensen/gnu/dist-libg++/src *** Error code 1 make: Fatal error: Command failed for target `libg++.a' What's going on? Is g++ 1.34.1 somehow pickier? Thanks. Greg Sorensen sorensen@hstbme.mit.edu