Re: Failure to install on Solaris.

2005-09-21 Thread Hugh Sasse
On Tue, 20 Sep 2005, Dan Nelson wrote: In the last episode (Sep 20), Hugh Sasse said: So I started again and built using this script: #!/bin/bash CFLAGS="-O3 -L$LD_LIBRARY_PATH" CXX=gcc MAKE=gmake \ CXXFLAGS="-O3 -L$LD_LIBRARY_PATH -felide-constructors -fno-exceptions -fno-rtti" ./configure \

Re: Failure to install on Solaris.

2005-09-20 Thread Dan Nelson
In the last episode (Sep 20), Hugh Sasse said: > This got as far as the test phase, and tested successfully. I did it > this way because of the solaris settings being collected together. > However, when I installed, parts of the installation overwrote > /usr/local/mysql despite my --prefix. I al

Re: Failure to install on Solaris.

2005-09-20 Thread Hugh Sasse
On Tue, 20 Sep 2005, Hugh Sasse wrote: On Tue, 20 Sep 2005, Pooly wrote: Hi, gmake: *** [all] Error 2 neelix hgs 57 %> ls /usr/lib/*pthread* /usr/lib/libpthread.so /usr/lib/llib-lpthread /usr/lib/libpthread.so.1 /usr/lib/llib-lpthread.ln neelix hgs 58 %> [...] I guess you'r

Re: Failure to install on Solaris.

2005-09-20 Thread Hugh Sasse
On Tue, 20 Sep 2005, Pooly wrote: Hi, gmake: *** [all] Error 2 neelix hgs 57 %> ls /usr/lib/*pthread* /usr/lib/libpthread.so /usr/lib/llib-lpthread /usr/lib/libpthread.so.1 /usr/lib/llib-lpthread.ln neelix hgs 58 %> Any suggestions as to how I get around this and get the whole thing i

Re: Failure to install on Solaris.

2005-09-20 Thread Hugh Sasse
On Tue, 20 Sep 2005, David Logan wrote: Hugh Sasse wrote: On solaris 9 Sparc I built originally by modifying mysql-4.1.14/BUILD/compile-solaris-sparc thusly [...] gmake -j 4 neelix hgs 82 %> and I invoked the script directly, and also tried with bash. I have: GNU Make version 3.79.

Re: Failure to install on Solaris.

2005-09-20 Thread Pooly
Hi, > /usr/local/bin/ld: cannot find -lpthread > collect2: ld returned 1 exit status > gmake[4]: *** [mysql_tzinfo_to_sql] Error 1 > gmake[4]: Leaving directory `/scratch/hgs/mysql-4.1.13/sql' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/scratch/hgs/mysql-4.1.13/sql' >

Re: Failure to install on Solaris.

2005-09-20 Thread David Logan
Hugh Sasse wrote: On solaris 9 Sparc I built originally by modifying mysql-4.1.14/BUILD/compile-solaris-sparc thusly neelix hgs 81 %> display_diffs.rb . --- ./compile-solaris-sparc.orig 2005-08-17 18:06:41.0 +0100 +++ ./compile-solaris-sparc 2005-09-06 18:36:25.386697000 +0100 @@ -11,6

Failure to install on Solaris.

2005-09-20 Thread Hugh Sasse
On solaris 9 Sparc I built originally by modifying mysql-4.1.14/BUILD/compile-solaris-sparc thusly neelix hgs 81 %> display_diffs.rb . --- ./compile-solaris-sparc.orig2005-08-17 18:06:41.0 +0100 +++ ./compile-solaris-sparc 2005-09-06 18:36:25.386697000 +0100 @@ -11,6 +11,6 @@