When I was trying to build Dash, I got these messages:

if gcc -DHAVE_CONFIG_H -I. -I. -I..  -include ../config.h -DBSD=1
-DSHELL -DIFS_BROKEN  -Wall -g -O2 -MT eval.o -MD -MP -MF
".deps/eval.Tpo" -c -o eval.o eval.c; \
        then mv -f ".deps/eval.Tpo" ".deps/eval.Po"; else rm -f
".deps/eval.Tpo"; exit 1; fi
eval.c: In function ‘evalcommand’:
eval.c:810: error: ‘EXECCMD’ undeclared (first use in this function)
eval.c:810: error: (Each undeclared identifier is reported only once
eval.c:810: error: for each function it appears in.)
eval.c:812: error: ‘COMMANDCMD’ undeclared (first use in this function)
make[3]: *** [eval.o] Error 1
make[3]: Leaving directory `/sources/dash-0.5.5.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/sources/dash-0.5.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sources/dash-0.5.5.1'
make: *** [all] Error 2

I know the solution is to declare both EXCCMD and COMMANDCMD
somewhere, but where?

Oh, and BTW, I will be off on my BLFS build for a couple of weeks,
because I am going with my family to the East Coast.

William
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to