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