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.
Showing
- configure 406 additions, 383 deletionsconfigure
- configure.in 2 additions, 2 deletionsconfigure.in
- src/backend/access/heap/heapam.c 55 additions, 1 deletionsrc/backend/access/heap/heapam.c
- src/bin/pgtclsh/Makefile 3 additions, 3 deletionssrc/bin/pgtclsh/Makefile
- src/include/access/heapam.h 70 additions, 111 deletionssrc/include/access/heapam.h
- src/interfaces/libpq++/Makefile 19 additions, 4 deletionssrc/interfaces/libpq++/Makefile
- src/pl/tcl/Makefile 2 additions, 2 deletionssrc/pl/tcl/Makefile
- src/template/solaris_i386_cc 1 addition, 1 deletionsrc/template/solaris_i386_cc
- src/template/solaris_sparc_cc 2 additions, 2 deletionssrc/template/solaris_sparc_cc
Loading
Please register or sign in to comment