Re: Cannot compile

From: "Karl F(dot) Larsen" <k5di(at)zianet(dot)com>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Cannot compile
Date: 2000-09-18 11:32:19
Message-ID: Pine.LNX.4.10.10009180529470.773-100000@cannac.ampr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


When you use 'make distclean' make is under control of the
Makefile and does exactly what the code writer wants, which usually is to
rm all .o files.

On Mon, 18 Sep 2000, Michael Meskes wrote:

> On Sun, Sep 17, 2000 at 12:29:16PM +0200, Peter Eisentraut wrote:
> > It might be that `make depend' is broken in one way or another. What you
> > want to do is rm `find . -name depend` and then ./configure
> > --enable-depend. Or you could try to rerun make depend then. I have a
> > feeling what is causing this but it's too weird to explain but I'll try to
> > look at it. ;-)
>
> That was the solution. It's compiling right now. I never tried this because
> I thought make distclean would remove the depend files as well.
>
> Anyway thanks a lot.
>
> Michael
> --
> Michael Meskes
> Michael(at)Fam-Meskes(dot)De
> Go SF 49ers! Go Rhein Fire!
> Use Debian GNU/Linux! Use PostgreSQL!
>
>

Yours Truly,

- Karl F. Larsen, k5di(at)arrl(dot)net (505) 524-3303 -

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-09-18 12:18:19 Re: pg_dump tries to do too much per query
Previous Message Philip Warner 2000-09-18 09:34:35 Re: Constant propagation and similar issues