On Sat, Aug 15, 2009 at 07:41:01AM -0400, William Immendorf wrote:
> 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

Once again this compiles fine for me. What CFLAGS are you using? I don't
compile with any CFLAGS at all as I prefer to let the developers decide
what is optimal. There is a gentoo ticket that is marked as invalid for
this very problem, it appears the issue was caused by the use of
-fdirectives-only: http://bugs.gentoo.org/show_bug.cgi?id=248211.

Attachment: pgp9vVPUmYYXa.pgp
Description: PGP signature

-- 
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