home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / bug / 2145 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.7 KB  |  36 lines

  1. Newsgroups: gnu.g++.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ggr.co.UK!gml4410
  3. From: gml4410@ggr.co.UK (Lack Mr G M)
  4. Subject: bug compiling libg++ on SG Indigo
  5. Message-ID: <9301051735.AA09987@uk0x06.ggr.co.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 5 Jan 1993 17:35:11 GMT
  10. Approved: bug-g++@prep.ai.mit.edu
  11. Lines: 23
  12.  
  13.      I  have  just  built  libg++-2.3 on an SG Indigo (Irix 4.0.1) using
  14. gcc-2.3.3 (which included  a  "make  install-fixincludes"  during  *its*
  15. installation).  I received the following messages:
  16.  
  17. In file included from /usr/local/lib/gcc-lib/mips-sgi-irix4/2.3.3/include/syslimits.h:6, from /usr/local/lib/gcc-lib/mips-sgi-irix4/2.3.3/include/limits.h:11, from Integer.cc:36:
  18. /usr/include/limits.h:100: warning: `DBL_MAX' redefined
  19. /usr/local/lib/gcc-lib/mips-sgi-irix4/2.3.3/include/float.h:63: warning: this is the location of the previous definition
  20. /usr/include/limits.h:101: warning: `DBL_MIN' redefined
  21. /usr/local/lib/gcc-lib/mips-sgi-irix4/2.3.3/include/float.h:54: warning: this is the location of the previous definition
  22. /usr/include/limits.h:105: warning: `FLT_MAX' redefined
  23. /usr/local/lib/gcc-lib/mips-sgi-irix4/2.3.3/include/float.h:35: warning: this is the location of the previous definition
  24.  
  25.      I  know  they are only warnings, but the 2 values involved for each
  26. constant differ in the final digit, and I don't *think* there should  be
  27. conflicts  (I  don't  get  this  when I build on a Sparcstation at SunOS
  28. 4.1.1). 
  29.  
  30.  
  31.  
  32. -------------------------- Gordon Lack ----------------------------------
  33. The contents of this message *may* reflect my personal opinion.  They are
  34. *not* intended to reflect those of my employer, or anyone else.
  35.  
  36.