I think the report is in rather good detail so not to lose any more of your time here it is.
bug> uname -a HP-UX student B.11.00 U 9000/800 122901547 unlimited-user license bug> pwd /var/tmp/vsurlan bug> ll total 0 bug> wget -c ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/\ > MySQL-4.0/mysql-4.0.3-beta.tar.gz --22:18:17-- ftp://ftp.ntua.gr:21/pub/databases/mysql/Downloads/MySQL-4.0/mysql -4.0.3-beta.tar.gz => `mysql-4.0.3-beta.tar.gz' Connecting to ftp.ntua.gr:21... connected! Logging in as anonymous ... Logged in! ==> TYPE I ... done. ==> CWD pub/databases/mysql/Downloads/MySQL-4.0 ... done. ==> PORT ... done. ==> RETR mysql-4.0.3-beta.tar.gz ... done. Length: 11,106,600 (unauthoritative) 0K -> .......... .......... .......... .......... .......... [ 0%] . . . 10800K -> .......... .......... .......... .......... ...... [100%] 22:18:56 (288.40 KB/s) - `mysql-4.0.3-beta.tar.gz' saved [11106600] bug> gunzip * bug> tar xf * tar: ././@LongLink - cannot create . . [about 50 lines skiped] . tar: ././@LongLink - cannot create bug> bug> ll total 107364 ---------- 1 vsurlan student1 101 Jan 1 1970 @LongLink drwx------ 33 vsurlan student1 1024 Sep 7 22:19 mysql-4.0.3-beta -rw------- 1 vsurlan student1 54927360 Sep 7 22:18 mysql-4.0.3-beta.tar bug> df -k . /var/tmp (/dev/vg00/lvol9 ) : 179442 total allocated Kb 70680 free allocated Kb 108762 used allocated Kb 60 % allocation used bug> rm *tar bug> df -k . /var/tmp (/dev/vg00/lvol9 ) : 179442 total allocated Kb 124360 free allocated Kb 55082 used allocated Kb 30 % allocation used bug> cd mysql-4.0.3-beta/ bug> export CC=cc bug> export CXX=aCC bug> export CFLAGS="-Ae +DAportable +O2 -D_REENTRANT" bug> export CXXFLAGS="-Aa +DAportable +O2 -D_REENTRANT" bug> ./configure --prefix=/var/tmp/vsurlan/mysql\ > --enable-thread-safe-client --enable-assembler --with-pthread \ > --with-mysqld-user=vsurlan --without-debug --with-low-memory \ > --with-embedded-server --without-docs --without-bench checking build system type... hppa2.0w-hp-hpux11.00 checking host system type... hppa2.0w-hp-hpux11.00 checking target system type... hppa2.0w-hp-hpux11.00 checking for a BSD compatible install... /opt/imake/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for mawk... no checking for gawk... no checking for nawk... no checking for awk... awk checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking whether we are using the GNU C++ compiler... no checking whether aCC accepts -g... yes checking how to run the C preprocessor... cc -E cc: warning 422: Unknown option "-" ignored. cc: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat: cc: CCOPTS is not set. cc: INCLUDIR is INCLUDIR=/usr/include checking "C Compiler version"... "cc " aCC: HP ANSI C++ B3910B A.03.25 checking "C++ compiler version"... "aCC " checking for as... /usr/ccs/bin/as checking for ranlib... ranlib checking for non-GNU ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes loading cache /dev/null within ltconfig checking whether we are using GNU C... no checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... +Z checking if cc PIC flag +Z works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc static flag -Wl,-a -Wl,archive works... -Wl,-a -Wl,archive checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -p output... failed checking how to hardcode library paths into programs... relink checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... hpux11.00 dld.sl checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool updating cache /dev/null checking for a BSD compatible install... /opt/imake/bin/install -c checking for bison... no checking for byacc... no checking for pdftex... no checking for tex... manual.dvi checking "return type of sprintf"... "int" checking for uname... /usr/bin/uname checking operating system... HP-UX checking "if we should use 'skip-locking' as default for hpux11.00"... "no" checking for ln... /usr/bin/ln checking for ln... /usr/bin/ln checking for mv... /usr/bin/mv checking for rm... /usr/bin/rm checking for cp... /usr/bin/cp checking for sed... /usr/bin/sed checking for cmp... /usr/bin/cmp checking for chmod... /usr/bin/chmod checking for hostname... /usr/bin/hostname checking for gnutar... no checking for gtar... no checking for tar... tar checking for perl... /usr/local/bin/perl checking for ps... /usr/bin/ps checking "how to check if pid exists"... "/usr/bin/ps -ef | grep mysqld | grep " $$PID " > /dev/null" checking for kill... /usr/bin/kill checking "for kill switches"... "/usr/bin/kill -0 $$PID > /dev/null 2> /dev/null " checking for cc option to accept ANSI C... checking if we should use assembler functions... no checking if we should use RAID... no checking if we should should enable LOAD DATA LOCAL by default... no checking for getconf... getconf checking for CFLAGS value to request large file support... no checking for LDFLAGS value to request large file support... no checking for LIBS value to request large file support... no checking for _FILE_OFFSET_BITS... 64 checking for _LARGEFILE_SOURCE... 1 checking for _LARGE_FILES... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking for size_t... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for float.h... yes checking for floatingpoint.h... no checking for ieeefp.h... no checking for limits.h... yes checking for memory.h... (cached) yes checking for pwd.h... yes checking for select.h... no checking for stdlib.h... (cached) yes checking for stddef.h... yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking for synch.h... yes checking for sys/mman.h... yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for sys/timeb.h... yes checking for sys/types.h... (cached) yes checking for sys/un.h... yes checking for sys/vadvise.h... no checking for sys/wait.h... (cached) yes checking for term.h... yes checking for unistd.h... (cached) yes checking for utime.h... yes checking for sys/utime.h... no checking for termio.h... yes checking for termios.h... yes checking for sched.h... yes checking for crypt.h... yes checking for alloca.h... yes checking for sys/ioctl.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... no checking for yp_get_default_domain in -lnsl... yes checking for p2open... no checking for p2open in -lgen... no checking for bind... yes checking for crypt in -lcrypt... yes checking for crypt... yes checking for sem_init... no checking for in -lposix4... no checking if libz with compress... no checking if we should use pstack... checking for int8... no Enabling workarounds for hpux 11 Using --with-named-thread=-lpthread checking "named thread libs:"... "-lpthread" checking for strtok_r in -lpthread... yes checking for strtok_r... yes checking for dlopen in -ldl... no checking for unistd.h... (cached) yes checking for restartable system calls... no checking "need of special linking flags"... "none" checking for cc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for inline... no checking for off_t... yes checking for struct stat.st_rdev... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for char... yes checking size of char... 1 checking for char*... yes checking size of char*... 4 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking size of long long... 8 checking size of off_t... 8 checking whether byte ordering is bigendian... yes checking base type of last arg to accept... int 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... yes checking for type fp_except... no checking if aCC supports bool types... yes checking if conversion of longlong to float works... yes checking if pthread_yield takes zero arguments... yeso checking if pthread_yield takes 1 argument... no checking for varargs.h... yes checking for stdarg.h... yes checking for dirent.h... yes checking for locale.h... yes checking for ndir.h... no checking for sys/dir.h... yes checking for sys/file.h... yes checking for sys/ndir.h... no checking for sys/ptem.h... no checking for sys/pte.h... no checking for sys/select.h... no checking for sys/stream.h... yes checking for sys/mman.h... (cached) yes checking for curses.h... yes checking for termcap.h... no checking for termio.h... (cached) yes checking for termbits.h... no checking for asm/termbits.h... no checking for grp.h... yes checking for paths.h... no checking for semaphore.h... yes checking for lstat... yes checking for putenv... yes checking for select... yes checking for setenv... no checking for setlocale... yes checking for strcoll... yes checking for tcgetattr... yes checking whether stat file-mode macros are broken... no checking return type of signal handlers... void checking for type of signal functions... posix checking whether programs are able to redeclare getpw functions... yes checking for TIOCGWINSZ in sys/ioctl.h... no 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 whether signal handlers are of type void... yes checking for tgetent in -lncurses... no checking for tgetent in -lcurses... yes checking for termcap functions library... -lcurses checking -nolib_inline... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... 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... yes checking for alarm... yes checking for bmove... no checking for chsize... no checking for ftruncate... yes checking for rint... yes checking for finite... no checking for isnan... yes checking for fpsetmask... no checking for fpresetsticky... no checking for cuserid... yes checking for fcntl... yes checking for fconvert... no checking for poll... yes checking for getrusage... yes checking for getpwuid... yes checking for getcwd... yes checking for getrlimit... yes checking for getwd... yes checking for index... yes checking for stpcpy... no checking for locking... no checking for longjmp... yes checking for perror... yes checking for pread... yes checking for realpath... yes checking for readlink... yes checking for rename... yes checking for socket... yes checking for strnlen... no checking for madvise... yes checking for mkstemp... yes checking for strtol... yes checking for strtoul... yes checking for strtoll... no checking for strtoull... no checking for snprintf... yes checking for tempnam... yes checking for thr_setconcurrency... no checking for gethostbyaddr_r... no checking for gethostbyname_r... (cached) no checking for getpwnam... yes checking for bfill... no checking for bzero... yes checking for bcmp... yes checking for strstr... yes checking for strpbrk... yes checking for strerror... yes checking for tell... yes checking for atod... no checking for memcpy... yes checking for memmove... yes checking for setupterm... no checking for strcasecmp... yes checking for sighold... yes checking for vidattr... no checking for lrand48... yes checking for localtime_r... yes checking for sigset... yes checking for sigthreadmask... no checking for pthread_sigmask... yes checking for pthread_setprio... no checking for pthread_setprio_np... no checking for pthread_setschedparam... yes checking for pthread_attr_setprio... no checking for pthread_attr_setschedparam... yes checking for pthread_attr_create... no checking for pthread_getsequence_np... no checking for pthread_attr_setstacksize... yes checking for pthread_condattr_create... no checking for rwlock_init... no checking for pthread_rwlock_rdlock... yes checking for fchmod... yes checking for getpass... yes checking for getpassphrase... no checking for initgroups... yes checking for mlockall... yes checking for fseeko... yes checking for dlopen... yes checking for dlerror... yes checking style of gethost* routines... other checking style of gethostname_r routines... other checking 3 argument to gethostname_r routines... char checking "args to pthread_getspecific"... POSIX checking "args to pthread_mutex_init"... POSIX checking "args to readdir_r"... POSIX checking "style of sigwait"... POSIX checking "for pthread_attr_setscope"... yes checking "can netinet files be included"... "yes" checking for ORBit... ./configure[14056]: orbit-config: not found. ./configure[14057]: orbit-config: not found. ./configure[14058]: orbit-config: not found. found! checking if we should build MySQLFS... no checking for OpenSSL... checking "character sets"... default: latin1; compiled i n: latin1 checking for BerkeleyDB... no Not using Berkeley DB checking for Innodb... Using Innodb checking for aio_read in -lrt... yes CONFIGURING FOR INNODB checking build system type... hppa2.0w-hp-hpux11.00 checking host system type... hppa2.0w-hp-hpux11.00 checking target system type... hppa2.0w-hp-hpux11.00 checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD compatible install... /opt/imake/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking for ranlib... ranlib checking for a BSD compatible install... /opt/imake/bin/install -c checking how to run the C preprocessor... cc -E checking for aio.h... yes checking for sched.h... 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... no checking for unistd.h... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for sched_yield... yes checking for fdatasync... yes checking whether byte ordering is bigendian... yes 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 com/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 odbc/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 END OF INNODB CONFIGURATION configure: creating ./config.status config.status: creating Makefile config.status: creating extra/Makefile config.status: creating mysys/Makefile config.status: creating isam/Makefile config.status: creating strings/Makefile config.status: creating regex/Makefile config.status: creating heap/Makefile config.status: creating bdb/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 readline/Makefile config.status: creating vio/Makefile config.status: creating libmysql_r/Makefile config.status: creating libmysqld/Makefile config.status: creating libmysqld/examples/Makefile config.status: creating libmysql/Makefile config.status: creating client/Makefile config.status: creating os2/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 merge/Makefile config.status: creating dbug/Makefile config.status: creating scripts/Makefile config.status: creating include/Makefile config.status: creating sql-bench/Makefile config.status: creating tools/Makefile config.status: creating tests/Makefile config.status: creating Docs/Makefile config.status: creating support-files/Makefile config.status: creating mysql-test/Makefile config.status: creating include/mysql_version.h config.status: creating config.h 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! bug> gmake cd libmysql; gmake link_sources . . [skiped a few hundred lines, all fine until my_tempnam.c] . . cc -DDEFAULT_BASEDIR=\"/var/tmp/vsurlan/mysql\" -DDATADI R="\"/var/tmp/vsurlan/mysql/var\"" -DDEFAULT_CHARSET_HOME=" \"/var/tmp/vsurlan/mysql\"" -DDATADIR="\"/var/tmp/vsurlan/my sql/var\"" -DSHAREDIR="\"/var/tmp/vsurlan/mysql/share/mysql \"" -DHAVE_CONFIG_H -I./../include -I../include -I.. -I. -O -DDBUG_OFF -Ae +DAportable +O2 -D_REENTRANT -DHAVE_BROKEN_PREAD -DDONT_U SE_FINITE -DHAVE_BROKEN_GETPASS -DNO_FCNTL_NONBLOCK -DDO_NOT_REMOVE_THREAD_WRAPP ERS -DHAVE_BROKEN_PTHREAD_COND_TIMEDWAIT -c my_tempnam.c cc: "my_tempnam.c", line 112: warning 524: Cast (non-lvalue) appears on left-han d side of assignment. cc: "my_tempnam.c", line 112: error 1549: Modifiable lvalue required for assignm ent operator. cc: "my_tempnam.c", line 118: warning 524: Cast (non-lvalue) appears on left-han d side of assignment. cc: "my_tempnam.c", line 118: error 1549: Modifiable lvalue required for assignm ent operator. gmake[2]: *** [my_tempnam.o] Error 1 gmake[2]: Leaving directory `/var/tmp/vsurlan/mysql-4.0.3-beta/mysys' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/var/tmp/vsurlan/mysql-4.0.3-beta' gmake: *** [all-recursive-am] Error 1 bug> --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php