home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0096 < prev    next >
Encoding:
Text File  |  1982-04-13  |  626 b   |  14 lines

  1. Autzoo.1549
  2. net.bugs.v7
  3. utzoo!henry
  4. Tue Apr 13 17:58:59 1982
  5. ld returns uncleanly
  6. The V7 ld has a nonzero exit status when undefined external symbols
  7. exist in its final output, even when the options fed to it clearly
  8. indicate that this is legitimate.  This screws up several things,
  9. including use with make.  Does anybody know if this "feature" really
  10. is of any use?  (Note that you can test for undefined externals using
  11. nm and grep, so this obvious use is unimportant.)  I would like to
  12. eliminate it by putting the exit-status "|= 01" inside the same set of
  13. if's that govern the undefined-symbols error messages.  Comments?
  14.