Linux From Scratch — A Problem

My first real prob­lem with Linux From Scratch. I’d got to the build­ing glibc part when it failed half way through. It appears that gawk hasn’t built prop­erly. So when in the chrooted LFS par­ti­tion the glibc build pro­cess is unable to run gawk. Even when I try to run gawk from the com­mand line it fails. It sure looks like I didn’t build it prop­erly.
Ah ha! I’ve just checked, and file $LFS/usr/bin/gawk gives me ‘dynam­ic­ally linked’. Oops I did build it wrongly.
OK gonna step back and try to fix it.