Gcc 执行配置时安装tcl 8.5.15时出现问题--启用线程

Gcc 执行配置时安装tcl 8.5.15时出现问题--启用线程,gcc,tcl,Gcc,Tcl,谁能帮我安装tcl 8.5.15软件。我不理解以下错误: 首先键入并执行下一个命令: Somepath/tcl8.5.15/unix> ./configure --enable-threads 因此我有一个错误: checking whether to use symlinks for manpages... no checking whether to compress the manpages... no checking whether to add a package name

谁能帮我安装tcl 8.5.15软件。我不理解以下错误: 首先键入并执行下一个命令:

Somepath/tcl8.5.15/unix> ./configure --enable-threads
因此我有一个错误:

checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler  cannot create executables
See `config.log' for more details.

我认为gcc编译器是腐败的,但我不确定

出现此错误消息的最常见原因是您没有权限在试图生成软件的目录中创建文件。您是否查看了
config.log
中写入的内容?我记得在旧的Solaris系统上遇到过这样的错误,在那里,没有在正常的地方安装可工作的编译器。