home *** CD-ROM | disk | FTP | other *** search
Wrap
Path: sparky!uunet!stanford.edu!agate!ames!saimiri.primate.wisc.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!essex.ac.UK!bret From: bret@essex.ac.UK Newsgroups: gnu.g++.bug Subject: bug report ... Date: 26 Jan 1993 22:08:28 -0500 Organization: GNUs Not Usenet Lines: 16 Sender: daemon@cis.ohio-state.edu Approved: bug-g++@prep.ai.mit.edu Distribution: gnu Message-ID: <9301261547.AA02172@serdlc27> Just doin what gcc tells me too. Trying to compile groff on a DECstation 5000/25 and this happens gcc -O -I. -I. -I../include -I./../include -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_CC_LIMITS_H=1 -DHAVE_CC_UNISTD_H=1 -DSTDLIB_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DHAVE_MMAP=1 -DHAVE_RENAME=1 -DHAVE_SYS_SIGLIST=1 -DWCOREFLAG=0200 -g -c object.cc In file included from /usr/local/lib/gcc-lib/decstation-ultrix/2.3.3/include/syslimits.h:6, from /usr/local/lib/gcc-lib/decstation-ultrix/2.3.3/include/limits.h:11, from ../include/cset.h:22, from pic.h:28, from object.cc:21: /usr/include/limits.h:190: warning: `FLT_MAX' redefined /usr/local/lib/gcc-lib/decstation-ultrix/2.3.3/include/float.h:35: warning: this is the location of the previous definition /usr/include/limits.h:197: warning: `HUGE_VAL' redefined /usr/local/lib/g++-include/math.h:158: warning: this is the location of the previous definition object.cc: In method `circle_object::circle_object (double)': object.cc:1030: Internal compiler error. object.cc:1030: Please report this to `bug-g++@prep.ai.mit.edu'. *** Error code 1 Bret