home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / utils / bug / 2298 < prev    next >
Encoding:
Text File  |  1993-01-01  |  1.7 KB  |  51 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!dinner.asrc.albany.edu!rob
  3. From: rob@dinner.asrc.albany.edu (Robert D. Seals)
  4. Subject: Oleo install problems
  5. Message-ID: <9212311510.AA10899@dinner.asrc.albany.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 31 Dec 1992 05:10:53 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 38
  12.  
  13. Trying to build oleo-1.2 on an IBM RS/6000 (AIX 3.2.3), I encountered
  14. several difficulties:
  15.  
  16. I ran ./configure, then changed prefix to /usr/gnu, and CFLAGS to -O.
  17. gcc 2.2.1 is on the system.
  18.  
  19. 1. gcc got fatal signal 6 when compiling regions.c, so I recompiled it
  20. without optimization and got no complaints. [I'm not going to report
  21. this gcc bug to bug-gcc since the current gcc is 2.3.3]
  22.  
  23. 2. utils.c gets compile errors (namlen) with gcc and system's cc, but
  24. not system 'bsdcc', so I used that.
  25.  
  26. 3. io-utils.c has a function 'div' which conflicts with one in the
  27. system, defined in stdlib.h (!). I changed 'div' to 'loc_div' without
  28. incident.
  29.  
  30. 4. io-x11.c redefines getenv in a different way than stdlib.h (no 'const'),
  31. so I ifdef'ed it out.
  32.  
  33. 5. You don't need -ltermlib on AIX.
  34.  
  35. 6. ualarm.o apparently needs to be included in the 'objs' line in
  36. Makefile, since 'alarm_interval' can't be resolved.
  37.  
  38. 7. gcc complains a couple times about assignments between incompatible
  39. types, but they are warnings, and on rs/6000, they shouldn't matter.
  40.  
  41. 8. The executable doesn't work! On the console, with DISPLAY defined,
  42. when I start oleo, I get the startup message in my xterm, then
  43. nothing. No windows, nuttin. Then only thing I can do is send
  44. 2 ^C or ^Z. Perhaps this is just ignorance on my part.
  45.  
  46. 9. The INSTALL file refers to a mailing address in README, but
  47. README doesn't show a mailing address.
  48.  
  49. rob
  50.  
  51.