>>>>> "ejnewto" == ejnewto <ejnewto@stripped> writes:
>> Description:
ejnewto> I cannot seem to get mysql to build without much hacking under Solaris 2.6
> using
ejnewto> Sun's Workshop Compiler 4.2. I don't have (nor can I install) gcc 2.8.1.
> Are there
ejnewto> Solaris specific build instructions available?
>> How-To-Repeat:
ejnewto> On a Sun Ultra 1 using the aforementioned compiler, in the mysql source
> distribution
ejnewto> directory, execute:
ejnewto> 1) configure
ejnewto> 2) make
Hi!
I have now verified that MySQL 3.22.24 should build with Sun's 4.2
compiler with the following options:
CC=cc CFLAGS="-xstrconst -Xa -xO4 -native -mt" CXX=CC CXXFLAGS="-xO4 -native -noex -mt"
./configure --prefix=/usr/local/mysql
Regards,
Monty