home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!oahu.cern.ch!tbel
- From: tbel@oahu.cern.ch (Tim Bell)
- Newsgroups: gnu.utils.bug
- Subject: graphics-0.17
- Date: 25 Jan 1993 20:43:48 -0500
- Organization: GNUs Not Usenet
- Lines: 15
- Sender: daemon@cis.ohio-state.edu
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Distribution: gnu
- Message-ID: <9301242148.AA23663@oahu.cern.ch>
-
- I've been porting graphics-0.17 to the RS/6000 and found that it will
- not compile correctly using the standard compiler. It assumes that
- characters are unsigned. For AIX, it is necessary to compile it with
- the following flags
-
- cc -qchars=signed
-
- I guess the preferred solution would be for it to compile correctly
- with chars signed or unsigned. Alternatively, an AIX section of the
- Makefile could have CFLAGS set appropriately.
-
- Tim.
-
-
-
-