postgresql/src
Bruce Momjian 16e948781c |> 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
2000-07-07 01:23:44 +00:00
..
backend Correct unsafe use of strcmp(). See rant of same date posted to pghackers. 2000-07-06 23:03:37 +00:00
bin Backend makefile cleanup. make maintainer-clean is now completely 2000-07-06 21:33:45 +00:00
corba
data
include Backend makefile cleanup. make maintainer-clean is now completely 2000-07-06 21:33:45 +00:00
interfaces |> The Makefile.shlib changes will have to be discussed with other Linux 2000-07-07 01:23:44 +00:00
makefiles Substituted new configure test for types of accept() 2000-06-11 11:40:09 +00:00
pl Update textin() and textout() to new fmgr style. This is just phase 2000-07-05 23:12:09 +00:00
template Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> 2000-06-30 16:11:02 +00:00
test Backend makefile cleanup. make maintainer-clean is now completely 2000-07-06 21:33:45 +00:00
tools Attached is a new patch which addresses this problem. (oids in 2000-07-02 22:01:27 +00:00
tutorial Another round of updates for new fmgr, mostly in the datetime code. 2000-06-09 01:11:16 +00:00
utils Version number now set in configure, available through Makefile.global 2000-07-02 15:21:27 +00:00
win32 Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
DEVELOPERS
GNUmakefile.in Backend makefile cleanup. make maintainer-clean is now completely 2000-07-06 21:33:45 +00:00
Makefile Put back old Makefiles, in pgsql and pgsql/src. 2000-06-12 16:37:22 +00:00
Makefile.global.in Version number now set in configure, available through Makefile.global 2000-07-02 15:21:27 +00:00
Makefile.shlib |> The Makefile.shlib changes will have to be discussed with other Linux 2000-07-07 01:23:44 +00:00
win32.mak