mysql4.1.18编译的严重问题

mysql4.1.18编译的严重问题

checking for fconvert... no
checking for fdatasync... yes
checking for finite... yes
checking for fpresetsticky... no
checking for fpsetmask... no
checking for fsync... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyaddr_r... yes
checking for gethostbyname_r... (cached) yes
checking for getpass... yes
checking for getpassphrase... no
checking for getpwnam... yes
checking for getpwuid... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getwd... yes
checking for gmtime_r... yes
checking for index... yes
checking for initgroups... yes
checking for isnan... yes
checking for localtime_r... yes
checking for locking... no
checking for longjmp... yes
checking for lrand48... yes
checking for madvise... yes
checking for mallinfo... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mlockall... yes
checking for perror... yes
checking for poll... yes
checking for pread... yes
checking for pthread_attr_create... no
checking for pthread_attr_getstacksize... yes
checking for pthread_attr_setprio... no
checking for pthread_attr_setschedparam... yes
checking for pthread_attr_setstacksize... yes
checking for pthread_condattr_create... no
checking for pthread_getsequence_np... no
checking for pthread_key_delete... yes
checking for pthread_rwlock_rdlock... yes
checking for pthread_setprio... no
checking for pthread_setprio_np... no
checking for pthread_setschedparam... yes
checking for pthread_sigmask... yes
checking for readlink... yes
checking for realpath... yes
checking for rename... yes
checking for rint... yes
checking for rwlock_init... no
checking for setupterm... no
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for sigaction... yes
checking for sigemptyset... yes
checking for sigaddset... yes
checking for sighold... yes
checking for sigset... yes
checking for sigthreadmask... no
checking for snprintf... yes
checking for socket... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for strnlen... yes
checking for strpbrk... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoll... yes
checking for strtoul... yes
checking for strtoull... yes
checking for tell... no
checking for tempnam... yes
checking for thr_setconcurrency... no
checking for vidattr... no
checking for clock_gettime... no
checking for isinf with <math.h>... yes
checking for fseeko... yes
checking for dlopen... yes
checking for dlerror... yes
checking style of gethost* routines... checking whether madvise is declared... yes
other
checking style of gethostname_r routines... glibc2
checking 3 argument to gethostname_r routines... char
checking "args to pthread_getspecific"... POSIX
checking "args to pthread_mutex_init"... POSIX
checking "args to readdir_r"... POSIX
checking "style of sigwait"... POSIX
checking "for pthread_attr_setscope"... yes
checking "can netinet files be included"... "yes"
Warning: extra-tools disabled because --enable-thread-safe-client wasn't used
checking for ORBit... which: no orbit-config in (/sbin:/usr/sbin:/usr/local/sbin:/opt/gnome/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/root/Desktop/bxviewer:/root/Desktop/bxviewer)
not found
checking if we should build MySQLFS... no
checking for OpenSSL... no
checking "character sets"... default: gb2312, collation: gb2312_chinese_ci; compiled in: gb2312 latin1 utf8
checking whether to compile national Unicode collations... yes
checking for big tables support... no
checking for BerkeleyDB... no
Not using Berkeley DB
checking for Innodb... Using Innodb
checking for aio_read in -lrt... yes
checking for example storage engine... no
checking for archive storage engine... no
checking for csv storage engine... no
checking for blackhole storage engine... no
checking for NDB Cluster... Not using NDB Cluster
configure: creating ./config.status
config.status: creating libmysql/libmysql.ver
config.status: creating isam/Makefile
config.status: creating merge/Makefile
config.status: creating Makefile
config.status: creating extra/Makefile
config.status: creating mysys/Makefile
config.status: creating strings/Makefile
config.status: creating regex/Makefile
config.status: creating heap/Makefile
config.status: creating myisam/Makefile
config.status: creating myisammrg/Makefile
config.status: creating os2/Makefile
config.status: creating os2/include/Makefile
config.status: creating os2/include/sys/Makefile
config.status: creating man/Makefile
config.status: creating BUILD/Makefile
config.status: creating vio/Makefile
config.status: creating libmysql/Makefile
config.status: creating client/Makefile
config.status: creating pstack/Makefile
config.status: creating pstack/aout/Makefile
config.status: creating sql/Makefile
config.status: creating sql/share/Makefile
config.status: creating sql-common/Makefile
config.status: creating SSL/Makefile
config.status: creating dbug/Makefile
config.status: creating scripts/Makefile
config.status: creating include/Makefile
config.status: creating sql-bench/Makefile
config.status: error: cannot find input file: sql-bench/Makefile.in


我的系统是suse Desktop10,编译的时候出现这个问题,呵呵。。。请大家多看看 。打扰了~抱歉[free][/free]      
>> config.status: error: cannot find input file: sql-bench/Makefile.in
源码目录下没有 sql-bench 目录吧? 看看 README 或者 INSTALL 中有什么建议;
或者用./configure --help 看看有没有办法 disable 对 sql-bench 的默认支持。