Victor Medina wrote:

it dies with this error:

IPO Warning: unresolved : rl_attempted_completion_function
Referenced in ipo_icc5X7oE4.o
IPO Warning: unresolved : rl_completion_entry_function


----8<

Ncurses devel and the readline libriries must be installed for the
client to compile



I installed ncurses-devel and readline-devel.
not much changed but then I added --without-readline to the configure options and we seem to have made progress:


here is the error now:
IPO Warning: unresolved : popen
       Referenced in ipo_icct8OVHG.o
IPO Warning: unresolved : pclose
       Referenced in ipo_icct8OVHG.o
IPO Warning: unresolved : __xstat64
       Referenced in libmysqlclient.a(my_lib_ipo.o)
IPO Warning: unresolved : __fxstat64
       Referenced in libmysqlclient.a(my_lib_ipo.o)
IPO Warning: unresolved : readdir64
       Referenced in libmysqlclient.a(my_lib_ipo.o)
IPO Warning: unresolved : fdopen
       Referenced in libmysqlclient.a(my_fopen_ipo.o)
IPO Warning: unresolved : fclose
       Referenced in libmysqlclient.a(my_fopen_ipo.o)
IPO Warning: unresolved : gethostbyname_r
       Referenced in libmysqlclient.a(my_gethostbyname_ipo.o)
IPO Warning: unresolved : __lxstat64
       Referenced in libmysqlclient.a(my_symlink_ipo.o)
IPO Warning: unresolved : realpath
       Referenced in libmysqlclient.a(my_symlink_ipo.o)
libmysql.c(1808): internal error: 0_1345

icc: error: problem during multi-file optimization compilation (code 4)
make[2]: *** [mysql] Error 4
make[2]: Leaving directory `/moat-files/mysql-4.0.18/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/moat-files/mysql-4.0.18'
make: *** [all] Error 2

any ideas what I'm missing?
thanks
yonah



Best Regards!



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to