I've been using several distros for a long time but never really learned enough. So I figured LFS could be perfect to learn more. I've gotten to chapter 5 in LFS 5.0 but now I encountered the following problem compiling gcc-3.3.1
make BOOT_LDFLAGS="-static" bootstrap
Code:
/gcc/../include ../../gcc-3.3.1/gcc/gengenrtl.c -o gengenrtl.o
stage1/xgcc -Bstage1/ -B/tools/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -static -o gengenrtl \
gengenrtl.o ../libiberty/libiberty.a
/tools/i686-pc-linux-gnu/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make[2]: *** [gengenrtl] Error 1
make[2]: Leaving directory `/mnt/lfs/tools/gcc-build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/mnt/lfs/tools/gcc-build/gcc'
make: *** [bootstrap] Error 2
This might be something easy since this is new to me... I have followed the book and only used the proper downloads + I've copy/pasted from the book to avoid type-o's. Any help is appreciated.