pgsql/src/interfaces/odbc (psqlodbc.c)

Поиск
Список
Период
Сортировка
От Bruce Momjian - CVS
Тема pgsql/src/interfaces/odbc (psqlodbc.c)
Дата
Msg-id 200007070123.e671Njw75657@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, July  6, 2000 @ 21:23:44
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/odbc
     from hub.org:/home/projects/pgsql/tmp/cvs-serv75541/pgsql/src/interfaces/odbc

Modified Files:
    psqlodbc.c

-----------------------------  Log Message  -----------------------------

|> The Makefile.shlib changes will have to be discussed with other Linux
|> developers so we are sure it will work on all platforms.

The problem with the current settings is that the linker is called
directly.  This is wrong, it should always be called through the
compiler
driver (the only exception is `ld -r').  This will make sure that the
necessary libraries like libgcc are linked in.

But there is still a different problem with the setting of LDFLAGS_ODBC.
The psqlodbc module defines the functions _init and _fini which are
reserved for the shared library initialisation.  These should be changed
to constructor functions.  Then LDFLAGS_ODBC can be changed to be just
`-lm'.  Btw, why does it use -Bsymbolic?

Andreas Schwab


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

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: [WEBMASTER] 'www/html/docs index.html'
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/doc (TODO)