Re: Compilation failed - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Compilation failed
Date
Msg-id AANLkTimGj4=83yZr=OSbNhLd6QH5rkBvJkxa5PrWNRwA@mail.gmail.com
Whole thread Raw
In response to Re: Compilation failed  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Compilation failed
List pgsql-hackers
On Fri, Feb 4, 2011 at 2:11 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> I just pushed some fixes to unbreak the VPATH build (I hope) but I
> don't see exactly what's going wrong to cause you the problem shown
> above.  Can you try with a completely fresh tree and send the whole
> build log if it's still failing?

Sure. I ran the followings, and I encountered the problem again.

    $ make uninstall
    $ make maintainer-clean
    $ git pull
    $ ./configure --prefix=/dav/test
    $ make install

make_error.log (attached) is the build log file of "make install".
Also attached config.log.

When I ran "make" before "make install", both successfully
finished. So I guess that the "make install" rule in Makefile might
be corrupted.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment

pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: exposing COPY API
Next
From: Heikki Linnakangas
Date:
Subject: Re: SSI patch version 14