Setting runtime build-lock... dpkg-deb -b /opt/sw/src/fink.build/root-fink-buildlock-mysql-unified-5.0.96-6 /opt/sw/src/fink.build dpkg-deb: building package 'fink-buildlock-mysql-unified-5.0.96-6' in '/opt/sw/src/fink.build/fink-buildlock-mysql-unified-5.0.96-6_2023.02.02-09.26.09_darwin-arm64.deb'. Installing build-lock package... /opt/sw/bin/dpkg-lockwait -i /opt/sw/src/fink.build/fink-buildlock-mysql-unified-5.0.96-6_2023.02.02-09.26.09_darwin-arm64.deb Selecting previously unselected package fink-buildlock-mysql-unified-5.0.96-6. (Reading database ... 74689 files and directories currently installed.) Preparing to unpack .../fink-buildlock-mysql-unified-5.0.96-6_2023.02.02-09.26.09_darwin-arm64.deb ... Unpacking fink-buildlock-mysql-unified-5.0.96-6 (2023.02.02-09.26.09) ... Setting up fink-buildlock-mysql-unified-5.0.96-6 (2023.02.02-09.26.09) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.eXRvU env LANG=C LC_ALL=C /opt/sw/bin/tar --no-same-owner --no-same-permissions -xf /opt/sw/src/mysql-5.0.96.tar.gz sudo -u fink-bld [ENV] sh -c /tmp/fink.lCVI2 [ -r /opt/sw/fink/dists/stable/main/finkinfo/database/mysql-unified.patch ] sudo -u fink-bld [ENV] sh -c /tmp/fink.pgj3w [ -r /opt/sw/fink/dists/stable/main/finkinfo/database/mysql-unified-implicit-declarations.patch ] sudo -u fink-bld [ENV] sh -c /tmp/fink.ZBqMK /usr/bin/sed "s|@PREFIX@|/opt/sw|g" /opt/sw/fink/dists/stable/main/finkinfo/database/mysql-unified.patch | /usr/bin/patch -p1 patching file scripts/mysqld_safe.sh Hunk #1 succeeded at 144 (offset 11 lines). patching file ndb/include/util/Parser.hpp patching file ndb/src/common/util/SocketClient.cpp patching file ndb/src/common/util/SocketServer.cpp patching file ndb/src/common/transporter/Transporter.cpp patching file ndb/src/mgmsrv/Services.cpp patching file sql/mysqld.cc Hunk #1 succeeded at 4432 (offset 235 lines). Hunk #2 succeeded at 4505 (offset 235 lines). patching file mysql-test/t/disabled.def patching file mysql-test/mysql-test-run.pl patch -p1 < /opt/sw/fink/dists/stable/main/finkinfo/database/mysql-unified-implicit-declarations.patch patching file configure patching file ndb/src/common/transporter/TCP_Transporter.cpp patching file vio/viosocket.c perl -pi.bak -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure perl -pi.bak2 -e 's|darwin\[91|darwin[912|g; s| 10.\*\)| 1[012].*)|g' configure sudo -u fink-bld [ENV] sh -c /tmp/fink.4rc6w /tmp/fink.PyUEr #!/bin/sh -ev # for OS X 10.14, ensure full SDK is available, but include it after any fink specific versions. if [ "$(uname -r | cut -d. -f1)" -ge 18 ]; then SDK_PATH="$(xcrun --sdk macosx --show-sdk-path)" export CPPFLAGS="-I/opt/sw/include -I$SDK_PATH/usr/include" fi uname -r | cut -d. -f1 xcrun --sdk macosx --show-sdk-path ./configure --prefix=/opt/sw --enable-assembler \ --with-extra-charsets=complex \ --enable-thread-safe-client \ --with-big-tables \ --with-innodb \ --with-archive-storage-engine \ --with-big-tables \ --with-blackhole-storage-engine \ --with-federated-storage-engine \ --with-csv-storage-engine \ --with-embedded-server \ --enable-local-infile \ --with-ndbcluster \ \ --without-libedit \ --without-readline \ --enable-dependency-tracking \ --with-mysqld-user=mysql \ --with-yassl \ \ ac_cv_func_fdatasync=no \ \ --mandir=/opt/sw/share/man \ --infodir=/opt/sw/share/info \ --localstatedir=/opt/sw/var/mysql \ --libexecdir=/opt/sw/sbin \ --sysconfdir=/opt/sw/etc \ PERL=/usr/bin/perl checking build system type... arm-apple-darwin21.6.0 checking host system type... arm-apple-darwin21.6.0 checking target system type... arm-apple-darwin21.6.0 checking for a BSD-compatible install... /opt/sw/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/sw/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking "character sets"... default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 utf8 big5 cp1250 cp932 eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8 checking whether to compile national Unicode collations... yes checking whether build environment is sane... yes checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) gawk checking for gcc... gcc checking for C compiler default output file name... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -E checking "C Compiler version"... "gcc Apple clang version 14.0.0 (clang-1400.0.29.202)" checking "C++ compiler version"... "g++ Apple clang version 14.0.0 (clang-1400.0.29.202)" checking for ranlib... ranlib checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... rm: conftest.dSYM: is a directory BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786432 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... rm: conftest.dSYM: is a directory ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes 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... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin21.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin21.6.0 dyld checking how to hardcode library paths into programs... immediate checking for a BSD-compatible install... /opt/sw/bin/ginstall -c checking for bison... bison -y -p MYSQL checking for pdftex... no checking for tex... no checking "return type of sprintf"... "garbage" checking for uname... /usr/bin/uname checking operating system... Darwin checking for ar... ar checking if we should use 'skip-external-locking' as default for darwin21.6.0... 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... (cached) /usr/bin/sed checking for cmp... /usr/bin/cmp checking for chmod... /bin/chmod checking for hostname... /bin/hostname checking for gnutar... gnutar checking for perl... /usr/bin/perl checking for doxygen... /opt/sw/bin/doxygen checking for pdflatex... no checking for makeindex... no checking for icheck... no checking for ps... /bin/ps checking "how to check if pid exists"... "/bin/ps wwwp $$PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$$MYSQLD" > /dev/null" checking for kill... /bin/kill checking "for kill switches"... "/bin/kill -0 $$PID > /dev/null 2> /dev/null" checking for gcc option to accept ANSI C... checking dependency style of gcc... gcc3 checking whether --noexecstack is desirable for .S files... no checking if we should use assembler functions... no checking whether features provided by the user community should be included.... no checking whether query profiling should be included... no checking If we should should enable LOAD DATA LOCAL by default... yes checking If we should should enable init-file... yes 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 fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no 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... yes checking sys/vadvise.h presence... yes checking for sys/vadvise.h... yes 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... yes checking alloca.h presence... yes checking for alloca.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking sys/malloc.h usability... yes checking sys/malloc.h presence... yes checking for sys/malloc.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking linux/config.h usability... no checking linux/config.h presence... no checking for linux/config.h... no checking sys/prctl.h usability... no checking sys/prctl.h presence... no checking for sys/prctl.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes 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 library containing crypt... none required checking for library containing inet_aton... none required checking for sched_yield... yes checking for zlib compression library... ok checking if we should use pstack... checking for int8... no checking "Linux threads"... "no" checking "SCO threads"... "no" checking SCO OpenServer 6, UnixWare 7 or OpenUNIX 8 native threads... no checking "Siemens threads"... "no" checking "Solaris threads"... "no" checking "named thread libs:"... "no" checking "for pthread_create in -libc"... "yes" checking for strtok_r in -lpthread... yes checking for strtok_r... yes checking for dlopen in -ldl... yes checking for dlopen... yes checking for dlerror... 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 needs mysys_new helpers... no checking size of char... 1 checking size of char*... 8 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of off_t... 8 checking if time_t is unsigned... no checking size of time_t... 8 checking the need for #pragma interface/implementation... no checking whether byte ordering is bigendian... no checking base type of last arg to accept... socklen_t checking struct type to use with setrlimit... struct rlimit checking stack direction for C alloca... -1 checking for working alloca.h... (cached) yes 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... no checking for type fp_except... no checking for type in_addr_t... no checking if g++ supports bool types... yes checking if conversion of longlong to float works... yes checking for sigset_t... no checking for off_t... (cached) yes checking for size_t... (cached) yes checking for u_int32_t... yes checking if pthread_yield takes zero arguments... yeso checking if pthread_yield takes 1 argument... no checking for malloc.h... (cached) no checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking for working alloca.h... yes checking for alloca... (cached) yes checking whether gcc 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 strvis... yes checking for strlcat... yes checking for strlcpy... yes checking for issetugid... yes checking for fgetln... yes checking for getline... yes checking for flockfile... yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no 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 if struct dirent has a d_namlen member... yes checking whether signal handlers are of type void... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for mbsrtowcs... yes checking for mbrtowc... yes checking for mbrlen... yes checking for wctomb... yes checking for wcwidth... yes checking for wcsdup... yes checking for mbstate_t... yes checking for nl_langinfo and CODESET... yes checking for tgetent in -lncursesw... yes checking for termcap functions library... -lncursesw checking whether tgoto is declared... yes checking for strunvis... yes checking for strvis... (cached) yes checking for strlcpy... (cached) yes checking for strlcat... (cached) yes checking for fgetln... (cached) yes checking return type of signal handlers... (cached) void checking return type of qsort... void checking for utime.h... (cached) yes 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... (cached) no checking for fesetround... yes checking for finite... no 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... yes checking for perror... yes checking for poll... yes checking for pread... yes checking for pthread_attr_create... no checking for mmap... yes checking for getpagesize... 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... no checking for pthread_setprio_np... no checking for pthread_setschedparam... yes checking for pthread_sigmask... yes checking for readlink... yes checking for realpath... yes checking for rename... yes checking for rint... yes checking for rwlock_init... no checking for setupterm... no checking for shmget... yes checking for shmat... yes checking for shmdt... yes checking for shmctl... yes checking for sigaction... yes checking for sigemptyset... yes checking for sigaddset... yes checking for sighold... yes checking for sigset... yes checking for sigthreadmask... no checking for snprintf... yes checking for socket... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strerror... yes checking for strsignal... yes checking for strnlen... yes checking for strpbrk... yes checking for strstr... yes checking for strtol... yes checking for strtoll... yes checking for strtoul... yes checking for strtoull... yes checking for tell... no checking for tempnam... yes checking for thr_setconcurrency... no checking for vidattr... no checking for printstack... no checking for clock_gettime... yes checking for isinf in ... yes checking whether isinf() is safe to use in C code... yes checking whether isinf() can be used in C++ code... yes checking for fseeko... yes checking style of gethost* routines... checking whether madvise is declared... yes 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"... "no" checking for OpenSSL... no checking for yaSSL... using bundled yaSSL checking libedit variant of rl_completion_entry_function... no checking defined rl_compentry_func_t and rl_completion_func_t... yes checking HIST_ENTRY is declared in readline/readline.h... checking for big tables support... yes checking max indexes per table... 64 checking for BerkeleyDB... no Not using Berkeley DB checking for Innodb... Using Innodb checking for aio_read in -lrt... no checking for example storage engine... no checking for archive storage engine... yes checking for csv storage engine... yes checking for blackhole storage engine... yes checking for NDB Cluster... Using NDB Cluster could not find sci transporter in /{include, lib} checking for NDB Cluster options... -- not including ndbapi test programs -- not including ndbapi and mgmapi documentation done. checking for MySQL federated storage engine... yes checking "for man pages to remove"... dropping Including ndb shared memory transporter configure: creating ./config.status config.status: creating extra/yassl/Makefile config.status: creating extra/yassl/taocrypt/Makefile config.status: creating extra/yassl/taocrypt/src/Makefile config.status: creating extra/yassl/src/Makefile config.status: creating extra/yassl/testsuite/Makefile config.status: creating extra/yassl/taocrypt/test/Makefile config.status: creating extra/yassl/taocrypt/benchmark/Makefile config.status: creating tools/Makefile config.status: creating libmysqld/Makefile config.status: creating libmysqld/examples/Makefile config.status: creating libmysql_r/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/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/dbutil/Makefile config.status: creating ndb/src/kernel/blocks/suma/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 ndb/include/ndb_version.h config.status: creating ndb/include/ndb_global.h config.status: creating ndb/include/ndb_types.h 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 man/Makefile config.status: creating BUILD/Makefile config.status: creating vio/Makefile config.status: creating libmysql/Makefile config.status: creating client/Makefile config.status: creating pstack/Makefile config.status: creating pstack/aout/Makefile config.status: creating sql/Makefile config.status: creating sql/share/Makefile config.status: creating sql-common/Makefile config.status: creating SSL/Makefile config.status: creating dbug/Makefile config.status: creating scripts/Makefile config.status: creating include/Makefile config.status: creating sql-bench/Makefile config.status: creating server-tools/Makefile config.status: creating server-tools/instance-manager/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 support-files/RHEL4-SElinux/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 win/Makefile config.status: creating zlib/Makefile config.status: creating cmd-line-utils/readline/Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands rm: libtoolT: No such file or directory config.status: executing default commands === configuring in innobase (/opt/sw/src/fink.build/mysql-unified-5.0.96-6/mysql-5.0.96/innobase) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g' 'CFLAGS= -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT' 'CXXFLAGS= -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT' --cache-file=/dev/null --srcdir=. checking build system type... arm-apple-darwin21.6.0 checking host system type... arm-apple-darwin21.6.0 checking target system type... arm-apple-darwin21.6.0 checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /opt/sw/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/sw/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking for a BSD-compatible install... /opt/sw/bin/ginstall -c checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... rm: conftest.dSYM: is a directory BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786432 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... rm: conftest.dSYM: is a directory ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... gcc -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... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin21.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes 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 size of int... 4 checking size of long... 8 checking size of void*... 8 checking for sched_yield... yes checking for fdatasync... (cached) no checking for localtime_r... yes 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 config.status: executing libtool commands Thank you for choosing MySQL! 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. /usr/bin/make cd libmysql; /Applications/Xcode.app/Contents/Developer/usr/bin/make link_sources set -x; \ ss=`echo strmov.lo strxmov.lo strxnmov.lo strnmov.lo strmake.lo strend.lo strtod.lo strnlen.lo strfill.lo is_prefix.lo int2str.lo str2int.lo strinstr.lo strcont.lo strcend.lo bcmp.lo ctype-latin1.lo bchange.lo bmove.lo bmove_upp.lo longlong2str.lo strtoull.lo strtoll.lo llstr.lo my_vsnprintf.lo ctype.lo ctype-simple.lo ctype-bin.lo ctype-mb.lo ctype-big5.lo ctype-czech.lo ctype-cp932.lo ctype-eucjpms.lo ctype-euc_kr.lo ctype-win1250ch.lo ctype-utf8.lo ctype-extra.lo ctype-ucs2.lo ctype-gb2312.lo ctype-gbk.lo ctype-sjis.lo ctype-tis620.lo ctype-ujis.lo ctype-uca.lo xml.lo my_strtoll10.lo str_alloc.lo | sed "s;\.lo;.c;g"`; \ ds=`echo dbug.lo | sed "s;\.lo;.c;g"`; \ ms=`echo my_init.lo my_static.lo my_malloc.lo my_realloc.lo my_create.lo my_delete.lo mf_tempfile.lo my_open.lo my_file.lo my_read.lo my_write.lo errors.lo my_error.lo my_getwd.lo my_div.lo mf_pack.lo my_messnc.lo mf_dirname.lo mf_fn_ext.lo mf_wcomp.lo typelib.lo safemalloc.lo my_alloc.lo mf_format.lo mf_path.lo mf_unixpath.lo my_fopen.lo my_symlink.lo my_fstream.lo mf_arr_appstr.lo mf_loadpath.lo my_pthread.lo my_thr_init.lo thr_mutex.lo mulalloc.lo string.lo default.lo default_modify.lo my_compress.lo array.lo my_once.lo list.lo my_net.lo charset.lo charset-def.lo hash.lo mf_iocache.lo mf_iocache2.lo my_seek.lo my_sleep.lo my_pread.lo mf_cache.lo md5.lo sha1.lo my_getopt.lo my_rename.lo my_chsize.lo my_lib.lo mf_qsort.lo | sed "s;\.lo;.c;g"`; \ vs=`echo vio.lo viosocket.lo viossl.lo viosslfactories.lo | sed "s;\.lo;.c;g"`; \ scs=`echo pack.lo client.lo my_time.lo | sed "s;\.lo;.c;g"`; \ for f in $ss; do \ rm -f $f; \ /bin/ln -s ../strings/$f $f; \ done; \ for f in $vs vio_priv.h; do \ rm -f $f; \ /bin/ln -s ../vio/$f $f; \ done; \ for f in $scs; do \ rm -f $f; \ /bin/ln -s ../sql-common/$f $f; \ done; \ for f in strto.c; do \ rm -f $f; \ /bin/ln -s ../strings/$f $f; \ done; \ for f in $ds; do \ rm -f $f; \ /bin/ln -s ../dbug/$f $f; \ done; \ for f in $ms mysys_priv.h my_static.h; do \ rm -f $f; \ /bin/ln -s ../mysys/$f $f; \ done; \ rm -f net.c; \ /bin/ln -s ../sql/net_serv.cc net.c ; \ rm -f password.c; \ /bin/ln -s ../sql/password.c password.c ++ echo strmov.lo strxmov.lo strxnmov.lo strnmov.lo strmake.lo strend.lo strtod.lo strnlen.lo strfill.lo is_prefix.lo int2str.lo str2int.lo strinstr.lo strcont.lo strcend.lo bcmp.lo ctype-latin1.lo bchange.lo bmove.lo bmove_upp.lo longlong2str.lo strtoull.lo strtoll.lo llstr.lo my_vsnprintf.lo ctype.lo ctype-simple.lo ctype-bin.lo ctype-mb.lo ctype-big5.lo ctype-czech.lo ctype-cp932.lo ctype-eucjpms.lo ctype-euc_kr.lo ctype-win1250ch.lo ctype-utf8.lo ctype-extra.lo ctype-ucs2.lo ctype-gb2312.lo ctype-gbk.lo ctype-sjis.lo ctype-tis620.lo ctype-ujis.lo ctype-uca.lo xml.lo my_strtoll10.lo str_alloc.lo ++ sed 's;\.lo;.c;g' + ss='strmov.c strxmov.c strxnmov.c strnmov.c strmake.c strend.c strtod.c strnlen.c strfill.c is_prefix.c int2str.c str2int.c strinstr.c strcont.c strcend.c bcmp.c ctype-latin1.c bchange.c bmove.c bmove_upp.c longlong2str.c strtoull.c strtoll.c llstr.c my_vsnprintf.c ctype.c ctype-simple.c ctype-bin.c ctype-mb.c ctype-big5.c ctype-czech.c ctype-cp932.c ctype-eucjpms.c ctype-euc_kr.c ctype-win1250ch.c ctype-utf8.c ctype-extra.c ctype-ucs2.c ctype-gb2312.c ctype-gbk.c ctype-sjis.c ctype-tis620.c ctype-ujis.c ctype-uca.c xml.c my_strtoll10.c str_alloc.c' ++ echo dbug.lo ++ sed 's;\.lo;.c;g' + ds=dbug.c ++ echo my_init.lo my_static.lo my_malloc.lo my_realloc.lo my_create.lo my_delete.lo mf_tempfile.lo my_open.lo my_file.lo my_read.lo my_write.lo errors.lo my_error.lo my_getwd.lo my_div.lo mf_pack.lo my_messnc.lo mf_dirname.lo mf_fn_ext.lo mf_wcomp.lo typelib.lo safemalloc.lo my_alloc.lo mf_format.lo mf_path.lo mf_unixpath.lo my_fopen.lo my_symlink.lo my_fstream.lo mf_arr_appstr.lo mf_loadpath.lo my_pthread.lo my_thr_init.lo thr_mutex.lo mulalloc.lo string.lo default.lo default_modify.lo my_compress.lo array.lo my_once.lo list.lo my_net.lo charset.lo charset-def.lo hash.lo mf_iocache.lo mf_iocache2.lo my_seek.lo my_sleep.lo my_pread.lo mf_cache.lo md5.lo sha1.lo my_getopt.lo my_rename.lo my_chsize.lo my_lib.lo mf_qsort.lo ++ sed 's;\.lo;.c;g' + ms='my_init.c my_static.c my_malloc.c my_realloc.c my_create.c my_delete.c mf_tempfile.c my_open.c my_file.c my_read.c my_write.c errors.c my_error.c my_getwd.c my_div.c mf_pack.c my_messnc.c mf_dirname.c mf_fn_ext.c mf_wcomp.c typelib.c safemalloc.c my_alloc.c mf_format.c mf_path.c mf_unixpath.c my_fopen.c my_symlink.c my_fstream.c mf_arr_appstr.c mf_loadpath.c my_pthread.c my_thr_init.c thr_mutex.c mulalloc.c string.c default.c default_modify.c my_compress.c array.c my_once.c list.c my_net.c charset.c charset-def.c hash.c mf_iocache.c mf_iocache2.c my_seek.c my_sleep.c my_pread.c mf_cache.c md5.c sha1.c my_getopt.c my_rename.c my_chsize.c my_lib.c mf_qsort.c' ++ echo vio.lo viosocket.lo viossl.lo viosslfactories.lo ++ sed 's;\.lo;.c;g' + vs='vio.c viosocket.c viossl.c viosslfactories.c' ++ echo pack.lo client.lo my_time.lo ++ sed 's;\.lo;.c;g' + scs='pack.c client.c my_time.c' + for f in '$ss' + rm -f strmov.c + /bin/ln -s ../strings/strmov.c strmov.c + for f in '$ss' + rm -f strxmov.c + /bin/ln -s ../strings/strxmov.c strxmov.c + for f in '$ss' + rm -f strxnmov.c + /bin/ln -s ../strings/strxnmov.c strxnmov.c + for f in '$ss' + rm -f strnmov.c + /bin/ln -s ../strings/strnmov.c strnmov.c + for f in '$ss' + rm -f strmake.c + /bin/ln -s ../strings/strmake.c strmake.c + for f in '$ss' + rm -f strend.c + /bin/ln -s ../strings/strend.c strend.c + for f in '$ss' + rm -f strtod.c + /bin/ln -s ../strings/strtod.c strtod.c + for f in '$ss' + rm -f strnlen.c + /bin/ln -s ../strings/strnlen.c strnlen.c + for f in '$ss' + rm -f strfill.c + /bin/ln -s ../strings/strfill.c strfill.c + for f in '$ss' + rm -f is_prefix.c + /bin/ln -s ../strings/is_prefix.c is_prefix.c + for f in '$ss' + rm -f int2str.c + /bin/ln -s ../strings/int2str.c int2str.c + for f in '$ss' + rm -f str2int.c + /bin/ln -s ../strings/str2int.c str2int.c + for f in '$ss' + rm -f strinstr.c + /bin/ln -s ../strings/strinstr.c strinstr.c + for f in '$ss' + rm -f strcont.c + /bin/ln -s ../strings/strcont.c strcont.c + for f in '$ss' + rm -f strcend.c + /bin/ln -s ../strings/strcend.c strcend.c + for f in '$ss' + rm -f bcmp.c + /bin/ln -s ../strings/bcmp.c bcmp.c + for f in '$ss' + rm -f ctype-latin1.c + /bin/ln -s ../strings/ctype-latin1.c ctype-latin1.c + for f in '$ss' + rm -f bchange.c + /bin/ln -s ../strings/bchange.c bchange.c + for f in '$ss' + rm -f bmove.c + /bin/ln -s ../strings/bmove.c bmove.c + for f in '$ss' + rm -f bmove_upp.c + /bin/ln -s ../strings/bmove_upp.c bmove_upp.c + for f in '$ss' + rm -f longlong2str.c + /bin/ln -s ../strings/longlong2str.c longlong2str.c + for f in '$ss' + rm -f strtoull.c + /bin/ln -s ../strings/strtoull.c strtoull.c + for f in '$ss' + rm -f strtoll.c + /bin/ln -s ../strings/strtoll.c strtoll.c + for f in '$ss' + rm -f llstr.c + /bin/ln -s ../strings/llstr.c llstr.c + for f in '$ss' + rm -f my_vsnprintf.c + /bin/ln -s ../strings/my_vsnprintf.c my_vsnprintf.c + for f in '$ss' + rm -f ctype.c + /bin/ln -s ../strings/ctype.c ctype.c + for f in '$ss' + rm -f ctype-simple.c + /bin/ln -s ../strings/ctype-simple.c ctype-simple.c + for f in '$ss' + rm -f ctype-bin.c + /bin/ln -s ../strings/ctype-bin.c ctype-bin.c + for f in '$ss' + rm -f ctype-mb.c + /bin/ln -s ../strings/ctype-mb.c ctype-mb.c + for f in '$ss' + rm -f ctype-big5.c + /bin/ln -s ../strings/ctype-big5.c ctype-big5.c + for f in '$ss' + rm -f ctype-czech.c + /bin/ln -s ../strings/ctype-czech.c ctype-czech.c + for f in '$ss' + rm -f ctype-cp932.c + /bin/ln -s ../strings/ctype-cp932.c ctype-cp932.c + for f in '$ss' + rm -f ctype-eucjpms.c + /bin/ln -s ../strings/ctype-eucjpms.c ctype-eucjpms.c + for f in '$ss' + rm -f ctype-euc_kr.c + /bin/ln -s ../strings/ctype-euc_kr.c ctype-euc_kr.c + for f in '$ss' + rm -f ctype-win1250ch.c + /bin/ln -s ../strings/ctype-win1250ch.c ctype-win1250ch.c + for f in '$ss' + rm -f ctype-utf8.c + /bin/ln -s ../strings/ctype-utf8.c ctype-utf8.c + for f in '$ss' + rm -f ctype-extra.c + /bin/ln -s ../strings/ctype-extra.c ctype-extra.c + for f in '$ss' + rm -f ctype-ucs2.c + /bin/ln -s ../strings/ctype-ucs2.c ctype-ucs2.c + for f in '$ss' + rm -f ctype-gb2312.c + /bin/ln -s ../strings/ctype-gb2312.c ctype-gb2312.c + for f in '$ss' + rm -f ctype-gbk.c + /bin/ln -s ../strings/ctype-gbk.c ctype-gbk.c + for f in '$ss' + rm -f ctype-sjis.c + /bin/ln -s ../strings/ctype-sjis.c ctype-sjis.c + for f in '$ss' + rm -f ctype-tis620.c + /bin/ln -s ../strings/ctype-tis620.c ctype-tis620.c + for f in '$ss' + rm -f ctype-ujis.c + /bin/ln -s ../strings/ctype-ujis.c ctype-ujis.c + for f in '$ss' + rm -f ctype-uca.c + /bin/ln -s ../strings/ctype-uca.c ctype-uca.c + for f in '$ss' + rm -f xml.c + /bin/ln -s ../strings/xml.c xml.c + for f in '$ss' + rm -f my_strtoll10.c + /bin/ln -s ../strings/my_strtoll10.c my_strtoll10.c + for f in '$ss' + rm -f str_alloc.c + /bin/ln -s ../strings/str_alloc.c str_alloc.c + for f in '$vs' vio_priv.h + rm -f vio.c + /bin/ln -s ../vio/vio.c vio.c + for f in '$vs' vio_priv.h + rm -f viosocket.c + /bin/ln -s ../vio/viosocket.c viosocket.c + for f in '$vs' vio_priv.h + rm -f viossl.c + /bin/ln -s ../vio/viossl.c viossl.c + for f in '$vs' vio_priv.h + rm -f viosslfactories.c + /bin/ln -s ../vio/viosslfactories.c viosslfactories.c + for f in '$vs' vio_priv.h + rm -f vio_priv.h + /bin/ln -s ../vio/vio_priv.h vio_priv.h + for f in '$scs' + rm -f pack.c + /bin/ln -s ../sql-common/pack.c pack.c + for f in '$scs' + rm -f client.c + /bin/ln -s ../sql-common/client.c client.c + for f in '$scs' + rm -f my_time.c + /bin/ln -s ../sql-common/my_time.c my_time.c + for f in strto.c + rm -f strto.c + /bin/ln -s ../strings/strto.c strto.c + for f in '$ds' + rm -f dbug.c + /bin/ln -s ../dbug/dbug.c dbug.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_init.c + /bin/ln -s ../mysys/my_init.c my_init.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_static.c + /bin/ln -s ../mysys/my_static.c my_static.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_malloc.c + /bin/ln -s ../mysys/my_malloc.c my_malloc.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_realloc.c + /bin/ln -s ../mysys/my_realloc.c my_realloc.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_create.c + /bin/ln -s ../mysys/my_create.c my_create.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_delete.c + /bin/ln -s ../mysys/my_delete.c my_delete.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_tempfile.c + /bin/ln -s ../mysys/mf_tempfile.c mf_tempfile.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_open.c + /bin/ln -s ../mysys/my_open.c my_open.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_file.c + /bin/ln -s ../mysys/my_file.c my_file.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_read.c + /bin/ln -s ../mysys/my_read.c my_read.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_write.c + /bin/ln -s ../mysys/my_write.c my_write.c + for f in '$ms' mysys_priv.h my_static.h + rm -f errors.c + /bin/ln -s ../mysys/errors.c errors.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_error.c + /bin/ln -s ../mysys/my_error.c my_error.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_getwd.c + /bin/ln -s ../mysys/my_getwd.c my_getwd.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_div.c + /bin/ln -s ../mysys/my_div.c my_div.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_pack.c + /bin/ln -s ../mysys/mf_pack.c mf_pack.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_messnc.c + /bin/ln -s ../mysys/my_messnc.c my_messnc.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_dirname.c + /bin/ln -s ../mysys/mf_dirname.c mf_dirname.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_fn_ext.c + /bin/ln -s ../mysys/mf_fn_ext.c mf_fn_ext.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_wcomp.c + /bin/ln -s ../mysys/mf_wcomp.c mf_wcomp.c + for f in '$ms' mysys_priv.h my_static.h + rm -f typelib.c + /bin/ln -s ../mysys/typelib.c typelib.c + for f in '$ms' mysys_priv.h my_static.h + rm -f safemalloc.c + /bin/ln -s ../mysys/safemalloc.c safemalloc.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_alloc.c + /bin/ln -s ../mysys/my_alloc.c my_alloc.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_format.c + /bin/ln -s ../mysys/mf_format.c mf_format.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_path.c + /bin/ln -s ../mysys/mf_path.c mf_path.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_unixpath.c + /bin/ln -s ../mysys/mf_unixpath.c mf_unixpath.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_fopen.c + /bin/ln -s ../mysys/my_fopen.c my_fopen.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_symlink.c + /bin/ln -s ../mysys/my_symlink.c my_symlink.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_fstream.c + /bin/ln -s ../mysys/my_fstream.c my_fstream.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_arr_appstr.c + /bin/ln -s ../mysys/mf_arr_appstr.c mf_arr_appstr.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_loadpath.c + /bin/ln -s ../mysys/mf_loadpath.c mf_loadpath.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_pthread.c + /bin/ln -s ../mysys/my_pthread.c my_pthread.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_thr_init.c + /bin/ln -s ../mysys/my_thr_init.c my_thr_init.c + for f in '$ms' mysys_priv.h my_static.h + rm -f thr_mutex.c + /bin/ln -s ../mysys/thr_mutex.c thr_mutex.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mulalloc.c + /bin/ln -s ../mysys/mulalloc.c mulalloc.c + for f in '$ms' mysys_priv.h my_static.h + rm -f string.c + /bin/ln -s ../mysys/string.c string.c + for f in '$ms' mysys_priv.h my_static.h + rm -f default.c + /bin/ln -s ../mysys/default.c default.c + for f in '$ms' mysys_priv.h my_static.h + rm -f default_modify.c + /bin/ln -s ../mysys/default_modify.c default_modify.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_compress.c + /bin/ln -s ../mysys/my_compress.c my_compress.c + for f in '$ms' mysys_priv.h my_static.h + rm -f array.c + /bin/ln -s ../mysys/array.c array.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_once.c + /bin/ln -s ../mysys/my_once.c my_once.c + for f in '$ms' mysys_priv.h my_static.h + rm -f list.c + /bin/ln -s ../mysys/list.c list.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_net.c + /bin/ln -s ../mysys/my_net.c my_net.c + for f in '$ms' mysys_priv.h my_static.h + rm -f charset.c + /bin/ln -s ../mysys/charset.c charset.c + for f in '$ms' mysys_priv.h my_static.h + rm -f charset-def.c + /bin/ln -s ../mysys/charset-def.c charset-def.c + for f in '$ms' mysys_priv.h my_static.h + rm -f hash.c + /bin/ln -s ../mysys/hash.c hash.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_iocache.c + /bin/ln -s ../mysys/mf_iocache.c mf_iocache.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_iocache2.c + /bin/ln -s ../mysys/mf_iocache2.c mf_iocache2.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_seek.c + /bin/ln -s ../mysys/my_seek.c my_seek.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_sleep.c + /bin/ln -s ../mysys/my_sleep.c my_sleep.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_pread.c + /bin/ln -s ../mysys/my_pread.c my_pread.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_cache.c + /bin/ln -s ../mysys/mf_cache.c mf_cache.c + for f in '$ms' mysys_priv.h my_static.h + rm -f md5.c + /bin/ln -s ../mysys/md5.c md5.c + for f in '$ms' mysys_priv.h my_static.h + rm -f sha1.c + /bin/ln -s ../mysys/sha1.c sha1.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_getopt.c + /bin/ln -s ../mysys/my_getopt.c my_getopt.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_rename.c + /bin/ln -s ../mysys/my_rename.c my_rename.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_chsize.c + /bin/ln -s ../mysys/my_chsize.c my_chsize.c + for f in '$ms' mysys_priv.h my_static.h + rm -f my_lib.c + /bin/ln -s ../mysys/my_lib.c my_lib.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mf_qsort.c + /bin/ln -s ../mysys/mf_qsort.c mf_qsort.c + for f in '$ms' mysys_priv.h my_static.h + rm -f mysys_priv.h + /bin/ln -s ../mysys/mysys_priv.h mysys_priv.h + for f in '$ms' mysys_priv.h my_static.h + rm -f my_static.h + /bin/ln -s ../mysys/my_static.h my_static.h + rm -f net.c + /bin/ln -s ../sql/net_serv.cc net.c + rm -f password.c + /bin/ln -s ../sql/password.c password.c echo timestamp > linked_libmysql_sources cd libmysql_r; /Applications/Xcode.app/Contents/Developer/usr/bin/make link_sources set -x; \ for d in ../libmysql ../libmysql; do \ for f in `cd $d && echo *.[ch]`; do \ rm -f $f; \ /bin/ln -s $d/$f $f; \ done; \ done + for d in ../libmysql ../libmysql ++ cd ../libmysql ++ echo array.c bchange.c bcmp.c bmove.c bmove_upp.c charset-def.c charset.c client.c client_settings.h conf_to_src.c ctype-big5.c ctype-bin.c ctype-cp932.c ctype-czech.c ctype-euc_kr.c ctype-eucjpms.c ctype-extra.c ctype-gb2312.c ctype-gbk.c ctype-latin1.c ctype-mb.c ctype-simple.c ctype-sjis.c ctype-tis620.c ctype-uca.c ctype-ucs2.c ctype-ujis.c ctype-utf8.c ctype-win1250ch.c ctype.c dbug.c default.c default_modify.c dll.c errmsg.c errors.c get_password.c hash.c int2str.c is_prefix.c libmysql.c list.c llstr.c longlong2str.c manager.c md5.c mf_arr_appstr.c mf_cache.c mf_dirname.c mf_fn_ext.c mf_format.c mf_iocache.c mf_iocache2.c mf_loadpath.c mf_pack.c mf_path.c mf_qsort.c mf_tempfile.c mf_unixpath.c mf_wcomp.c mulalloc.c my_alloc.c my_chsize.c my_compress.c my_create.c my_delete.c my_div.c my_error.c my_file.c my_fopen.c my_fstream.c my_getopt.c my_getwd.c my_init.c my_lib.c my_malloc.c my_messnc.c my_net.c my_once.c my_open.c my_pread.c my_pthread.c my_read.c my_realloc.c my_rename.c my_seek.c my_sleep.c my_static.c my_static.h my_strtoll10.c my_symlink.c my_thr_init.c my_time.c my_vsnprintf.c my_write.c mysys_priv.h net.c pack.c password.c safemalloc.c sha1.c str2int.c str_alloc.c strcend.c strcont.c strend.c strfill.c string.c strinstr.c strmake.c strmov.c strnlen.c strnmov.c strto.c strtod.c strtoll.c strtoull.c strxmov.c strxnmov.c thr_mutex.c typelib.c vio.c vio_priv.h viosocket.c viossl.c viosslfactories.c xml.c + for f in '`cd $d && echo *.[ch]`' + rm -f array.c + /bin/ln -s ../libmysql/array.c array.c + for f in '`cd $d && echo *.[ch]`' + rm -f bchange.c + /bin/ln -s ../libmysql/bchange.c bchange.c + for f in '`cd $d && echo *.[ch]`' + rm -f bcmp.c + /bin/ln -s ../libmysql/bcmp.c bcmp.c + for f in '`cd $d && echo *.[ch]`' + rm -f bmove.c + /bin/ln -s ../libmysql/bmove.c bmove.c + for f in '`cd $d && echo *.[ch]`' + rm -f bmove_upp.c + /bin/ln -s ../libmysql/bmove_upp.c bmove_upp.c + for f in '`cd $d && echo *.[ch]`' + rm -f charset-def.c + /bin/ln -s ../libmysql/charset-def.c charset-def.c + for f in '`cd $d && echo *.[ch]`' + rm -f charset.c + /bin/ln -s ../libmysql/charset.c charset.c + for f in '`cd $d && echo *.[ch]`' + rm -f client.c + /bin/ln -s ../libmysql/client.c client.c + for f in '`cd $d && echo *.[ch]`' + rm -f client_settings.h + /bin/ln -s ../libmysql/client_settings.h client_settings.h + for f in '`cd $d && echo *.[ch]`' + rm -f conf_to_src.c + /bin/ln -s ../libmysql/conf_to_src.c conf_to_src.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-big5.c + /bin/ln -s ../libmysql/ctype-big5.c ctype-big5.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-bin.c + /bin/ln -s ../libmysql/ctype-bin.c ctype-bin.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-cp932.c + /bin/ln -s ../libmysql/ctype-cp932.c ctype-cp932.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-czech.c + /bin/ln -s ../libmysql/ctype-czech.c ctype-czech.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-euc_kr.c + /bin/ln -s ../libmysql/ctype-euc_kr.c ctype-euc_kr.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-eucjpms.c + /bin/ln -s ../libmysql/ctype-eucjpms.c ctype-eucjpms.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-extra.c + /bin/ln -s ../libmysql/ctype-extra.c ctype-extra.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-gb2312.c + /bin/ln -s ../libmysql/ctype-gb2312.c ctype-gb2312.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-gbk.c + /bin/ln -s ../libmysql/ctype-gbk.c ctype-gbk.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-latin1.c + /bin/ln -s ../libmysql/ctype-latin1.c ctype-latin1.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-mb.c + /bin/ln -s ../libmysql/ctype-mb.c ctype-mb.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-simple.c + /bin/ln -s ../libmysql/ctype-simple.c ctype-simple.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-sjis.c + /bin/ln -s ../libmysql/ctype-sjis.c ctype-sjis.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-tis620.c + /bin/ln -s ../libmysql/ctype-tis620.c ctype-tis620.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-uca.c + /bin/ln -s ../libmysql/ctype-uca.c ctype-uca.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-ucs2.c + /bin/ln -s ../libmysql/ctype-ucs2.c ctype-ucs2.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-ujis.c + /bin/ln -s ../libmysql/ctype-ujis.c ctype-ujis.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-utf8.c + /bin/ln -s ../libmysql/ctype-utf8.c ctype-utf8.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-win1250ch.c + /bin/ln -s ../libmysql/ctype-win1250ch.c ctype-win1250ch.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype.c + /bin/ln -s ../libmysql/ctype.c ctype.c + for f in '`cd $d && echo *.[ch]`' + rm -f dbug.c + /bin/ln -s ../libmysql/dbug.c dbug.c + for f in '`cd $d && echo *.[ch]`' + rm -f default.c + /bin/ln -s ../libmysql/default.c default.c + for f in '`cd $d && echo *.[ch]`' + rm -f default_modify.c + /bin/ln -s ../libmysql/default_modify.c default_modify.c + for f in '`cd $d && echo *.[ch]`' + rm -f dll.c + /bin/ln -s ../libmysql/dll.c dll.c + for f in '`cd $d && echo *.[ch]`' + rm -f errmsg.c + /bin/ln -s ../libmysql/errmsg.c errmsg.c + for f in '`cd $d && echo *.[ch]`' + rm -f errors.c + /bin/ln -s ../libmysql/errors.c errors.c + for f in '`cd $d && echo *.[ch]`' + rm -f get_password.c + /bin/ln -s ../libmysql/get_password.c get_password.c + for f in '`cd $d && echo *.[ch]`' + rm -f hash.c + /bin/ln -s ../libmysql/hash.c hash.c + for f in '`cd $d && echo *.[ch]`' + rm -f int2str.c + /bin/ln -s ../libmysql/int2str.c int2str.c + for f in '`cd $d && echo *.[ch]`' + rm -f is_prefix.c + /bin/ln -s ../libmysql/is_prefix.c is_prefix.c + for f in '`cd $d && echo *.[ch]`' + rm -f libmysql.c + /bin/ln -s ../libmysql/libmysql.c libmysql.c + for f in '`cd $d && echo *.[ch]`' + rm -f list.c + /bin/ln -s ../libmysql/list.c list.c + for f in '`cd $d && echo *.[ch]`' + rm -f llstr.c + /bin/ln -s ../libmysql/llstr.c llstr.c + for f in '`cd $d && echo *.[ch]`' + rm -f longlong2str.c + /bin/ln -s ../libmysql/longlong2str.c longlong2str.c + for f in '`cd $d && echo *.[ch]`' + rm -f manager.c + /bin/ln -s ../libmysql/manager.c manager.c + for f in '`cd $d && echo *.[ch]`' + rm -f md5.c + /bin/ln -s ../libmysql/md5.c md5.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_arr_appstr.c + /bin/ln -s ../libmysql/mf_arr_appstr.c mf_arr_appstr.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_cache.c + /bin/ln -s ../libmysql/mf_cache.c mf_cache.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_dirname.c + /bin/ln -s ../libmysql/mf_dirname.c mf_dirname.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_fn_ext.c + /bin/ln -s ../libmysql/mf_fn_ext.c mf_fn_ext.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_format.c + /bin/ln -s ../libmysql/mf_format.c mf_format.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_iocache.c + /bin/ln -s ../libmysql/mf_iocache.c mf_iocache.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_iocache2.c + /bin/ln -s ../libmysql/mf_iocache2.c mf_iocache2.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_loadpath.c + /bin/ln -s ../libmysql/mf_loadpath.c mf_loadpath.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_pack.c + /bin/ln -s ../libmysql/mf_pack.c mf_pack.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_path.c + /bin/ln -s ../libmysql/mf_path.c mf_path.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_qsort.c + /bin/ln -s ../libmysql/mf_qsort.c mf_qsort.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_tempfile.c + /bin/ln -s ../libmysql/mf_tempfile.c mf_tempfile.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_unixpath.c + /bin/ln -s ../libmysql/mf_unixpath.c mf_unixpath.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_wcomp.c + /bin/ln -s ../libmysql/mf_wcomp.c mf_wcomp.c + for f in '`cd $d && echo *.[ch]`' + rm -f mulalloc.c + /bin/ln -s ../libmysql/mulalloc.c mulalloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_alloc.c + /bin/ln -s ../libmysql/my_alloc.c my_alloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_chsize.c + /bin/ln -s ../libmysql/my_chsize.c my_chsize.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_compress.c + /bin/ln -s ../libmysql/my_compress.c my_compress.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_create.c + /bin/ln -s ../libmysql/my_create.c my_create.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_delete.c + /bin/ln -s ../libmysql/my_delete.c my_delete.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_div.c + /bin/ln -s ../libmysql/my_div.c my_div.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_error.c + /bin/ln -s ../libmysql/my_error.c my_error.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_file.c + /bin/ln -s ../libmysql/my_file.c my_file.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_fopen.c + /bin/ln -s ../libmysql/my_fopen.c my_fopen.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_fstream.c + /bin/ln -s ../libmysql/my_fstream.c my_fstream.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_getopt.c + /bin/ln -s ../libmysql/my_getopt.c my_getopt.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_getwd.c + /bin/ln -s ../libmysql/my_getwd.c my_getwd.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_init.c + /bin/ln -s ../libmysql/my_init.c my_init.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_lib.c + /bin/ln -s ../libmysql/my_lib.c my_lib.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_malloc.c + /bin/ln -s ../libmysql/my_malloc.c my_malloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_messnc.c + /bin/ln -s ../libmysql/my_messnc.c my_messnc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_net.c + /bin/ln -s ../libmysql/my_net.c my_net.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_once.c + /bin/ln -s ../libmysql/my_once.c my_once.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_open.c + /bin/ln -s ../libmysql/my_open.c my_open.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_pread.c + /bin/ln -s ../libmysql/my_pread.c my_pread.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_pthread.c + /bin/ln -s ../libmysql/my_pthread.c my_pthread.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_read.c + /bin/ln -s ../libmysql/my_read.c my_read.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_realloc.c + /bin/ln -s ../libmysql/my_realloc.c my_realloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_rename.c + /bin/ln -s ../libmysql/my_rename.c my_rename.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_seek.c + /bin/ln -s ../libmysql/my_seek.c my_seek.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_sleep.c + /bin/ln -s ../libmysql/my_sleep.c my_sleep.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_static.c + /bin/ln -s ../libmysql/my_static.c my_static.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_static.h + /bin/ln -s ../libmysql/my_static.h my_static.h + for f in '`cd $d && echo *.[ch]`' + rm -f my_strtoll10.c + /bin/ln -s ../libmysql/my_strtoll10.c my_strtoll10.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_symlink.c + /bin/ln -s ../libmysql/my_symlink.c my_symlink.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_thr_init.c + /bin/ln -s ../libmysql/my_thr_init.c my_thr_init.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_time.c + /bin/ln -s ../libmysql/my_time.c my_time.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_vsnprintf.c + /bin/ln -s ../libmysql/my_vsnprintf.c my_vsnprintf.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_write.c + /bin/ln -s ../libmysql/my_write.c my_write.c + for f in '`cd $d && echo *.[ch]`' + rm -f mysys_priv.h + /bin/ln -s ../libmysql/mysys_priv.h mysys_priv.h + for f in '`cd $d && echo *.[ch]`' + rm -f net.c + /bin/ln -s ../libmysql/net.c net.c + for f in '`cd $d && echo *.[ch]`' + rm -f pack.c + /bin/ln -s ../libmysql/pack.c pack.c + for f in '`cd $d && echo *.[ch]`' + rm -f password.c + /bin/ln -s ../libmysql/password.c password.c + for f in '`cd $d && echo *.[ch]`' + rm -f safemalloc.c + /bin/ln -s ../libmysql/safemalloc.c safemalloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f sha1.c + /bin/ln -s ../libmysql/sha1.c sha1.c + for f in '`cd $d && echo *.[ch]`' + rm -f str2int.c + /bin/ln -s ../libmysql/str2int.c str2int.c + for f in '`cd $d && echo *.[ch]`' + rm -f str_alloc.c + /bin/ln -s ../libmysql/str_alloc.c str_alloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f strcend.c + /bin/ln -s ../libmysql/strcend.c strcend.c + for f in '`cd $d && echo *.[ch]`' + rm -f strcont.c + /bin/ln -s ../libmysql/strcont.c strcont.c + for f in '`cd $d && echo *.[ch]`' + rm -f strend.c + /bin/ln -s ../libmysql/strend.c strend.c + for f in '`cd $d && echo *.[ch]`' + rm -f strfill.c + /bin/ln -s ../libmysql/strfill.c strfill.c + for f in '`cd $d && echo *.[ch]`' + rm -f string.c + /bin/ln -s ../libmysql/string.c string.c + for f in '`cd $d && echo *.[ch]`' + rm -f strinstr.c + /bin/ln -s ../libmysql/strinstr.c strinstr.c + for f in '`cd $d && echo *.[ch]`' + rm -f strmake.c + /bin/ln -s ../libmysql/strmake.c strmake.c + for f in '`cd $d && echo *.[ch]`' + rm -f strmov.c + /bin/ln -s ../libmysql/strmov.c strmov.c + for f in '`cd $d && echo *.[ch]`' + rm -f strnlen.c + /bin/ln -s ../libmysql/strnlen.c strnlen.c + for f in '`cd $d && echo *.[ch]`' + rm -f strnmov.c + /bin/ln -s ../libmysql/strnmov.c strnmov.c + for f in '`cd $d && echo *.[ch]`' + rm -f strto.c + /bin/ln -s ../libmysql/strto.c strto.c + for f in '`cd $d && echo *.[ch]`' + rm -f strtod.c + /bin/ln -s ../libmysql/strtod.c strtod.c + for f in '`cd $d && echo *.[ch]`' + rm -f strtoll.c + /bin/ln -s ../libmysql/strtoll.c strtoll.c + for f in '`cd $d && echo *.[ch]`' + rm -f strtoull.c + /bin/ln -s ../libmysql/strtoull.c strtoull.c + for f in '`cd $d && echo *.[ch]`' + rm -f strxmov.c + /bin/ln -s ../libmysql/strxmov.c strxmov.c + for f in '`cd $d && echo *.[ch]`' + rm -f strxnmov.c + /bin/ln -s ../libmysql/strxnmov.c strxnmov.c + for f in '`cd $d && echo *.[ch]`' + rm -f thr_mutex.c + /bin/ln -s ../libmysql/thr_mutex.c thr_mutex.c + for f in '`cd $d && echo *.[ch]`' + rm -f typelib.c + /bin/ln -s ../libmysql/typelib.c typelib.c + for f in '`cd $d && echo *.[ch]`' + rm -f vio.c + /bin/ln -s ../libmysql/vio.c vio.c + for f in '`cd $d && echo *.[ch]`' + rm -f vio_priv.h + /bin/ln -s ../libmysql/vio_priv.h vio_priv.h + for f in '`cd $d && echo *.[ch]`' + rm -f viosocket.c + /bin/ln -s ../libmysql/viosocket.c viosocket.c + for f in '`cd $d && echo *.[ch]`' + rm -f viossl.c + /bin/ln -s ../libmysql/viossl.c viossl.c + for f in '`cd $d && echo *.[ch]`' + rm -f viosslfactories.c + /bin/ln -s ../libmysql/viosslfactories.c viosslfactories.c + for f in '`cd $d && echo *.[ch]`' + rm -f xml.c + /bin/ln -s ../libmysql/xml.c xml.c + for d in ../libmysql ../libmysql ++ cd ../libmysql ++ echo array.c bchange.c bcmp.c bmove.c bmove_upp.c charset-def.c charset.c client.c client_settings.h conf_to_src.c ctype-big5.c ctype-bin.c ctype-cp932.c ctype-czech.c ctype-euc_kr.c ctype-eucjpms.c ctype-extra.c ctype-gb2312.c ctype-gbk.c ctype-latin1.c ctype-mb.c ctype-simple.c ctype-sjis.c ctype-tis620.c ctype-uca.c ctype-ucs2.c ctype-ujis.c ctype-utf8.c ctype-win1250ch.c ctype.c dbug.c default.c default_modify.c dll.c errmsg.c errors.c get_password.c hash.c int2str.c is_prefix.c libmysql.c list.c llstr.c longlong2str.c manager.c md5.c mf_arr_appstr.c mf_cache.c mf_dirname.c mf_fn_ext.c mf_format.c mf_iocache.c mf_iocache2.c mf_loadpath.c mf_pack.c mf_path.c mf_qsort.c mf_tempfile.c mf_unixpath.c mf_wcomp.c mulalloc.c my_alloc.c my_chsize.c my_compress.c my_create.c my_delete.c my_div.c my_error.c my_file.c my_fopen.c my_fstream.c my_getopt.c my_getwd.c my_init.c my_lib.c my_malloc.c my_messnc.c my_net.c my_once.c my_open.c my_pread.c my_pthread.c my_read.c my_realloc.c my_rename.c my_seek.c my_sleep.c my_static.c my_static.h my_strtoll10.c my_symlink.c my_thr_init.c my_time.c my_vsnprintf.c my_write.c mysys_priv.h net.c pack.c password.c safemalloc.c sha1.c str2int.c str_alloc.c strcend.c strcont.c strend.c strfill.c string.c strinstr.c strmake.c strmov.c strnlen.c strnmov.c strto.c strtod.c strtoll.c strtoull.c strxmov.c strxnmov.c thr_mutex.c typelib.c vio.c vio_priv.h viosocket.c viossl.c viosslfactories.c xml.c + for f in '`cd $d && echo *.[ch]`' + rm -f array.c + /bin/ln -s ../libmysql/array.c array.c + for f in '`cd $d && echo *.[ch]`' + rm -f bchange.c + /bin/ln -s ../libmysql/bchange.c bchange.c + for f in '`cd $d && echo *.[ch]`' + rm -f bcmp.c + /bin/ln -s ../libmysql/bcmp.c bcmp.c + for f in '`cd $d && echo *.[ch]`' + rm -f bmove.c + /bin/ln -s ../libmysql/bmove.c bmove.c + for f in '`cd $d && echo *.[ch]`' + rm -f bmove_upp.c + /bin/ln -s ../libmysql/bmove_upp.c bmove_upp.c + for f in '`cd $d && echo *.[ch]`' + rm -f charset-def.c + /bin/ln -s ../libmysql/charset-def.c charset-def.c + for f in '`cd $d && echo *.[ch]`' + rm -f charset.c + /bin/ln -s ../libmysql/charset.c charset.c + for f in '`cd $d && echo *.[ch]`' + rm -f client.c + /bin/ln -s ../libmysql/client.c client.c + for f in '`cd $d && echo *.[ch]`' + rm -f client_settings.h + /bin/ln -s ../libmysql/client_settings.h client_settings.h + for f in '`cd $d && echo *.[ch]`' + rm -f conf_to_src.c + /bin/ln -s ../libmysql/conf_to_src.c conf_to_src.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-big5.c + /bin/ln -s ../libmysql/ctype-big5.c ctype-big5.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-bin.c + /bin/ln -s ../libmysql/ctype-bin.c ctype-bin.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-cp932.c + /bin/ln -s ../libmysql/ctype-cp932.c ctype-cp932.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-czech.c + /bin/ln -s ../libmysql/ctype-czech.c ctype-czech.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-euc_kr.c + /bin/ln -s ../libmysql/ctype-euc_kr.c ctype-euc_kr.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-eucjpms.c + /bin/ln -s ../libmysql/ctype-eucjpms.c ctype-eucjpms.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-extra.c + /bin/ln -s ../libmysql/ctype-extra.c ctype-extra.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-gb2312.c + /bin/ln -s ../libmysql/ctype-gb2312.c ctype-gb2312.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-gbk.c + /bin/ln -s ../libmysql/ctype-gbk.c ctype-gbk.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-latin1.c + /bin/ln -s ../libmysql/ctype-latin1.c ctype-latin1.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-mb.c + /bin/ln -s ../libmysql/ctype-mb.c ctype-mb.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-simple.c + /bin/ln -s ../libmysql/ctype-simple.c ctype-simple.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-sjis.c + /bin/ln -s ../libmysql/ctype-sjis.c ctype-sjis.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-tis620.c + /bin/ln -s ../libmysql/ctype-tis620.c ctype-tis620.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-uca.c + /bin/ln -s ../libmysql/ctype-uca.c ctype-uca.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-ucs2.c + /bin/ln -s ../libmysql/ctype-ucs2.c ctype-ucs2.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-ujis.c + /bin/ln -s ../libmysql/ctype-ujis.c ctype-ujis.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-utf8.c + /bin/ln -s ../libmysql/ctype-utf8.c ctype-utf8.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype-win1250ch.c + /bin/ln -s ../libmysql/ctype-win1250ch.c ctype-win1250ch.c + for f in '`cd $d && echo *.[ch]`' + rm -f ctype.c + /bin/ln -s ../libmysql/ctype.c ctype.c + for f in '`cd $d && echo *.[ch]`' + rm -f dbug.c + /bin/ln -s ../libmysql/dbug.c dbug.c + for f in '`cd $d && echo *.[ch]`' + rm -f default.c + /bin/ln -s ../libmysql/default.c default.c + for f in '`cd $d && echo *.[ch]`' + rm -f default_modify.c + /bin/ln -s ../libmysql/default_modify.c default_modify.c + for f in '`cd $d && echo *.[ch]`' + rm -f dll.c + /bin/ln -s ../libmysql/dll.c dll.c + for f in '`cd $d && echo *.[ch]`' + rm -f errmsg.c + /bin/ln -s ../libmysql/errmsg.c errmsg.c + for f in '`cd $d && echo *.[ch]`' + rm -f errors.c + /bin/ln -s ../libmysql/errors.c errors.c + for f in '`cd $d && echo *.[ch]`' + rm -f get_password.c + /bin/ln -s ../libmysql/get_password.c get_password.c + for f in '`cd $d && echo *.[ch]`' + rm -f hash.c + /bin/ln -s ../libmysql/hash.c hash.c + for f in '`cd $d && echo *.[ch]`' + rm -f int2str.c + /bin/ln -s ../libmysql/int2str.c int2str.c + for f in '`cd $d && echo *.[ch]`' + rm -f is_prefix.c + /bin/ln -s ../libmysql/is_prefix.c is_prefix.c + for f in '`cd $d && echo *.[ch]`' + rm -f libmysql.c + /bin/ln -s ../libmysql/libmysql.c libmysql.c + for f in '`cd $d && echo *.[ch]`' + rm -f list.c + /bin/ln -s ../libmysql/list.c list.c + for f in '`cd $d && echo *.[ch]`' + rm -f llstr.c + /bin/ln -s ../libmysql/llstr.c llstr.c + for f in '`cd $d && echo *.[ch]`' + rm -f longlong2str.c + /bin/ln -s ../libmysql/longlong2str.c longlong2str.c + for f in '`cd $d && echo *.[ch]`' + rm -f manager.c + /bin/ln -s ../libmysql/manager.c manager.c + for f in '`cd $d && echo *.[ch]`' + rm -f md5.c + /bin/ln -s ../libmysql/md5.c md5.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_arr_appstr.c + /bin/ln -s ../libmysql/mf_arr_appstr.c mf_arr_appstr.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_cache.c + /bin/ln -s ../libmysql/mf_cache.c mf_cache.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_dirname.c + /bin/ln -s ../libmysql/mf_dirname.c mf_dirname.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_fn_ext.c + /bin/ln -s ../libmysql/mf_fn_ext.c mf_fn_ext.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_format.c + /bin/ln -s ../libmysql/mf_format.c mf_format.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_iocache.c + /bin/ln -s ../libmysql/mf_iocache.c mf_iocache.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_iocache2.c + /bin/ln -s ../libmysql/mf_iocache2.c mf_iocache2.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_loadpath.c + /bin/ln -s ../libmysql/mf_loadpath.c mf_loadpath.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_pack.c + /bin/ln -s ../libmysql/mf_pack.c mf_pack.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_path.c + /bin/ln -s ../libmysql/mf_path.c mf_path.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_qsort.c + /bin/ln -s ../libmysql/mf_qsort.c mf_qsort.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_tempfile.c + /bin/ln -s ../libmysql/mf_tempfile.c mf_tempfile.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_unixpath.c + /bin/ln -s ../libmysql/mf_unixpath.c mf_unixpath.c + for f in '`cd $d && echo *.[ch]`' + rm -f mf_wcomp.c + /bin/ln -s ../libmysql/mf_wcomp.c mf_wcomp.c + for f in '`cd $d && echo *.[ch]`' + rm -f mulalloc.c + /bin/ln -s ../libmysql/mulalloc.c mulalloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_alloc.c + /bin/ln -s ../libmysql/my_alloc.c my_alloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_chsize.c + /bin/ln -s ../libmysql/my_chsize.c my_chsize.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_compress.c + /bin/ln -s ../libmysql/my_compress.c my_compress.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_create.c + /bin/ln -s ../libmysql/my_create.c my_create.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_delete.c + /bin/ln -s ../libmysql/my_delete.c my_delete.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_div.c + /bin/ln -s ../libmysql/my_div.c my_div.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_error.c + /bin/ln -s ../libmysql/my_error.c my_error.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_file.c + /bin/ln -s ../libmysql/my_file.c my_file.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_fopen.c + /bin/ln -s ../libmysql/my_fopen.c my_fopen.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_fstream.c + /bin/ln -s ../libmysql/my_fstream.c my_fstream.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_getopt.c + /bin/ln -s ../libmysql/my_getopt.c my_getopt.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_getwd.c + /bin/ln -s ../libmysql/my_getwd.c my_getwd.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_init.c + /bin/ln -s ../libmysql/my_init.c my_init.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_lib.c + /bin/ln -s ../libmysql/my_lib.c my_lib.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_malloc.c + /bin/ln -s ../libmysql/my_malloc.c my_malloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_messnc.c + /bin/ln -s ../libmysql/my_messnc.c my_messnc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_net.c + /bin/ln -s ../libmysql/my_net.c my_net.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_once.c + /bin/ln -s ../libmysql/my_once.c my_once.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_open.c + /bin/ln -s ../libmysql/my_open.c my_open.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_pread.c + /bin/ln -s ../libmysql/my_pread.c my_pread.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_pthread.c + /bin/ln -s ../libmysql/my_pthread.c my_pthread.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_read.c + /bin/ln -s ../libmysql/my_read.c my_read.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_realloc.c + /bin/ln -s ../libmysql/my_realloc.c my_realloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_rename.c + /bin/ln -s ../libmysql/my_rename.c my_rename.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_seek.c + /bin/ln -s ../libmysql/my_seek.c my_seek.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_sleep.c + /bin/ln -s ../libmysql/my_sleep.c my_sleep.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_static.c + /bin/ln -s ../libmysql/my_static.c my_static.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_static.h + /bin/ln -s ../libmysql/my_static.h my_static.h + for f in '`cd $d && echo *.[ch]`' + rm -f my_strtoll10.c + /bin/ln -s ../libmysql/my_strtoll10.c my_strtoll10.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_symlink.c + /bin/ln -s ../libmysql/my_symlink.c my_symlink.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_thr_init.c + /bin/ln -s ../libmysql/my_thr_init.c my_thr_init.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_time.c + /bin/ln -s ../libmysql/my_time.c my_time.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_vsnprintf.c + /bin/ln -s ../libmysql/my_vsnprintf.c my_vsnprintf.c + for f in '`cd $d && echo *.[ch]`' + rm -f my_write.c + /bin/ln -s ../libmysql/my_write.c my_write.c + for f in '`cd $d && echo *.[ch]`' + rm -f mysys_priv.h + /bin/ln -s ../libmysql/mysys_priv.h mysys_priv.h + for f in '`cd $d && echo *.[ch]`' + rm -f net.c + /bin/ln -s ../libmysql/net.c net.c + for f in '`cd $d && echo *.[ch]`' + rm -f pack.c + /bin/ln -s ../libmysql/pack.c pack.c + for f in '`cd $d && echo *.[ch]`' + rm -f password.c + /bin/ln -s ../libmysql/password.c password.c + for f in '`cd $d && echo *.[ch]`' + rm -f safemalloc.c + /bin/ln -s ../libmysql/safemalloc.c safemalloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f sha1.c + /bin/ln -s ../libmysql/sha1.c sha1.c + for f in '`cd $d && echo *.[ch]`' + rm -f str2int.c + /bin/ln -s ../libmysql/str2int.c str2int.c + for f in '`cd $d && echo *.[ch]`' + rm -f str_alloc.c + /bin/ln -s ../libmysql/str_alloc.c str_alloc.c + for f in '`cd $d && echo *.[ch]`' + rm -f strcend.c + /bin/ln -s ../libmysql/strcend.c strcend.c + for f in '`cd $d && echo *.[ch]`' + rm -f strcont.c + /bin/ln -s ../libmysql/strcont.c strcont.c + for f in '`cd $d && echo *.[ch]`' + rm -f strend.c + /bin/ln -s ../libmysql/strend.c strend.c + for f in '`cd $d && echo *.[ch]`' + rm -f strfill.c + /bin/ln -s ../libmysql/strfill.c strfill.c + for f in '`cd $d && echo *.[ch]`' + rm -f string.c + /bin/ln -s ../libmysql/string.c string.c + for f in '`cd $d && echo *.[ch]`' + rm -f strinstr.c + /bin/ln -s ../libmysql/strinstr.c strinstr.c + for f in '`cd $d && echo *.[ch]`' + rm -f strmake.c + /bin/ln -s ../libmysql/strmake.c strmake.c + for f in '`cd $d && echo *.[ch]`' + rm -f strmov.c + /bin/ln -s ../libmysql/strmov.c strmov.c + for f in '`cd $d && echo *.[ch]`' + rm -f strnlen.c + /bin/ln -s ../libmysql/strnlen.c strnlen.c + for f in '`cd $d && echo *.[ch]`' + rm -f strnmov.c + /bin/ln -s ../libmysql/strnmov.c strnmov.c + for f in '`cd $d && echo *.[ch]`' + rm -f strto.c + /bin/ln -s ../libmysql/strto.c strto.c + for f in '`cd $d && echo *.[ch]`' + rm -f strtod.c + /bin/ln -s ../libmysql/strtod.c strtod.c + for f in '`cd $d && echo *.[ch]`' + rm -f strtoll.c + /bin/ln -s ../libmysql/strtoll.c strtoll.c + for f in '`cd $d && echo *.[ch]`' + rm -f strtoull.c + /bin/ln -s ../libmysql/strtoull.c strtoull.c + for f in '`cd $d && echo *.[ch]`' + rm -f strxmov.c + /bin/ln -s ../libmysql/strxmov.c strxmov.c + for f in '`cd $d && echo *.[ch]`' + rm -f strxnmov.c + /bin/ln -s ../libmysql/strxnmov.c strxnmov.c + for f in '`cd $d && echo *.[ch]`' + rm -f thr_mutex.c + /bin/ln -s ../libmysql/thr_mutex.c thr_mutex.c + for f in '`cd $d && echo *.[ch]`' + rm -f typelib.c + /bin/ln -s ../libmysql/typelib.c typelib.c + for f in '`cd $d && echo *.[ch]`' + rm -f vio.c + /bin/ln -s ../libmysql/vio.c vio.c + for f in '`cd $d && echo *.[ch]`' + rm -f vio_priv.h + /bin/ln -s ../libmysql/vio_priv.h vio_priv.h + for f in '`cd $d && echo *.[ch]`' + rm -f viosocket.c + /bin/ln -s ../libmysql/viosocket.c viosocket.c + for f in '`cd $d && echo *.[ch]`' + rm -f viossl.c + /bin/ln -s ../libmysql/viossl.c viossl.c + for f in '`cd $d && echo *.[ch]`' + rm -f viosslfactories.c + /bin/ln -s ../libmysql/viosslfactories.c viosslfactories.c + for f in '`cd $d && echo *.[ch]`' + rm -f xml.c + /bin/ln -s ../libmysql/xml.c xml.c echo timestamp > linked_libmysql_r_sources cd client; /Applications/Xcode.app/Contents/Developer/usr/bin/make link_sources for f in log_event.h mysql_priv.h log_event.cc my_decimal.h my_decimal.cc ; do \ rm -f $f; \ /bin/ln -s ../sql/$f $f; \ done; \ for f in decimal.c ; do \ rm -f ./$f; \ /bin/ln -s ../strings/$f $f; \ done; \ rm -f ./my_user.c; \ /bin/ln -s ../sql-common/my_user.c my_user.c; echo timestamp > linked_client_sources cd sql; /Applications/Xcode.app/Contents/Developer/usr/bin/make link_sources rm -f mini_client_errors.c /bin/ln -s ../libmysql/errmsg.c mini_client_errors.c rm -f pack.c /bin/ln -s ../sql-common/pack.c pack.c rm -f client.c /bin/ln -s ../sql-common/client.c client.c rm -f my_time.c /bin/ln -s ../sql-common/my_time.c my_time.c rm -f my_user.c /bin/ln -s ../sql-common/my_user.c my_user.c echo timestamp > linked_server_sources cd libmysqld; /Applications/Xcode.app/Contents/Developer/usr/bin/make link_sources set -x; \ for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c; do \ rm -f $f; \ if test -e ../sql/$f ; \ then \ /bin/ln -s ../sql/$f $f; \ else \ /bin/ln -s ../sql/$f $f; \ fi ; \ done; \ for f in errmsg.c get_password.c libmysql.c client.c pack.c my_time.c; do \ rm -f $f; \ if test -e ../libmysql/$f ; \ then \ /bin/ln -s ../libmysql/$f $f; \ else \ /bin/ln -s ../libmysql/$f $f; \ fi ; \ done; \ for f in ha_example.cc ha_tina.cc; do \ rm -f $f; \ /bin/ln -s ../sql/examples/$f $f; \ done; \ rm -f client_settings.h; \ /bin/ln -s ../libmysql/client_settings.h client_settings.h + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f derror.cc + test -e ../sql/derror.cc + /bin/ln -s ../sql/derror.cc derror.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f field.cc + test -e ../sql/field.cc + /bin/ln -s ../sql/field.cc field.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f field_conv.cc + test -e ../sql/field_conv.cc + /bin/ln -s ../sql/field_conv.cc field_conv.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f strfunc.cc + test -e ../sql/strfunc.cc + /bin/ln -s ../sql/strfunc.cc strfunc.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f filesort.cc + test -e ../sql/filesort.cc + /bin/ln -s ../sql/filesort.cc filesort.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f ha_innodb.cc + test -e ../sql/ha_innodb.cc + /bin/ln -s ../sql/ha_innodb.cc ha_innodb.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f ha_berkeley.cc + test -e ../sql/ha_berkeley.cc + /bin/ln -s ../sql/ha_berkeley.cc ha_berkeley.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f ha_heap.cc + test -e ../sql/ha_heap.cc + /bin/ln -s ../sql/ha_heap.cc ha_heap.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f ha_federated.cc + test -e ../sql/ha_federated.cc + /bin/ln -s ../sql/ha_federated.cc ha_federated.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f ha_myisam.cc + test -e ../sql/ha_myisam.cc + /bin/ln -s ../sql/ha_myisam.cc ha_myisam.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f ha_myisammrg.cc + test -e ../sql/ha_myisammrg.cc + /bin/ln -s ../sql/ha_myisammrg.cc ha_myisammrg.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f handler.cc + test -e ../sql/handler.cc + /bin/ln -s ../sql/handler.cc handler.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_handler.cc + test -e ../sql/sql_handler.cc + /bin/ln -s ../sql/sql_handler.cc sql_handler.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f hostname.cc + test -e ../sql/hostname.cc + /bin/ln -s ../sql/hostname.cc hostname.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f init.cc + test -e ../sql/init.cc + /bin/ln -s ../sql/init.cc init.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f password.c + test -e ../sql/password.c + /bin/ln -s ../sql/password.c password.c + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item.cc + test -e ../sql/item.cc + /bin/ln -s ../sql/item.cc item.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_buff.cc + test -e ../sql/item_buff.cc + /bin/ln -s ../sql/item_buff.cc item_buff.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_cmpfunc.cc + test -e ../sql/item_cmpfunc.cc + /bin/ln -s ../sql/item_cmpfunc.cc item_cmpfunc.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_create.cc + test -e ../sql/item_create.cc + /bin/ln -s ../sql/item_create.cc item_create.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_func.cc + test -e ../sql/item_func.cc + /bin/ln -s ../sql/item_func.cc item_func.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_strfunc.cc + test -e ../sql/item_strfunc.cc + /bin/ln -s ../sql/item_strfunc.cc item_strfunc.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_sum.cc + test -e ../sql/item_sum.cc + /bin/ln -s ../sql/item_sum.cc item_sum.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_timefunc.cc + test -e ../sql/item_timefunc.cc + /bin/ln -s ../sql/item_timefunc.cc item_timefunc.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_geofunc.cc + test -e ../sql/item_geofunc.cc + /bin/ln -s ../sql/item_geofunc.cc item_geofunc.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_uniq.cc + test -e ../sql/item_uniq.cc + /bin/ln -s ../sql/item_uniq.cc item_uniq.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_subselect.cc + test -e ../sql/item_subselect.cc + /bin/ln -s ../sql/item_subselect.cc item_subselect.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f item_row.cc + test -e ../sql/item_row.cc + /bin/ln -s ../sql/item_row.cc item_row.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f key.cc + test -e ../sql/key.cc + /bin/ln -s ../sql/key.cc key.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f lock.cc + test -e ../sql/lock.cc + /bin/ln -s ../sql/lock.cc lock.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f log.cc + test -e ../sql/log.cc + /bin/ln -s ../sql/log.cc log.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f log_event.cc + test -e ../sql/log_event.cc + /bin/ln -s ../sql/log_event.cc log_event.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_state.c + test -e ../sql/sql_state.c + /bin/ln -s ../sql/sql_state.c sql_state.c + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f protocol.cc + test -e ../sql/protocol.cc + /bin/ln -s ../sql/protocol.cc protocol.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f net_serv.cc + test -e ../sql/net_serv.cc + /bin/ln -s ../sql/net_serv.cc net_serv.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f opt_range.cc + test -e ../sql/opt_range.cc + /bin/ln -s ../sql/opt_range.cc opt_range.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f opt_sum.cc + test -e ../sql/opt_sum.cc + /bin/ln -s ../sql/opt_sum.cc opt_sum.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f procedure.cc + test -e ../sql/procedure.cc + /bin/ln -s ../sql/procedure.cc procedure.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f records.cc + test -e ../sql/records.cc + /bin/ln -s ../sql/records.cc records.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_acl.cc + test -e ../sql/sql_acl.cc + /bin/ln -s ../sql/sql_acl.cc sql_acl.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_load.cc + test -e ../sql/sql_load.cc + /bin/ln -s ../sql/sql_load.cc sql_load.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f discover.cc + test -e ../sql/discover.cc + /bin/ln -s ../sql/discover.cc discover.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_locale.cc + test -e ../sql/sql_locale.cc + /bin/ln -s ../sql/sql_locale.cc sql_locale.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_profile.cc + test -e ../sql/sql_profile.cc + /bin/ln -s ../sql/sql_profile.cc sql_profile.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_analyse.cc + test -e ../sql/sql_analyse.cc + /bin/ln -s ../sql/sql_analyse.cc sql_analyse.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_base.cc + test -e ../sql/sql_base.cc + /bin/ln -s ../sql/sql_base.cc sql_base.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_cache.cc + test -e ../sql/sql_cache.cc + /bin/ln -s ../sql/sql_cache.cc sql_cache.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_class.cc + test -e ../sql/sql_class.cc + /bin/ln -s ../sql/sql_class.cc sql_class.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_crypt.cc + test -e ../sql/sql_crypt.cc + /bin/ln -s ../sql/sql_crypt.cc sql_crypt.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_db.cc + test -e ../sql/sql_db.cc + /bin/ln -s ../sql/sql_db.cc sql_db.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_delete.cc + test -e ../sql/sql_delete.cc + /bin/ln -s ../sql/sql_delete.cc sql_delete.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_error.cc + test -e ../sql/sql_error.cc + /bin/ln -s ../sql/sql_error.cc sql_error.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_insert.cc + test -e ../sql/sql_insert.cc + /bin/ln -s ../sql/sql_insert.cc sql_insert.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_lex.cc + test -e ../sql/sql_lex.cc + /bin/ln -s ../sql/sql_lex.cc sql_lex.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_list.cc + test -e ../sql/sql_list.cc + /bin/ln -s ../sql/sql_list.cc sql_list.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_manager.cc + test -e ../sql/sql_manager.cc + /bin/ln -s ../sql/sql_manager.cc sql_manager.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_map.cc + test -e ../sql/sql_map.cc + /bin/ln -s ../sql/sql_map.cc sql_map.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_parse.cc + test -e ../sql/sql_parse.cc + /bin/ln -s ../sql/sql_parse.cc sql_parse.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_prepare.cc + test -e ../sql/sql_prepare.cc + /bin/ln -s ../sql/sql_prepare.cc sql_prepare.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_derived.cc + test -e ../sql/sql_derived.cc + /bin/ln -s ../sql/sql_derived.cc sql_derived.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_rename.cc + test -e ../sql/sql_rename.cc + /bin/ln -s ../sql/sql_rename.cc sql_rename.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_select.cc + test -e ../sql/sql_select.cc + /bin/ln -s ../sql/sql_select.cc sql_select.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_do.cc + test -e ../sql/sql_do.cc + /bin/ln -s ../sql/sql_do.cc sql_do.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_show.cc + test -e ../sql/sql_show.cc + /bin/ln -s ../sql/sql_show.cc sql_show.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f set_var.cc + test -e ../sql/set_var.cc + /bin/ln -s ../sql/set_var.cc set_var.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_string.cc + test -e ../sql/sql_string.cc + /bin/ln -s ../sql/sql_string.cc sql_string.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_table.cc + test -e ../sql/sql_table.cc + /bin/ln -s ../sql/sql_table.cc sql_table.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_test.cc + test -e ../sql/sql_test.cc + /bin/ln -s ../sql/sql_test.cc sql_test.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_udf.cc + test -e ../sql/sql_udf.cc + /bin/ln -s ../sql/sql_udf.cc sql_udf.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_update.cc + test -e ../sql/sql_update.cc + /bin/ln -s ../sql/sql_update.cc sql_update.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_yacc.cc + test -e ../sql/sql_yacc.cc + /bin/ln -s ../sql/sql_yacc.cc sql_yacc.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f table.cc + test -e ../sql/table.cc + /bin/ln -s ../sql/table.cc table.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f thr_malloc.cc + test -e ../sql/thr_malloc.cc + /bin/ln -s ../sql/thr_malloc.cc thr_malloc.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f time.cc + test -e ../sql/time.cc + /bin/ln -s ../sql/time.cc time.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f unireg.cc + test -e ../sql/unireg.cc + /bin/ln -s ../sql/unireg.cc unireg.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f uniques.cc + test -e ../sql/uniques.cc + /bin/ln -s ../sql/uniques.cc uniques.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f stacktrace.c + test -e ../sql/stacktrace.c + /bin/ln -s ../sql/stacktrace.c stacktrace.c + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_union.cc + test -e ../sql/sql_union.cc + /bin/ln -s ../sql/sql_union.cc sql_union.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f hash_filo.cc + test -e ../sql/hash_filo.cc + /bin/ln -s ../sql/hash_filo.cc hash_filo.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f spatial.cc + test -e ../sql/spatial.cc + /bin/ln -s ../sql/spatial.cc spatial.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f gstream.cc + test -e ../sql/gstream.cc + /bin/ln -s ../sql/gstream.cc gstream.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_help.cc + test -e ../sql/sql_help.cc + /bin/ln -s ../sql/sql_help.cc sql_help.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f tztime.cc + test -e ../sql/tztime.cc + /bin/ln -s ../sql/tztime.cc tztime.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_cursor.cc + test -e ../sql/sql_cursor.cc + /bin/ln -s ../sql/sql_cursor.cc sql_cursor.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sp_head.cc + test -e ../sql/sp_head.cc + /bin/ln -s ../sql/sp_head.cc sp_head.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sp_pcontext.cc + test -e ../sql/sp_pcontext.cc + /bin/ln -s ../sql/sp_pcontext.cc sp_pcontext.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sp.cc + test -e ../sql/sp.cc + /bin/ln -s ../sql/sp.cc sp.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sp_cache.cc + test -e ../sql/sp_cache.cc + /bin/ln -s ../sql/sp_cache.cc sp_cache.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sp_rcontext.cc + test -e ../sql/sp_rcontext.cc + /bin/ln -s ../sql/sp_rcontext.cc sp_rcontext.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f parse_file.cc + test -e ../sql/parse_file.cc + /bin/ln -s ../sql/parse_file.cc parse_file.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_view.cc + test -e ../sql/sql_view.cc + /bin/ln -s ../sql/sql_view.cc sql_view.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f sql_trigger.cc + test -e ../sql/sql_trigger.cc + /bin/ln -s ../sql/sql_trigger.cc sql_trigger.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f my_decimal.cc + test -e ../sql/my_decimal.cc + /bin/ln -s ../sql/my_decimal.cc my_decimal.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f ha_blackhole.cc + test -e ../sql/ha_blackhole.cc + /bin/ln -s ../sql/ha_blackhole.cc ha_blackhole.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f ha_archive.cc + test -e ../sql/ha_archive.cc + /bin/ln -s ../sql/ha_archive.cc ha_archive.cc + for f in derror.cc field.cc field_conv.cc strfunc.cc filesort.cc ha_innodb.cc ha_berkeley.cc ha_heap.cc ha_federated.cc ha_myisam.cc ha_myisammrg.cc handler.cc sql_handler.cc hostname.cc init.cc password.c item.cc item_buff.cc item_cmpfunc.cc item_create.cc item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc item_geofunc.cc item_uniq.cc item_subselect.cc item_row.cc key.cc lock.cc log.cc log_event.cc sql_state.c protocol.cc net_serv.cc opt_range.cc opt_sum.cc procedure.cc records.cc sql_acl.cc sql_load.cc discover.cc sql_locale.cc sql_profile.cc sql_analyse.cc sql_base.cc sql_cache.cc sql_class.cc sql_crypt.cc sql_db.cc sql_delete.cc sql_error.cc sql_insert.cc sql_lex.cc sql_list.cc sql_manager.cc sql_map.cc sql_parse.cc sql_prepare.cc sql_derived.cc sql_rename.cc sql_select.cc sql_do.cc sql_show.cc set_var.cc sql_string.cc sql_table.cc sql_test.cc sql_udf.cc sql_update.cc sql_yacc.cc table.cc thr_malloc.cc time.cc unireg.cc uniques.cc stacktrace.c sql_union.cc hash_filo.cc spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc ha_blackhole.cc ha_archive.cc my_user.c + rm -f my_user.c + test -e ../sql/my_user.c + /bin/ln -s ../sql/my_user.c my_user.c + for f in errmsg.c get_password.c libmysql.c client.c pack.c my_time.c + rm -f errmsg.c + test -e ../libmysql/errmsg.c + /bin/ln -s ../libmysql/errmsg.c errmsg.c + for f in errmsg.c get_password.c libmysql.c client.c pack.c my_time.c + rm -f get_password.c + test -e ../libmysql/get_password.c + /bin/ln -s ../libmysql/get_password.c get_password.c + for f in errmsg.c get_password.c libmysql.c client.c pack.c my_time.c + rm -f libmysql.c + test -e ../libmysql/libmysql.c + /bin/ln -s ../libmysql/libmysql.c libmysql.c + for f in errmsg.c get_password.c libmysql.c client.c pack.c my_time.c + rm -f client.c + test -e ../libmysql/client.c + /bin/ln -s ../libmysql/client.c client.c + for f in errmsg.c get_password.c libmysql.c client.c pack.c my_time.c + rm -f pack.c + test -e ../libmysql/pack.c + /bin/ln -s ../libmysql/pack.c pack.c + for f in errmsg.c get_password.c libmysql.c client.c pack.c my_time.c + rm -f my_time.c + test -e ../libmysql/my_time.c + /bin/ln -s ../libmysql/my_time.c my_time.c + for f in ha_example.cc ha_tina.cc + rm -f ha_example.cc + /bin/ln -s ../sql/examples/ha_example.cc ha_example.cc + for f in ha_example.cc ha_tina.cc + rm -f ha_tina.cc + /bin/ln -s ../sql/examples/ha_tina.cc ha_tina.cc + rm -f client_settings.h + /bin/ln -s ../libmysql/client_settings.h client_settings.h echo timestamp > linked_libmysqld_sources cd libmysqld/examples; /Applications/Xcode.app/Contents/Developer/usr/bin/make link_sources set -x; \ for f in mysqltest.c mysql.cc readline.cc completion_hash.cc my_readline.h sql_string.h completion_hash.h; do \ rm -f $f; \ /bin/ln -s ../../client/$f $f; \ done; \ for f in mysql_client_test.c; do \ rm -f $f; \ /bin/ln -s ../../tests/$f $f; \ done + for f in mysqltest.c mysql.cc readline.cc completion_hash.cc my_readline.h sql_string.h completion_hash.h + rm -f mysqltest.c + /bin/ln -s ../../client/mysqltest.c mysqltest.c + for f in mysqltest.c mysql.cc readline.cc completion_hash.cc my_readline.h sql_string.h completion_hash.h + rm -f mysql.cc + /bin/ln -s ../../client/mysql.cc mysql.cc + for f in mysqltest.c mysql.cc readline.cc completion_hash.cc my_readline.h sql_string.h completion_hash.h + rm -f readline.cc + /bin/ln -s ../../client/readline.cc readline.cc + for f in mysqltest.c mysql.cc readline.cc completion_hash.cc my_readline.h sql_string.h completion_hash.h + rm -f completion_hash.cc + /bin/ln -s ../../client/completion_hash.cc completion_hash.cc + for f in mysqltest.c mysql.cc readline.cc completion_hash.cc my_readline.h sql_string.h completion_hash.h + rm -f my_readline.h + /bin/ln -s ../../client/my_readline.h my_readline.h + for f in mysqltest.c mysql.cc readline.cc completion_hash.cc my_readline.h sql_string.h completion_hash.h + rm -f sql_string.h + /bin/ln -s ../../client/sql_string.h sql_string.h + for f in mysqltest.c mysql.cc readline.cc completion_hash.cc my_readline.h sql_string.h completion_hash.h + rm -f completion_hash.h + /bin/ln -s ../../client/completion_hash.h completion_hash.h + for f in mysql_client_test.c + rm -f mysql_client_test.c + /bin/ln -s ../../tests/mysql_client_test.c mysql_client_test.c echo timestamp > linked_libmysqldex_sources cd include; /Applications/Xcode.app/Contents/Developer/usr/bin/make link_sources /bin/rm -fr readline /bin/ln -s ../extra/yassl/include/openssl openssl echo timestamp > linked_include_sources /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in . make[2]: Nothing to be done for `all-am'. Making all in include /bin/cp config.h my_config.h + '[' no '!=' no ']' + touch abi_check /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am make[3]: Nothing to be done for `all-am'. Making all in Docs make[2]: Nothing to be done for `all'. Making all in extra/yassl Making all in taocrypt Making all in src /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-aes.lo -MD -MP -MF .deps/libtaocrypt_la-aes.Tpo -c -o libtaocrypt_la-aes.lo `test -f 'aes.cpp' || echo './'`aes.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-aes.lo -MD -MP -MF .deps/libtaocrypt_la-aes.Tpo -c aes.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-aes.o In file included from aes.cpp:27: In file included from ./../include/aes.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-aes.lo -MD -MP -MF .deps/libtaocrypt_la-aes.Tpo -c aes.cpp -o libtaocrypt_la-aes.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-aes.Tpo .deps/libtaocrypt_la-aes.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-aestables.lo -MD -MP -MF .deps/libtaocrypt_la-aestables.Tpo -c -o libtaocrypt_la-aestables.lo `test -f 'aestables.cpp' || echo './'`aestables.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-aestables.lo -MD -MP -MF .deps/libtaocrypt_la-aestables.Tpo -c aestables.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-aestables.o In file included from aestables.cpp:22: In file included from ./../include/aes.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-aestables.lo -MD -MP -MF .deps/libtaocrypt_la-aestables.Tpo -c aestables.cpp -o libtaocrypt_la-aestables.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-aestables.Tpo .deps/libtaocrypt_la-aestables.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-algebra.lo -MD -MP -MF .deps/libtaocrypt_la-algebra.Tpo -c -o libtaocrypt_la-algebra.lo `test -f 'algebra.cpp' || echo './'`algebra.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-algebra.lo -MD -MP -MF .deps/libtaocrypt_la-algebra.Tpo -c algebra.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-algebra.o In file included from algebra.cpp:24: In file included from ./../include/algebra.hpp:24: In file included from ./../include/integer.hpp:36: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from algebra.cpp:24: ./../include/algebra.hpp:71:38: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing(const AbstractRing &source) : AbstractGroup() ^ ./../include/algebra.hpp:73:49: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing& operator=(const AbstractRing &source) {return *this;} ^ In file included from algebra.cpp:28: In file included from ./../mySTL/vector.hpp:27: ./../mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from algebra.cpp:24: In file included from ./../include/algebra.hpp:24: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from algebra.cpp:24: In file included from ./../include/algebra.hpp:24: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from algebra.cpp:24: In file included from ./../include/algebra.hpp:24: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 16 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-algebra.lo -MD -MP -MF .deps/libtaocrypt_la-algebra.Tpo -c algebra.cpp -o libtaocrypt_la-algebra.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-algebra.Tpo .deps/libtaocrypt_la-algebra.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-arc4.lo -MD -MP -MF .deps/libtaocrypt_la-arc4.Tpo -c -o libtaocrypt_la-arc4.lo `test -f 'arc4.cpp' || echo './'`arc4.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-arc4.lo -MD -MP -MF .deps/libtaocrypt_la-arc4.Tpo -c arc4.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-arc4.o In file included from arc4.cpp:22: In file included from ./../include/arc4.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-arc4.lo -MD -MP -MF .deps/libtaocrypt_la-arc4.Tpo -c arc4.cpp -o libtaocrypt_la-arc4.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-arc4.Tpo .deps/libtaocrypt_la-arc4.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-asn.lo -MD -MP -MF .deps/libtaocrypt_la-asn.Tpo -c -o libtaocrypt_la-asn.lo `test -f 'asn.cpp' || echo './'`asn.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-asn.lo -MD -MP -MF .deps/libtaocrypt_la-asn.Tpo -c asn.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-asn.o In file included from asn.cpp:24: In file included from ./../include/asn.hpp:28: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from asn.cpp:24: In file included from ./../include/asn.hpp:34: In file included from ./../mySTL/list.hpp:28: ./../mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from asn.cpp:24: In file included from ./../include/asn.hpp:29: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from asn.cpp:24: In file included from ./../include/asn.hpp:29: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from asn.cpp:24: In file included from ./../include/asn.hpp:29: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 14 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-asn.lo -MD -MP -MF .deps/libtaocrypt_la-asn.Tpo -c asn.cpp -o libtaocrypt_la-asn.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-asn.Tpo .deps/libtaocrypt_la-asn.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-bftables.lo -MD -MP -MF .deps/libtaocrypt_la-bftables.Tpo -c -o libtaocrypt_la-bftables.lo `test -f 'bftables.cpp' || echo './'`bftables.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-bftables.lo -MD -MP -MF .deps/libtaocrypt_la-bftables.Tpo -c bftables.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-bftables.o In file included from bftables.cpp:22: In file included from ./../include/blowfish.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-bftables.lo -MD -MP -MF .deps/libtaocrypt_la-bftables.Tpo -c bftables.cpp -o libtaocrypt_la-bftables.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-bftables.Tpo .deps/libtaocrypt_la-bftables.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-blowfish.lo -MD -MP -MF .deps/libtaocrypt_la-blowfish.Tpo -c -o libtaocrypt_la-blowfish.lo `test -f 'blowfish.cpp' || echo './'`blowfish.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-blowfish.lo -MD -MP -MF .deps/libtaocrypt_la-blowfish.Tpo -c blowfish.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-blowfish.o In file included from blowfish.cpp:29: In file included from ./../include/blowfish.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-blowfish.lo -MD -MP -MF .deps/libtaocrypt_la-blowfish.Tpo -c blowfish.cpp -o libtaocrypt_la-blowfish.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-blowfish.Tpo .deps/libtaocrypt_la-blowfish.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-coding.lo -MD -MP -MF .deps/libtaocrypt_la-coding.Tpo -c -o libtaocrypt_la-coding.lo `test -f 'coding.cpp' || echo './'`coding.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-coding.lo -MD -MP -MF .deps/libtaocrypt_la-coding.Tpo -c coding.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-coding.o In file included from coding.cpp:23: In file included from ./../include/coding.hpp:25: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from coding.cpp:23: In file included from ./../include/coding.hpp:26: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/coding.hpp:38:14: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit HexEncoder(Source& s) : plain_(s) { Encode(); } ^ In file included from coding.cpp:23: In file included from ./../include/coding.hpp:26: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from coding.cpp:23: In file included from ./../include/coding.hpp:26: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 11 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-coding.lo -MD -MP -MF .deps/libtaocrypt_la-coding.Tpo -c coding.cpp -o libtaocrypt_la-coding.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-coding.Tpo .deps/libtaocrypt_la-coding.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-des.lo -MD -MP -MF .deps/libtaocrypt_la-des.Tpo -c -o libtaocrypt_la-des.lo `test -f 'des.cpp' || echo './'`des.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-des.lo -MD -MP -MF .deps/libtaocrypt_la-des.Tpo -c des.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-des.o In file included from des.cpp:29: In file included from ./../include/des.hpp:27: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-des.lo -MD -MP -MF .deps/libtaocrypt_la-des.Tpo -c des.cpp -o libtaocrypt_la-des.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-des.Tpo .deps/libtaocrypt_la-des.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-dh.lo -MD -MP -MF .deps/libtaocrypt_la-dh.Tpo -c -o libtaocrypt_la-dh.lo `test -f 'dh.cpp' || echo './'`dh.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-dh.lo -MD -MP -MF .deps/libtaocrypt_la-dh.Tpo -c dh.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-dh.o In file included from dh.cpp:24: In file included from ./../include/dh.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from dh.cpp:25: In file included from ./../include/asn.hpp:34: In file included from ./../mySTL/list.hpp:28: ./../mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from dh.cpp:24: In file included from ./../include/dh.hpp:27: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from dh.cpp:24: In file included from ./../include/dh.hpp:27: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from dh.cpp:24: In file included from ./../include/dh.hpp:27: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 14 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-dh.lo -MD -MP -MF .deps/libtaocrypt_la-dh.Tpo -c dh.cpp -o libtaocrypt_la-dh.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-dh.Tpo .deps/libtaocrypt_la-dh.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-dsa.lo -MD -MP -MF .deps/libtaocrypt_la-dsa.Tpo -c -o libtaocrypt_la-dsa.lo `test -f 'dsa.cpp' || echo './'`dsa.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-dsa.lo -MD -MP -MF .deps/libtaocrypt_la-dsa.Tpo -c dsa.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-dsa.o In file included from dsa.cpp:21: In file included from ./../include/dsa.hpp:25: In file included from ./../include/integer.hpp:36: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from dsa.cpp:23: In file included from ./../include/asn.hpp:34: In file included from ./../mySTL/list.hpp:28: ./../mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from dsa.cpp:24: In file included from ./../include/modarith.hpp:27: ./../include/algebra.hpp:71:38: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing(const AbstractRing &source) : AbstractGroup() ^ ./../include/algebra.hpp:73:49: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing& operator=(const AbstractRing &source) {return *this;} ^ In file included from dsa.cpp:21: In file included from ./../include/dsa.hpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from dsa.cpp:21: In file included from ./../include/dsa.hpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from dsa.cpp:21: In file included from ./../include/dsa.hpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 16 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-dsa.lo -MD -MP -MF .deps/libtaocrypt_la-dsa.Tpo -c dsa.cpp -o libtaocrypt_la-dsa.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-dsa.Tpo .deps/libtaocrypt_la-dsa.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-file.lo -MD -MP -MF .deps/libtaocrypt_la-file.Tpo -c -o libtaocrypt_la-file.lo `test -f 'file.cpp' || echo './'`file.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-file.lo -MD -MP -MF .deps/libtaocrypt_la-file.Tpo -c file.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-file.o In file included from file.cpp:23: In file included from ./../include/file.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from file.cpp:23: In file included from ./../include/file.hpp:27: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from file.cpp:23: In file included from ./../include/file.hpp:27: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from file.cpp:23: In file included from ./../include/file.hpp:27: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 11 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-file.lo -MD -MP -MF .deps/libtaocrypt_la-file.Tpo -c file.cpp -o libtaocrypt_la-file.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-file.Tpo .deps/libtaocrypt_la-file.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-hash.lo -MD -MP -MF .deps/libtaocrypt_la-hash.Tpo -c -o libtaocrypt_la-hash.lo `test -f 'hash.cpp' || echo './'`hash.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-hash.lo -MD -MP -MF .deps/libtaocrypt_la-hash.Tpo -c hash.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-hash.o In file included from hash.cpp:25: In file included from ./../include/hash.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ hash.cpp:31:45: warning: unused parameter 'digSz' [-Wunused-parameter] HASHwithTransform::HASHwithTransform(word32 digSz, word32 buffSz) ^ hash.cpp:31:59: warning: unused parameter 'buffSz' [-Wunused-parameter] HASHwithTransform::HASHwithTransform(word32 digSz, word32 buffSz) ^ hash.cpp:111:49: warning: unused parameter 'digSz' [-Wunused-parameter] HASH64withTransform::HASH64withTransform(word32 digSz, word32 buffSz) ^ hash.cpp:111:63: warning: unused parameter 'buffSz' [-Wunused-parameter] HASH64withTransform::HASH64withTransform(word32 digSz, word32 buffSz) ^ 12 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-hash.lo -MD -MP -MF .deps/libtaocrypt_la-hash.Tpo -c hash.cpp -o libtaocrypt_la-hash.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-hash.Tpo .deps/libtaocrypt_la-hash.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-integer.lo -MD -MP -MF .deps/libtaocrypt_la-integer.Tpo -c -o libtaocrypt_la-integer.lo `test -f 'integer.cpp' || echo './'`integer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-integer.lo -MD -MP -MF .deps/libtaocrypt_la-integer.Tpo -c integer.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-integer.o In file included from integer.cpp:24: In file included from ./../include/integer.hpp:36: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from integer.cpp:25: In file included from ./../include/modarith.hpp:27: ./../include/algebra.hpp:71:38: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing(const AbstractRing &source) : AbstractGroup() ^ ./../include/algebra.hpp:73:49: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing& operator=(const AbstractRing &source) {return *this;} ^ In file included from integer.cpp:26: In file included from ./../include/asn.hpp:34: In file included from ./../mySTL/list.hpp:28: ./../mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ integer.cpp:363:46: warning: unused parameter 'dummy_VC6_WorkAround' [-Wunused-parameter] S DivideThreeWordsByTwo(S* A, S B0, S B1, D* dummy_VC6_WorkAround = 0) ^ In file included from integer.cpp:24: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from integer.cpp:24: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from integer.cpp:24: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ In file included from integer.cpp:24: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ integer.cpp:2381:22: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here AlignedWordBlock workspace(aSize + bSize); ^ 18 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-integer.lo -MD -MP -MF .deps/libtaocrypt_la-integer.Tpo -c integer.cpp -o libtaocrypt_la-integer.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-integer.Tpo .deps/libtaocrypt_la-integer.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-md2.lo -MD -MP -MF .deps/libtaocrypt_la-md2.Tpo -c -o libtaocrypt_la-md2.lo `test -f 'md2.cpp' || echo './'`md2.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-md2.lo -MD -MP -MF .deps/libtaocrypt_la-md2.Tpo -c md2.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-md2.o In file included from md2.cpp:23: In file included from ./../include/md2.hpp:26: In file included from ./../include/hash.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from md2.cpp:23: In file included from ./../include/md2.hpp:27: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ md2.cpp:30:7: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : X_(X_SIZE), C_(BLOCK_SIZE), buffer_(BLOCK_SIZE) ^ 9 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-md2.lo -MD -MP -MF .deps/libtaocrypt_la-md2.Tpo -c md2.cpp -o libtaocrypt_la-md2.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-md2.Tpo .deps/libtaocrypt_la-md2.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-md4.lo -MD -MP -MF .deps/libtaocrypt_la-md4.Tpo -c -o libtaocrypt_la-md4.lo `test -f 'md4.cpp' || echo './'`md4.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-md4.lo -MD -MP -MF .deps/libtaocrypt_la-md4.Tpo -c md4.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-md4.o In file included from md4.cpp:23: In file included from ./../include/md4.hpp:27: In file included from ./../include/hash.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-md4.lo -MD -MP -MF .deps/libtaocrypt_la-md4.Tpo -c md4.cpp -o libtaocrypt_la-md4.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-md4.Tpo .deps/libtaocrypt_la-md4.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-md5.lo -MD -MP -MF .deps/libtaocrypt_la-md5.Tpo -c -o libtaocrypt_la-md5.lo `test -f 'md5.cpp' || echo './'`md5.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-md5.lo -MD -MP -MF .deps/libtaocrypt_la-md5.Tpo -c md5.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-md5.o In file included from md5.cpp:23: In file included from ./../include/md5.hpp:25: In file included from ./../include/hash.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-md5.lo -MD -MP -MF .deps/libtaocrypt_la-md5.Tpo -c md5.cpp -o libtaocrypt_la-md5.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-md5.Tpo .deps/libtaocrypt_la-md5.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-misc.lo -MD -MP -MF .deps/libtaocrypt_la-misc.Tpo -c -o libtaocrypt_la-misc.lo `test -f 'misc.cpp' || echo './'`misc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-misc.lo -MD -MP -MF .deps/libtaocrypt_la-misc.Tpo -c misc.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-misc.o In file included from misc.cpp:23: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-misc.lo -MD -MP -MF .deps/libtaocrypt_la-misc.Tpo -c misc.cpp -o libtaocrypt_la-misc.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-misc.Tpo .deps/libtaocrypt_la-misc.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-random.lo -MD -MP -MF .deps/libtaocrypt_la-random.Tpo -c -o libtaocrypt_la-random.lo `test -f 'random.cpp' || echo './'`random.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-random.lo -MD -MP -MF .deps/libtaocrypt_la-random.Tpo -c random.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-random.o In file included from random.cpp:25: In file included from ./../include/random.hpp:27: In file included from ./../include/arc4.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-random.lo -MD -MP -MF .deps/libtaocrypt_la-random.Tpo -c random.cpp -o libtaocrypt_la-random.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-random.Tpo .deps/libtaocrypt_la-random.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-ripemd.lo -MD -MP -MF .deps/libtaocrypt_la-ripemd.Tpo -c -o libtaocrypt_la-ripemd.lo `test -f 'ripemd.cpp' || echo './'`ripemd.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-ripemd.lo -MD -MP -MF .deps/libtaocrypt_la-ripemd.Tpo -c ripemd.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-ripemd.o In file included from ripemd.cpp:23: In file included from ./../include/ripemd.hpp:25: In file included from ./../include/hash.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-ripemd.lo -MD -MP -MF .deps/libtaocrypt_la-ripemd.Tpo -c ripemd.cpp -o libtaocrypt_la-ripemd.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-ripemd.Tpo .deps/libtaocrypt_la-ripemd.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-rsa.lo -MD -MP -MF .deps/libtaocrypt_la-rsa.Tpo -c -o libtaocrypt_la-rsa.lo `test -f 'rsa.cpp' || echo './'`rsa.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-rsa.lo -MD -MP -MF .deps/libtaocrypt_la-rsa.Tpo -c rsa.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-rsa.o In file included from rsa.cpp:22: In file included from ./../include/rsa.hpp:25: In file included from ./../include/integer.hpp:36: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from rsa.cpp:23: In file included from ./../include/asn.hpp:34: In file included from ./../mySTL/list.hpp:28: ./../mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from rsa.cpp:24: In file included from ./../include/modarith.hpp:27: ./../include/algebra.hpp:71:38: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing(const AbstractRing &source) : AbstractGroup() ^ ./../include/algebra.hpp:73:49: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing& operator=(const AbstractRing &source) {return *this;} ^ In file included from rsa.cpp:22: In file included from ./../include/rsa.hpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from rsa.cpp:22: In file included from ./../include/rsa.hpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from rsa.cpp:22: In file included from ./../include/rsa.hpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 16 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-rsa.lo -MD -MP -MF .deps/libtaocrypt_la-rsa.Tpo -c rsa.cpp -o libtaocrypt_la-rsa.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-rsa.Tpo .deps/libtaocrypt_la-rsa.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-sha.lo -MD -MP -MF .deps/libtaocrypt_la-sha.Tpo -c -o libtaocrypt_la-sha.lo `test -f 'sha.cpp' || echo './'`sha.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-sha.lo -MD -MP -MF .deps/libtaocrypt_la-sha.Tpo -c sha.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-sha.o In file included from sha.cpp:23: In file included from ./../include/sha.hpp:25: In file included from ./../include/hash.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-sha.lo -MD -MP -MF .deps/libtaocrypt_la-sha.Tpo -c sha.cpp -o libtaocrypt_la-sha.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-sha.Tpo .deps/libtaocrypt_la-sha.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-template_instnt.lo -MD -MP -MF .deps/libtaocrypt_la-template_instnt.Tpo -c -o libtaocrypt_la-template_instnt.lo `test -f 'template_instnt.cpp' || echo './'`template_instnt.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-template_instnt.lo -MD -MP -MF .deps/libtaocrypt_la-template_instnt.Tpo -c template_instnt.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-template_instnt.o In file included from template_instnt.cpp:25: In file included from ./../include/integer.hpp:36: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from template_instnt.cpp:32: ./../include/algebra.hpp:71:38: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing(const AbstractRing &source) : AbstractGroup() ^ ./../include/algebra.hpp:73:49: warning: unused parameter 'source' [-Wunused-parameter] AbstractRing& operator=(const AbstractRing &source) {return *this;} ^ In file included from template_instnt.cpp:33: In file included from ./../mySTL/vector.hpp:27: ./../mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from template_instnt.cpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from template_instnt.cpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from template_instnt.cpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 16 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-template_instnt.lo -MD -MP -MF .deps/libtaocrypt_la-template_instnt.Tpo -c template_instnt.cpp -o libtaocrypt_la-template_instnt.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-template_instnt.Tpo .deps/libtaocrypt_la-template_instnt.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-tftables.lo -MD -MP -MF .deps/libtaocrypt_la-tftables.Tpo -c -o libtaocrypt_la-tftables.lo `test -f 'tftables.cpp' || echo './'`tftables.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-tftables.lo -MD -MP -MF .deps/libtaocrypt_la-tftables.Tpo -c tftables.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-tftables.o In file included from tftables.cpp:22: In file included from ./../include/twofish.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-tftables.lo -MD -MP -MF .deps/libtaocrypt_la-tftables.Tpo -c tftables.cpp -o libtaocrypt_la-tftables.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-tftables.Tpo .deps/libtaocrypt_la-tftables.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-twofish.lo -MD -MP -MF .deps/libtaocrypt_la-twofish.Tpo -c -o libtaocrypt_la-twofish.lo `test -f 'twofish.cpp' || echo './'`twofish.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-twofish.lo -MD -MP -MF .deps/libtaocrypt_la-twofish.Tpo -c twofish.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-twofish.o In file included from twofish.cpp:28: In file included from ./../include/twofish.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-twofish.lo -MD -MP -MF .deps/libtaocrypt_la-twofish.Tpo -c twofish.cpp -o libtaocrypt_la-twofish.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-twofish.Tpo .deps/libtaocrypt_la-twofish.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-crypto.lo -MD -MP -MF .deps/libtaocrypt_la-crypto.Tpo -c -o libtaocrypt_la-crypto.lo `test -f 'crypto.cpp' || echo './'`crypto.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-crypto.lo -MD -MP -MF .deps/libtaocrypt_la-crypto.Tpo -c crypto.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-crypto.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-crypto.lo -MD -MP -MF .deps/libtaocrypt_la-crypto.Tpo -c crypto.cpp -o libtaocrypt_la-crypto.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-crypto.Tpo .deps/libtaocrypt_la-crypto.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-rabbit.lo -MD -MP -MF .deps/libtaocrypt_la-rabbit.Tpo -c -o libtaocrypt_la-rabbit.lo `test -f 'rabbit.cpp' || echo './'`rabbit.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-rabbit.lo -MD -MP -MF .deps/libtaocrypt_la-rabbit.Tpo -c rabbit.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-rabbit.o In file included from rabbit.cpp:21: In file included from ./../include/rabbit.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-rabbit.lo -MD -MP -MF .deps/libtaocrypt_la-rabbit.Tpo -c rabbit.cpp -o libtaocrypt_la-rabbit.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-rabbit.Tpo .deps/libtaocrypt_la-rabbit.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-hc128.lo -MD -MP -MF .deps/libtaocrypt_la-hc128.Tpo -c -o libtaocrypt_la-hc128.lo `test -f 'hc128.cpp' || echo './'`hc128.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-hc128.lo -MD -MP -MF .deps/libtaocrypt_la-hc128.Tpo -c hc128.cpp -fno-common -DPIC -o .libs/libtaocrypt_la-hc128.o In file included from hc128.cpp:21: In file included from ./../include/hc128.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 8 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT libtaocrypt_la-hc128.lo -MD -MP -MF .deps/libtaocrypt_la-hc128.Tpo -c hc128.cpp -o libtaocrypt_la-hc128.o >/dev/null 2>&1 mv -f .deps/libtaocrypt_la-hc128.Tpo .deps/libtaocrypt_la-hc128.Plo /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=link g++ -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib -o libtaocrypt.la libtaocrypt_la-aes.lo libtaocrypt_la-aestables.lo libtaocrypt_la-algebra.lo libtaocrypt_la-arc4.lo libtaocrypt_la-asn.lo libtaocrypt_la-bftables.lo libtaocrypt_la-blowfish.lo libtaocrypt_la-coding.lo libtaocrypt_la-des.lo libtaocrypt_la-dh.lo libtaocrypt_la-dsa.lo libtaocrypt_la-file.lo libtaocrypt_la-hash.lo libtaocrypt_la-integer.lo libtaocrypt_la-md2.lo libtaocrypt_la-md4.lo libtaocrypt_la-md5.lo libtaocrypt_la-misc.lo libtaocrypt_la-random.lo libtaocrypt_la-ripemd.lo libtaocrypt_la-rsa.lo libtaocrypt_la-sha.lo libtaocrypt_la-template_instnt.lo libtaocrypt_la-tftables.lo libtaocrypt_la-twofish.lo libtaocrypt_la-crypto.lo libtaocrypt_la-rabbit.lo libtaocrypt_la-hc128.lo -lm libtool: link: ar cru .libs/libtaocrypt.a .libs/libtaocrypt_la-aes.o .libs/libtaocrypt_la-aestables.o .libs/libtaocrypt_la-algebra.o .libs/libtaocrypt_la-arc4.o .libs/libtaocrypt_la-asn.o .libs/libtaocrypt_la-bftables.o .libs/libtaocrypt_la-blowfish.o .libs/libtaocrypt_la-coding.o .libs/libtaocrypt_la-des.o .libs/libtaocrypt_la-dh.o .libs/libtaocrypt_la-dsa.o .libs/libtaocrypt_la-file.o .libs/libtaocrypt_la-hash.o .libs/libtaocrypt_la-integer.o .libs/libtaocrypt_la-md2.o .libs/libtaocrypt_la-md4.o .libs/libtaocrypt_la-md5.o .libs/libtaocrypt_la-misc.o .libs/libtaocrypt_la-random.o .libs/libtaocrypt_la-ripemd.o .libs/libtaocrypt_la-rsa.o .libs/libtaocrypt_la-sha.o .libs/libtaocrypt_la-template_instnt.o .libs/libtaocrypt_la-tftables.o .libs/libtaocrypt_la-twofish.o .libs/libtaocrypt_la-crypto.o .libs/libtaocrypt_la-rabbit.o .libs/libtaocrypt_la-hc128.o libtool: link: ranlib .libs/libtaocrypt.a libtool: link: ( cd ".libs" && rm -f "libtaocrypt.la" && ln -s "../libtaocrypt.la" "libtaocrypt.la" ) Making all in test g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT test-test.o -MD -MP -MF .deps/test-test.Tpo -c -o test-test.o `test -f 'test.cpp' || echo './'`test.cpp In file included from test.cpp:26: In file included from ./../include/sha.hpp:25: In file included from ./../include/hash.hpp:26: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from test.cpp:39: In file included from ./../include/asn.hpp:34: In file included from ./../mySTL/list.hpp:28: ./../mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from test.cpp:28: In file included from ./../include/md2.hpp:27: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from test.cpp:28: In file included from ./../include/md2.hpp:27: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from test.cpp:28: In file included from ./../include/md2.hpp:27: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 14 warnings generated. mv -f .deps/test-test.Tpo .deps/test-test.Po /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=link g++ -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib -o test test-test.o ../../../../extra/yassl/taocrypt/src/libtaocrypt.la -lm libtool: link: g++ -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -o test test-test.o -L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib ../../../../extra/yassl/taocrypt/src/.libs/libtaocrypt.a -lm Making all in benchmark g++ -DHAVE_CONFIG_H -I. -I../../../../include -I./../include -I./../mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT benchmark-benchmark.o -MD -MP -MF .deps/benchmark-benchmark.Tpo -c -o benchmark-benchmark.o `test -f 'benchmark.cpp' || echo './'`benchmark.cpp In file included from benchmark.cpp:26: In file included from ./../include/des.hpp:27: ./../include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ benchmark.cpp:60:14: warning: unused parameter 'argc' [-Wunused-parameter] int main(int argc, char** argv) ^ benchmark.cpp:60:27: warning: unused parameter 'argv' [-Wunused-parameter] int main(int argc, char** argv) ^ In file included from benchmark.cpp:34: In file included from ./../include/rsa.hpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from benchmark.cpp:34: In file included from ./../include/rsa.hpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from benchmark.cpp:34: In file included from ./../include/rsa.hpp:25: In file included from ./../include/integer.hpp:37: ./../include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 13 warnings generated. mv -f .deps/benchmark-benchmark.Tpo .deps/benchmark-benchmark.Po /bin/sh ../../../../libtool --preserve-dup-deps --tag=CXX --mode=link g++ -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib -o benchmark benchmark-benchmark.o ../../../../extra/yassl/taocrypt/src/libtaocrypt.la -lm libtool: link: g++ -DYASSL_PURE_C -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -o benchmark benchmark-benchmark.o -L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib ../../../../extra/yassl/taocrypt/src/.libs/libtaocrypt.a -lm make[4]: Nothing to be done for `all-am'. Making all in src /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c -o buffer.lo buffer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.cpp -fno-common -DPIC -o .libs/buffer.o buffer.cpp:133:43: warning: unused parameter 'i' [-Wunused-parameter] const byte& input_buffer::operator[](uint i) ^ buffer.cpp:244:38: warning: unused parameter 'i' [-Wunused-parameter] byte& output_buffer::operator[](uint i) ^ 2 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.cpp -o buffer.o >/dev/null 2>&1 mv -f .deps/buffer.Tpo .deps/buffer.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT cert_wrapper.lo -MD -MP -MF .deps/cert_wrapper.Tpo -c -o cert_wrapper.lo cert_wrapper.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT cert_wrapper.lo -MD -MP -MF .deps/cert_wrapper.Tpo -c cert_wrapper.cpp -fno-common -DPIC -o .libs/cert_wrapper.o In file included from cert_wrapper.cpp:26: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:28: ./../taocrypt/include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../taocrypt/include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../taocrypt/include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from cert_wrapper.cpp:26: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:34: In file included from ./../taocrypt/mySTL/list.hpp:28: ./../taocrypt/mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from cert_wrapper.cpp:27: ./../include/yassl_int.hpp:443:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] const VerifyCallback getVerifyCallback() const; ^~~~~~ In file included from cert_wrapper.cpp:26: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:29: ./../taocrypt/include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from cert_wrapper.cpp:26: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:29: ./../taocrypt/include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from cert_wrapper.cpp:26: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:29: ./../taocrypt/include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 15 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT cert_wrapper.lo -MD -MP -MF .deps/cert_wrapper.Tpo -c cert_wrapper.cpp -o cert_wrapper.o >/dev/null 2>&1 mv -f .deps/cert_wrapper.Tpo .deps/cert_wrapper.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT crypto_wrapper.lo -MD -MP -MF .deps/crypto_wrapper.Tpo -c -o crypto_wrapper.lo crypto_wrapper.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT crypto_wrapper.lo -MD -MP -MF .deps/crypto_wrapper.Tpo -c crypto_wrapper.cpp -fno-common -DPIC -o .libs/crypto_wrapper.o In file included from crypto_wrapper.cpp:29: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:28: ./../taocrypt/include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../taocrypt/include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../taocrypt/include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from crypto_wrapper.cpp:29: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:34: In file included from ./../taocrypt/mySTL/list.hpp:28: ./../taocrypt/mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from crypto_wrapper.cpp:29: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:29: ./../taocrypt/include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from crypto_wrapper.cpp:29: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:29: ./../taocrypt/include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from crypto_wrapper.cpp:29: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:29: ./../taocrypt/include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 14 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT crypto_wrapper.lo -MD -MP -MF .deps/crypto_wrapper.Tpo -c crypto_wrapper.cpp -o crypto_wrapper.o >/dev/null 2>&1 mv -f .deps/crypto_wrapper.Tpo .deps/crypto_wrapper.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT handshake.lo -MD -MP -MF .deps/handshake.Tpo -c -o handshake.lo handshake.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT handshake.lo -MD -MP -MF .deps/handshake.Tpo -c handshake.cpp -fno-common -DPIC -o .libs/handshake.o In file included from handshake.cpp:29: In file included from ./../include/yassl_int.hpp:28: In file included from ./../include/yassl_imp.hpp:35: In file included from ./../include/factory.hpp:31: In file included from ./../taocrypt/mySTL/vector.hpp:27: ./../taocrypt/mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from handshake.cpp:29: In file included from ./../include/yassl_int.hpp:31: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:28: ./../taocrypt/include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../taocrypt/include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../taocrypt/include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from handshake.cpp:29: ./../include/yassl_int.hpp:443:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] const VerifyCallback getVerifyCallback() const; ^~~~~~ 12 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT handshake.lo -MD -MP -MF .deps/handshake.Tpo -c handshake.cpp -o handshake.o >/dev/null 2>&1 mv -f .deps/handshake.Tpo .deps/handshake.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo lock.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c lock.cpp -fno-common -DPIC -o .libs/lock.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c lock.cpp -o lock.o >/dev/null 2>&1 mv -f .deps/lock.Tpo .deps/lock.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.cpp -fno-common -DPIC -o .libs/log.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.cpp -o log.o >/dev/null 2>&1 mv -f .deps/log.Tpo .deps/log.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT socket_wrapper.lo -MD -MP -MF .deps/socket_wrapper.Tpo -c -o socket_wrapper.lo socket_wrapper.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT socket_wrapper.lo -MD -MP -MF .deps/socket_wrapper.Tpo -c socket_wrapper.cpp -fno-common -DPIC -o .libs/socket_wrapper.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT socket_wrapper.lo -MD -MP -MF .deps/socket_wrapper.Tpo -c socket_wrapper.cpp -o socket_wrapper.o >/dev/null 2>&1 mv -f .deps/socket_wrapper.Tpo .deps/socket_wrapper.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c -o ssl.lo ssl.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c ssl.cpp -fno-common -DPIC -o .libs/ssl.o In file included from ssl.cpp:36: In file included from ./../include/yassl_int.hpp:28: In file included from ./../include/yassl_imp.hpp:35: In file included from ./../include/factory.hpp:31: In file included from ./../taocrypt/mySTL/vector.hpp:27: ./../taocrypt/mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from ssl.cpp:36: In file included from ./../include/yassl_int.hpp:31: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:28: ./../taocrypt/include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../taocrypt/include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../taocrypt/include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from ssl.cpp:36: ./../include/yassl_int.hpp:443:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] const VerifyCallback getVerifyCallback() const; ^~~~~~ ssl.cpp:434:20: warning: unused parameter 'ssl' [-Wunused-parameter] int SSL_clear(SSL* ssl) ^ ssl.cpp:1169:37: warning: unused parameter 'key' [-Wunused-parameter] void DES_set_odd_parity(DES_cblock* key) ^ ssl.cpp:1197:32: warning: unused parameter 'ssl' [-Wunused-parameter] X509* SSL_get_certificate(SSL* ssl) ^ ssl.cpp:1204:35: warning: unused parameter 'ssl' [-Wunused-parameter] EVP_PKEY* SSL_get_privatekey(SSL* ssl) ^ ssl.cpp:1211:36: warning: unused parameter 'session' [-Wunused-parameter] void SSL_SESSION_free(SSL_SESSION* session) ^ ssl.cpp:1218:33: warning: unused parameter 'x' [-Wunused-parameter] EVP_PKEY* X509_get_pubkey(X509* x) ^ ssl.cpp:1225:40: warning: unused parameter 'to' [-Wunused-parameter] int EVP_PKEY_copy_parameters(EVP_PKEY* to, const EVP_PKEY* from) ^ ssl.cpp:1225:60: warning: unused parameter 'from' [-Wunused-parameter] int EVP_PKEY_copy_parameters(EVP_PKEY* to, const EVP_PKEY* from) ^ ssl.cpp:1232:30: warning: unused parameter 'pkey' [-Wunused-parameter] void EVP_PKEY_free(EVP_PKEY* pkey) ^ ssl.cpp:1282:49: warning: unused parameter 'x' [-Wunused-parameter] void GENERAL_NAMES_free(STACK_OF(GENERAL_NAME) *x) ^ ssl.cpp:1288:49: warning: unused parameter 'x' [-Wunused-parameter] int sk_GENERAL_NAME_num(STACK_OF(GENERAL_NAME) *x) ^ ssl.cpp:1295:61: warning: unused parameter 'x' [-Wunused-parameter] GENERAL_NAME* sk_GENERAL_NAME_value(STACK_OF(GENERAL_NAME) *x, int i) ^ ssl.cpp:1295:68: warning: unused parameter 'i' [-Wunused-parameter] GENERAL_NAME* sk_GENERAL_NAME_value(STACK_OF(GENERAL_NAME) *x, int i) ^ ssl.cpp:1369:30: warning: unused parameter 'x' [-Wunused-parameter] void* X509_get_ext_d2i(X509* x, int nid, int* crit, int* idx) ^ ssl.cpp:1369:37: warning: unused parameter 'nid' [-Wunused-parameter] void* X509_get_ext_d2i(X509* x, int nid, int* crit, int* idx) ^ ssl.cpp:1369:47: warning: unused parameter 'crit' [-Wunused-parameter] void* X509_get_ext_d2i(X509* x, int nid, int* crit, int* idx) ^ ssl.cpp:1369:58: warning: unused parameter 'idx' [-Wunused-parameter] void* X509_get_ext_d2i(X509* x, int nid, int* crit, int* idx) ^ In file included from ssl.cpp:36: In file included from ./../include/yassl_int.hpp:31: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:29: ./../taocrypt/include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from ssl.cpp:36: In file included from ./../include/yassl_int.hpp:31: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:29: ./../taocrypt/include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from ssl.cpp:36: In file included from ./../include/yassl_int.hpp:31: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:29: ./../taocrypt/include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 32 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c ssl.cpp -o ssl.o >/dev/null 2>&1 mv -f .deps/ssl.Tpo .deps/ssl.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT template_instnt.lo -MD -MP -MF .deps/template_instnt.Tpo -c -o template_instnt.lo template_instnt.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT template_instnt.lo -MD -MP -MF .deps/template_instnt.Tpo -c template_instnt.cpp -fno-common -DPIC -o .libs/template_instnt.o In file included from template_instnt.cpp:26: In file included from ./../include/yassl_int.hpp:28: In file included from ./../include/yassl_imp.hpp:35: In file included from ./../include/factory.hpp:31: In file included from ./../taocrypt/mySTL/vector.hpp:27: ./../taocrypt/mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from template_instnt.cpp:26: In file included from ./../include/yassl_int.hpp:31: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:28: ./../taocrypt/include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../taocrypt/include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../taocrypt/include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from template_instnt.cpp:26: ./../include/yassl_int.hpp:443:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] const VerifyCallback getVerifyCallback() const; ^~~~~~ 12 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT template_instnt.lo -MD -MP -MF .deps/template_instnt.Tpo -c template_instnt.cpp -o template_instnt.o >/dev/null 2>&1 mv -f .deps/template_instnt.Tpo .deps/template_instnt.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -fno-common -DPIC -o .libs/timer.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -o timer.o >/dev/null 2>&1 mv -f .deps/timer.Tpo .deps/timer.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT yassl_imp.lo -MD -MP -MF .deps/yassl_imp.Tpo -c -o yassl_imp.lo yassl_imp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT yassl_imp.lo -MD -MP -MF .deps/yassl_imp.Tpo -c yassl_imp.cpp -fno-common -DPIC -o .libs/yassl_imp.o In file included from yassl_imp.cpp:23: In file included from ./../include/yassl_int.hpp:28: In file included from ./../include/yassl_imp.hpp:35: In file included from ./../include/factory.hpp:31: In file included from ./../taocrypt/mySTL/vector.hpp:27: ./../taocrypt/mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from yassl_imp.cpp:23: In file included from ./../include/yassl_int.hpp:31: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:28: ./../taocrypt/include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../taocrypt/include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../taocrypt/include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from yassl_imp.cpp:23: ./../include/yassl_int.hpp:443:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] const VerifyCallback getVerifyCallback() const; ^~~~~~ 12 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT yassl_imp.lo -MD -MP -MF .deps/yassl_imp.Tpo -c yassl_imp.cpp -o yassl_imp.o >/dev/null 2>&1 mv -f .deps/yassl_imp.Tpo .deps/yassl_imp.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT yassl_error.lo -MD -MP -MF .deps/yassl_error.Tpo -c -o yassl_error.lo yassl_error.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT yassl_error.lo -MD -MP -MF .deps/yassl_error.Tpo -c yassl_error.cpp -fno-common -DPIC -o .libs/yassl_error.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT yassl_error.lo -MD -MP -MF .deps/yassl_error.Tpo -c yassl_error.cpp -o yassl_error.o >/dev/null 2>&1 mv -f .deps/yassl_error.Tpo .deps/yassl_error.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT yassl_int.lo -MD -MP -MF .deps/yassl_int.Tpo -c -o yassl_int.lo yassl_int.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT yassl_int.lo -MD -MP -MF .deps/yassl_int.Tpo -c yassl_int.cpp -fno-common -DPIC -o .libs/yassl_int.o In file included from yassl_int.cpp:25: In file included from ./../include/yassl_int.hpp:28: In file included from ./../include/yassl_imp.hpp:35: In file included from ./../include/factory.hpp:31: In file included from ./../taocrypt/mySTL/vector.hpp:27: ./../taocrypt/mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from yassl_int.cpp:25: In file included from ./../include/yassl_int.hpp:31: In file included from ./../include/cert_wrapper.hpp:37: In file included from ./../taocrypt/include/asn.hpp:28: ./../taocrypt/include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../taocrypt/include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../taocrypt/include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from yassl_int.cpp:25: ./../include/yassl_int.hpp:443:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] const VerifyCallback getVerifyCallback() const; ^~~~~~ yassl_int.cpp:1855:1: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers] const VerifyCallback SSL_CTX::getVerifyCallback() const ^~~~~~ yassl_int.cpp:2571:30: warning: unused parameter 'in' [-Wunused-parameter] int Compress(const byte* in, int sz, input_buffer& buffer) ^ yassl_int.cpp:2571:38: warning: unused parameter 'sz' [-Wunused-parameter] int Compress(const byte* in, int sz, input_buffer& buffer) ^ yassl_int.cpp:2571:56: warning: unused parameter 'buffer' [-Wunused-parameter] int Compress(const byte* in, int sz, input_buffer& buffer) ^ yassl_int.cpp:2577:34: warning: unused parameter 'in' [-Wunused-parameter] int DeCompress(input_buffer& in, int sz, input_buffer& out) ^ yassl_int.cpp:2577:42: warning: unused parameter 'sz' [-Wunused-parameter] int DeCompress(input_buffer& in, int sz, input_buffer& out) ^ yassl_int.cpp:2577:60: warning: unused parameter 'out' [-Wunused-parameter] int DeCompress(input_buffer& in, int sz, input_buffer& out) ^ 19 warnings generated. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT yassl_int.lo -MD -MP -MF .deps/yassl_int.Tpo -c yassl_int.cpp -o yassl_int.o >/dev/null 2>&1 mv -f .deps/yassl_int.Tpo .deps/yassl_int.Plo /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=link g++ -DYASSL_PURE_C -DYASSL_PREFIX -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib -o libyassl.la buffer.lo cert_wrapper.lo crypto_wrapper.lo handshake.lo lock.lo log.lo socket_wrapper.lo ssl.lo template_instnt.lo timer.lo yassl_imp.lo yassl_error.lo yassl_int.lo -lm libtool: link: ar cru .libs/libyassl.a .libs/buffer.o .libs/cert_wrapper.o .libs/crypto_wrapper.o .libs/handshake.o .libs/lock.o .libs/log.o .libs/socket_wrapper.o .libs/ssl.o .libs/template_instnt.o .libs/timer.o .libs/yassl_imp.o .libs/yassl_error.o .libs/yassl_int.o libtool: link: ranlib .libs/libyassl.a libtool: link: ( cd ".libs" && rm -f "libyassl.la" && ln -s "../libyassl.la" "libyassl.la" ) Making all in testsuite g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT testsuite-testsuite.o -MD -MP -MF .deps/testsuite-testsuite.Tpo -c -o testsuite-testsuite.o `test -f 'testsuite.cpp' || echo './'`testsuite.cpp In file included from testsuite.cpp:21: ./test.hpp:205:55: warning: unused parameter 'rw' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ./test.hpp:205:65: warning: unused parameter 'userdata' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ./test.hpp:313:43: warning: unused parameter 'sockfd' [-Wunused-parameter] inline void tcp_set_nonblocking(SOCKET_T& sockfd) ^ ./test.hpp:488:32: warning: unused parameter 'preverify_ok' [-Wunused-parameter] inline int verify_callback(int preverify_ok, X509_STORE_CTX* ctx) ^ In file included from testsuite.cpp:22: In file included from ./../taocrypt/include/md5.hpp:25: In file included from ./../taocrypt/include/hash.hpp:26: ./../taocrypt/include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../taocrypt/include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../taocrypt/include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ 12 warnings generated. mv -f .deps/testsuite-testsuite.Tpo .deps/testsuite-testsuite.Po g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT testsuite-test.o -MD -MP -MF .deps/testsuite-test.Tpo -c -o testsuite-test.o `test -f '../taocrypt/test/test.cpp' || echo './'`../taocrypt/test/test.cpp In file included from ../taocrypt/test/test.cpp:26: In file included from ./../taocrypt/include/sha.hpp:25: In file included from ./../taocrypt/include/hash.hpp:26: ./../taocrypt/include/misc.hpp:384:37: warning: unused parameter 'dummy' [-Wunused-parameter] inline unsigned int GetAlignment(T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:402:41: warning: unused parameter 'dummy' [-Wunused-parameter] inline bool IsAligned(const void* p, T* dummy = 0) // VC60 workaround ^ ./../taocrypt/include/misc.hpp:585:51: warning: unused parameter 'order' [-Wunused-parameter] inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, ^ ./../taocrypt/include/misc.hpp:615:40: warning: unused parameter 'order' [-Wunused-parameter] inline void UnalignedPutWord(ByteOrder order, byte *block, byte value, ^ ./../taocrypt/include/misc.hpp:763:34: warning: unused parameter 'value' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:763:54: warning: unused parameter 'bits' [-Wunused-parameter] static inline T RightShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:33: warning: unused parameter 'value' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ ./../taocrypt/include/misc.hpp:769:53: warning: unused parameter 'bits' [-Wunused-parameter] static inline T LeftShift(T value, unsigned int bits) ^ In file included from ../taocrypt/test/test.cpp:39: In file included from ./../taocrypt/include/asn.hpp:34: In file included from ./../taocrypt/mySTL/list.hpp:28: ./../taocrypt/mySTL/helpers.hpp:39:38: warning: unused parameter 'size' [-Wunused-parameter] inline void* operator new(size_t size, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:39: warning: unused parameter 'ptr' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ ./../taocrypt/mySTL/helpers.hpp:45:51: warning: unused parameter 'd' [-Wunused-parameter] inline void operator delete(void* ptr, Dummy* d) ^ In file included from ../taocrypt/test/test.cpp:28: In file included from ./../taocrypt/include/md2.hpp:27: ./../taocrypt/include/block.hpp:129:52: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] explicit Block(word32 s = 0) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:39:38: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here explicit Source(word32 sz = 0) : buffer_(sz), current_(0) {} ^ In file included from ../taocrypt/test/test.cpp:28: In file included from ./../taocrypt/include/md2.hpp:27: ./../taocrypt/include/block.hpp:132:54: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const T* buff, word32 s) : sz_(s), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:40:40: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here Source(const byte* b, word32 sz) : buffer_(b, sz), current_(0) {} ^ In file included from ../taocrypt/test/test.cpp:28: In file included from ./../taocrypt/include/md2.hpp:27: ./../taocrypt/include/block.hpp:135:55: warning: field 'allocator_' is uninitialized when used here [-Wuninitialized] Block(const Block& that) : sz_(that.sz_), buffer_(allocator_.allocate(sz_)) ^ ./../taocrypt/include/file.hpp:76:11: note: in instantiation of member function 'TaoCrypt::Block::Block' requested here : buffer_(that.buffer_), current_(that.current_) {} ^ 14 warnings generated. mv -f .deps/testsuite-test.Tpo .deps/testsuite-test.Po g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT testsuite-client.o -MD -MP -MF .deps/testsuite-client.Tpo -c -o testsuite-client.o `test -f '../examples/client/client.cpp' || echo './'`../examples/client/client.cpp In file included from ../examples/client/client.cpp:21: ../examples/client/../../testsuite/test.hpp:205:55: warning: unused parameter 'rw' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ../examples/client/../../testsuite/test.hpp:205:65: warning: unused parameter 'userdata' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ../examples/client/../../testsuite/test.hpp:313:43: warning: unused parameter 'sockfd' [-Wunused-parameter] inline void tcp_set_nonblocking(SOCKET_T& sockfd) ^ ../examples/client/../../testsuite/test.hpp:488:32: warning: unused parameter 'preverify_ok' [-Wunused-parameter] inline int verify_callback(int preverify_ok, X509_STORE_CTX* ctx) ^ 4 warnings generated. mv -f .deps/testsuite-client.Tpo .deps/testsuite-client.Po g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT testsuite-server.o -MD -MP -MF .deps/testsuite-server.Tpo -c -o testsuite-server.o `test -f '../examples/server/server.cpp' || echo './'`../examples/server/server.cpp In file included from ../examples/server/server.cpp:22: ../examples/server/../../testsuite/test.hpp:205:55: warning: unused parameter 'rw' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ../examples/server/../../testsuite/test.hpp:205:65: warning: unused parameter 'userdata' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ../examples/server/../../testsuite/test.hpp:313:43: warning: unused parameter 'sockfd' [-Wunused-parameter] inline void tcp_set_nonblocking(SOCKET_T& sockfd) ^ ../examples/server/../../testsuite/test.hpp:488:32: warning: unused parameter 'preverify_ok' [-Wunused-parameter] inline int verify_callback(int preverify_ok, X509_STORE_CTX* ctx) ^ 4 warnings generated. mv -f .deps/testsuite-server.Tpo .deps/testsuite-server.Po g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT testsuite-echoclient.o -MD -MP -MF .deps/testsuite-echoclient.Tpo -c -o testsuite-echoclient.o `test -f '../examples/echoclient/echoclient.cpp' || echo './'`../examples/echoclient/echoclient.cpp In file included from ../examples/echoclient/echoclient.cpp:21: ../examples/echoclient/../../testsuite/test.hpp:205:55: warning: unused parameter 'rw' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ../examples/echoclient/../../testsuite/test.hpp:205:65: warning: unused parameter 'userdata' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ../examples/echoclient/../../testsuite/test.hpp:313:43: warning: unused parameter 'sockfd' [-Wunused-parameter] inline void tcp_set_nonblocking(SOCKET_T& sockfd) ^ ../examples/echoclient/../../testsuite/test.hpp:488:32: warning: unused parameter 'preverify_ok' [-Wunused-parameter] inline int verify_callback(int preverify_ok, X509_STORE_CTX* ctx) ^ 4 warnings generated. mv -f .deps/testsuite-echoclient.Tpo .deps/testsuite-echoclient.Po g++ -DHAVE_CONFIG_H -I. -I../../../include -I./../include -I./../taocrypt/include -I./../taocrypt/mySTL -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT testsuite-echoserver.o -MD -MP -MF .deps/testsuite-echoserver.Tpo -c -o testsuite-echoserver.o `test -f '../examples/echoserver/echoserver.cpp' || echo './'`../examples/echoserver/echoserver.cpp In file included from ../examples/echoserver/echoserver.cpp:21: ../examples/echoserver/../../testsuite/test.hpp:205:55: warning: unused parameter 'rw' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ../examples/echoserver/../../testsuite/test.hpp:205:65: warning: unused parameter 'userdata' [-Wunused-parameter] static int PasswordCallBack(char* passwd, int sz, int rw, void* userdata) ^ ../examples/echoserver/../../testsuite/test.hpp:313:43: warning: unused parameter 'sockfd' [-Wunused-parameter] inline void tcp_set_nonblocking(SOCKET_T& sockfd) ^ ../examples/echoserver/../../testsuite/test.hpp:488:32: warning: unused parameter 'preverify_ok' [-Wunused-parameter] inline int verify_callback(int preverify_ok, X509_STORE_CTX* ctx) ^ 4 warnings generated. mv -f .deps/testsuite-echoserver.Tpo .deps/testsuite-echoserver.Po /bin/sh ../../../libtool --preserve-dup-deps --tag=CXX --mode=link g++ -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib -o testsuite testsuite-testsuite.o testsuite-test.o testsuite-client.o testsuite-server.o testsuite-echoclient.o testsuite-echoserver.o ../../../extra/yassl/src/libyassl.la ../../../extra/yassl/taocrypt/src/libtaocrypt.la -lm libtool: link: g++ -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER -DYASSL_THREAD_SAFE -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -o testsuite testsuite-testsuite.o testsuite-test.o testsuite-client.o testsuite-server.o testsuite-echoclient.o testsuite-echoserver.o -L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib ../../../extra/yassl/src/.libs/libyassl.a ../../../extra/yassl/taocrypt/src/.libs/libtaocrypt.a -lm make[3]: Nothing to be done for `all-am'. Making all in sql-common make[2]: Nothing to be done for `all'. Making all in scripts /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am /bin/rm -f mysqld_safe mysqld_safe-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysqld_safe.sh > mysqld_safe-t /bin/chmod +x mysqld_safe-t /bin/mv mysqld_safe-t mysqld_safe /bin/rm -f mysql_install_db mysql_install_db-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_install_db.sh > mysql_install_db-t /bin/chmod +x mysql_install_db-t /bin/mv mysql_install_db-t mysql_install_db /bin/rm -f msql2mysql msql2mysql-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ msql2mysql.sh > msql2mysql-t /bin/chmod +x msql2mysql-t /bin/mv msql2mysql-t msql2mysql /bin/rm -f mysql_config mysql_config-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_config.sh > mysql_config-t /bin/chmod +x mysql_config-t /bin/mv mysql_config-t mysql_config /bin/rm -f mysql_fix_privilege_tables mysql_fix_privilege_tables-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_fix_privilege_tables.sh > mysql_fix_privilege_tables-t /bin/chmod +x mysql_fix_privilege_tables-t /bin/mv mysql_fix_privilege_tables-t mysql_fix_privilege_tables /bin/rm -f mysql_fix_extensions mysql_fix_extensions-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_fix_extensions.sh > mysql_fix_extensions-t /bin/chmod +x mysql_fix_extensions-t /bin/mv mysql_fix_extensions-t mysql_fix_extensions /bin/rm -f mysql_setpermission mysql_setpermission-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_setpermission.sh > mysql_setpermission-t /bin/chmod +x mysql_setpermission-t /bin/mv mysql_setpermission-t mysql_setpermission /bin/rm -f mysql_secure_installation mysql_secure_installation-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_secure_installation.sh > mysql_secure_installation-t /bin/chmod +x mysql_secure_installation-t /bin/mv mysql_secure_installation-t mysql_secure_installation /bin/rm -f mysql_zap mysql_zap-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_zap.sh > mysql_zap-t /bin/chmod +x mysql_zap-t /bin/mv mysql_zap-t mysql_zap /bin/rm -f mysqlaccess mysqlaccess-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysqlaccess.sh > mysqlaccess-t /bin/chmod +x mysqlaccess-t /bin/mv mysqlaccess-t mysqlaccess /bin/rm -f mysqlbug mysqlbug-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysqlbug.sh > mysqlbug-t /bin/chmod +x mysqlbug-t /bin/mv mysqlbug-t mysqlbug /bin/rm -f mysql_convert_table_format mysql_convert_table_format-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_convert_table_format.sh > mysql_convert_table_format-t /bin/chmod +x mysql_convert_table_format-t /bin/mv mysql_convert_table_format-t mysql_convert_table_format /bin/rm -f mysql_find_rows mysql_find_rows-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_find_rows.sh > mysql_find_rows-t /bin/chmod +x mysql_find_rows-t /bin/mv mysql_find_rows-t mysql_find_rows /bin/rm -f mysqlhotcopy mysqlhotcopy-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysqlhotcopy.sh > mysqlhotcopy-t /bin/chmod +x mysqlhotcopy-t /bin/mv mysqlhotcopy-t mysqlhotcopy /bin/rm -f mysqldumpslow mysqldumpslow-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysqldumpslow.sh > mysqldumpslow-t /bin/chmod +x mysqldumpslow-t /bin/mv mysqldumpslow-t mysqldumpslow /bin/rm -f mysql_explain_log mysql_explain_log-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_explain_log.sh > mysql_explain_log-t /bin/chmod +x mysql_explain_log-t /bin/mv mysql_explain_log-t mysql_explain_log /bin/rm -f mysql_tableinfo mysql_tableinfo-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_tableinfo.sh > mysql_tableinfo-t /bin/chmod +x mysql_tableinfo-t /bin/mv mysql_tableinfo-t mysql_tableinfo /bin/rm -f mysql_upgrade_shell mysql_upgrade_shell-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysql_upgrade_shell.sh > mysql_upgrade_shell-t /bin/chmod +x mysql_upgrade_shell-t /bin/mv mysql_upgrade_shell-t mysql_upgrade_shell /bin/rm -f mysqld_multi mysqld_multi-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ mysqld_multi.sh > mysqld_multi-t /bin/chmod +x mysqld_multi-t /bin/mv mysqld_multi-t mysqld_multi /bin/rm -f make_binary_distribution make_binary_distribution-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ make_binary_distribution.sh > make_binary_distribution-t /bin/chmod +x make_binary_distribution-t /bin/mv make_binary_distribution-t make_binary_distribution /bin/rm -f make_sharedlib_distribution make_sharedlib_distribution-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ make_sharedlib_distribution.sh > make_sharedlib_distribution-t /bin/chmod +x make_sharedlib_distribution-t /bin/mv make_sharedlib_distribution-t make_sharedlib_distribution /bin/rm -f make_win_src_distribution_old make_win_src_distribution_old-t /usr/bin/sed \ -e 's!@''bindir''@!/opt/sw/bin!g' \ -e 's!@''sbindir''@!/opt/sw/sbin!g' \ -e 's!@''scriptdir''@!/opt/sw/bin!g' \ -e 's!@''prefix''@!/opt/sw!g' \ -e 's!@''datadir''@!/opt/sw/share!g' \ -e 's!@''localstatedir''@!/opt/sw/var/mysql!g' \ -e 's!@''libexecdir''@!/opt/sw/sbin!g' \ -e 's!@''pkglibdir''@!/opt/sw/lib/mysql!g' \ -e 's!@''pkgincludedir''@!/opt/sw/include/mysql!g' \ -e 's!@''pkgdatadir''@!/opt/sw/share/mysql!g' \ -e 's!@''sysconfdir''@!/opt/sw/etc!g' \ -e 's!@''CC''@!gcc!'\ -e 's!@''CXX''@!g++!'\ -e 's!@''GXX''@!yes!'\ -e 's!@''SAVE_CC''@!!'\ -e 's!@''SAVE_CXX''@!!'\ -e 's!@''CC_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''CXX_VERSION''@!Apple clang version 14.0.0 (clang-1400.0.29.202)!'\ -e 's!@''PERL''@!/usr/bin/perl!' \ -e 's!@''SAVE_ASFLAGS''@!!'\ -e 's!@''SAVE_CFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_CXXFLAGS''@!-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g!'\ -e 's!@''SAVE_LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib!'\ -e 's!@''ASFLAGS''@!!'\ -e 's!@''CFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT!'\ -e 's!@''CXXFLAGS''@! -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT !'\ -e 's!@''LDFLAGS''@!-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib !'\ -e 's!@''CLIENT_LIBS''@!-lm -lz !' \ -e 's!@''ZLIB_LIBS''@!-lz!' \ -e 's!@''LIBS''@!-lm !' \ -e 's!@''WRAPLIBS''@!!' \ -e 's!@''innodb_system_libs''@!!' \ -e 's!@''openssl_libs''@!!' \ -e 's!@''VERSION''@!5.0.96!' \ -e 's!@''MYSQL_BASE_VERSION''@!5.0!' \ -e 's!@''MYSQL_SERVER_SUFFIX''@!!' \ -e 's!@''COMPILATION_COMMENT''@!Source distribution!' \ -e 's!@''MACHINE_TYPE''@!arm!' \ -e 's!@''HOSTNAME''@!/bin/hostname!' \ -e 's!@''SYSTEM_TYPE''@!apple-darwin21.6.0!' \ -e 's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!' \ -e 's!@''FIND_PROC''@!/bin/ps wwwp $PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$MYSQLD" > /dev/null!' \ -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!!' \ -e 's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!' \ -e 's!@''MYSQL_TCP_PORT''@!3306!' \ -e 's!@''MYSQL_TCP_PORT_DEFAULT''@!0!' \ -e 's!@''TARGET_LINUX''@!false!' \ -e "s!@""CONF_COMMAND""@!./configure '--prefix=/opt/sw' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-innodb' '--with-archive-storage-engine' '--with-big-tables' '--with-blackhole-storage-engine' '--with-federated-storage-engine' '--with-csv-storage-engine' '--with-embedded-server' '--enable-local-infile' '--with-ndbcluster' '--without-libedit' '--without-readline' '--enable-dependency-tracking' '--with-mysqld-user=mysql' '--with-yassl' 'ac_cv_func_fdatasync=no' '--mandir=/opt/sw/share/man' '--infodir=/opt/sw/share/info' '--localstatedir=/opt/sw/var/mysql' '--libexecdir=/opt/sw/sbin' '--sysconfdir=/opt/sw/etc' 'PERL=/usr/bin/perl' 'CFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g' 'LDFLAGS=-L/opt/sw/lib/aarch64-darwin -L/opt/sw/lib' 'CPPFLAGS=-I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include' 'CXXFLAGS=-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -g'!" \ -e 's!@''MYSQLD_USER''@!mysql!' \ -e 's!@''STATIC_NSS_FLAGS''@!!' \ -e 's!@''NON_THREADED_LIBS''@!-lm !' \ -e 's!@''ZLIB_DEPS''@!-lz!' \ -e "s!@MAKE@!/Applications/Xcode.app/Contents/Developer/usr/bin/make!" \ make_win_src_distribution_old.sh > make_win_src_distribution_old-t /bin/chmod +x make_win_src_distribution_old-t /bin/mv make_win_src_distribution_old-t make_win_src_distribution_old Making all in pstack Making all in aout make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in strings gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -I/opt/sw/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -g -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT strxmov.o -MD -MP -MF .deps/strxmov.Tpo -c -o strxmov.o strxmov.c In file included from strxmov.c:33: ../include/my_global.h:131:6: error: Building FAT binary for an unknown architecture. # error Building FAT binary for an unknown architecture. ^ 1 error generated. make[2]: *** [strxmov.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of /tmp/fink.PyUEr failed, exit code 2 ### execution of /tmp/fink.4rc6w failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /opt/sw/bin/dpkg-lockwait -r fink-buildlock-mysql-unified-5.0.96-6 (Reading database ... 74690 files and directories currently installed.) Removing fink-buildlock-mysql-unified-5.0.96-6 (2023.02.02-09.26.09) ... Failed: phase compiling: mysql-unified-5.0.96-6 failed