On Fri, 24 Aug 2001, [ISO-8859-1] Juha J�ykk� wrote: > I am trying to compile the IBM Open Data Explorer on a potato system > (I know it already is in sid, but cannot upgrade.) and get the > following error from make (who is running gcc's c++ at the time): > > MBMainWindow.C: In method `void MBMainWindow::openMB(char *)': > MBMainWindow.C:3542: Internal compiler error in `scan_region', at > except.c:2566 > Please submit a full bug report. > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Try removing optimisation when compiling it (take out the "-O2" for that file). There are quite a few optimiser problems in 2.95.x that have been fixed since the potato version. C

