dcohen@saturn:~/libsigsegv-2.4> cd dcohen@saturn:~> gcc --help Usage: gcc [options] file... Options: -pass-exit-codes Exit with highest error code from a phase --help Display this information --target-help Display target specific command line options (Use '-v --help' to display command line options of sub-processes) -dumpspecs Display all of the built in spec strings -dumpversion Display the version of the compiler -dumpmachine Display the compiler's target processor -print-search-dirs Display the directories in the compiler's search path -print-libgcc-file-name Display the name of the compiler's companion library -print-file-name= Display the full path to library -print-prog-name= Display the full path to compiler component -print-multi-directory Display the root directory for versions of libgcc -print-multi-lib Display the mapping between command line options and multiple library search directories -print-multi-os-directory Display the relative path to OS libraries -Wa, Pass comma-separated on to the assembler -Wp, Pass comma-separated on to the preprocessor -Wl, Pass comma-separated on to the linker -Xassembler Pass on to the assembler -Xpreprocessor Pass on to the preprocessor -Xlinker Pass on to the linker -combine Pass multiple source files to compiler at once -save-temps Do not delete intermediate files -pipe Use pipes rather than intermediate files -time Time the execution of each subprocess -specs= Override built-in specs with the contents of -std= Assume that the input sources are for --sysroot= Use as the root directory for headers for headers and libraries -B Add to the compiler's search paths -b Run gcc for target , if installed -V Run gcc version number , if installed -v Display the programs invoked by the compiler -### Like -v but options quoted and commands not executed -E Preprocess only; do not compile, assemble or link -S Compile only; do not assemble or link -c Compile and assemble, but do not link -o Place the output into -x Specify the language of the following input files Permissible languages include: c c++ assembler none 'none' means revert to the default behavior of guessing the language based on the file's extension Options starting with -g, -f, -m, -O, -W, or --param are automatically passed on to the various sub-processes invoked by gcc. In order to pass other options on to these processes the -W options must be used. For bug reporting instructions, please see: . dcohen@saturn:~> gcc -dumpmachine -dumpversion ia64-suse-linux dcohen@saturn:~> gcc -dumpversion 4.1.0 dcohen@saturn:~> cd mysql-5.0.45/ dcohen@saturn:~/mysql-5.0.45> ./configure --help `configure' configures this package to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print `checking...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for `--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or `..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [/usr/local] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, `make install' will install all the files in `/usr/local/bin', `/usr/local/lib' etc. You can specify an installation prefix other than `/usr/local' using `--prefix', for instance `--prefix=$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --datadir=DIR read-only architecture-independent data [PREFIX/share] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --infodir=DIR info documentation [PREFIX/info] --mandir=DIR man documentation [PREFIX/man] Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] --target=TARGET configure for building compilers for TARGET [HOST] Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --enable-thread-safe-client Compile the client with threads. --enable-assembler Use assembler versions of some string functions if available. --disable-profiling Build a version without query profiling code --enable-local-infile Enable LOAD DATA LOCAL INFILE (default: disabled) --disable-grant-options Disables the use of --init-file, --skip-grant-tables and --bootstrap options --disable-largefile Omit support for large files Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-charset=CHARSET Default character set, use one of: binary armscii8 ascii big5 cp1250 cp1251 cp1256 cp1257 cp850 cp852 cp866 cp932 dec8 eucjpms euckr gb2312 gbk geostd8 greek hebrew hp8 keybcs2 koi8r koi8u latin1 latin2 latin5 latin7 macce macroman sjis swe7 tis620 ucs2 ujis utf8 --with-collation=COLLATION Default collation --with-extra-charsets=CHARSET,CHARSET,... Use charsets in addition to default (none, complex, all, or a list selected from the above sets) --without-uca Skip building of the national Unicode collations. --with-system-type Set the system type, like "sun-solaris10" --with-machine-type Set the machine type, like "powerpc" --with-darwin-mwcc Use Metrowerks CodeWarrior wrappers on OS X/Darwin --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-tags[=TAGS] include additional configurations [automatic] --with-other-libc=DIR Link against libc and other standard libraries installed in the specified non-standard location overriding default. Originally added to be able to link against glibc 2.2 without making the user upgrade the standard libc installation. --with-server-suffix Append value to the version string. --with-pthread Force use of pthread library. --with-named-thread-libs=ARG Use specified thread libraries instead of those automatically found by configure. --with-named-curses-libs=ARG Use specified curses libraries instead of those automatically found by configure. --with-unix-socket-path=SOCKET Where to put the unix-domain socket. SOCKET must be an absolute file name. --with-tcp-port=port-number Which port to use for MySQL services (default 3306) --with-mysqld-user=username What user the mysqld daemon shall be run as. --with-zlib-dir=DIR Provide MySQL with a custom location of compression library. Given DIR, zlib binary is assumed to be in $DIR/lib and header files in $DIR/include. --with-libwrap=DIR Compile in libwrap (tcp_wrappers) support --with-pstack Use the pstack backtrace library --without-debug Build a production version without debugging code --with-mysqld-ldflags Extra linking arguments for mysqld --with-client-ldflags Extra linking arguments for clients --with-mysqld-libs Extra libraries to link with for mysqld --with-lib-ccflags Extra CC options for libraries --with-low-memory Try to use less memory to compile to avoid memory limitations. --with-comment Comment about compilation environment. --without-server Only build the client. --with-embedded-server Build the embedded server (libmysqld). --without-query-cache Do not build query cache. --without-geometry Do not build geometry-related parts. --with-embedded-privilege-control Build parts to check user's privileges. Only affects embedded library. --without-extra-tools Skip building utilites in the tools directory. --with-mysqlmanager Build the mysqlmanager binary: yes/no (default: build if server is built.) --with-openssl=DIR Include the OpenSSL support --with-openssl-includes=DIR Find OpenSSL headers in DIR --with-openssl-libs=DIR Find OpenSSL libraries in DIR --with-yassl Include the yaSSL support --without-docs Skip building of the documentation. --without-man Skip building of the man pages. --without-bench Skip building of the benchmark suite. --without-readline Use system readline instead of bundled copy. --without-libedit Use system libedit instead of bundled copy. --with-big-tables Support tables with more than 4 G rows even on 32 bit platforms --with-max-indexes=\# Sets the maximum number of indexes per table, default 64 --with-berkeley-db=DIR Use BerkeleyDB located in DIR --with-berkeley-db-includes=DIR Find Berkeley DB headers in DIR --with-berkeley-db-libs=DIR Find Berkeley DB libraries in DIR --without-innodb Do not include the InnoDB table handler --with-example-storage-engine Enable the Example Storage Engine --with-archive-storage-engine Enable the Archive Storage Engine --with-csv-storage-engine Enable the CSV Storage Engine --with-blackhole-storage-engine Enable the Blackhole Storage Engine --with-ndbcluster Include the NDB Cluster table handler --with-ndb-sci=DIR Provide MySQL with a custom location of sci library. Given DIR, sci library is assumed to be in $DIR/lib and header files in $DIR/include. --with-ndb-test Include the NDB Cluster ndbapi test programs --with-ndb-docs Include the NDB Cluster ndbapi and mgmapi documentation --with-ndb-port Port for NDB Cluster management server --with-ndb-port-base Base port for NDB Cluster transporters --without-ndb-debug Disable special ndb debug features --with-ndb-ccflags=CFLAGS Extra CFLAGS for ndb compile --with-federated-storage-engine Enable the MySQL Federated Storage Engine Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CXX C++ compiler command CXXFLAGS C++ compiler flags CPP C preprocessor CXXCPP C++ preprocessor F77 Fortran 77 compiler command FFLAGS Fortran 77 compiler flags CCAS assembler compiler command (defaults to CC) CCASFLAGS assembler compiler flags (defaults to CFLAGS) Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. dcohen@saturn:~/mysql-5.0.45> mkdir mysql dcohen@saturn:~/mysql-5.0.45> rmdir mysql dcohen@saturn:~/mysql-5.0.45> mkdir ~/mysql dcohen@saturn:~/mysql-5.0.45> ./configure --prefix=~/mysql configure: error: expected an absolute directory name for --prefix: ~/mysql dcohen@saturn:~/mysql-5.0.45> ./configure --prefix=/home/dcohen/mysql checking build system type... ia64-unknown-linux-gnu checking host system type... ia64-unknown-linux-gnu checking target system type... ia64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking "character sets"... default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 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 ANSI C... 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 gcc (GCC) 4.1.0 (SUSE Linux)" checking "C++ compiler version"... "g++ g++ (GCC) 4.1.0 (SUSE Linux)" checking for ranlib... ranlib checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/ia64-suse-linux/bin/ld checking if the linker (/usr/ia64-suse-linux/bin/ld) is GNU ld... yes checking for /usr/ia64-suse-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 131072 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... (cached) ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/ia64-suse-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/ia64-suse-linux/bin/ld checking if the linker (/usr/ia64-suse-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/ia64-suse-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/ia64-suse-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (/usr/ia64-suse-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for a BSD-compatible install... /usr/bin/install -c checking for bison... bison -y -p MYSQL checking for pdftex... no checking for tex... no checking "return type of sprintf"... "int" checking for uname... /bin/uname checking operating system... Linux checking if we should use 'skip-external-locking' as default for linux-gnu... yes checking for ln... /bin/ln checking for ln... /bin/ln checking for mv... /bin/mv checking for rm... /bin/rm checking for cp... /bin/cp checking for sed... /usr/bin/sed checking for cmp... /usr/bin/cmp checking for chmod... /bin/chmod checking for hostname... /bin/hostname checking for gnutar... no checking for gtar... no checking for tar... tar checking for perl... /usr/bin/perl checking for doxygen... no checking for pdflatex... no checking for makeindex... no checking for icheck... no checking for ps... /bin/ps checking "how to check if pid exists"... "/bin/ps p $$PID | grep -v grep | 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 whether --noexecstack is desirable for .S files... no nm: s_isinff.o: no symbols nm: s_isnanf.o: no symbols nm: s_finitef.o: no symbols nm: s_copysignf.o: no symbols nm: s_signbitf.o: no symbols nm: s_isinfl.o: no symbols nm: s_isnanl.o: no symbols nm: s_finitel.o: no symbols nm: s_copysignl.o: no symbols nm: s_signbitl.o: no symbols nm: bsd-setjmp.o: no symbols nm: bsd-_setjmp.o: no symbols nm: old_atexit.o: no symbols nm: strtoll.o: no symbols nm: strtoull.o: no symbols nm: strtoll_l.o: no symbols nm: strtoull_l.o: no symbols nm: udiv_qrnnd.o: no symbols nm: wcstoll.o: no symbols nm: wcstoull.o: no symbols nm: wcstoll_l.o: no symbols nm: wcstoull_l.o: no symbols nm: getdents64.o: no symbols nm: readdir64.o: no symbols nm: readdir64_r.o: no symbols nm: glob64.o: no symbols nm: getopt_init.o: no symbols nm: pread64.o: no symbols nm: pwrite64.o: no symbols nm: init-posix.o: no symbols nm: xstat64.o: no symbols nm: fxstat64.o: no symbols nm: lxstat64.o: no symbols nm: fxstatat64.o: no symbols nm: statfs64.o: no symbols nm: fstatfs64.o: no symbols nm: statvfs64.o: no symbols nm: fstatvfs64.o: no symbols nm: lseek.o: no symbols nm: lseek64.o: no symbols nm: posix_fadvise64.o: no symbols nm: sendfile64.o: no symbols nm: xstatconv.o: no symbols nm: internal_statvfs64.o: no symbols nm: getrlimit64.o: no symbols nm: setrlimit64.o: no symbols nm: truncate64.o: no symbols nm: ftruncate64.o: no symbols nm: mmap64.o: no symbols nm: clone.o: no symbols nm: lseek.o: no symbols nm: libc_multiple_threads.o: no symbols nm: getutmpx.o: no symbols checking if we should use assembler functions... no yes checking If we should should enable LOAD DATA LOCAL by default... no checking If we should should enable init-file... yes checking for getconf... getconf checking for CFLAGS value to request large file support... checking for LDFLAGS value to request large file support... checking for LIBS value to request large file support... checking for _FILE_OFFSET_BITS... no checking for _LARGEFILE_SOURCE... no checking for _LARGE_FILES... no checking for size_t... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking floatingpoint.h usability... 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... no checking sys/vadvise.h presence... no checking for sys/vadvise.h... no checking for sys/wait.h... (cached) yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes 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... yes checking crypt.h presence... yes checking for crypt.h... yes 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... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/malloc.h usability... no checking sys/malloc.h presence... no checking for sys/malloc.h... no 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... yes checking linux/config.h presence... yes checking for linux/config.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes 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... yes checking for gethostbyname_r... yes 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... -lcrypt checking for library containing inet_aton... none required checking for sched_yield... yes checking for zlib compression library... ok checking whether SHM_HUGETLB is declared... yes checking for atomic operations... no checking if we should use pstack... no checking for int8... no checking "Linux threads"... "starting" checking "getconf GNU_LIBPTHREAD_VERSION"... "NPTL" "no need to check headers" checking "for pthread_create in -lpthread"... "yes" checking "named thread libs:"... "-lpthread" 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 unistd.h... (cached) yes checking for restartable system calls... yes checking "need of special linking flags"... "-rdynamic" 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 for char... yes checking size of char... 1 checking for char*... yes checking size of char*... 8 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking size of off_t... 8 checking if time_t is unsigned... no 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... yes checking for type uchar... no checking for type uint... yes checking for type fp_except... no checking for type in_addr_t... yes checking if g++ supports bool types... yes checking if conversion of longlong to float works... yes checking for sigset_t... yes 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... yes checking if pthread_yield takes 1 argument... no checking for malloc.h... (cached) yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking for working alloca.h... yes checking for alloca... (cached) yes checking whether gcc needs -traditional... no checking return type of signal handlers... void checking for re_comp... yes checking for regcomp... yes checking for strdup... yes checking vis.h usability... no checking vis.h presence... no checking for vis.h... no checking for strlcat... no checking for strlcpy... no checking for issetugid... no checking for fgetln... no 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) yes checking termbits.h usability... no checking termbits.h presence... no checking for termbits.h... no checking asm/termbits.h usability... yes checking asm/termbits.h presence... yes checking for asm/termbits.h... yes 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... no checking if struct dirent has a d_ino member... yes checking if struct dirent has a d_namlen member... no 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 -lncurses... yes checking for termcap functions library... -lncurses checking whether tgoto is declared... yes checking for strunvis... no checking for strvis... no checking for strlcpy... (cached) no checking for strlcat... (cached) no checking for fgetln... (cached) no checking return type of signal handlers... (cached) void checking return type of qsort... void checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking for alarm... yes checking for bcmp... yes checking for bfill... no checking for bmove... no checking for bzero... yes checking for chsize... no checking for cuserid... yes checking for fchmod... yes checking for fcntl... yes checking for fconvert... no checking for fdatasync... yes checking for finite... yes checking for fpresetsticky... no checking for fpsetmask... no checking for fsync... yes checking for ftruncate... yes checking for getcwd... yes checking for gethostbyaddr_r... yes checking for gethostbyname_r... (cached) yes checking for getpass... yes checking for getpassphrase... no checking for getpwnam... yes checking for getpwuid... yes checking for getrlimit... yes checking for getrusage... yes checking for getwd... yes checking for gmtime_r... yes checking for index... yes checking for initgroups... yes checking for isnan... yes checking for localtime_r... yes checking for locking... no checking for longjmp... yes checking for lrand48... yes checking for madvise... yes checking for mallinfo... yes checking for memcpy... yes checking for memmove... yes checking for mkstemp... yes checking for mlockall... yes checking for perror... yes checking for poll... yes checking for pread... yes checking for pthread_attr_create... no checking for 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 clock_gettime... no checking for isinf in ... 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... glibc2 checking 3 argument to gethostname_r routines... char checking "args to pthread_getspecific"... POSIX checking "args to pthread_mutex_init"... POSIX checking "args to readdir_r"... POSIX checking "style of sigwait"... POSIX checking "for pthread_attr_setscope"... yes checking "can netinet files be included"... "yes" configure: WARNING: extra-tools disabled because --enable-thread-safe-client wasn't used checking for OpenSSL... no checking for yaSSL... no checking for big tables support... no 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... yes checking for example storage engine... no checking for archive storage engine... no checking for csv storage engine... no checking for blackhole storage engine... no checking for NDB Cluster... Not using NDB Cluster checking for MySQL federated storage engine... no checking "for man pages to remove"... dropping ndbcluster embedded 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 libmysql/libmysql.ver config.status: creating Makefile config.status: creating extra/Makefile config.status: creating mysys/Makefile config.status: creating strings/Makefile config.status: creating regex/Makefile config.status: creating heap/Makefile config.status: creating myisam/Makefile config.status: creating myisammrg/Makefile config.status: creating os2/Makefile config.status: creating os2/include/Makefile config.status: creating os2/include/sys/Makefile config.status: creating man/Makefile config.status: creating BUILD/Makefile config.status: creating vio/Makefile config.status: creating libmysql/Makefile config.status: creating client/Makefile config.status: creating pstack/Makefile config.status: creating pstack/aout/Makefile config.status: creating sql/Makefile config.status: creating sql/share/Makefile config.status: creating sql-common/Makefile config.status: creating SSL/Makefile config.status: creating dbug/Makefile config.status: creating scripts/Makefile config.status: creating include/Makefile config.status: creating sql-bench/Makefile config.status: 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 debian/Makefile config.status: creating debian/defs.mk config.status: creating debian/control config.status: creating cmd-line-utils/readline/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default commands configure: configuring in innobase configure: running /bin/sh './configure' --prefix=/home/dcohen/mysql '--prefix=/home/dcohen/mysql' CFLAGS='-O3 -DDBUG_OFF ' CXXFLAGS='-O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti' --cache-file=/dev/null --srcdir=. checking build system type... ia64-unknown-linux-gnu checking host system type... ia64-unknown-linux-gnu checking target system type... ia64-unknown-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes 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 ANSI C... 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... /usr/bin/install -c checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/ia64-suse-linux/bin/ld checking if the linker (/usr/ia64-suse-linux/bin/ld) is GNU ld... yes checking for /usr/ia64-suse-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 131072 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... (cached) ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/ia64-suse-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/ia64-suse-linux/bin/ld checking if the linker (/usr/ia64-suse-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/ia64-suse-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/ia64-suse-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (/usr/ia64-suse-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking aio.h usability... yes checking aio.h presence... yes checking for aio.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for void*... yes checking size of void*... 8 checking for sched_yield... yes checking for fdatasync... yes 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 MySQL has a Web site at http://www.mysql.com/ which carries details on the latest release, upcoming features, and other information to make your work or play with MySQL more productive. There you can also find information about mailing lists for MySQL discussion. Remember to check the platform specific part of the reference manual for hints about installing MySQL on your platform. Also have a look at the files in the Docs directory. Thank you for choosing MySQL!