Re: Compiling from source

2004-01-08 Thread Chuck Gadd
Christopher L. Everett wrote: > I'm using AMD K7 servers and don't need/want InnoDB so I want to compile > mysql from source and I was curious about what compiler flags to use, so Without recompiling binaries, you can add skip-innodb skip-bdb to your my.cnf file. > 2. What compiler flags do the b

Re: Compiling from source

2004-01-08 Thread Christopher L. Everett
Christopher L. Everett wrote: I'm using AMD K7 servers and don't need/want InnoDB so I want to compile mysql from source and I was curious about what compiler flags to use, so I went to http://www.mysql.com/doc/en/Compile_and_link_options.html which left me with some questions: 1. Does pgcc _still