From: | "Culberson, Philip" <philip(dot)culberson(at)dat(dot)com> |
---|---|
To: | "'Peter Eisentraut'" <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Travis Bauer <trbauer(at)indiana(dot)edu>, pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | RE: [HACKERS] Re: Problems compiling version 7 |
Date: | 2000-05-10 22:04:44 |
Message-ID: | A95EFC3B707BD311986C00A0C9E95B6A01AB1C5C@datmail03.dat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
This reminds me of a problem I once had.
I was trying to "make" the documentation, but zcat kept failing because the
Solaris version does not work the same as the GNU version. So I installed
the GNU zcat, ran configure again, but still make was failing because of
zcat...
I found that once configure has found an item it is looking for, it caches
it in config.cache. From then on, even if you do a "make clean", configure
still uses things from config.cache.
To have configure essentially start from scratch and "re-find" things, you
must run "make distclean", which will also delete config.cache. After doing
this, and running configure again, everything worked fine.
Hope this helps,
Phil Culberson
DAT Services
-----Original Message-----
From: Peter Eisentraut [mailto:peter_e(at)gmx(dot)net]
Sent: Wednesday, May 10, 2000 2:25 PM
To: Tom Lane
Cc: Travis Bauer; pgsql-general(at)postgresql(dot)org;
pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Re: [GENERAL] Problems compiling version 7
Tom Lane writes:
> >> dnl Check tr flags to convert from lower to upper case
> The results *are* used, in backend/utils/Gen_fmgrtab.sh.in (and
> apparently nowhere else).
Ah, I see. Substituting into source files directly from configure ... very
evil...
(Before you ask why: What if I change Gen_fmgrtab.sh.in, do I have to
re-configure?)
> But we haven't yet figured out Travis' problem: why is the configure
> test failing? Useless or not, I don't see why it's falling over...
Unfortunately he cut off the line where it says `checking for tr'.
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Stuart Scott | 2000-05-10 22:14:36 | Need for Developer |
Previous Message | Alfred Perlstein | 2000-05-10 21:25:58 | Re: 6.5.3 -> 7.0 upgrade went smoothly, thanks |
From | Date | Subject | |
---|---|---|---|
Next Message | The Hermit Hacker | 2000-05-10 22:16:54 | Re: setproctitle() no longer used? |
Previous Message | Bruce Momjian | 2000-05-10 21:35:25 | Re: setproctitle() no longer used? |