From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Randy Joiner Cc: Egcs Mail List Subject: Re: Compilation problems Date: Thu, 29 Oct 1998 09:46:00 -0000 Message-id: <29941.909678922@hurl.cygnus.com> References: X-SW-Source: 1998-10/msg01190.html In message < Pine.LNX.3.96.981028163740.2904i-100000@tc.net >you write: > Anyone know what this is about: > > ../../../egcs-19981026/libio/fstream.cc:110: sorry, not implemented: > `function_decl' not supported by dump_type > ../../../egcs-19981026/libio/fstream.cc: In method > `ofstream::~ofstream()': > ../../../egcs-19981026/libio/fstream.cc:110: uninitialized const `vtable > for ' > ../../../egcs-19981026/libio/fstream.cc:110: sorry, not implemented: > `function_decl' not supported by dump_type > ../../../egcs-19981026/libio/fstream.cc: In method > `ifstream::~ifstream()': > ../../../egcs-19981026/libio/fstream.cc:110: uninitialized const `vtable > for ' > make[2]: *** [fstream.o] Error 1 > make[2]: Leaving directory > `/usr/egcs/src/1026/i386-pc-sysv4.2uw2.1.2/libio' > make[1]: *** [all-target-libio] Error 2 > make[1]: Leaving directory `/usr/egcs/src/1026' > make: *** [bootstrap] Error 2 It was a bug in the previous snapshot which has already been fixed for the next snapshot. If you're cvs capable you can update your sources and they ought to work. jeff