# uname -a
Linux linuxbox 2.4.16 #2 Wed Nov 28 12:24:51 PST 2001 i586 unknown
# rpm -qa | grep -i libc
glibc-2.2.4-20
glibc-devel-2.2.4-20
compat-glibc-6.2-2.1.3.2
glibc-common-2.2.4-20
# /usr/bin/gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.1/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
Thread model: posix
gcc version 3.1 20011127 (Red Hat Linux Rawhide 3.1-0.10)

-----Original Message-----
From: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 3:57 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: compile errors


Gill, Vern writes:
> Still need help with this one....
> 
> Anyone, anyone?
> 
> trying to compile mysql-3.23.46, getting this error. Can't find any
> reference to it anywhere.
> Please help;
> 
> gcc -O3 -DDBUG_OFF -O9 -rdynamic -o isamchk isamchk.o sort.o libnisam.a
> ../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lpthread
> -lz -lcrypt -lnsl -lm -lpthread
> ../mysys/libmysys.a(mf_tempfile.o): In function `create_temp_file':
> mf_tempfile.o(.text+0xcd): undefined reference to `mkstemp64'
> collect2: ld returned 1 exit status
> make[2]: *** [isamchk] Error 1
> make[2]: Leaving directory `/src/mysql-3.23.46/isam'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/src/mysql-3.23.46'
> make: *** [all-recursive-am] Error 2
> 
> Vern H. Gill
> State Director
> Director of Marketing
> Conejo Valley Jaycees
> http://www.conejovalleyjaycees.org
> 

What is compiler version and what OS and version.

Seems like Linux, in which case you have improper installation with
glibc missing the above symbol.


-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

---------------------------------------------------------------------
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

Reply via email to