OSDN Git Service

Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jun 2000 16:11:02 +0000 (16:11 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jun 2000 16:11:02 +0000 (16:11 +0000)
commit385470f8c622ca844971b1c0a5929f80f43c9e37
tree146093fa97fb3f7810e0d4781ab44d74b78b025a
parent3513f4d162838c5c33ae89c30eac90b95e154f69
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.
configure
configure.in
src/backend/access/heap/heapam.c
src/bin/pgtclsh/Makefile
src/include/access/heapam.h
src/interfaces/libpq++/Makefile
src/pl/tcl/Makefile
src/template/solaris_i386_cc
src/template/solaris_sparc_cc