Re: Unix build

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Unix build
Дата
Msg-id Pine.LNX.4.44.0210152043560.928-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Unix build  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgsql-odbc
Dave Page writes:

> I moved the current psqlODBC source into $PGSRC/src/interfaces/odbc, ran
> the PostgreSQL configure script and then followed your instructions. The
> only odd message I got was from libtoolize: 'You should update your
> `aclocal.m4' by running aclocal.'. Noting your instructions, I tried the
> libtool.m4 from my system, and the PostgreSQL source and found no
> difference.

You should use the one from the libtool installation (under
$PREFIX/share/aclocal).  It's not possibly the same as the one in the
PostgreSQL source tree.  Make sure you run aclocal as specified.  The -I .
should be before -I $PGSRC/config.  Also make sure you use the libtoolize
from the same Libtool version that provided libtool.m4.

> Build logs showing the errors are below. I suspect some of them may be
> caused by Windows specific sources being compiled.

It sure looks like the GNUmakefile is still there and hence all the new
stuff is completely ignored.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Chris Gamache
Дата:
Сообщение: Re: PostgreSQL+ (Beta) and Active Server Pages with @TRANSACTION=REQUIRED
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Unix build