ODBC configure

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема ODBC configure
Дата
Msg-id Pine.LNX.4.21.0006050159400.8545-100000@localhost.localdomain
обсуждение исходный текст
Ответы Re: ODBC configure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: ODBC configure  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Who's maintaining the ODBC configure and build stuff?

There's a grave issue with ODBC linking in all kinds of makefiles,
templates, header files, etc. from the main Postgres configure process.
That creates problems for both sides: The main tree couldn't care less
what ODBC needs tested and defined since it claims to have it's own
configure script.

I don't have a problem with ODBC having it's own configure script, if
that's what's desired, but then it needs to be used unconditionally.
Running the standalone and the integrated show at the same time doesn't
work.

I'd be more than happy to help fixing these issues but I just want to ask
first who knows anything about it. One particular question is where the
authorative source is: is it the PostgreSQL CVS or is it this
psqlodbc-x.y.z.tar.gz file, whereever that came from?

(Incidentally, I think the ODBC thing is simple enough to just use
Automake on it and be done with it. Then we don't need any templates or
port makefiles or whatever.)

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



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

Предыдущее
От: Alfred Perlstein
Дата:
Сообщение: Re: 7.0.1 Problems.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: New warning code for missing FROM relations