[EMAIL PROTECTED] wrote:

> I got this result before and compile gcc direct from the source
> thinking that could be anithing wrong on the rpm gcc that came with
> redhat but he result is the same. Please anybody has an idea about
> this error. Any help will be hightly appreciated
>
> *****last output lines of configure
> checking if struct dirent has a d_ino member... yes
> checking whether signal handlers are of type void... yes
> checking for tgetent in -lncurses... no
> checking for tgetent in -lcurses... no
> checking for tgetent in -ltermcap... no
> checking for termcap functions library... configure: error: No
> curses/termcap library found
>
> /usr/bin/ld: cannot find -ltermcap

    I don't believe this has anything to do with gcc at all.  Those errors point
to your machine not having the termcap, nor the [n]curses packages installed.
You need those for MySQL.  And they are not part of gcc.

    Look for the termcap, libtermcap and ncurses rpms and install those.

--
H | "Life is the art of drawing without an eraser." - John Gardner
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave, #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.



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