A number of people have asked about this, and some have figured it out 
and posted info somewhere, but not in the www.mysql.com docs.

Perhaps, I need to report it on this list for it to get into a distro, 
yes?

In configure, there is a bit that starts at line 7514:

   *darwin*)
     if test "$ac_cv_c_compiler_gnu" = "yes"
     then
       CFLAGS="$CFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS 
-D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_
BREAK_READ -DHAVE_BROKEN_REALPATH"
       CXXFLAGS="$CXXFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS 
-D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_D
ONT_BREAK_READ"
       MAX_C_OPTIMIZE="-O"
       with_named_curses=""
     fi
     ;;

Change:

       with_named_curses=""

to:

       with_named_curses="-ltermcap"


... and then it builds. Voila! Note, this is for Mac OS X 10.2, and not 
earlier Mac OS X systems.

thanx - ray


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