gcc-3.4.2와 glibc-2.3.3을 이용해 컴파일 환경을
구축중입니다. 그런데 glibc를 컴파일 하려고 하면 다음과 같은 에러가
납니다. 도대체 뭘해야 할 지 모르겠습니다. 도움 부탁드립니다.

#make
/Dante_Lee/Toolchain/glibcbuild/csu/crti.S: Assembler messages:
/Dante_Lee/Toolchain/glibcbuild/csu/crti.S:96: Error: can't resolve
`_GLOBAL_OFFSET_TABLE_' {*UND* section} - `.L7' {.text section}
/Dante_Lee/Toolchain/glibcbuild/csu/crti.S:61: Error:
internal_relocation (type: OFFSET_IMM) not fixed up
/Dante_Lee/Toolchain/glibcbuild/csu/crti.S:62: Error:
internal_relocation (type: OFFSET_IMM) not fixed up
/Dante_Lee/Toolchain/glibcbuild/csu/crti.S:63: Error:
internal_relocation (type: OFFSET_IMM) not fixed up
/Dante_Lee/Toolchain/glibcbuild/csu/crti.S:64: Error:
internal_relocation (type: OFFSET_IMM) not fixed up
make[2]: *** [/Dante_Lee/Toolchain/glibcbuild/csu/crti.o] Error 1
make[2]: Leaving directory `/Dante_Lee/Toolchain/glibc-2.3.3/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/Dante_Lee/Toolchain/glibc-2.3.3'
make: *** [all] Error 2