From: Alexey Zakhlestine Newsgroups: comp.os.msdos.djgpp Subject: bash-2.03 Date: Thu, 06 Jan 2000 03:11:35 +0300 Organization: MTU-Intel ISP Lines: 22 Message-ID: <3873DDB6.5137C421@gs707.com> NNTP-Posting-Host: dial55254.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 947117518 28292 195.34.55.254 (6 Jan 2000 00:11:58 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 6 Jan 2000 00:11:58 GMT X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Well... a lot of strange things happen, when I try to compile SUBJ. Anyway: Where can I find "getconf"? (if I can) And the following error.... Is it possible to do smth. with it? gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"i386"' -DCONF_OSTYPE='"msdosdjgpp"' -D CONF_MACHTYPE='"i386-pc-msdosdjgpp"' -DCONF_VENDOR='"pc"' -DSHELL -DHAVE_CONFIG_ H -I. -I. -I./lib -I/usr/local/include -g -O2 -c execute_cmd.c In file included from posixstat.h:27, from execute_cmd.c:33: d:/djgpp/include/sys/stat.h:37: warning: empty declaration execute_cmd.c: In function `execute_subshell_builtin_or_function': execute_cmd.c:2790: `jobs_builtin' undeclared (first use in this function) execute_cmd.c:2790: (Each undeclared identifier is reported only once execute_cmd.c:2790: for each function it appears in.) make.exe: *** [execute_cmd.o] Error 1