Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2004 22:58:15 GMT
From:      Douglas Thrift <douglas@douglasthrift.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/71352: Port error: database/mysql41-server fails to build on 4.x
Message-ID:  <200409032258.i83MwFhP000829@www.freebsd.org>
Resent-Message-ID: <200409032300.i83N0h7B090387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71352
>Category:       ports
>Synopsis:       Port error: database/mysql41-server fails to build on 4.x
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 03 23:00:43 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Douglas Thrift
>Release:        4.10-RELEASE
>Organization:
>Environment:
FreeBSD slowhand.douglasthrift.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004     root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
When trying to build the latest 4.1.4 version of the MySQL server, make fails:

===>  Vulnerability check disabled

You may use the following build options:

	WITH_CHARSET=charset	Define the primary built-in charset (latin1).
	WITH_XCHARSET=list	Define other built-in charsets (may be 'all').
	WITH_OPENSSL=yes	Enable secure connections.
	DB_DIR=directory	Set alternate directory for database files
				(default is /var/db/mysql).
	WITH_LINUXTHREADS=yes	Use the linuxthreads pthread library.
	WITH_PROC_SCOPE_PTH=yes	Use process scope threads
				(try it if you use libpthread).
	OVERWRITE_DB=yes	Re-initialize default databases.
	BUILD_OPTIMIZED=yes	Enable compiler optimizations
				(use it if you need speed).
	BUILD_STATIC=yes	Build a static version of mysqld.
				(use it if you need even more speed).

