Re: [HACKERS] make install fails in perl5 ... - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] make install fails in perl5 ...
Date
Msg-id 3636346E.B1290D2F@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] make install fails in perl5 ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] make install fails in perl5 ...
Re: [HACKERS] make install fails in perl5 ...
List pgsql-hackers
> Well, that should be true as long as you also get the subsidiary
> information that configure computes (locations of tclsh and friends, 
> in the Tcl case). It is legitimate for configure to compute those 
> because they are config info --- what if you have more than one 
> version of Tcl installed?  You need to be able to specify which one to 
> use.

Sure. But if you have only one version installed, and if things are
located in about the right places, then configure should probably get
those things done even if "--with-tcl" is not specified. It would at the
same time set "USE_TCL" to false, which could be overridden later.

> I suggest that at this late stage we ought to concentrate on making
> sure that the standard configure/install procedure works smoothly.
> It's too late to worry about whether people's existing Makefile.custom
> will work smoothly --- and I'm not sure it's reasonable to expect a
> Makefile.custom to work just because it worked with some prior 
> version, anyway.

I agree, and wasn't advocating that my old Makefile.custom must continue
to work unchanged. It just helped me notice the other problems sooner by
hanging my usual, "should work easy" installation from a clean tree. And
again, it is sensitive to being a pristine installation; after the fact
it sort of repairs itself.

> > I suspect that the tcl/tk stuff doesn't quite work this way at the
> > moment, and that the perl stuff needs a bit of adjustment also. I'll
> > look at the ODBC stuff to get it in line if it isn't already.
> I'm not touching ODBC :-)

... anymore :) We currently have ODBC breakage in moving to the
Makefile.shlib. But we've already discussed fixing that. Should I just
give it a try, or do you want to see patches?
                - Tom


pgsql-hackers by date:

Previous
From: Tom Ivar Helbekkmo
Date:
Subject: Re: Last call?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] new graphics file?