在BSD 7.0版本下编译安装MYSQL
出现一个问题,请教大牛们。进入解压后的mysql目录
CFLAGS="-O3 -mcpu=i386" CXX=gcc CXXFLAGS="-O3 -march=i386 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/home/mysql/ --without-debug   --with-unix-socket-path=/home/mysql/tmp/mysql.sock --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --enable-assembler --with-extra-charsets=gbk,gb2312,utf8 --without-innodb --without-isam --with-pthread --enable-thread-safe-clien回车后出现CFLAGS=-O3 -mcpu=i386: command not found 如何解决。