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 <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to