Re: [HACKERS] mega-patch--tcl/tk configuration

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: brook(at)trillium(dot)NMSU(dot)Edu, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] mega-patch--tcl/tk configuration
Date: 1998-03-23 16:03:09
Message-ID: 199803231603.LAA18629@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I have to agree, in part, with this...
>
> Under FreeBSD, because of how our ports collections work, it is possible
> to have something installed using TCL8.0, but the next one to be installed
> requires TCL8.1. As such, we installed then as /usr/local/lib/tcl80 and
> /usr/local/lib/tcl81, so they don't get confused...
>
> Having it search several directories in order of preference, IMHO, is
> proper behaviour for configure...it should remain as version search
> instead of "just tcl.h"...

OK, go ahead. I did fix several problem with the tcl/tk stuff also.
For example, if it found /usr/include/tk.h, the flag would be -I with no
directory, causing any compile to fail.

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-03-23 16:04:58 Re: AW: [HACKERS] char types gone.
Previous Message Bruce Momjian 1998-03-23 16:01:10 Re: [HACKERS] mega-patch--tcl/tk configuration