home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / bash / bug / 555 < prev    next >
Encoding:
Text File  |  1992-08-18  |  2.7 KB  |  72 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!infmx.UUCP!jacob
  3. From: jacob@infmx.UUCP (Jacob Salomon)
  4. Subject: cc-477 errors in middle of make
  5. Message-ID: <1992Aug18.155253.23270@informix.com>
  6. Summary: What do I need to tweak for clean make?
  7. Keywords: make 477
  8. Sender: gnulists@ai.mit.edu
  9. Organization: Informix Software, Inc.
  10. Distribution: gnu
  11. Date: Tue, 18 Aug 1992 15:52:53 GMT
  12. Approved: bug-bash@prep.ai.mit.edu
  13. Lines: 57
  14.  
  15. Hi folks.
  16.  
  17. I have been trying to compile bash-1.12 on my HP-9000/827, running 
  18. under HP-UX 8.02.  I have already updated machines.h for the HP-UX
  19. environment but I keep getting this error in several places in the
  20. make. In fact, this is independent of the HPUX definition (or #undef)
  21. I set up in machines.h. OK, what is the error?  Here is the command
  22. line; I have added the "\" at the end of each line for clarity,
  23. actually it comes up as a very long command line.
  24.  
  25.     cc  -g  -DHAVE_VFPRINTF -DHAVE_UNISTD_H -DHAVE_GETGROUPS  \
  26.         -DHAVE_RESOURCE -DVOID_SIGHANDLER -DHPUX_70       \
  27.         -DHAVE_WAIT_H   -DHAVE_STRERROR -D"hpux" -DHPUX   \
  28.         -DSHELL -DHAVE_ALLOCA                             \
  29.         -o endian.aux endian.c
  30.  
  31. And here is the reaction:
  32. cc: 477: Can't stat /usr/lib/end.o. Proceeding though file probably
  33.      does not exist.
  34.     ./endian.aux endian.h
  35.  
  36. I just checked the directory: endian.aux, endian.c and endian.h all
  37. exist!  Now what in blazes is /usr/lib/end.o supposed to be?  I
  38. suspect a default is being applied and I have no idea why?  I just did
  39. a find on everyting in the bash source directory - no file named
  40. end.<anything>.
  41.  
  42. Here's another one that does NOT blame /usr/lib/end.o:
  43.         cc  -g -o newversion.aux newversion.c -lm
  44. cc: 477: Can't stat /usr/lib/end.o. Proceeding though file probably
  45.      does not exist.
  46.  
  47. Here's a reallu ugly one, similar to the first:
  48.         cc -g  -DHAVE_VFPRINTF -DHAVE_UNISTD_H -DHAVE_GETGROUPS      \
  49.            -DHAVE_RESOURCE -DVOID_SIGHANDLER -DHPUX_70           \
  50.            -DHAVE_WAIT_H   -DHAVE_STRERROR  -D"hpux" -DHPUX      \
  51.            -SHELL -DHAVE_ALLOCA  -I/home/misc/gnu/bash/bash-1.12 \
  52.            -I/home/misc/gnu/bash/bash1.12/./lib/ -I.             \
  53.            -o mkbuiltins mkbuiltins.c
  54.  
  55. And here is the compiler's response:
  56. cc: 477: Can't stat /usr/lib/end.o. Proceeding though file probably
  57.      does not exst.
  58.  
  59. There are a few more that blame this mysterious /usr/lib/end.o
  60. You get the idea.
  61.  
  62. Thanks for any help.
  63.  
  64.         -- Jake Salomon
  65.         jacob@informix.com
  66. -- 
  67. ----------------Obligatory smart-$$$ remark:---------------------
  68. | There's two kinds of people: Those who categorize people into |
  69. | two groups and those who don't.   (Barth's Aging proverb.)    |
  70. -----------------------------------------------jacob@informix.com
  71.  
  72.