Re: [expert] compile for i686 -- slowdowns?

2000-02-18 Thread Linda Walsh
Jean-Michel Dault wrote: Here are the flags to optimize for i686: optflags: i686 -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentiumpro -mcpu=pentiumpro -march=pentiumpro -ffast-math -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2

Re: [expert] compile for i686

2000-02-17 Thread William Ahern
On Sun, 13 Feb 2000, you wrote: Here are the flags to optimize for i686: optflags: i686 -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentiumpro -mcpu=pentiumpro -march=pentiumpro -ffast-math -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2

Re: [expert] compile for i686

2000-02-17 Thread Jean-Michel Dault
[EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [expert] compile for i686 On Sat, 12 Feb 2000, you wrote: The 3.22.30 version of MySQL is not vulnerable. are you sure? i'm not a C programmer, but looking through sql/passwd.c i couldn't find anything

Re: [expert] compile for i686

2000-02-13 Thread Jean-Michel Dault
Here are the flags to optimize for i686: optflags: i686 -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentiumpro -mcpu=pentiumpro -march=pentiumpro -ffast-math -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2 -mpreferred-stack-boundary=2

Re: [expert] compile for i686

2000-02-13 Thread Axalon Bloodstone
On Sat, 12 Feb 2000, Linda Walsh wrote: William Ahern wrote: how do i compile mysql w/ i686 optimizations? for that matter, how can i best optimize it? ./configure ? --- Setting the target for i686 will produce binaries in the 686 directory, but gcc doesn't seem to know

Re: [expert] compile for i686

2000-02-13 Thread John Aldrich
On Sun, 13 Feb 2000, you wrote: William Ahern wrote: how do i compile mysql w/ i686 optimizations? for that matter, how can i best optimize it? ./configure ? --- Setting the target for i686 will produce binaries in the 686 directory, but gcc doesn't seem to know anything

Re: Re: [expert] compile for i686

2000-02-13 Thread Russell Minnich
At 2/12/00 11:40:00 PM, you wrote: William Ahern wrote: how do i compile mysql w/ i686 optimizations? for that matter, how can i best optimize it? ./configure ? --- Setting the target for i686 will produce binaries in the 686 directory, but gcc doesn't seem to know anything

Re: [expert] compile for i686

2000-02-13 Thread William Ahern
On Sat, 12 Feb 2000, you wrote: The 3.22.30 version of MySQL is not vulnerable. are you sure? i'm not a C programmer, but looking through sql/passwd.c i couldn't find anything that fixes the exploit i know they fixed the 3.23 alpha version

Re: [expert] compile for i686

2000-02-13 Thread Richard Potter
On Sat, 12 Feb 2000, Jean-Michel Dault wrote: The 3.22.30 version of MySQL is not vulnerable. If you want to compile Apache with mod_ssl and mod_php3, I have all the latest source RPMS (that will be in Mandrake 7.1 ;-) on my development site, advancedextranet.com snip And a fine site it is.

Re: [expert] compile for i686

2000-02-13 Thread Jean-Michel Dault
, Linda Walsh wrote: Date: Sun, 13 Feb 2000 09:49:04 -0800 From: Linda Walsh [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [expert] compile for i686 Geez -- is that enough flags? -- why couldn't they just have a -m686? Sigh. Under optflags, the first

Re: [expert] compile for i686

2000-02-12 Thread William Ahern
From: William Ahern [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [expert] compile for i686 how do i compile mysql w/ i686 optimizations? for that matter, how can i best optimize it?

Re: [expert] compile for i686

2000-02-12 Thread Jean-Michel Dault
2000, William Ahern wrote: Date: Sat, 12 Feb 2000 13:36:46 -0500 From: William Ahern [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [expert] compile for i686 I'd do this, but 1) I will patch the source for the passwd exploit in MySQL (which I guess I can do

Re: [expert] compile for i686

2000-02-12 Thread Linda Walsh
William Ahern wrote: how do i compile mysql w/ i686 optimizations? for that matter, how can i best optimize it? ./configure ? --- Setting the target for i686 will produce binaries in the 686 directory, but gcc doesn't seem to know anything about x86 higher than -m486. I don't

[expert] compile for i686

2000-02-11 Thread William Ahern
how do i compile mysql w/ i686 optimizations? for that matter, how can i best optimize it? ./configure ?

Re: [expert] compile for i686

2000-02-11 Thread Jean-Michel Dault
: [expert] compile for i686 how do i compile mysql w/ i686 optimizations? for that matter, how can i best optimize it? ./configure ?