QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 725|回复: 7

请教一个安装mysql-4.0.21的问题。请各位指教!

[复制链接]
发表于 2004-10-13 13:45:31 | 显示全部楼层 |阅读模式
bb# ./configure --prefix=/usr/local/mysql
checking build system type... i386-unknown-freebsd5.2.1
checking host system type... i386-unknown-freebsd5.2.1
checking target system type... i386-unknown-freebsd5.2.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) nawk
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
bb# make
make: no target to make.
bb#

安装mysql-4.0.21的时候出现上述的错误信息,请问可能是什么原因?如何解决?请指教,谢谢。
发表于 2004-10-13 13:53:47 | 显示全部楼层

Re: 发表主题: 请教一个安装mysql-4.0.21的问

[quote:1535ecbda5="wing-qiang"]checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.[/quote]
回复

使用道具 举报

 楼主| 发表于 2004-10-13 13:57:15 | 显示全部楼层
看了config.log,那应该修改什么呢?请指教!
回复

使用道具 举报

发表于 2004-10-13 14:02:53 | 显示全部楼层
呵呵,你看了,我还没看呀

估计是你的 FreeBSD 没有加进 linux 格式支持吧。
回复

使用道具 举报

 楼主| 发表于 2004-10-13 14:06:43 | 显示全部楼层
那该怎么办呢??如何解决啊?!?:=(

请多多指教,谢谢!!!
回复

使用道具 举报

发表于 2004-10-13 14:10:52 | 显示全部楼层
更正一下,新的 MySQL 在 FreeBSD 上安装好象不需要 linux 格式支持。以下引自 MySQL.com  的 FreeBSD 安装说明:
The recommended way to compile and install MySQL on FreeBSD with gcc (2.95.2 and up) is:

CC=gcc CFLAGS="-O2 -fno-strength-reduce" \
    CXX=gcc CXXFLAGS="-O2 -fno-rtti -fno-exceptions \
    -felide-constructors -fno-strength-reduce" \
    ./configure --prefix=/usr/local/mysql --enable-assembler
gmake
gmake install
cd /usr/local/mysql
bin/mysql_install_db --user=mysql
bin/mysqld_safe &


参考一下吧。
另,你的问题到 FreeBSD 论坛去看一下应该更好,去 CNFUG 看看。
回复

使用道具 举报

 楼主| 发表于 2004-10-13 14:14:34 | 显示全部楼层
/etc/rc.conf,加入:

    linux_enable=YES

我见到我有加的。
回复

使用道具 举报

 楼主| 发表于 2004-10-13 14:15:43 | 显示全部楼层
哦。谢谢!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-7 13:49 , Processed in 0.064122 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表