[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mySQL 3.23.33 & Solaris x86 Problem
Hello,
I'm new to mySQL, and I need a binary release for Solaris x86. Unless
somebody knows why I can't compile the source. I'm using the GCC
compiler version 2.95.2.
Here is my configure script:
CC=gcc CFLAGS="-O6 -fomit-frame-pointer -DHAVE_CURSES_H" \
CXX=gcc \
CXXFLAGS="-O6 -fomit-frame-pointer -felide-constructors -fno-exceptions
-fno-rtti -DHAVE_CURSES_H" \
../configure --prefix=/usr/local/mysql
Here is the error I am getting in the make:
In file included from mysql.cc:53:
/opt/sfw/include/curses.h:96: declaration does not declare anything
*** Error code 1
make: Fatal error: Command failed for target `mysql.o'
Current working directory /u3/software/unix/install/mysql-3.23.33/client
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /u3/software/unix/install/mysql-3.23.33
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'
Any help either way would be greatly appreciated.
Thanks,
Rob
---------------------------------------------------------------------
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 <mysql-thread67367@xxxxxxxxxxxxxxx>
To unsubscribe, e-mail <mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
This mailing list archive is a service of Copilot Consulting.