home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / help / 2091 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.2 KB  |  57 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!areyes!deano
  3. From: deano@areyes.com (Dean Carpenter)
  4. Subject: Help compiling 2.2.2 under ISC 3.0
  5. Message-ID: <1992Sep9.012945.454@areyes.com>
  6. Followup-To: deano@areyes.com
  7. Summary: enquire.c locks up, why ?
  8. Keywords: gcc 2.2.2 perl isc
  9. Organization: Areyes, Inc.
  10. Date: Wed, 9 Sep 1992 01:29:45 GMT
  11. Lines: 44
  12.  
  13.   I just got the gnu gcc-2.2.2 distribution from uunet and have been
  14. having a couple of small problems compiling it.  Essentially, the enquire
  15. program locks up after outputting  (from enquire -f)  :
  16.  
  17.   /* Minimum int x such that 10**x is a normalised float */
  18. #define FLT_MIN_10_EXP (-37)
  19.  
  20.   I've tried all types of compiles for enquire.c, using the stock ISC 3.0
  21. cc, gcc 2.1, various and sundry options, all to no avail.
  22.  
  23.   The system was configured with  "configure --target=i386-*-isc"
  24. and a regular  "make LANGUAGES=c"  was run.  Everything ran fine until
  25. the "enquire -f" line was run, then it just sat there.
  26.  
  27.   We don't have Bison installed, but the c-parse.? and cexp.? files are
  28. dated thusly :
  29.  
  30. -rw-r--r--   1 deano    staff     123479 Jun 13 22:34 c-parse.c
  31. -r--r--r--   1 deano    staff       1524 Jun 10 00:29 c-parse.gperf
  32. -rw-r--r--   1 deano    staff       1129 Jun 13 22:34 c-parse.h
  33. -rw-r--r--   1 deano    staff      76645 Sep  7 18:33 c-parse.o
  34. -r--r--r--   1 deano    staff      49231 Jun 10 00:25 c-parse.y
  35. -rw-r--r--   1 deano    staff      46446 Mar 28 15:38 cexp.c
  36. -rw-r--r--   1 deano    staff      21213 Sep  7 18:33 cexp.o
  37. -rw-r--r--   1 deano    staff      20138 Feb 13  1992 cexp.y
  38.  
  39.   I noticed a similar situation when compiling perl 4.035 (also from
  40. uunet).  When running Configure, the "try.c" program that checks to see
  41. if the C compiler can cast weird floats to unsigned would lock up the
  42. same way.
  43.  
  44.   Does this sound familiar to anyone ?  Has anyone built gcc 2.2.2 (or
  45. perl 4.035) under ISC 3.0 ?  We got perl compiled ok, and it seems to
  46. work fine, passed the "make tests" run, but what's the deal with these
  47. lockups ?
  48.  
  49.   Please mail me directly as we don't get this group regularly ... thanks
  50. for any help in advance ...
  51.  
  52. -- 
  53. Dean Carpenter        uunet!areyes!deano        (203) 847-6003
  54. Areyes, Inc.        deano@areyes.com
  55.  
  56. "No matter where you go, there you are"  sayeth Buckaroo                                  across the Eighth Dimension
  57.