Re: perl 5.6.0 almost working!
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: "John M. Flinchbaugh" <glynis@butterfly.hjsoft.com>, pgsql-bugs@postgresql.org
Date: 2000-04-06T03:12:36Z
Lists: pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes: >> it seems in src/interfaces/Makefile, the perl5/Makefile rule gets the >> POLLUTE=1 option as necessary, which makes it work for make all, but >> doing a ``make install'' uses the perl5-install, which does not build the >> perl5/Makefile with POLLUTE=1. Oops... > Well, that is interesting. I am quite confused how Makefile can get > generated without the parameter. Can you suggest a patch? I believe he meant that line 54 needs to have POLLUTE=1 too ... regards, tom lane