I am building GLIBC-2.5 in the scratchbox and am getting the following errors. Any idea what needs to be done.<br><br>make[3]: Leaving directory `/scratchbox/packages/glibc-2.5/glibc-2.5/elf'<br>gcc -nostdlib -nostartfiles -r -o /scratchbox/packages/glibc-
2.5/glibc-build/elf/librtld.os '-Wl,-(' /scratchbox/packages/glibc-2.5/glibc-build/elf/dl-allobjs.os /scratchbox/packages/glibc-2.5/glibc-build/elf/rtld-libc.a -lgcc '-Wl,-)' \<br> -Wl,-Map,/scratchbox/packages/glibc-
2.5/glibc-build/elf/librtld.os.map<br>gcc -nostdlib -nostartfiles -shared \<br> -Wl,-z,combreloc -Wl,-z,relro -Wl,-z,defs -Wl,--verbose 2>&1 | \<br> LC_ALL=C \<br> sed -e '/^=========/,/^=========/!d;/^=========/d' \
<br> -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \<br> > /scratchbox/packages/glibc-2.5/glibc-build/elf/ld.so.lds<br>gcc -nostdlib -nostartfiles -shared -o /scratchbox/packages/glibc-
2.5/glibc-build/elf/ld.so \<br> -Wl,-z,combreloc -Wl,-z,relro -Wl,-z,defs \<br> /scratchbox/packages/glibc-2.5/glibc-build/elf/librtld.os -Wl,--version-script=/scratchbox/packages/glibc-
2.5/glibc-build/ld.map \<br> -Wl,-soname=ld-linux.so.2 -T /scratchbox/packages/glibc-2.5/glibc-build/elf/ld.so.lds<br>/scratchbox/packages/glibc-2.5/glibc-build/elf/librtld.os: In function `print_statistics':
<br>/scratchbox/packages/glibc-2.5/glibc-2.5/elf/rtld.c:2828: undefined reference to `__stack_chk_fail_local'<br>/scratchbox/packages/glibc-2.5/glibc-build/elf/librtld.os: In function `process_dl_debug':<br>/scratchbox/packages/glibc-
2.5/glibc-2.5/elf/rtld.c:2464: undefined reference to `__stack_chk_fail_local'<br>/scratchbox/packages/glibc-2.5/glibc-build/elf/librtld.os: In function `process_envvars':<br>/scratchbox/packages/glibc-2.5/glibc-2.5
/elf/rtld.c:2723: undefined reference to `__stack_chk_fail_local'<br>/scratchbox/packages/glibc-2.5/glibc-build/elf/librtld.os: In function `dl_main':<br>/scratchbox/packages/glibc-2.5/glibc-2.5/elf/rtld.c:2344: undefined reference to `__stack_chk_fail_local'
<br>/scratchbox/packages/glibc-2.5/glibc-build/elf/librtld.os: In function `print_search_path':<br>/scratchbox/packages/glibc-2.5/glibc-2.5/elf/dl-load.c:1575: undefined reference to `__stack_chk_fail_local'<br>/scratchbox/packages/glibc-
2.5/glibc-build/elf/librtld.os:/scratchbox/packages/glibc-2.5/glibc-2.5/elf/dl-load.c:1795: more undefined references to `__stack_chk_fail_local' follow<br>collect2: ld returned 1 exit status<br>make[2]: *** [/scratchbox/packages/glibc-
2.5/glibc-build/elf/ld.so] Error 1<br>make[2]: Leaving directory `/scratchbox/packages/glibc-2.5/glibc-2.5/elf'<br>make[1]: *** [elf/subdir_lib] Error 2<br>make[1]: Leaving directory `/scratchbox/packages/glibc-2.5/glibc-
2.5'<br>make: *** [all] Error 2<br><br>Thanks<br>- Amy<br><br><br><br>