Re: [HACKERS] make install fails in perl5 ...

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] make install fails in perl5 ...
Дата
Msg-id 3636346E.B1290D2F@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] make install fails in perl5 ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] make install fails in perl5 ...
Re: [HACKERS] make install fails in perl5 ...
Список 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 по дате отправления:

Предыдущее
От: Tom Ivar Helbekkmo
Дата:
Сообщение: Re: Last call?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] new graphics file?