Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
Peter Eisentraut <peter_e@gmx.net>
Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> 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.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +406 −383 |
| configure.in | modified | +2 −2 |
| src/backend/access/heap/heapam.c | modified | +55 −1 |
| src/bin/pgtclsh/Makefile | modified | +3 −3 |
| src/include/access/heapam.h | modified | +70 −111 |
| src/interfaces/libpq++/Makefile | modified | +19 −4 |
| src/pl/tcl/Makefile | modified | +2 −2 |
| src/template/solaris_i386_cc | modified | +1 −1 |
| src/template/solaris_sparc_cc | modified | +2 −2 |