home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / g / bug / 2349 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.6 KB

  1. 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
  2. From: bret@essex.ac.UK
  3. Newsgroups: gnu.g++.bug
  4. Subject: bug report ...
  5. Date: 26 Jan 1993 22:08:28 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 16
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-g++@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301261547.AA02172@serdlc27>
  12.  
  13. Just doin what gcc tells me too. Trying to compile groff on a DECstation
  14. 5000/25 and this happens
  15.  
  16. 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
  17. 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:
  18. /usr/include/limits.h:190: warning: `FLT_MAX' redefined
  19. /usr/local/lib/gcc-lib/decstation-ultrix/2.3.3/include/float.h:35: warning: this is the location of the previous definition
  20. /usr/include/limits.h:197: warning: `HUGE_VAL' redefined
  21. /usr/local/lib/g++-include/math.h:158: warning: this is the location of the previous definition
  22. object.cc: In method `circle_object::circle_object (double)':
  23. object.cc:1030: Internal compiler error.
  24. object.cc:1030: Please report this to `bug-g++@prep.ai.mit.edu'.
  25. *** Error code 1
  26.  
  27. Bret
  28.  
  29.