Re: [HACKERS] configuration patches

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: brook(at)trillium(dot)NMSU(dot)Edu (Brook Milligan)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] configuration patches
Date: 1998-04-05 20:26:33
Message-ID: 199804052026.QAA21178@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Here are 3 patches (all relative to the src directory) to help with
> the configuration of v6.3.1. I have replaced the queries for
> include/lib directories with --with configuration options. I have
> also included a list of potential tcl/tk include directories directly
> in the CPPFLAGS variable. As new versions are needed, these should be
> added to the list in reverse numerical order (libraries are in a
> separate list near the end). This greatly simplifies the later checks
> if --with-tcl is set. I hope this solution works for everyone.
>
> I also added a check to disable the perl support if postgres was not
> already installed (as per the instructions in the directory). By the
> way, why must there be an installed pgsql to compile perl support?
> This seems odd, at best.
>
> Finally, I changed the Makefile in the libpgtcl interface to place the
> shared libraries at the end of the list of files, not at the
> beginning. With NetBSD at least, libraries are linked in order, so
> the original sequence does not work.
>
> Hope you find these useful.
>

Applied. These will be very tempting for Marc, because it improves
automatic tcl/tk include/library search support.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Gould 1998-04-05 20:44:06 Developer setup, what works?
Previous Message Bruce Momjian 1998-04-05 20:06:03 Re: [HACKERS] Open 6.3.1 issues