can't build mysql under solaris 7
Trying to build mysql-3.23.32 under solaris 7 with gcc version 2.95.2 19991024 (release) got error message : gcc -DDEFAULT_CHARSET_HOME=\"/usr/local\" -DDATADIR=\"/usr/local/var\" -DSHAREDIR=\"/usr/local/share/mysql\" -DUNDEF_THREADS_HACK -I./../include -I../include -I ./.. -I.. -I.. -O6 -DDBUG_OFF -DHAVE_CURSES_H -I/export/home/iav/mysql-3.23.32/include -DHAVE_RWLOCK_T -c libmysql.c -fPIC -DPIC -o .libs/libmysql.lo In file included from ../include/global.h:151, from libmysql.c:23: /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/include/math.h:5: math.h: No such file or directory make[2]: *** [libmysql.lo] Error 1 what does it mean? What is than math.h, it cann't find? I ried to find it myself - and fail: # find / -name math.h /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/include/math.h /export/home/iav/mysql-3.23.32/mit-pthreads/include/math.h What I do incorrect? best regards, Igor - 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
can't build mysql under solaris 7
Trying to build mysql-3.23.32 under solaris 7 with gcc version 2.95.2 19991024 (release) got error message : gcc -DDEFAULT_CHARSET_HOME=\"/usr/local\" -DDATADIR=\"/usr/local/var\" -DSHAREDIR=\"/usr/local/share/mysql\" -DUNDEF_THREADS_HACK -I./../include -I../include -I ./.. -I.. -I.. -O6 -DDBUG_OFF -DHAVE_CURSES_H -I/export/home/iav/mysql-3.23.32/include -DHAVE_RWLOCK_T -c libmysql.c -fPIC -DPIC -o .libs/libmysql.lo In file included from ../include/global.h:151, from libmysql.c:23: /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/include/math.h:5: math.h: No such file or directory make[2]: *** [libmysql.lo] Error 1 what does it mean? What is than math.h, it cann't find? I ried to find it myself - and fail: # find / -name math.h /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/include/math.h /export/home/iav/mysql-3.23.32/mit-pthreads/include/math.h What I do incorrect? best regards, Igor - 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