On Wednesday, 21 September 2005 at 14:39:55 -0400, Kris Kennaway wrote:
> On Wed, Sep 21, 2005 at 02:31:18PM -0400, John Nielsen wrote:
>> Should it be possible to compile and run MySQL 4.1 with GCC 3.4 on a FreeBSD
>> 4.11 machine?
>>
>> I have a server which, for the time being at least, cannot b
John Nielsen wrote:
[...]
> if gcc34 -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include
> -I/usr/local/include -DDBUG_OFF -O -pipe -D__USE_UNIX98 -D_REENTRANT
> -D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads -O3
> -fno-omit-frame-pointer -MT conf_to_src.o -MD -MP -MF
> ".deps/
On Wednesday 21 September 2005 14:41, Alex Dupre wrote:
> John Nielsen wrote:
> > I would like to experiment with different build options/flags in the
> > hopes of boosting performance. Specifically, I'd like to build it with
> > linuxthreads and optimized C flags, but I am wary of using -O3 with
John Nielsen wrote:
I would like to experiment with different build options/flags in the hopes
of boosting performance. Specifically, I'd like to build it with
linuxthreads and optimized C flags, but I am wary of using -O3 with gcc
2.9. Am I just being paranoid?
Yes, you are. Most MySQL bin
On Wed, Sep 21, 2005 at 02:31:18PM -0400, John Nielsen wrote:
> Should it be possible to compile and run MySQL 4.1 with GCC 3.4 on a FreeBSD
> 4.11 machine?
>
> I have a server which, for the time being at least, cannot be updated to
> FreeBSD 5. I'm currently running the stock MySQL 4.1.14 com
Should it be possible to compile and run MySQL 4.1 with GCC 3.4 on a FreeBSD
4.11 machine?
I have a server which, for the time being at least, cannot be updated to
FreeBSD 5. I'm currently running the stock MySQL 4.1.14 compiled from the
port with no make flags.
I would like to experiment wit