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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!laplace.eng.SUn.COM!sbb
  2. From: sbb@laplace.eng.SUn.COM (Steve Byrne)
  3. Newsgroups: gnu.utils.bug
  4. Subject: Problem compiling Texinfo-2.16 on Solaris 2
  5. Date: 22 Jan 1993 21:27:07 -0500
  6. Organization: Sun Microsystems Inc., Mountain View, CA
  7. Lines: 23
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-utils@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <lm0590INN8ng@exodus.Eng.Sun.COM>
  12.  
  13. Compiling info.c on solaris 2 produces:
  14.  
  15. ./info.c:4158: storage size of `original_ltchars' isn't known
  16.  
  17. Compilation command line is:
  18.  
  19. gcc -O -c -g -DDEFAULT_INFOPATH='".:/doe/public/gnu/info:/usr/gnu/info:/usr/local/emacs/info:/usr/local/lib/emacs/info"' -DINFO_PRINT_COMMAND='"lpr"'  -DUSGr3=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DUSG=1 -DHAVE_ALLOCA_H=1 ./info.c
  20.  
  21. I'm a little suspicious that USGr3 is defined in this environment, but this
  22. doesn't seem to be directly related.  
  23.  
  24. Patch: (not the best, but it does address the immediate problem)
  25.  
  26. After the file inclusions add:
  27.  
  28. #if defined(sun) && defined(__svr4__)
  29. #undef TIOCGETC
  30. #undef TIOCGLTC
  31. #endif
  32.  
  33. Steve
  34. -- 
  35.  
  36.