home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.bash.bug
- Path: sparky!uunet!cis.ohio-state.edu!r-node.gts.ORG!marc
- From: marc@r-node.gts.ORG (Marc Fournier - Sys Admin)
- Subject: bash - problem compiling
- Message-ID: <1992Sep13.053909.4720@r-node.gts.org>
- Sender: gnulists@ai.mit.edu
- Organization: R-node Public Access UNIX System (416-249-5366) 24hrs.
- Distribution: gnu
- Date: Sat, 12 Sep 1992 21:39:26 GMT
- Approved: bug-bash@prep.ai.mit.edu
- Lines: 49
-
- Hi...
-
- First of, I hope this is the right place to post this. I
- realize that it is a moderated newsgroup, but it is the only one
- I could find dealing with bash :)
-
- Problem...can't compile it. It gets as far as jobs.c
- and then dies with a bunch of undefines...here is the 'tee' I
- did of the make, hope it helps. I looked at 'jobs.h' and they
- look defined okay to me, but hey, I've still got a lot to learn
- about understanding someone else's program. Thanks
-
- Marc
-
-
-
- make -f bash-Makefile
- rm -f jobs.o
- 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
- "jobs.c", line 715: w_stopsig undefined
- "jobs.c", line 715: member of structure or union required
- "jobs.c", line 717: w_termsig undefined
- "jobs.c", line 717: member of structure or union required
- "jobs.c", line 721: w_retcode undefined
- "jobs.c", line 721: member of structure or union required
- "jobs.c", line 1281: w_termsig undefined
- "jobs.c", line 1281: member of structure or union required
- "jobs.c", line 1283: w_retcode undefined
- "jobs.c", line 1283: member of structure or union required
- "jobs.c", line 1288: w_termsig undefined
- "jobs.c", line 1288: member of structure or union required
- "jobs.c", line 1290: w_retcode undefined
- "jobs.c", line 1290: member of structure or union required
- "jobs.c", line 1784: w_termsig undefined
- "jobs.c", line 1784: member of structure or union required
- "jobs.c", line 1871: w_termsig undefined
- "jobs.c", line 1871: member of structure or union required
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
- --
- Marc G. Fournier | R-node Public Access Unix running UnixBBS 1.03
- Etobicoke, Ontario | 416-249-5366 24hrs 7 days/week network email
- voice: 249-4230 | shell/feed accounts available 1800+ newsgroups
- marc@r-node.pci.on.ca | Telebit T3000/SupraModem2400/Cardinal 2400 FREE
-
-