===>  Extracting for mysql-server-4.1.4
>How-To-Repeat:
cd /usr/ports/devel/mysql41-server
make
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for mysql-4.1.4-gamma.tar.gz.
 ===>  Patching for mysql-server-4.1.4
 ===>  Applying FreeBSD patches for mysql-server-4.1.4
 ===>   mysql-server-4.1.4 depends on file: /usr/local/bin/libtool15 - found
 ===>   mysql-server-4.1.4 depends on shared library: mysqlclient.14 - found
 ===>  Configuring for mysql-server-4.1.4
 checking build system type... i386-portbld-freebsd4.10
 checking host system type... i386-portbld-freebsd4.10
 checking target system type... i386-portbld-freebsd4.10
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 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 build environment is sane... yes
 checking whether make sets $(MAKE)... (cached) yes
 checking for gawk... (cached) nawk
 checking for gcc... cc
 checking for C compiler default output... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether cc accepts -g... yes
 checking for cc option to accept ANSI C... none needed
 checking for style of include used by make... GNU
 checking dependency style of cc... gcc
 checking whether we are using the GNU C++ compiler... yes
 checking whether cc accepts -g... yes
 checking dependency style of cc... gcc
 checking how to run the C preprocessor... cc -E
 checking "C Compiler version"... "cc 2.95.4"
 checking "C++ compiler version"... "cc 2.95.4"
 checking for ranlib... ranlib
 checking for a sed that does not truncate output... /usr/bin/sed
 checking for egrep... grep -E
 checking for ld used by cc... /usr/libexec/elf/ld
 checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
 checking for /usr/libexec/elf/ld option to reload object files... -r
 checking for BSD-compatible nm... /usr/bin/nm -B
 checking whether ln -s works... yes
 checking how to recognise dependent libraries... pass_all
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... no
 checking for unistd.h... yes
 checking dlfcn.h usability... yes
 checking dlfcn.h presence... yes
 checking for dlfcn.h... yes
 checking how to run the C++ preprocessor... cc -E
 checking for g77... no
 checking for f77... f77
 checking whether we are using the GNU Fortran 77 compiler... yes
 checking whether f77 accepts -g... yes
 checking the maximum length of command line arguments... (cached) 65536
 checking command to parse /usr/bin/nm -B output from cc object... ok
 checking for objdir... .libs
 checking for ar... ar
 checking for ranlib... (cached) ranlib
 checking for strip... strip
 checking if cc static flag  works... yes
 checking if cc supports -fno-rtti -fno-exceptions... yes
 checking for cc option to produce PIC... -fPIC
 checking if cc PIC flag -fPIC works... yes
 checking if cc supports -c -o file.o... yes
 checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes
 checking whether -lc should be explicitly linked in... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking dynamic linker characteristics... freebsd4.10 ld.so
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... yes
 checking whether to build static libraries... yes
 configure: creating libtool
 appending configuration tag "CXX" to libtool
 checking for ld used by cc... /usr/libexec/elf/ld
 checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
 checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes
 checking for cc option to produce PIC... -fPIC
 checking if cc PIC flag -fPIC works... yes
 checking if cc supports -c -o file.o... yes
 checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking dynamic linker characteristics... freebsd4.10 ld.so
 appending configuration tag "F77" to libtool
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... yes
 checking whether to build static libraries... yes
 checking for f77 option to produce PIC... -fPIC
 checking if f77 PIC flag -fPIC works... yes
 checking if f77 supports -c -o file.o... yes
 checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking dynamic linker characteristics... freebsd4.10 ld.so
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 checking for bison... bison -y
 checking for pdftex... no
 checking for tex... no
 checking "return type of sprintf"... "int"
 checking for uname... /usr/bin/uname
 checking operating system... FreeBSD
 checking "if we should use 'skip-locking' as default for freebsd4.10"... "no"
 checking for ln... /bin/ln
 checking for ln... /bin/ln
 checking for mv... /bin/mv
 checking for rm... /bin/rm
 checking for cp... /bin/cp
 checking for sed... /usr/bin/sed
 checking for cmp... /usr/bin/cmp
 checking for chmod... /bin/chmod
 checking for hostname... /bin/hostname
 checking for gnutar... no
 checking for gtar... no
 checking for tar... tar
 checking for perl... /usr/bin/perl
 checking for doxygen... no
 checking for pdflatex... no
 checking for makeindex... no
 checking for ps... /bin/ps
 checking "how to check if pid exists"... "/bin/ps p $$PID | grep mysqld > /dev/null"
 checking for kill... /bin/kill
 checking "for kill switches"... "/bin/kill -0 $$PID > /dev/null 2> /dev/null"
 checking for cc option to accept ANSI C... 
 checking if we should use assembler functions... yes
 checking if we should use RAID... no
 checking If we should should enable LOAD DATA LOCAL by default... no
 checking for getconf... getconf
 checking for CFLAGS value to request large file support... no
 checking for LDFLAGS value to request large file support... no
 checking for LIBS value to request large file support... no
 checking for _FILE_OFFSET_BITS... no
 checking for _LARGEFILE_SOURCE... no
 checking for _LARGE_FILES... no
 checking for size_t... yes
 checking for dirent.h that defines DIR... yes
 checking for library containing opendir... none required
 checking for ANSI C header files... (cached) yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking fcntl.h usability... yes
 checking fcntl.h presence... yes
 checking for fcntl.h... yes
 checking float.h usability... yes
 checking float.h presence... yes
 checking for float.h... yes
 checking floatingpoint.h usability... yes
 checking floatingpoint.h presence... yes
 checking for floatingpoint.h... yes
 checking ieeefp.h usability... yes
 checking ieeefp.h presence... yes
 checking for ieeefp.h... yes
 checking limits.h usability... yes
 checking limits.h presence... yes
 checking for limits.h... yes
 checking for memory.h... (cached) yes
 checking pwd.h usability... yes
 checking pwd.h presence... yes
 checking for pwd.h... yes
 checking select.h usability... no
 checking select.h presence... no
 checking for select.h... no
 checking for stdlib.h... (cached) yes
 checking stddef.h usability... yes
 checking stddef.h presence... yes
 checking for stddef.h... yes
 checking for strings.h... (cached) yes
 checking for string.h... (cached) yes
 checking synch.h usability... no
 checking synch.h presence... no
 checking for synch.h... no
 checking sys/mman.h usability... yes
 checking sys/mman.h presence... yes
 checking for sys/mman.h... yes
 checking sys/socket.h usability... yes
 checking sys/socket.h presence... yes
 checking for sys/socket.h... yes
 checking netinet/in.h usability... yes
 checking netinet/in.h presence... yes
 checking for netinet/in.h... yes
 checking arpa/inet.h usability... yes
 checking arpa/inet.h presence... yes
 checking for arpa/inet.h... yes
 checking sys/timeb.h usability... yes
 checking sys/timeb.h presence... yes
 checking for sys/timeb.h... yes
 checking for sys/types.h... (cached) yes
 checking sys/un.h usability... yes
 checking sys/un.h presence... yes
 checking for sys/un.h... yes
 checking sys/vadvise.h usability... no
 checking sys/vadvise.h presence... no
 checking for sys/vadvise.h... no
 checking for sys/wait.h... (cached) yes
 checking term.h usability... yes
 checking term.h presence... yes
 checking for term.h... yes
 checking for unistd.h... (cached) yes
 checking utime.h usability... yes
 checking utime.h presence... yes
 checking for utime.h... yes
 checking sys/utime.h usability... no
 checking sys/utime.h presence... no
 checking for sys/utime.h... no
 checking termio.h usability... no
 checking termio.h presence... no
 checking for termio.h... no
 checking termios.h usability... yes
 checking termios.h presence... yes
 checking for termios.h... yes
 checking sched.h usability... yes
 checking sched.h presence... yes
 checking for sched.h... yes
 checking crypt.h usability... no
 checking crypt.h presence... no
 checking for crypt.h... no
 checking alloca.h usability... no
 checking alloca.h presence... no
 checking for alloca.h... no
 checking sys/ioctl.h usability... yes
 checking sys/ioctl.h presence... yes
 checking for sys/ioctl.h... yes
 checking malloc.h usability... yes
 checking malloc.h presence... yes
 checking for malloc.h... yes
 checking sys/malloc.h usability... yes
 checking sys/malloc.h presence... yes
 checking for sys/malloc.h... yes
 checking linux/config.h usability... no
 checking linux/config.h presence... no
 checking for linux/config.h... no
 checking for floor in -lm... yes
 checking for gethostbyname_r in -lnsl_r... no
 checking for gethostbyname_r in -lnsl... no
 checking for gethostbyname_r... no
 checking for setsockopt... yes
 checking for yp_get_default_domain... yes
 checking for p2open... no
 checking for p2open in -lgen... no
 checking for bind... yes
 checking for crypt in -lcrypt... yes
 checking for crypt... yes
 checking for sem_init... no
 checking for sem_init in -lposix4... no
 checking for zlib compression library... ok
 checking tcpd.h usability... yes
 checking tcpd.h presence... yes
 checking for tcpd.h... yes
 checking for TCP wrappers library -lwrap... yes
 checking if we should use pstack... 
 checking for int8... no
 Adding fix for interrupted reads
 checking "named thread libs:"... "-pthread"
 checking for strtok_r in -lpthread... no
 checking for strtok_r in -lc_r... yes
 checking for strtok_r... yes
 checking for pthread_init... no
 checking for dlopen in -ldl... no
 checking for unistd.h... (cached) yes
 checking for restartable system calls... yes
 checking "need of special linking flags"... "none"
 checking for an ANSI C-conforming const... yes
 checking for inline... inline
 checking for off_t... yes
 checking for struct stat.st_rdev... yes
 checking whether time.h and sys/time.h may both be included... yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking for char... yes
 checking size of char... 1
 checking for char*... yes
 checking size of char*... 4
 checking for int... yes
 checking size of int... 4
 checking for long... yes
 checking size of long... 4
 checking for long long... yes
 checking size of long long... 8
 checking size of off_t... 8
 checking whether byte ordering is bigendian... no
 checking base type of last arg to accept... socklen_t
 checking stack direction for C alloca... -1
 checking for working alloca.h... (cached) no
 checking for alloca... yes
 checking if struct timespec has a ts_sec member... no
 checking if we have tzname variable... yes
 checking for type ulong... no
 checking for type uchar... no
 checking for type uint... yes
 checking for type fp_except... no
 checking for type in_addr_t... yes
 checking if cc supports bool types... yes
 checking if conversion of longlong to float works... yes
 checking if pthread_yield takes zero arguments... yes
 checking if pthread_yield takes 1 argument... no
 checking for malloc.h... (cached) yes
 checking sys/cdefs.h usability... yes
 checking sys/cdefs.h presence... yes
 checking for sys/cdefs.h... yes
 checking for working alloca.h... no
 checking for alloca... (cached) yes
 checking whether cc needs -traditional... no
 checking return type of signal handlers... void
 checking for re_comp... no
 checking for regcomp... yes
 checking for strdup... yes
 checking vis.h usability... yes
 checking vis.h presence... yes
 checking for vis.h... yes
 checking for strlcat... yes
 checking for strlcpy... yes
 checking for issetugid... yes
 checking for fgetln... yes
 checking for getline... no
 checking for flockfile... yes
 checking varargs.h usability... yes
 checking varargs.h presence... yes
 checking for varargs.h... yes
 checking stdarg.h usability... yes
 checking stdarg.h presence... yes
 checking for stdarg.h... yes
 checking dirent.h usability... yes
 checking dirent.h presence... yes
 checking for dirent.h... yes
 checking locale.h usability... yes
 checking locale.h presence... yes
 checking for locale.h... yes
 checking ndir.h usability... no
 checking ndir.h presence... no
 checking for ndir.h... no
 checking sys/dir.h usability... yes
 checking sys/dir.h presence... yes
 checking for sys/dir.h... yes
 checking sys/file.h usability... yes
 checking sys/file.h presence... yes
 checking for sys/file.h... yes
 checking sys/ndir.h usability... no
 checking sys/ndir.h presence... no
 checking for sys/ndir.h... no
 checking sys/ptem.h usability... no
 checking sys/ptem.h presence... no
 checking for sys/ptem.h... no
 checking sys/pte.h usability... no
 checking sys/pte.h presence... no
 checking for sys/pte.h... no
 checking sys/select.h usability... yes
 checking sys/select.h presence... yes
 checking for sys/select.h... yes
 checking sys/stream.h usability... no
 checking sys/stream.h presence... no
 checking for sys/stream.h... no
 checking for sys/mman.h... (cached) yes
 checking curses.h usability... yes
 checking curses.h presence... yes
 checking for curses.h... yes
 checking termcap.h usability... yes
 checking termcap.h presence... yes
 checking for termcap.h... yes
 checking for termio.h... (cached) no
 checking termbits.h usability... no
 checking termbits.h presence... no
 checking for termbits.h... no
 checking asm/termbits.h usability... no
 checking asm/termbits.h presence... no
 checking for asm/termbits.h... no
 checking grp.h usability... yes
 checking grp.h presence... yes
 checking for grp.h... yes
 checking paths.h usability... yes
 checking paths.h presence... yes
 checking for paths.h... yes
 checking semaphore.h usability... yes
 checking semaphore.h presence... yes
 checking for semaphore.h... yes
 checking for lstat... yes
 checking for putenv... yes
 checking for select... yes
 checking for setenv... yes
 checking for setlocale... yes
 checking for strcoll... yes
 checking for tcgetattr... yes
 checking whether stat file-mode macros are broken... no
 checking for type of signal functions... posix
 checking whether programs are able to redeclare getpw functions... yes
 checking for TIOCGWINSZ in sys/ioctl.h... yes
 checking for FIONREAD in sys/ioctl.h... yes
 checking for TIOCSTAT in sys/ioctl.h... yes
 checking if struct dirent has a d_ino member... yes
 checking whether signal handlers are of type void... yes
 checking for tgetent in -lncurses... yes
 checking for termcap functions library... -lncurses
 checking for strunvis... yes
 checking for strvis... yes
 checking for strlcpy... (cached) yes
 checking for strlcat... (cached) yes
 checking for fgetln... (cached) yes
 checking for stdlib.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking return type of signal handlers... (cached) void
 checking return type of qsort... void
 checking whether utime accepts a null argument... yes
 checking for vprintf... yes
 checking for _doprnt... no
 checking for alarm... yes
 checking for bcmp... yes
 checking for bfill... no
 checking for bmove... no
 checking for bzero... yes
 checking for chsize... no
 checking for cuserid... no
 checking for fchmod... yes
 checking for fcntl... yes
 checking for fconvert... no
 checking for fdatasync... no
 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... no
 checking for gethostbyname_r... (cached) no
 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... no
 checking for memcpy... yes
 checking for memmove... yes
 checking for mkstemp... yes
 checking for mlockall... no
 checking for perror... yes
 checking for poll... yes
 checking for pread... yes
 checking for pthread_attr_create... no
 checking for clock_gettime... yes
 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... yes
 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 sighold... no
 checking for sigset... no
 checking for sigthreadmask... no
 checking for snprintf... yes
 checking for socket... yes
 checking for stpcpy... no
 checking for strcasecmp... yes
 checking for strerror... yes
 checking for strnlen... no
 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 isinf with <math.h>... yes
 checking for fseeko... yes
 checking for dlopen... yes
 checking for dlerror... yes
 checking style of gethost* routines... other
 checking style of gethostname_r routines... other
 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"
 checking for ORBit... not found
 checking if we should build MySQLFS... disabled because ORBIT
 checking for OpenSSL... yes
 checking libedit variant of rl_completion_entry_function... no
 checking defined rl_compentry_func_t and rl_completion_func_t... no
 checking HIST_ENTRY is declared in readline/readline.h... 
 checking "character sets"... default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 utf8
 checking for BerkeleyDB... searching...
 Compiling Berekeley DB in 'bdb'
 checking for Innodb... Using Innodb
 checking for aio_read in -lrt... no
 checking for example storage engine... no
 checking for archive storage engine... no
 checking for csv storage engine... no
 checking for NDB Cluster... Using NDB Cluster
 checking for NDB Cluster options... 
 -- not including shared memory transporter
 -- not including sci transporter
 -- not including ndbapi test programs
 -- not including ndbapi and mgmapi documentation
 done.
 CONFIGURING FOR BERKELEY DB
 checking build system type... i386-unknown-freebsd4.10
 checking host system type... i386-unknown-freebsd4.10
 checking if building in the top-level directory... no
 checking if --enable-compat185 option specified... no
 checking if --enable-cxx option specified... no
 checking if --enable-debug option specified... no
 checking if --enable-debug_rop option specified... no
 checking if --enable-debug_wop option specified... no
 checking if --enable-diagnostic option specified... no
 checking if --enable-dump185 option specified... no
 checking if --enable-java option specified... no
 checking if --enable-posixmutexes option specified... no
 checking if --enable-rpc option specified... no
 checking if --enable-tcl option specified... no
 checking if --enable-test option specified... no
 checking if --enable-uimutexes option specified... no
 checking if --enable-umrw option specified... no
 checking if --with-embedix=DIR option specified... no
 checking if --with-mutex=MUTEX option specified... no
 checking if --with-rpm=DIR option specified... no
 checking if --with-tcl=DIR option specified... no
 checking if --with-uniquename=NAME option specified... no
 checking for ar... ar
 checking for chmod... chmod
 checking for cp... cp
 checking for ln... ln
 checking for mkdir... mkdir
 checking for ranlib... ranlib
 checking for ranlib... /usr/bin/ranlib
 checking for rm... rm
 checking for sh... sh
 checking for sh... /bin/sh
 checking for strip... strip
 checking for strip... /usr/bin/strip
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 checking for C compiler default output... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether cc accepts -g... yes
 checking for cc option to accept ANSI C... none needed
 checking whether we are using gcc version 2.96... no
 checking whether g++ requires -fhandle-exceptions... no
 checking for ld used by GCC... /usr/libexec/elf/ld
 checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
 checking for /usr/libexec/elf/ld option to reload object files... -r
 checking for BSD-compatible nm... /usr/bin/nm -B
 checking whether ln -s works... yes
 checking how to recognise dependant libraries... pass_all
 checking command to parse /usr/bin/nm -B output... ok
 checking how to run the C preprocessor... cc -E
 checking for egrep... grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... no
 checking for unistd.h... yes
 checking dlfcn.h usability... yes
 checking dlfcn.h presence... yes
 checking for dlfcn.h... yes
 checking for ranlib... ranlib
 checking for strip... strip
 checking for objdir... .libs
 checking for cc option to produce PIC... -fPIC
 checking if cc PIC flag -fPIC works... yes
 checking if cc static flag -static works... yes
 checking if cc supports -c -o file.o... yes
 checking if cc supports -c -o file.lo... yes
 checking if cc supports -fno-rtti -fno-exceptions... yes
 checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking dynamic linker characteristics... freebsd4.10 ld.so
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... no
 checking whether to build static libraries... yes
 creating libtool
 checking SOSUFFIX from libtool... so
 checking MODSUFFIX from libtool... so
 checking JMODSUFFIX from libtool... so
 checking for an ANSI C-conforming const... yes
 checking whether stat file-mode macros are broken... no
 checking whether time.h and sys/time.h may both be included... yes
 checking for dirent.h that defines DIR... yes
 checking for library containing opendir... none required
 checking sys/select.h usability... yes
 checking sys/select.h presence... yes
 checking for sys/select.h... yes
 checking sys/time.h usability... yes
 checking sys/time.h presence... yes
 checking for sys/time.h... yes
 checking for struct stat.st_blksize... yes
 checking for char... yes
 checking size of char... 1
 checking for unsigned char... yes
 checking size of unsigned char... 1
 checking for short... yes
 checking size of short... 2
 checking for unsigned short... yes
 checking size of unsigned short... 2
 checking for int... yes
 checking size of int... 4
 checking for unsigned int... yes
 checking size of unsigned int... 4
 checking for long... yes
 checking size of long... 4
 checking for unsigned long... yes
 checking size of unsigned long... 4
 checking for size_t... yes
 checking size of size_t... 4
 checking for char *... yes
 checking size of char *... 4
 checking for off_t... yes
 checking for size_t... (cached) yes
 checking for u_char... yes
 checking for u_short... yes
 checking for u_int... yes
 checking for u_long... yes
 checking for u_int8_t... yes
 checking for u_int16_t... yes
 checking for int16_t... yes
 checking for u_int32_t... yes
 checking for int32_t... yes
 checking for ssize_t... yes
 checking for unsigned long long... yes
 checking for ANSI C exit success/failure values... yes
 checking for sched_yield... yes
 checking for main in -lpthread... no
 checking for main in -lm... yes
 checking for main in -lsocket... no
 checking for main in -lnsl... no
 checking for mutexes... x86/gcc-assembly
 checking for getcwd... yes
 checking for getopt... yes
 checking for memcmp... yes
 checking for memcpy... yes
 checking for memmove... yes
 checking for raise... yes
 checking for snprintf... yes
 checking for strcasecmp... yes
 checking for strdup... yes
 checking for strerror... yes
 checking for vsnprintf... yes
 checking for _fstati64... no
 checking for clock_gettime... yes
 checking for directio... no
 checking for gettimeofday... yes
 checking for getuid... yes
 checking for pstat_getdynamic... no
 checking for sched_yield... (cached) yes
 checking for select... yes
 checking for strtoul... yes
 checking for sysconf... yes
 checking for yield... no
 checking for qsort... yes
 checking for pread... yes
 checking for pwrite... yes
 checking for fcntl/F_SETFD... yes
 checking for open/O_DIRECT... yes
 checking for special C compiler options needed for large files... no
 checking for _FILE_OFFSET_BITS value needed for large files... no
 checking for _LARGE_FILES value needed for large files... no
 checking for mlock... yes
 checking for munlock... yes
 checking for mmap... yes
 checking for munmap... yes
 checking for shmget... yes
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating db_cxx.h
 config.status: creating db_int.h
 config.status: creating include.tcl
 config.status: creating db.h
 config.status: creating db_config.h
 END OF BERKELEY DB CONFIGURATION
 configure: creating ./config.status
 config.status: creating isam/Makefile
 config.status: creating merge/Makefile
 config.status: creating bdb/Makefile
 config.status: creating ndb/Makefile
 config.status: creating ndb/include/Makefile
 config.status: creating ndb/src/Makefile
 config.status: creating ndb/src/common/Makefile
 config.status: creating ndb/docs/Makefile
 config.status: creating ndb/tools/Makefile
 config.status: creating ndb/src/common/debugger/Makefile
 config.status: creating ndb/src/common/debugger/signaldata/Makefile
 config.status: creating ndb/src/common/portlib/Makefile
 config.status: creating ndb/src/common/util/Makefile
 config.status: creating ndb/src/common/logger/Makefile
 config.status: creating ndb/src/common/transporter/Makefile
 config.status: creating ndb/src/common/mgmcommon/Makefile
 config.status: creating ndb/src/common/editline/Makefile
 config.status: creating ndb/src/kernel/Makefile
 config.status: creating ndb/src/kernel/error/Makefile
 config.status: creating ndb/src/kernel/blocks/Makefile
 config.status: creating ndb/src/kernel/blocks/cmvmi/Makefile
 config.status: creating ndb/src/kernel/blocks/dbacc/Makefile
 config.status: creating ndb/src/kernel/blocks/dbdict/Makefile
 config.status: creating ndb/src/kernel/blocks/dbdih/Makefile
 config.status: creating ndb/src/kernel/blocks/dblqh/Makefile
 config.status: creating ndb/src/kernel/blocks/dbtc/Makefile
 config.status: creating ndb/src/kernel/blocks/dbtup/Makefile
 config.status: creating ndb/src/kernel/blocks/ndbfs/Makefile
 config.status: creating ndb/src/kernel/blocks/ndbcntr/Makefile
 config.status: creating ndb/src/kernel/blocks/qmgr/Makefile
 config.status: creating ndb/src/kernel/blocks/trix/Makefile
 config.status: creating ndb/src/kernel/blocks/backup/Makefile
 config.status: creating ndb/src/kernel/blocks/backup/restore/Makefile
 config.status: creating ndb/src/kernel/blocks/dbutil/Makefile
 config.status: creating ndb/src/kernel/blocks/suma/Makefile
 config.status: creating ndb/src/kernel/blocks/grep/Makefile
 config.status: creating ndb/src/kernel/blocks/dbtux/Makefile
 config.status: creating ndb/src/kernel/vm/Makefile
 config.status: creating ndb/src/mgmapi/Makefile
 config.status: creating ndb/src/ndbapi/Makefile
 config.status: creating ndb/src/mgmsrv/Makefile
 config.status: creating ndb/src/mgmclient/Makefile
 config.status: creating ndb/src/cw/Makefile
 config.status: creating ndb/src/cw/cpcd/Makefile
 config.status: creating ndb/test/Makefile
 config.status: creating ndb/test/src/Makefile
 config.status: creating ndb/test/ndbapi/Makefile
 config.status: creating ndb/test/ndbapi/bank/Makefile
 config.status: creating ndb/test/tools/Makefile
 config.status: creating ndb/test/run-test/Makefile
 config.status: creating mysql-test/ndb/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_r/Makefile
 config.status: creating libmysqld/Makefile
 config.status: creating libmysqld/examples/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: creating tools/Makefile
 config.status: creating tests/Makefile
 config.status: creating Docs/Makefile
 config.status: creating support-files/Makefile
 config.status: creating support-files/MacOSX/Makefile
 config.status: creating mysql-test/Makefile
 config.status: creating netware/Makefile
 config.status: creating include/mysql_version.h
 config.status: creating cmd-line-utils/Makefile
 config.status: creating cmd-line-utils/libedit/Makefile
 config.status: creating zlib/Makefile
 config.status: creating cmd-line-utils/readline/Makefile
 config.status: creating config.h
 config.status: executing depfiles commands
 config.status: executing default commands
 configure: configuring in innobase
 configure: running /bin/sh './configure' --prefix=/usr/local  '--localstatedir=/var/db/mysql' '--without-debug' '--without-readline' '--without-libedit' '--without-bench' '--without-extra-tools' '--with-libwrap' '--with-mysqlfs' '--with-vio' '--with-low- memory' '--with-ndbcluster' '--with-comment=FreeBSD port: mysql-server-4.1.4' '--with-zlib-dir=/usr' '--enable-thread-safe-client' '--with-openssl' '--enable-assembler' '--with-berkeley-db' '--with-named-thread-libs=-pthread' '--prefix=/usr/local' '--bui ld=i386-portbld-freebsd4.10' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'CFLAGS=-O -pipe -march=pentiumpro -D_THREAD_SAFE' 'CXX=cc' 'build_alias=i386-portbld-freebsd4.10' 'CC=cc' 'CXXFLAGS= -O -pipe -march=pentiumpro -D_THREAD_SAFE -O -pipe -march=pentium pro -D_THREAD_SAFE -felide-constructors -fno-rtti -fno-exceptions' CFLAGS=' -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE ' CXXFLAGS=' -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -O -pipe -march=pentiumpro -D
 _THR
  EAD_SAFE -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000' --cache-file=/dev/null --srcdir=.
 checking build system type... i386-portbld-freebsd4.10
 checking host system type... i386-portbld-freebsd4.10
 checking target system type... i386-portbld-freebsd4.10
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 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 for gcc... cc
 checking for C compiler default output... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether cc accepts -g... yes
 checking for cc option to accept ANSI C... none needed
 checking for style of include used by make... GNU
 checking dependency style of cc... gcc
 checking for ranlib... ranlib
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 checking for a sed that does not truncate output... /usr/bin/sed
 checking for egrep... grep -E
 checking for ld used by cc... /usr/libexec/elf/ld
 checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
 checking for /usr/libexec/elf/ld option to reload object files... -r
 checking for BSD-compatible nm... /usr/bin/nm -B
 checking whether ln -s works... yes
 checking how to recognise dependent libraries... pass_all
 checking how to run the C preprocessor... cc -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... no
 checking for unistd.h... yes
 checking dlfcn.h usability... yes
 checking dlfcn.h presence... yes
 checking for dlfcn.h... yes
 checking whether we are using the GNU C++ compiler... yes
 checking whether cc accepts -g... yes
 checking dependency style of cc... gcc
 checking how to run the C++ preprocessor... cc -E
 checking for g77... no
 checking for f77... f77
 checking whether we are using the GNU Fortran 77 compiler... yes
 checking whether f77 accepts -g... yes
 checking the maximum length of command line arguments... (cached) 65536
 checking command to parse /usr/bin/nm -B output from cc object... ok
 checking for objdir... .libs
 checking for ar... ar
 checking for ranlib... (cached) ranlib
 checking for strip... strip
 checking if cc static flag  works... yes
 checking if cc supports -fno-rtti -fno-exceptions... yes
 checking for cc option to produce PIC... -fPIC
 checking if cc PIC flag -fPIC works... yes
 checking if cc supports -c -o file.o... yes
 checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes
 checking whether -lc should be explicitly linked in... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking dynamic linker characteristics... freebsd4.10 ld.so
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... yes
 checking whether to build static libraries... yes
 configure: creating libtool
 appending configuration tag "CXX" to libtool
 checking for ld used by cc... /usr/libexec/elf/ld
 checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
 checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes
 checking for cc option to produce PIC... -fPIC
 checking if cc PIC flag -fPIC works... yes
 checking if cc supports -c -o file.o... yes
 checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking dynamic linker characteristics... freebsd4.10 ld.so
 appending configuration tag "F77" to libtool
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... yes
 checking whether to build static libraries... yes
 checking for f77 option to produce PIC... -fPIC
 checking if f77 PIC flag -fPIC works... yes
 checking if f77 supports -c -o file.o... yes
 checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 checking dynamic linker characteristics... freebsd4.10 ld.so
 checking aio.h usability... yes
 checking aio.h presence... yes
 checking for aio.h... yes
 checking sched.h usability... yes
 checking sched.h presence... yes
 checking for sched.h... yes
 checking for int... yes
 checking size of int... 4
 checking for long... yes
 checking size of long... 4
 checking for void*... yes
 checking size of void*... 4
 checking for sched_yield... yes
 checking for fdatasync... no
 checking whether byte ordering is bigendian... no
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating os/Makefile
 config.status: creating ut/Makefile
 config.status: creating btr/Makefile
 config.status: creating buf/Makefile
 config.status: creating data/Makefile
 config.status: creating dict/Makefile
 config.status: creating dyn/Makefile
 config.status: creating eval/Makefile
 config.status: creating fil/Makefile
 config.status: creating fsp/Makefile
 config.status: creating fut/Makefile
 config.status: creating ha/Makefile
 config.status: creating ibuf/Makefile
 config.status: creating include/Makefile
 config.status: creating lock/Makefile
 config.status: creating log/Makefile
 config.status: creating mach/Makefile
 config.status: creating mem/Makefile
 config.status: creating mtr/Makefile
 config.status: creating page/Makefile
 config.status: creating pars/Makefile
 config.status: creating que/Makefile
 config.status: creating read/Makefile
 config.status: creating rem/Makefile
 config.status: creating row/Makefile
 config.status: creating srv/Makefile
 config.status: creating sync/Makefile
 config.status: creating thr/Makefile
 config.status: creating trx/Makefile
 config.status: creating usr/Makefile
 config.status: creating ib_config.h
 config.status: executing depfiles commands
 
 MySQL has a Web site at http://www.mysql.com/ which carries details on the
 latest release, upcoming features, and other information to make your
 work or play with MySQL more productive. There you can also find
 information about mailing lists for MySQL discussion.
 
 Remember to check the platform specific part of the reference manual for
 hints about installing MySQL on your platform. Also have a look at the
 files in the Docs directory.
 
 Thank you for choosing MySQL!
 
 ===>  Building for mysql-server-4.1.4
 make  all-recursive
 Making all in include
 /bin/cp ../config.h my_config.h
 /bin/rm -fr readline
 make  all-am
 Making all in Docs
 make  all-am
 Making all in strings
 cc  -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'strings-x86.s' || echo './'`strings-x86.s
 cc  -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'longlong2str-x86.s' || echo './'`longlong2str-x86.s
 cc  -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_strtoll10-x86.s' || echo './'`my_strtoll10-x86.s
 source='bfill.c' object='bfill.o' libtool=no  depfile='.deps/bfill.Po' tmpdepfile='.deps/bfill.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'bfill. c' || echo './'`bfill.c
 source='bmove.c' object='bmove.o' libtool=no  depfile='.deps/bmove.Po' tmpdepfile='.deps/bmove.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'bmove. c' || echo './'`bmove.c
 source='bmove512.c' object='bmove512.o' libtool=no  depfile='.deps/bmove512.Po' tmpdepfile='.deps/bmove512.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `tes t -f 'bmove512.c' || echo './'`bmove512.c
 source='bchange.c' object='bchange.o' libtool=no  depfile='.deps/bchange.Po' tmpdepfile='.deps/bchange.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f  'bchange.c' || echo './'`bchange.c
 source='strxnmov.c' object='strxnmov.o' libtool=no  depfile='.deps/strxnmov.Po' tmpdepfile='.deps/strxnmov.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `tes t -f 'strxnmov.c' || echo './'`strxnmov.c
 source='int2str.c' object='int2str.o' libtool=no  depfile='.deps/int2str.Po' tmpdepfile='.deps/int2str.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f  'int2str.c' || echo './'`int2str.c
 source='str2int.c' object='str2int.o' libtool=no  depfile='.deps/str2int.Po' tmpdepfile='.deps/str2int.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f  'str2int.c' || echo './'`str2int.c
 source='r_strinstr.c' object='r_strinstr.o' libtool=no  depfile='.deps/r_strinstr.Po' tmpdepfile='.deps/r_strinstr.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE  -c `test -f 'r_strinstr.c' || echo './'`r_strinstr.c
 source='strtod.c' object='strtod.o' libtool=no  depfile='.deps/strtod.Po' tmpdepfile='.deps/strtod.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'st rtod.c' || echo './'`strtod.c
 source='bcmp.c' object='bcmp.o' libtool=no  depfile='.deps/bcmp.Po' tmpdepfile='.deps/bcmp.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'bcmp.c' ||  echo './'`bcmp.c
 source='strtol.c' object='strtol.o' libtool=no  depfile='.deps/strtol.Po' tmpdepfile='.deps/strtol.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'st rtol.c' || echo './'`strtol.c
 source='strtoul.c' object='strtoul.o' libtool=no  depfile='.deps/strtoul.Po' tmpdepfile='.deps/strtoul.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f  'strtoul.c' || echo './'`strtoul.c
 source='strtoll.c' object='strtoll.o' libtool=no  depfile='.deps/strtoll.Po' tmpdepfile='.deps/strtoll.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f  'strtoll.c' || echo './'`strtoll.c
 source='strtoull.c' object='strtoull.o' libtool=no  depfile='.deps/strtoull.Po' tmpdepfile='.deps/strtoull.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `tes t -f 'strtoull.c' || echo './'`strtoull.c
 source='llstr.c' object='llstr.o' libtool=no  depfile='.deps/llstr.Po' tmpdepfile='.deps/llstr.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'llstr. c' || echo './'`llstr.c
 source='strnlen.c' object='strnlen.o' libtool=no  depfile='.deps/strnlen.Po' tmpdepfile='.deps/strnlen.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f  'strnlen.c' || echo './'`strnlen.c
 source='ctype.c' object='ctype.o' libtool=no  depfile='.deps/ctype.Po' tmpdepfile='.deps/ctype.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'ctype. c' || echo './'`ctype.c
 source='ctype-simple.c' object='ctype-simple.o' libtool=no  depfile='.deps/ctype-simple.Po' tmpdepfile='.deps/ctype-simple.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THR EAD_SAFE -c `test -f 'ctype-simple.c' || echo './'`ctype-simple.c
 source='ctype-mb.c' object='ctype-mb.o' libtool=no  depfile='.deps/ctype-mb.Po' tmpdepfile='.deps/ctype-mb.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `tes t -f 'ctype-mb.c' || echo './'`ctype-mb.c
 source='ctype-big5.c' object='ctype-big5.o' libtool=no  depfile='.deps/ctype-big5.Po' tmpdepfile='.deps/ctype-big5.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE  -c `test -f 'ctype-big5.c' || echo './'`ctype-big5.c
 source='ctype-czech.c' object='ctype-czech.o' libtool=no  depfile='.deps/ctype-czech.Po' tmpdepfile='.deps/ctype-czech.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_ SAFE -c `test -f 'ctype-czech.c' || echo './'`ctype-czech.c
 source='ctype-euc_kr.c' object='ctype-euc_kr.o' libtool=no  depfile='.deps/ctype-euc_kr.Po' tmpdepfile='.deps/ctype-euc_kr.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THR EAD_SAFE -c `test -f 'ctype-euc_kr.c' || echo './'`ctype-euc_kr.c
 source='ctype-gb2312.c' object='ctype-gb2312.o' libtool=no  depfile='.deps/ctype-gb2312.Po' tmpdepfile='.deps/ctype-gb2312.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THR EAD_SAFE -c `test -f 'ctype-gb2312.c' || echo './'`ctype-gb2312.c
 source='ctype-gbk.c' object='ctype-gbk.o' libtool=no  depfile='.deps/ctype-gbk.Po' tmpdepfile='.deps/ctype-gbk.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c  `test -f 'ctype-gbk.c' || echo './'`ctype-gbk.c
 source='ctype-sjis.c' object='ctype-sjis.o' libtool=no  depfile='.deps/ctype-sjis.Po' tmpdepfile='.deps/ctype-sjis.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE  -c `test -f 'ctype-sjis.c' || echo './'`ctype-sjis.c
 source='ctype-tis620.c' object='ctype-tis620.o' libtool=no  depfile='.deps/ctype-tis620.Po' tmpdepfile='.deps/ctype-tis620.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THR EAD_SAFE -c `test -f 'ctype-tis620.c' || echo './'`ctype-tis620.c
 source='ctype-ujis.c' object='ctype-ujis.o' libtool=no  depfile='.deps/ctype-ujis.Po' tmpdepfile='.deps/ctype-ujis.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE  -c `test -f 'ctype-ujis.c' || echo './'`ctype-ujis.c
 source='ctype-utf8.c' object='ctype-utf8.o' libtool=no  depfile='.deps/ctype-utf8.Po' tmpdepfile='.deps/ctype-utf8.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE  -c `test -f 'ctype-utf8.c' || echo './'`ctype-utf8.c
 source='ctype-ucs2.c' object='ctype-ucs2.o' libtool=no  depfile='.deps/ctype-ucs2.Po' tmpdepfile='.deps/ctype-ucs2.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE  -c `test -f 'ctype-ucs2.c' || echo './'`ctype-ucs2.c
 source='ctype-uca.c' object='ctype-uca.o' libtool=no  depfile='.deps/ctype-uca.Po' tmpdepfile='.deps/ctype-uca.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c  `test -f 'ctype-uca.c' || echo './'`ctype-uca.c
 source='ctype-win1250ch.c' object='ctype-win1250ch.o' libtool=no  depfile='.deps/ctype-win1250ch.Po' tmpdepfile='.deps/ctype-win1250ch.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=penti umpro -D_THREAD_SAFE -c `test -f 'ctype-win1250ch.c' || echo './'`ctype-win1250ch.c
 source='ctype-bin.c' object='ctype-bin.o' libtool=no  depfile='.deps/ctype-bin.Po' tmpdepfile='.deps/ctype-bin.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c  `test -f 'ctype-bin.c' || echo './'`ctype-bin.c
 source='ctype-latin1.c' object='ctype-latin1.o' libtool=no  depfile='.deps/ctype-latin1.Po' tmpdepfile='.deps/ctype-latin1.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THR EAD_SAFE -c `test -f 'ctype-latin1.c' || echo './'`ctype-latin1.c
 source='my_vsnprintf.c' object='my_vsnprintf.o' libtool=no  depfile='.deps/my_vsnprintf.Po' tmpdepfile='.deps/my_vsnprintf.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THR EAD_SAFE -c `test -f 'my_vsnprintf.c' || echo './'`my_vsnprintf.c
 source='xml.c' object='xml.o' libtool=no  depfile='.deps/xml.Po' tmpdepfile='.deps/xml.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'xml.c' || echo  './'`xml.c
 source='ctype-extra.c' object='ctype-extra.o' libtool=no  depfile='.deps/ctype-extra.Po' tmpdepfile='.deps/ctype-extra.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_ SAFE -c `test -f 'ctype-extra.c' || echo './'`ctype-extra.c
 rm -f libmystrings.a
 ar cru libmystrings.a strings-x86.o  longlong2str-x86.o  my_strtoll10-x86.o bfill.o bmove.o  bmove512.o bchange.o  strxnmov.o int2str.o  str2int.o r_strinstr.o  strtod.o bcmp.o  strtol.o strtoul.o  strtoll.o strtoull.o  llstr.o strnlen.o  ctype.o ctype-s imple.o  ctype-mb.o ctype-big5.o  ctype-czech.o  ctype-euc_kr.o  ctype-gb2312.o ctype-gbk.o  ctype-sjis.o ctype-tis620.o  ctype-ujis.o ctype-utf8.o  ctype-ucs2.o ctype-uca.o  ctype-win1250ch.o  ctype-bin.o ctype-latin1.o  my_vsnprintf.o xml.o  ctype-extr a.o 
 ranlib libmystrings.a
 source='conf_to_src.c' object='conf_to_src.o' libtool=no  depfile='.deps/conf_to_src.Po' tmpdepfile='.deps/conf_to_src.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_ SAFE -c `test -f 'conf_to_src.c' || echo './'`conf_to_src.c
 /usr/local/bin/libtool15 --preserve-dup-deps --mode=link cc  -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE   -rpath=/usr/lib:/usr/local/lib -o conf_to_src  conf_to_src.o xml.o  ctype.o  -pthread -lcrypt -lm  -pthread
 mkdir .libs
 cc -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -rpath=/usr/lib:/usr/local/lib -o conf_to_src conf_to_src.o xml.o ctype.o  -pthread -lcrypt -lm -pthread
 Making all in dbug
 source='dbug.c' object='dbug.o' libtool=no  depfile='.deps/dbug.Po' tmpdepfile='.deps/dbug.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'dbug.c' ||  echo './'`dbug.c
 source='sanity.c' object='sanity.o' libtool=no  depfile='.deps/sanity.Po' tmpdepfile='.deps/sanity.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'sa nity.c' || echo './'`sanity.c
 rm -f libdbug.a
 ar cru libdbug.a dbug.o sanity.o 
 ranlib libdbug.a
 Making all in mysys
 source='my_init.c' object='my_init.o' libtool=no  depfile='.deps/my_init.Po' tmpdepfile='.deps/my_init.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_init.c' || echo './'`my_init.c
 source='my_getwd.c' object='my_getwd.o' libtool=no  depfile='.deps/my_getwd.Po' tmpdepfile='.deps/my_getwd.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_getwd.c' || echo './'`my_getwd.c
 source='mf_getdate.c' object='mf_getdate.o' libtool=no  depfile='.deps/mf_getdate.Po' tmpdepfile='.deps/mf_getdate.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_getdate.c' || echo './'`mf_getdate.c
 source='mf_path.c' object='mf_path.o' libtool=no  depfile='.deps/mf_path.Po' tmpdepfile='.deps/mf_path.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_path.c' || echo './'`mf_path.c
 source='mf_loadpath.c' object='mf_loadpath.o' libtool=no  depfile='.deps/mf_loadpath.Po' tmpdepfile='.deps/mf_loadpath.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/us r/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_loadpath.c' || echo './'`mf_loadpath.c
 source='my_file.c' object='my_file.o' libtool=no  depfile='.deps/my_file.Po' tmpdepfile='.deps/my_file.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_file.c' || echo './'`my_file.c
 source='my_open.c' object='my_open.o' libtool=no  depfile='.deps/my_open.Po' tmpdepfile='.deps/my_open.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_open.c' || echo './'`my_open.c
 source='my_create.c' object='my_create.o' libtool=no  depfile='.deps/my_create.Po' tmpdepfile='.deps/my_create.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_create.c' || echo './'`my_create.c
 source='my_dup.c' object='my_dup.o' libtool=no  depfile='.deps/my_dup.Po' tmpdepfile='.deps/my_dup.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHARED IR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_dup.c' || echo './'`my_dup.c
 source='my_seek.c' object='my_seek.o' libtool=no  depfile='.deps/my_seek.Po' tmpdepfile='.deps/my_seek.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_seek.c' || echo './'`my_seek.c
 source='my_read.c' object='my_read.o' libtool=no  depfile='.deps/my_read.Po' tmpdepfile='.deps/my_read.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_read.c' || echo './'`my_read.c
 source='my_pread.c' object='my_pread.o' libtool=no  depfile='.deps/my_pread.Po' tmpdepfile='.deps/my_pread.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_pread.c' || echo './'`my_pread.c
 source='my_write.c' object='my_write.o' libtool=no  depfile='.deps/my_write.Po' tmpdepfile='.deps/my_write.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_write.c' || echo './'`my_write.c
 source='mf_keycache.c' object='mf_keycache.o' libtool=no  depfile='.deps/mf_keycache.Po' tmpdepfile='.deps/mf_keycache.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/us r/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_keycache.c' || echo './'`mf_keycache.c
 source='mf_keycaches.c' object='mf_keycaches.o' libtool=no  depfile='.deps/mf_keycaches.Po' tmpdepfile='.deps/mf_keycaches.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\ "/usr/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_keycaches.c' || echo './'`mf_keycaches.c
 source='my_crc32.c' object='my_crc32.o' libtool=no  depfile='.deps/my_crc32.Po' tmpdepfile='.deps/my_crc32.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_crc32.c' || echo './'`my_crc32.c
 source='mf_iocache.c' object='mf_iocache.o' libtool=no  depfile='.deps/mf_iocache.Po' tmpdepfile='.deps/mf_iocache.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_iocache.c' || echo './'`mf_iocache.c
 source='mf_iocache2.c' object='mf_iocache2.o' libtool=no  depfile='.deps/mf_iocache2.Po' tmpdepfile='.deps/mf_iocache2.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/us r/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_iocache2.c' || echo './'`mf_iocache2.c
 source='mf_cache.c' object='mf_cache.o' libtool=no  depfile='.deps/mf_cache.Po' tmpdepfile='.deps/mf_cache.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_cache.c' || echo './'`mf_cache.c
 source='mf_tempfile.c' object='mf_tempfile.o' libtool=no  depfile='.deps/mf_tempfile.Po' tmpdepfile='.deps/mf_tempfile.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/us r/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_tempfile.c' || echo './'`mf_tempfile.c
 source='mf_tempdir.c' object='mf_tempdir.o' libtool=no  depfile='.deps/mf_tempdir.Po' tmpdepfile='.deps/mf_tempdir.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_tempdir.c' || echo './'`mf_tempdir.c
 source='my_lock.c' object='my_lock.o' libtool=no  depfile='.deps/my_lock.Po' tmpdepfile='.deps/my_lock.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_lock.c' || echo './'`my_lock.c
 source='mf_brkhant.c' object='mf_brkhant.o' libtool=no  depfile='.deps/mf_brkhant.Po' tmpdepfile='.deps/mf_brkhant.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_brkhant.c' || echo './'`mf_brkhant.c
 source='my_alarm.c' object='my_alarm.o' libtool=no  depfile='.deps/my_alarm.Po' tmpdepfile='.deps/my_alarm.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_alarm.c' || echo './'`my_alarm.c
 source='my_malloc.c' object='my_malloc.o' libtool=no  depfile='.deps/my_malloc.Po' tmpdepfile='.deps/my_malloc.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_malloc.c' || echo './'`my_malloc.c
 source='my_realloc.c' object='my_realloc.o' libtool=no  depfile='.deps/my_realloc.Po' tmpdepfile='.deps/my_realloc.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_realloc.c' || echo './'`my_realloc.c
 source='my_once.c' object='my_once.o' libtool=no  depfile='.deps/my_once.Po' tmpdepfile='.deps/my_once.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_once.c' || echo './'`my_once.c
 source='mulalloc.c' object='mulalloc.o' libtool=no  depfile='.deps/mulalloc.Po' tmpdepfile='.deps/mulalloc.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mulalloc.c' || echo './'`mulalloc.c
 source='my_alloc.c' object='my_alloc.o' libtool=no  depfile='.deps/my_alloc.Po' tmpdepfile='.deps/my_alloc.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_alloc.c' || echo './'`my_alloc.c
 source='safemalloc.c' object='safemalloc.o' libtool=no  depfile='.deps/safemalloc.Po' tmpdepfile='.deps/safemalloc.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'safemalloc.c' || echo './'`safemalloc.c
 source='my_new.cc' object='my_new.o' libtool=no  depfile='.deps/my_new.Po' tmpdepfile='.deps/my_new.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHARE DIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF  -O -pipe -march=pentiumpro -D_THREAD_SAFE -O -pipe -march=pentiumpro -D_THREAD_SAFE -felide-constructors -fno-rtti -fno-exceptions   -fno-impli cit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000  -c -o my_new.o `test -f 'my_new.cc' || echo './'`my_new.cc
 source='my_fopen.c' object='my_fopen.o' libtool=no  depfile='.deps/my_fopen.Po' tmpdepfile='.deps/my_fopen.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_fopen.c' || echo './'`my_fopen.c
 source='my_fstream.c' object='my_fstream.o' libtool=no  depfile='.deps/my_fstream.Po' tmpdepfile='.deps/my_fstream.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_fstream.c' || echo './'`my_fstream.c
 source='my_getsystime.c' object='my_getsystime.o' libtool=no  depfile='.deps/my_getsystime.Po' tmpdepfile='.deps/my_getsystime.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOM E="\"/usr/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_getsystime.c' || echo './'`my_getsystime.c
 source='my_error.c' object='my_error.o' libtool=no  depfile='.deps/my_error.Po' tmpdepfile='.deps/my_error.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_error.c' || echo './'`my_error.c
 source='errors.c' object='errors.o' libtool=no  depfile='.deps/errors.Po' tmpdepfile='.deps/errors.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHARED IR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'errors.c' || echo './'`errors.c
 source='my_div.c' object='my_div.o' libtool=no  depfile='.deps/my_div.Po' tmpdepfile='.deps/my_div.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHARED IR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_div.c' || echo './'`my_div.c
 source='my_messnc.c' object='my_messnc.o' libtool=no  depfile='.deps/my_messnc.Po' tmpdepfile='.deps/my_messnc.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_messnc.c' || echo './'`my_messnc.c
 source='mf_format.c' object='mf_format.o' libtool=no  depfile='.deps/mf_format.Po' tmpdepfile='.deps/mf_format.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_format.c' || echo './'`mf_format.c
 source='mf_same.c' object='mf_same.o' libtool=no  depfile='.deps/mf_same.Po' tmpdepfile='.deps/mf_same.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_same.c' || echo './'`mf_same.c
 source='mf_dirname.c' object='mf_dirname.o' libtool=no  depfile='.deps/mf_dirname.Po' tmpdepfile='.deps/mf_dirname.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_dirname.c' || echo './'`mf_dirname.c
 source='mf_fn_ext.c' object='mf_fn_ext.o' libtool=no  depfile='.deps/mf_fn_ext.Po' tmpdepfile='.deps/mf_fn_ext.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_fn_ext.c' || echo './'`mf_fn_ext.c
 source='my_symlink.c' object='my_symlink.o' libtool=no  depfile='.deps/my_symlink.Po' tmpdepfile='.deps/my_symlink.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_symlink.c' || echo './'`my_symlink.c
 source='my_symlink2.c' object='my_symlink2.o' libtool=no  depfile='.deps/my_symlink2.Po' tmpdepfile='.deps/my_symlink2.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/us r/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_symlink2.c' || echo './'`my_symlink2.c
 source='mf_pack.c' object='mf_pack.o' libtool=no  depfile='.deps/mf_pack.Po' tmpdepfile='.deps/mf_pack.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_pack.c' || echo './'`mf_pack.c
 source='mf_unixpath.c' object='mf_unixpath.o' libtool=no  depfile='.deps/mf_unixpath.Po' tmpdepfile='.deps/mf_unixpath.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/us r/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_unixpath.c' || echo './'`mf_unixpath.c
 source='mf_strip.c' object='mf_strip.o' libtool=no  depfile='.deps/mf_strip.Po' tmpdepfile='.deps/mf_strip.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_strip.c' || echo './'`mf_strip.c
 source='mf_wcomp.c' object='mf_wcomp.o' libtool=no  depfile='.deps/mf_wcomp.Po' tmpdepfile='.deps/mf_wcomp.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_wcomp.c' || echo './'`mf_wcomp.c
 source='mf_wfile.c' object='mf_wfile.o' libtool=no  depfile='.deps/mf_wfile.Po' tmpdepfile='.deps/mf_wfile.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_wfile.c' || echo './'`mf_wfile.c
 source='my_gethwaddr.c' object='my_gethwaddr.o' libtool=no  depfile='.deps/my_gethwaddr.Po' tmpdepfile='.deps/my_gethwaddr.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\ "/usr/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_gethwaddr.c' || echo './'`my_gethwaddr.c
 source='mf_qsort.c' object='mf_qsort.o' libtool=no  depfile='.deps/mf_qsort.Po' tmpdepfile='.deps/mf_qsort.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_qsort.c' || echo './'`mf_qsort.c
 source='mf_qsort2.c' object='mf_qsort2.o' libtool=no  depfile='.deps/mf_qsort2.Po' tmpdepfile='.deps/mf_qsort2.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_qsort2.c' || echo './'`mf_qsort2.c
 source='mf_sort.c' object='mf_sort.o' libtool=no  depfile='.deps/mf_sort.Po' tmpdepfile='.deps/mf_sort.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_sort.c' || echo './'`mf_sort.c
 source='ptr_cmp.c' object='ptr_cmp.o' libtool=no  depfile='.deps/ptr_cmp.Po' tmpdepfile='.deps/ptr_cmp.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'ptr_cmp.c' || echo './'`ptr_cmp.c
 source='mf_radix.c' object='mf_radix.o' libtool=no  depfile='.deps/mf_radix.Po' tmpdepfile='.deps/mf_radix.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'mf_radix.c' || echo './'`mf_radix.c
 source='queues.c' object='queues.o' libtool=no  depfile='.deps/queues.Po' tmpdepfile='.deps/queues.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHARED IR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'queues.c' || echo './'`queues.c
 source='tree.c' object='tree.o' libtool=no  depfile='.deps/tree.Po' tmpdepfile='.deps/tree.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHAREDIR="\"/u sr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'tree.c' || echo './'`tree.c
 source='list.c' object='list.o' libtool=no  depfile='.deps/list.Po' tmpdepfile='.deps/list.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHAREDIR="\"/u sr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'list.c' || echo './'`list.c
 source='hash.c' object='hash.o' libtool=no  depfile='.deps/hash.Po' tmpdepfile='.deps/hash.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHAREDIR="\"/u sr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'hash.c' || echo './'`hash.c
 source='array.c' object='array.o' libtool=no  depfile='.deps/array.Po' tmpdepfile='.deps/array.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHAREDIR=" \"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'array.c' || echo './'`array.c
 source='string.c' object='string.o' libtool=no  depfile='.deps/string.Po' tmpdepfile='.deps/string.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHARED IR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'string.c' || echo './'`string.c
 source='typelib.c' object='typelib.o' libtool=no  depfile='.deps/typelib.Po' tmpdepfile='.deps/typelib.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'typelib.c' || echo './'`typelib.c
 source='my_copy.c' object='my_copy.o' libtool=no  depfile='.deps/my_copy.Po' tmpdepfile='.deps/my_copy.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_copy.c' || echo './'`my_copy.c
 source='my_append.c' object='my_append.o' libtool=no  depfile='.deps/my_append.Po' tmpdepfile='.deps/my_append.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_append.c' || echo './'`my_append.c
 source='my_lib.c' object='my_lib.o' libtool=no  depfile='.deps/my_lib.Po' tmpdepfile='.deps/my_lib.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHARED IR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_lib.c' || echo './'`my_lib.c
 source='my_delete.c' object='my_delete.o' libtool=no  depfile='.deps/my_delete.Po' tmpdepfile='.deps/my_delete.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_delete.c' || echo './'`my_delete.c
 source='my_rename.c' object='my_rename.o' libtool=no  depfile='.deps/my_rename.Po' tmpdepfile='.deps/my_rename.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_rename.c' || echo './'`my_rename.c
 source='my_redel.c' object='my_redel.o' libtool=no  depfile='.deps/my_redel.Po' tmpdepfile='.deps/my_redel.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_redel.c' || echo './'`my_redel.c
 source='my_tempnam.c' object='my_tempnam.o' libtool=no  depfile='.deps/my_tempnam.Po' tmpdepfile='.deps/my_tempnam.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_tempnam.c' || echo './'`my_tempnam.c
 source='my_chsize.c' object='my_chsize.o' libtool=no  depfile='.deps/my_chsize.Po' tmpdepfile='.deps/my_chsize.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_chsize.c' || echo './'`my_chsize.c
 source='my_lread.c' object='my_lread.o' libtool=no  depfile='.deps/my_lread.Po' tmpdepfile='.deps/my_lread.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_lread.c' || echo './'`my_lread.c
 source='my_lwrite.c' object='my_lwrite.o' libtool=no  depfile='.deps/my_lwrite.Po' tmpdepfile='.deps/my_lwrite.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_lwrite.c' || echo './'`my_lwrite.c
 source='my_clock.c' object='my_clock.o' libtool=no  depfile='.deps/my_clock.Po' tmpdepfile='.deps/my_clock.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_clock.c' || echo './'`my_clock.c
 source='my_quick.c' object='my_quick.o' libtool=no  depfile='.deps/my_quick.Po' tmpdepfile='.deps/my_quick.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_quick.c' || echo './'`my_quick.c
 source='my_lockmem.c' object='my_lockmem.o' libtool=no  depfile='.deps/my_lockmem.Po' tmpdepfile='.deps/my_lockmem.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/lo cal\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_lockmem.c' || echo './'`my_lockmem.c
 source='my_static.c' object='my_static.o' libtool=no  depfile='.deps/my_static.Po' tmpdepfile='.deps/my_static.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_static.c' || echo './'`my_static.c
 source='my_sync.c' object='my_sync.o' libtool=no  depfile='.deps/my_sync.Po' tmpdepfile='.deps/my_sync.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_sync.c' || echo './'`my_sync.c
 source='my_getopt.c' object='my_getopt.o' libtool=no  depfile='.deps/my_getopt.Po' tmpdepfile='.deps/my_getopt.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_getopt.c' || echo './'`my_getopt.c
 source='my_mkdir.c' object='my_mkdir.o' libtool=no  depfile='.deps/my_mkdir.Po' tmpdepfile='.deps/my_mkdir.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_mkdir.c' || echo './'`my_mkdir.c
 source='default.c' object='default.o' libtool=no  depfile='.deps/default.Po' tmpdepfile='.deps/default.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'default.c' || echo './'`default.c
 source='my_compress.c' object='my_compress.o' libtool=no  depfile='.deps/my_compress.Po' tmpdepfile='.deps/my_compress.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/us r/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_compress.c' || echo './'`my_compress.c
 source='checksum.c' object='checksum.o' libtool=no  depfile='.deps/checksum.Po' tmpdepfile='.deps/checksum.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'checksum.c' || echo './'`checksum.c
 source='raid.cc' object='raid.o' libtool=no  depfile='.deps/raid.Po' tmpdepfile='.deps/raid.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHAREDIR="\"/ usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF  -O -pipe -march=pentiumpro -D_THREAD_SAFE -O -pipe -march=pentiumpro -D_THREAD_SAFE -felide-constructors -fno-rtti -fno-exceptions   -fno-implicit-temp lates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000  -c -o raid.o `test -f 'raid.cc' || echo './'`raid.cc
 source='my_net.c' object='my_net.o' libtool=no  depfile='.deps/my_net.Po' tmpdepfile='.deps/my_net.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHARED IR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_net.c' || echo './'`my_net.c
 source='my_semaphore.c' object='my_semaphore.o' libtool=no  depfile='.deps/my_semaphore.Po' tmpdepfile='.deps/my_semaphore.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\ "/usr/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_semaphore.c' || echo './'`my_semaphore.c
 source='my_port.c' object='my_port.o' libtool=no  depfile='.deps/my_port.Po' tmpdepfile='.deps/my_port.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_port.c' || echo './'`my_port.c
 source='my_sleep.c' object='my_sleep.o' libtool=no  depfile='.deps/my_sleep.Po' tmpdepfile='.deps/my_sleep.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""   -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_sleep.c' || echo './'`my_sleep.c
 source='charset.c' object='charset.o' libtool=no  depfile='.deps/charset.Po' tmpdepfile='.deps/charset.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSH AREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'charset.c' || echo './'`charset.c
 source='charset-def.c' object='charset-def.o' libtool=no  depfile='.deps/charset-def.Po' tmpdepfile='.deps/charset-def.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/us r/local\""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'charset-def.c' || echo './'`charset-def.c
 source='my_bitmap.c' object='my_bitmap.o' libtool=no  depfile='.deps/my_bitmap.Po' tmpdepfile='.deps/my_bitmap.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\ ""  -DSHAREDIR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_bitmap.c' || echo './'`my_bitmap.c
 source='my_bit.c' object='my_bit.o' libtool=no  depfile='.deps/my_bit.Po' tmpdepfile='.deps/my_bit.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHARED IR="\"/usr/local/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'my_bit.c' || echo './'`my_bit.c
 source='md5.c' object='md5.o' libtool=no  depfile='.deps/md5.Po' tmpdepfile='.deps/md5.TPo'  depmode=gcc /bin/sh ../depcomp  cc -DDEFAULT_BASEDIR=\"/usr/local\"  -DDATADIR="\"/var/db/mysql\""  -DDEFAULT_CHARSET_HOME="\"/usr/local\""  -DSHAREDIR="\"/usr/l ocal/share/mysql\""  -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I../include -I.     -DDBUG_OFF -O -pipe -march=pentiumpro -D_THREAD_SAFE -c `test -f 'md5.c' || echo './'`md5.c
 md5.c:71: syntax error before `PROTO_LIST'
 md5.c:72: syntax error before `PROTO_LIST'
 md5.c:74: syntax error before `PROTO_LIST'
 md5.c:127: syntax error before `*'
 md5.c: In function `my_MD5Init':
 md5.c:129: `context' undeclared (first use in this function)
 md5.c:129: (Each undeclared identifier is reported only once
 md5.c:129: for each function it appears in.)
 md5.c: At top level:
 md5.c:144: syntax error before `*'
 md5.c: In function `my_MD5Update':
 md5.c:151: `context' undeclared (first use in this function)
 md5.c:155: `UINT4' undeclared (first use in this function)
 md5.c:155: syntax error before `inputLen'
 md5.c:156: syntax error before `inputLen'
 md5.c:158: syntax error before `inputLen'
 md5.c:164: `inputLen' undeclared (first use in this function)
 md5.c:165: `POINTER' undeclared (first use in this function)
 md5.c:165: syntax error before `input'
 md5.c:169: `input' undeclared (first use in this function)
 md5.c: At top level:
 md5.c:187: syntax error before `my_MD5_CTX'
 md5.c: In function `my_MD5Final':
 md5.c:193: `context' undeclared (first use in this function)
 md5.c:205: `digest' undeclared (first use in this function)
 md5.c:209: `POINTER' undeclared (first use in this function)
 md5.c:209: syntax error before `context'
 md5.c: At top level:
 md5.c:215: syntax error before `state'
 md5.c:217: warning: `MD5Transform' was declared implicitly `extern' and later `static'
 md5.c:166: warning: previous declaration of `MD5Transform'
 md5.c:217: warning: type mismatch with previous implicit declaration
 md5.c:166: warning: previous implicit declaration of `MD5Transform'
 md5.c:217: warning: `MD5Transform' was previously implicitly declared to return `int'
 md5.c: In function `MD5Transform':
 md5.c:218: syntax error before `a'
 md5.c:220: `x' undeclared (first use in this function)
 md5.c:220: `block' undeclared (first use in this function)
 md5.c:223: `a' undeclared (first use in this function)
 md5.c:223: `b' undeclared (first use in this function)
 md5.c:223: `c' undeclared (first use in this function)
 md5.c:223: `d' undeclared (first use in this function)
 md5.c:223: `UINT4' undeclared (first use in this function)
 md5.c:295: `state' undeclared (first use in this function)
 md5.c:302: `POINTER' undeclared (first use in this function)
 md5.c:302: syntax error before `x'
 md5.c: At top level:
 md5.c:310: syntax error before `UINT4'
 md5.c:312: warning: `Encode' was declared implicitly `extern' and later `static'
 md5.c:193: warning: previous declaration of `Encode'
 md5.c:312: warning: type mismatch with previous implicit declaration
 md5.c:193: warning: previous implicit declaration of `Encode'
 md5.c:312: warning: `Encode' was previously implicitly declared to return `int'
 md5.c: In function `Encode':
 md5.c:315: `len' undeclared (first use in this function)
 md5.c:316: `output' undeclared (first use in this function)
 md5.c:316: `input' undeclared (first use in this function)
 md5.c: At top level:
 md5.c:328: syntax error before `*'
 md5.c:331: warning: `Decode' was declared implicitly `extern' and later `static'
 md5.c:220: warning: previous declaration of `Decode'
 md5.c:331: warning: type mismatch with previous implicit declaration
 md5.c:220: warning: previous implicit declaration of `Decode'
 md5.c:331: warning: `Decode' was previously implicitly declared to return `int'
 md5.c: In function `Decode':
 md5.c:334: `len' undeclared (first use in this function)
 md5.c:335: `output' undeclared (first use in this function)
 md5.c:335: `UINT4' undeclared (first use in this function)
 md5.c:335: syntax error before `input'
 md5.c:335: syntax error before `input'
 md5.c:336: syntax error before `input'
 md5.c:336: syntax error before `input'
 *** Error code 1
 
 Stop in /usr/ports/databases/mysql41-server/work/mysql-4.1.4-gamma/mysys.
 *** Error code 1
 
 Stop in /usr/ports/databases/mysql41-server/work/mysql-4.1.4-gamma.
 *** Error code 1
 
 Stop in /usr/ports/databases/mysql41-server/work/mysql-4.1.4-gamma.
 *** Error code 1
 
 Stop in /usr/ports/databases/mysql41-server.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409032258.i83MwFhP000829>