- Jul 15, 2000
-
-
Peter Eisentraut authored
Read templates after compiler is detected. Convert all templates to real shell scripts. Rename bsd->openbsd, alpha->osf.
-
- Jun 30, 2000
-
-
Peter Eisentraut authored
Don't use DISABLE_COMPLEX_MACRO on Solaris. Don't define the replacement function in the header file. Use -KPIC, not -K PIC. Use CC to link C++ libraries, not ld/ar. Eliminate file not found warnings in tcl build code.
-
- Jun 19, 2000
-
-
Bruce Momjian authored
-
- Jun 14, 2000
-
-
Bruce Momjian authored
-
- Jun 07, 2000
-
-
Peter Eisentraut authored
CPP) to create platform independent files. Unfortunately, that means that every config.status (or configure) run invariably causes a relink of the postmaster and also that we can't put these files in the distribution (usefully). So we make it a little smarter: when the output files already exist and it notices that it would recreate them in identical form, it doesn't touch them. In order to avoid re-running the make rule all the time we update a timestamp file instead. Update release_prep accordingly. Also make Gen_fmgrtab.sh use the awk that is detected at configure time, not necessarily named `awk' and have it check for exit statuses a little better. In other news... Remove USE_LOCALE from the templates, it was set to `no' everywhere anyway. Also remove YACC and YFLAGS from the templates, configure is smart enough to find bison or yacc itself. Use AC_PROG_YACC for that instead of the hand-crafted code. Do not set YFLAGS to `-d'. The make rules that need this flag should explicitly invoke it. YFLAGS should be a user variable. Update the makefiles to that effect.
-
- Apr 21, 2000
-
-
Tom Lane authored
unless you feed it -Aa or -Ae switch. Autoconf does not know about this, but we can fix it in the hpux_cc template file. I knew templates were good for something ;-)
-
- Apr 18, 2000
-
-
Tom Lane authored
as 'alphaev5', cf report from Stepanov 13-Apr-00.
-
Tom Lane authored
-
Bruce Momjian authored
-
- Apr 17, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 05, 2000
-
-
Bruce Momjian authored
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
-
- Mar 31, 2000
-
-
Tom Lane authored
Make similar changes to hpux templates. Might want to do the same for other foo_cc and foo_gcc pairs, but will desist until I hear from someone who uses those platforms.
-
- Mar 24, 2000
-
-
Bruce Momjian authored
-
- Mar 23, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
1. C++ style comments in C source for ecpg ( // comment ) 2. compiler finds wrong include file extern.h in ecpg/lib/descriptor.c from include path instead of workdir (rename it ?) 3. fe-connect getsockopt takes a socklen_t as fifth arg not int (use SOCKET_SIZE_TYPE instead) 4. char vs unsigned char in psql calls to libpq 5. empty define that results in an empty but terminated line ( ; ) Now for all but point 3 I can supply changes to the compiler flags, to make the compiler less pedantic. Or is someone interested in the complications ? in the meantime can someone apply the attached patch ? Andreas
-
- Mar 19, 2000
-
-
Tom Lane authored
entries in template selection rules. Also, change alpha-dec-osf pattern to cope with version info attached to the 'alpha' part.
-
- Mar 16, 2000
-
-
Bruce Momjian authored
attached patch. Andreas Kardos
-
- Mar 14, 2000
-
-
Bruce Momjian authored
alpha_cc > template file. Patch attached. > > Andreas Kardos >
-
- Dec 16, 1999
-
-
Bruce Momjian authored
backend/Makefiles to be patched could significantly be reduced since they have been adopted to the QNX4 needs. Andreas Kardos
-
- Nov 06, 1999
-
-
Bruce Momjian authored
-
- Nov 04, 1999
-
-
Bruce Momjian authored
-
- Oct 13, 1999
-
-
Bruce Momjian authored
I have changed a bit the makefiles for the win32 port - the *.def files (created when building shared libraries) are now clean from Makefile.shlib. I have also removed "-g" from CFLAGS in the "cygwin32" template - it can be enabled when running configure. Dan
-
- Sep 27, 1999
-
-
Bruce Momjian authored
-
- Sep 06, 1999
-
-
Bruce Momjian authored
-
- Jul 29, 1999
-
-
Bruce Momjian authored
-
- Jul 20, 1999
-
-
Bruce Momjian authored
-
- Jul 10, 1999
-
-
Tatsuo Ishii authored
-
- Jul 09, 1999
-
-
Bruce Momjian authored
-
- Jun 26, 1999
-
-
Bruce Momjian authored
-
- Jun 18, 1999
-
-
Bruce Momjian authored
-
- Jun 17, 1999
-
-
Bruce Momjian authored
for Irix.
-
Bruce Momjian authored
-
- Jun 11, 1999
-
-
Bruce Momjian authored
-
- Jun 09, 1999
-
-
Bruce Momjian authored
-
- Jun 08, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jun 07, 1999
-
-
Bruce Momjian authored
SHARED_LIB: needs to be changed to: SHARED_LIB:-lc I think this was also needed on AIX 4.2. Comments Please !! If nobody objects, I suggest to make this change, since it cannot break AIX 4.2 and is necessary on AIX 4.3 Andreas
-
- May 31, 1999
-
-
Bruce Momjian authored
-
- Apr 12, 1999
-
-
Tatsuo Ishii authored
since April 1?
-