I want to install my sql on an HP-UX 10.20. I made ./configure with the options for HP-UX 10.20, as on the officiel site and I had no problem. But when I do "make", I have this error : why ?
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -I./../include -I./.. -I.. -D__STDC_EXT__ -O3 -DDBUG_OFF -DHPUX -I/opt/dce/include -fpic -DHAVE_BROKEN_SNPRINTF -DSIGNALS_DONT_BREAK_READ -DDO_NOT_REMOVE_THREAD_WRAPPERS -DHPUX -DSIGNAL_WITH_VIO_CLOSE -c rltty.c <command line>: warning: "__STDC_EXT__" redefined <command line>: warning: this is the location of the previous definition rltty.c: In function `set_tty_settings': rltty.c:231: `TIOCSETN' undeclared (first use in this function) rltty.c:231: (Each undeclared identifier is reported only once rltty.c:231: for each function it appears in.) rltty.c: In function `prepare_terminal_settings': rltty.c:286: `CBREAK' undeclared (first use in this function) *** Error exit code 1 Stop. What do I have to do ? Thank you --------------------------------------------------------------------- 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