From 6995c5fbad1f2e1e4e9dacbaf76ed2a235feb07a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 5 Apr 2000 14:47:21 +0000 Subject: Please forget all I said about gcc and AIX in my previous mail. It does work with the following patch applied and gcc 2.95.2 . Use --with-template=aix_gcc to compile the whole lot with gcc. The geometry regression test produces different precision. With optimization I run into regression failures starting at oidjoins, thus no -O2. Anybody else try gcc 2.95.2 and -O2 on beta4 ? This is an important patch, since recent versions of the IBM compiler are not for free, and thus most questions I get concern gcc. Andreas PS.: I am testing with beta4 --- src/template/aix_gcc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/template') diff --git a/src/template/aix_gcc b/src/template/aix_gcc index 5a660639d78..1dd52a55c41 100644 --- a/src/template/aix_gcc +++ b/src/template/aix_gcc @@ -1,6 +1,7 @@ AROPT:crs -CFLAGS:-fsigned-chars -SHARED_LIB: +CFLAGS:-pipe +CXXFLAGS:-pipe +SHARED_LIB:-lc ALL: SRCH_INC: SRCH_LIB: -- cgit v1.2.3