home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / ghostscr / bug / 1227 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.6 KB  |  49 lines

  1. Newsgroups: gnu.ghostscript.bug
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rnc4.lbl.gov!bloomer
  3. From: bloomer@rnc4.lbl.gov (MATTHEW BLOOMER)
  4. Subject: Trouble installing gs on SGI 4D/400
  5. Message-ID: <27564@dog.ee.lbl.gov>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: bloomer@rnc4.lbl.gov
  8. Organization: Lawrence Berkeley Laboratory - Berkeley, CA, USA
  9. Distribution: gnu
  10. Date: Fri, 20 Nov 1992 00:04:54 GMT
  11. Approved: bug-ghostscript@prep.ai.mit.edu
  12. Lines: 35
  13.  
  14. Help!  I'm trying to install Ghostscript on a Silicon Graphics
  15. 4-processor machine running IRIS, and I'm getting compilation
  16. problems.  For example:
  17.  
  18.         ./ccgs "cc  -O " idict.c
  19. ccom: Warning: idict.c, line 358: statement not reached
  20.                    {        ref_packed *kbot = pdict->keys.value.packed;   
  21. register  ref_packed *kp;   for ( kp = kbot +  (( (nidx)) & (( size) - 1)) + 2;
  22.  ; )    { if ( *--kp == kpack)       {  return (pdict->values.value.refs + (kp
  23.  - kbot));       0;    
  24.       -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
  25. ccom: Warning: idict.c, line 359: statement not reached
  26.                            for ( kp += size + 1; ; )    { if ( *--kp == kpack )
  27.        {  return (pdict->values.value.refs + (kp - kbot));         0;       }
  28.       else if ( ! (*(kp) >= ((ref_packed)(pt_literal_name) << 13)) )       {
  29.         if ( *kp == ( (
  30. };
  31.       ---------------------------------------------------------------------------------------------------------------------------------------------^
  32.  
  33. Any idea what I'm doing wrong?  Thanks
  34.  
  35. *************************************************************************
  36. *  Matthew Bloomer:  Nuclear Science Division                           *
  37. *                    Lawrence Berkeley Laboratory                       *
  38. *************************************************************************
  39. *  Mail:                             |  E-mail:                         *
  40. *    Bldg. 50D                       |    bloomer@lbl.gov               *
  41. *    Lawrence Berkeley Laboratory    |    lbl::bloomer                  *
  42. *    1 Cyclotron Road                |    bloomer@lbl.bitnet            *
  43. *    Berkeley, CA  94720  USA        |                                  *
  44. *  Phone:                            |                                  *
  45. *    (510) 486-5436                  |                                  *
  46. *************************************************************************
  47.  
  48.  
  49.