Re: problems with building recent cvs snaphots

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problems with building recent cvs snaphots
Дата
Msg-id 20421.1036248496@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: problems with building recent cvs snaphots  (Doug McNaught <doug@mcnaught.org>)
Список pgsql-general
Doug McNaught <doug@mcnaught.org> writes:
> Hubert depesz Lubaczewski <depesz@depesz.pl> writes:
>> On Fri, Nov 01, 2002 at 07:28:16PM -0500, Tom Lane wrote:
>>> Or use a tarball distribution (beta3 or the nightly snapshot).
>>
>> and precompiled binaries are not really an option.

> Tom means a tarball source distribution.  You don't have to run Bison
> when building from a tarball (the Bison-generated files are already
> included); you do when building from CVS.  Clear?

Also, if you're willing to build Postgres from source, I fail to see why
you're resisting building bison from source.  It's not hard:

    tar xfz bison-1.75.tar.gz
    cd bison-1.75
    make
    make check    -- optional
    make install    -- probably need to do this step as root

and then make sure /usr/local/bin is in your PATH ahead of whereever
the standard bison lives.  When your distro updates, clean out
/usr/local and you're back to normal.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tino Wildenhain
Дата:
Сообщение: Re: unique in two not so unique columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: problems with building recent cvs snaphots