Hi everybody there!

I'm trying to compile mysql-3.23.44 on redhat linyx 7.1 box
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

-Jose ALbert
fi

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


******config.log*******
........last lines
int main() {
tgetent()
; return 0; }
configure:8312: checking for tgetent in -ltermcap
configure:8331: gcc -o conftest -O3 -DDBUG_OFF     -rdynamic 
conftest.c -ltermcap  -lpthread -lcrypt -lnsl -lm  -lpthread 1>&5
/usr/bin/ld: cannot find -ltermcap 
collect2: ld returned 1 exit status
configure: failed program was:
#line 8320 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */  
/* We use char because int might match the return type of a gcc2  
    builtin and then its argument prototype would still apply.  */
char tgetent();

int main() {
tgetent()
; return 0; }
configure:8359: checking for termcap functions library

gcc Version
[root@lancelot mysql-3.23.44]# gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-
gnu/3.0.2/specs
Configured with: ../gcc-3.0.2/configure --with-gnu-as
Thread model: single
gcc version 3.0.2




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