home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / bash / bug / 604 < prev    next >
Encoding:
Text File  |  1992-09-13  |  2.3 KB  |  62 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!r-node.gts.ORG!marc
  3. From: marc@r-node.gts.ORG (Marc Fournier - Sys Admin)
  4. Subject: bash - problem compiling
  5. Message-ID: <1992Sep13.053909.4720@r-node.gts.org>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: R-node Public Access UNIX System (416-249-5366) 24hrs.
  8. Distribution: gnu
  9. Date: Sat, 12 Sep 1992 21:39:26 GMT
  10. Approved: bug-bash@prep.ai.mit.edu
  11. Lines: 49
  12.  
  13. Hi...
  14.  
  15.     First of, I hope this is the right place to post this.  I
  16. realize that it is a moderated newsgroup, but it is the only one
  17. I could find dealing with bash :)
  18.  
  19.     Problem...can't compile it.  It gets as far as jobs.c
  20. and then dies with a bunch of undefines...here is the 'tee' I
  21. did of the make, hope it helps.  I looked at 'jobs.h' and they
  22. look defined okay to me, but hey, I've still got a lot to learn
  23. about understanding someone else's program.  Thanks
  24.  
  25. Marc
  26.  
  27.  
  28.  
  29.     make   -f bash-Makefile
  30.     rm -f jobs.o
  31.     cc  -g  -DHAVE_VFPRINTF -DHAVE_UNISTD_H -DHAVE_GETGROUPS   -DVOID_SIGHANDLER -DUSGr3 -D_POSIX_SOURCE -DPGRP_PIPE   -DHAVE_DUP2   -D"isc386" -DUSG -DSHELL -DHAVE_ALLOCA  -I./lib/ -c jobs.c
  32. "jobs.c", line 715: w_stopsig undefined
  33. "jobs.c", line 715: member of structure or union required
  34. "jobs.c", line 717: w_termsig undefined
  35. "jobs.c", line 717: member of structure or union required
  36. "jobs.c", line 721: w_retcode undefined
  37. "jobs.c", line 721: member of structure or union required
  38. "jobs.c", line 1281: w_termsig undefined
  39. "jobs.c", line 1281: member of structure or union required
  40. "jobs.c", line 1283: w_retcode undefined
  41. "jobs.c", line 1283: member of structure or union required
  42. "jobs.c", line 1288: w_termsig undefined
  43. "jobs.c", line 1288: member of structure or union required
  44. "jobs.c", line 1290: w_retcode undefined
  45. "jobs.c", line 1290: member of structure or union required
  46. "jobs.c", line 1784: w_termsig undefined
  47. "jobs.c", line 1784: member of structure or union required
  48. "jobs.c", line 1871: w_termsig undefined
  49. "jobs.c", line 1871: member of structure or union required
  50. *** Error code 1
  51.  
  52. Stop.
  53. *** Error code 1
  54.  
  55. Stop.
  56. -- 
  57. Marc G. Fournier      | R-node Public Access Unix running UnixBBS 1.03
  58. Etobicoke, Ontario    | 416-249-5366   24hrs 7 days/week   network email
  59. voice: 249-4230       | shell/feed accounts available   1800+ newsgroups
  60. marc@r-node.pci.on.ca | Telebit T3000/SupraModem2400/Cardinal 2400  FREE
  61.  
  62.