Tom;
IT WORKED! This is what I did:
env | grep CFLAGS
and that produced all those flags as you predicted (-O9 -funroll-loops
-ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro)
unset CFLAGS
make clean
./configure --enable-odbc
make
make install
a subsequent pg_dump of the
"Martin Crundall" <[EMAIL PROTECTED]> writes:
> Not sure how to tell. I didn't explicitly specify anything like this
> during the ./configure step of install. Poking around in the souce
> directory, I pulled this out of config.cache ...
> configure:1243: checking whether the C compiler (gcc -O9
Tom;
Not sure how to tell. I didn't explicitly specify anything like this
during the ./configure step of install. Poking around in the souce
directory, I pulled this out of config.cache ...
configure:1243: checking whether the C compiler (gcc -O9 -funroll-loops
-ffast-math -malign-double -mcpu