pgsql/src/bin/pgtclsh (Makefile) - Mailing list pgsql-committers

From Peter Eisentraut - PostgreSQL
Subject pgsql/src/bin/pgtclsh (Makefile)
Date
Msg-id 200006301610.e5UGAno79353@hub.org
Whole thread Raw
List pgsql-committers
  Date: Friday, June 30, 2000 @ 12:10:47
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/bin/pgtclsh
     from hub.org:/home/projects/pgsql/tmp/cvs-serv79126/src/bin/pgtclsh

Modified Files:
    Makefile

-----------------------------  Log Message  -----------------------------

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.


pgsql-committers by date:

Previous
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql (configure configure.in)
Next
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/src/backend/access/heap (heapam.c)