From: | Travis Bauer <trbauer(at)indiana(dot)edu> |
---|---|
To: | "Culberson, Philip" <philip(dot)culberson(at)dat(dot)com> |
Cc: | "'Peter Eisentraut'" <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | RE: [HACKERS] Re: Problems compiling version 7 - solved |
Date: | 2000-05-11 03:00:38 |
Message-ID: | Pine.GSO.4.21.0005102121030.2903-100000@mantaray.cs.indiana.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Thanks for all the advice. The following was _exactly_ the problem. I
had tried to compile this source code in a recent version of solaris. It
compiled flawlessly, but postmaster wouldn't start up. So I just did a
secure shell to a linux machine, ran "make clean" from the same directory,
and ran configure. I thought make clean would erase all except the
distribution files. It compiled, installed, and I used psql
to get into the database. I haven't tested the ODBC or the JDBC
interfaces yet (I'm using both in my projects), but all seems to be
working.
Thanks,
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------
On Wed, 10 May 2000, Culberson, Philip wrote:
>
> 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.
>
From | Date | Subject | |
---|---|---|---|
Next Message | William J. Mills | 2000-05-11 03:25:41 | RE: [HACKERS] Re: Problems compiling version 7 - solved |
Previous Message | Tom Lane | 2000-05-10 22:24:19 | Re: [HACKERS] Re: Problems compiling version 7 |
From | Date | Subject | |
---|---|---|---|
Next Message | William J. Mills | 2000-05-11 03:25:41 | RE: [HACKERS] Re: Problems compiling version 7 - solved |
Previous Message | Bruce Momjian | 2000-05-11 01:42:26 | Now 376175 lines of code |