home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / utils / bug / 2458 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  845 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!oahu.cern.ch!tbel
  2. From: tbel@oahu.cern.ch (Tim Bell)
  3. Newsgroups: gnu.utils.bug
  4. Subject: graphics-0.17
  5. Date: 25 Jan 1993 20:43:48 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 15
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-utils@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301242148.AA23663@oahu.cern.ch>
  12.  
  13. I've been porting graphics-0.17 to the RS/6000 and found that it will
  14. not compile correctly using the standard compiler.  It assumes that
  15. characters are unsigned.  For AIX, it is necessary to compile it with
  16. the following flags
  17.  
  18. cc -qchars=signed
  19.  
  20. I guess the preferred solution would be for it to compile correctly
  21. with chars signed or unsigned.  Alternatively, an AIX section of the
  22. Makefile could have CFLAGS set appropriately.
  23.  
  24. Tim.
  25.  
  26.  
  27.  
  28.