Re: [SQL] Postgres Date pg_dump/Import:

2002-11-12 Thread Martin Crundall
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

Re: [SQL] Postgres Date pg_dump/Import:

2002-11-12 Thread Tom Lane
"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

Re: [SQL] Postgres Date pg_dump/Import:

2002-11-12 Thread Martin Crundall
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