Hi!

>>>>> "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes:

Sinisa> Faine, Mark writes:
>> Ok, so I've downgraded my compiler (gcc) to 2.95.3 since mysql seems to be
>> incompatible with 3.0, yet I'm still getting an error during the make:
>> 
>> /usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lrt

<cut>

>> my config:
>> ./configure --enable-static 
>> --enable-assembler 
>> --disable-shared 
>> --with-libwrap 
>> --without-debug 
>> --with-mysqld-ldflags=-all-static
>> --without-docs 
>> --without-bench 
>> --with-charset=latin1 
>> --with-berkeley-db 
>> --with-innodb 
>> --with-mysqld-user=mysql

The problem is that Solaris 2.8 doesn't support the option
--all-static when using threads.

Please remove this option from configure and it should work.

(This is actually mentioned in the Solaris section in the MySQL
manual).

Regards,
Monty

-- 
For technical support contracts, goto https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Michael Widenius <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, CTO
/_/  /_/\_, /___/\___\_\___/   Helsinki, Finland
       <___/   www.mysql.com

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