Ok i worked out a possible bug with mysql 4.1 compiling openssl on solaris

i keep getting this error

gcc -DDEFAULT_CHARSET_HOME=\"/usr/local/mysql\" -DDATADIR=\"/usr/local/mysql
/var
\" -DSHAREDIR=\"/usr/local/mysql/share/mysql\" -DDONT_USE_RAID -I. -I. -I.. 
-I..
/include
/opt/csw/include/openssl -O3 -DDBUG_OFF -D_FILE_OFFSET_BITS=64 -DHAVE_R
WLOCK_T -c libmysql.c -MT libmysql.lo -MD -MP -MF
.deps/libmysql.TPlo  -fPIC -DP
IC -o .libs/libmysql.lo
sparc-sn-solaris2.8-gcc: cannot specif -o with -c or -S and multiple
compilation
s
*** Error code 1
make: Fatal error: Command failed for target `libmysql.lo'
Current working directory /usr/share/src/mysql-4.1.1-alpha/libmysql_r
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/share/src/mysql-4.1.1-alpha
*** Error code 1
make: Fatal error: Command failed for target `all'

my configure is

./configure --prefix=/usr/local/mysql --with-openssl-includes=/opt/cs
w/include/openssl --with-openssl-libs=/opt/csw --without-docs --with-libwrap
=/us
r --with-mysqld-user=mysql -with-pstack --enable-thread-safe-client


what seems to be the problem ?


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to