|
|
小弟在安装 Tcl-8.4.4时遇到了问题,我当时执行的是make命令
得到的结果是
root@Zhe:/mnt/lfs/sources/tcl8.4.4/unix# make
gcc -pipe -rdynamic tclAppInit.o -L/mnt/lfs/sources/tcl8.4.4/unix -ltcl8.4 -ldl -lieee -lm \
-Wl,-rpath,/tools/lib -o tclsh
/lib/libc.so.6: undefined reference to `_dl_tls_symaddr@GLIBC_PRIVATE'
/usr/lib/gcc-lib/i486-linux/3.3.2/../../../libdl.so:
undefined reference to
`_dl_rtld_di_serinfo@GLIBC_PRIVATE'
collect2: ld returned 1 exit status
make: *** [tclsh] Error 1
请大哥们帮忙,谢谢了。 ;P |
|