bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mysql 4.1 compile error


From: Wendell Frohwein
Subject: mysql 4.1 compile error
Date: Tue, 13 Jul 2004 23:02:55 -0700

When I compile mysql 4.1 on solaris 9 x86 I get this message

 

checking term.h usability... no

checking term.h presence... yes

configure: WARNING: term.h: present but cannot be compiled

configure: WARNING: term.h: check for missing prerequisite headers?

configure: WARNING: term.h: proceeding with the preprocessor's result

configure: WARNING:     ## ------------------------------------ ##

configure: WARNING:     ## Report this to address@hidden ##

configure: WARNING:     ## ------------------------------------ ##

checking for term.h... yes

 

 

 

 

checking sys/ptem.h usability... no

checking sys/ptem.h presence... yes

configure: WARNING: sys/ptem.h: present but cannot be compiled

configure: WARNING: sys/ptem.h: check for missing prerequisite headers?

configure: WARNING: sys/ptem.h: proceeding with the preprocessor's result

configure: WARNING:     ## ------------------------------------ ##

configure: WARNING:     ## Report this to address@hidden ##

configure: WARNING:     ## ------------------------------------ ##

checking for sys/ptem.h... yes

 

 

 

this is the configure I use

 

CC=gcc CFLAGS="-O3 -fomit-frame-pointer -DHAVE_CURSES_H" \
CXX=gcc \
CXXFLAGS="-O3 -fomit-frame-pointer -felide-constructors \
    -fno-exceptions -fno-rtti -DHAVE_CURSES_H" \
./configure --prefix=/usr/local/mysql

 

 

that was taking from mysql.com at

 

http://dev.mysql.com/doc/mysql/en/Solaris_x86.html

 

 

bash-2.05# gcc --version

gcc (GCC) 3.3.2

 

bash-2.05# autoconf --version

autoconf (GNU Autoconf) 2.57

 

bash-2.05# bison --version

bison (GNU Bison) 1.75

 

 

 

 

I don’t know if this can help you, but your software said to report it so I did ;-)

 

 

 

-wendell frohwein


reply via email to

[Prev in Thread] Current Thread [Next in Thread]