From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Why do we use Tcl's compiler and flags? |
Date: | 2001-05-13 02:58:46 |
Message-ID: | 22403.989722726@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> The only really interesting things that tclConfig.sh (and tkConfig.sh)
> tells us are the names of various libraries. But those names can be used
> portably with any compiler, so I don't see why we need to subscribe to the
> whole deal. AFAICT, the rest (TCL_CC, TCL_SHLIB_SUFFIX, etc.) is merely a
> help for people who don't know how to build shared libraries, but we do,
> so we should use our own way.
I think this may be a hangover from a time when Tcl was more likely to
know how to build shlibs than our own makefiles were.
However, it doesn't appear to me that we'll get rid of all that much
cruft if we change. We'll still need to find and read tclConfig.sh
in order to find out such interesting things as which shlibs libtcl.so
is dependent on. Why are you concerned about fixing something that's
not especially broken?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | universe_made_of_atoms | 2001-05-13 03:22:46 | Internet is putting lot of competition fire & heat under Microsoft SQL Server |
Previous Message | Bruce Momjian | 2001-05-13 02:30:12 | Re: Re: PL/Python build |