Commit Graph

102 Commits (77bb65d3fcdd2b588cec4b94af05e3d3f30e80cc)

Author SHA1 Message Date
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian 12af9cdff4 Add support for Solaris x86_64 using Sun's compiler. 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago
Tom Lane 6d4bcda38c Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX. 20 years ago
Tom Lane a7de22d8d5 Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use 20 years ago
Tom Lane be27a20123 Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier 21 years ago
Tom Lane 89439b8c4f Set shlib naming convention on Cygwin to 'cygFOO.dll', which appears 21 years ago
Tom Lane 0016911b5d Fix unwanted side-effects of recent SHLIB_LINK -L patch on existing 21 years ago
Bruce Momjian 5bced8f5cb Move -L flag around for shared builds: 21 years ago
Tom Lane b4363b7733 Hack around the discrepancy between default library search paths for 21 years ago
Bruce Momjian 7504f0bae8 Reverse this patch: 21 years ago
Bruce Momjian 16661d60ab > A quick look shows that when you use --with-libraries=/foo/bar the 21 years ago
Tom Lane a34d76ef65 Fix up makefile dependencies for pg_config_paths.h. 21 years ago
Tom Lane 8e57975219 Clean up rpath handling for HPUX --- we can't use the cc-style rpath 21 years ago
Tom Lane 86b5545260 Adjust SHLIB_LINK for cygwin case. 21 years ago
Tom Lane bb85f1b9b1 Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin. 21 years ago
Bruce Momjian c7add816f5 Export only required symbols in libpq on Win32. 22 years ago
Bruce Momjian 4d94e99b90 > This lets you do something like: 22 years ago
Bruce Momjian 4855d7ebe4 Allow compiles for Cygwin /contrib modules. 22 years ago
Bruce Momjian ae1703d897 Enable static lib builds on Win32 and Cygwin. 22 years ago
Bruce Momjian bac78bbac6 Update Cygwin build to not use DLLINIT, per Cygwin report from Reini 22 years ago
Neil Conway 0b112045b7 Fix vpath build break, induced by Bruce's recent commit. 22 years ago
Bruce Momjian 29e7dc420a Add some pg_config_path.h dependencies for places that include 22 years ago
Tom Lane 79a831e50a Tweak HPUX shared-library build flags, per Shinji Teragaito. 22 years ago
Tom Lane 346900e83b Fix shared library linking operations to work properly on all (or at 22 years ago
Tom Lane 9df3086972 Cause libpq and ecpg libraries to be built as proper shared libraries 22 years ago
Bruce Momjian 14531e0c44 Rename irix5 port to irix. 22 years ago
Bruce Momjian 0a54441cbf Here's a patch that will allow external modules like pl<lang> to set 22 years ago
Bruce Momjian c217b36e17 Win32 patch for Makefile.shlib 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 41e6e36719 When building shared libraries on HPUX with gcc, forcibly include -lgcc 23 years ago
Tom Lane cd75f94daf Adjust Darwin build to use the default 'two level namespace' linking 23 years ago
Tom Lane 58ad65ec2d Apply ranlib(1) after installing a static (.a) library on Darwin. 23 years ago
Bruce Momjian efebe2605e Since I haven't gotten a reply, can someone REVERT the lines in 23 years ago
Bruce Momjian 0f310ee703 Here is a patch to make PostgreSQL use a full path in DT_SONAME for 23 years ago
Peter Eisentraut 1a7f4ed525 Make "win" a separate port from "cygwin". This means you can now 23 years ago
Tom Lane 43057c7a27 Cause symlinks for shared-library versioning to run in the standard 23 years ago
Bruce Momjian 33a6b67b51 > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 24 years ago
Peter Eisentraut 337da0678a Assorted fixes for Cygwin: 24 years ago
Peter Eisentraut e43ecb3d1a Remove leftovers from subproject removals. Fixes for Python and Kerberos 24 years ago
Tom Lane 07c67187bf Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during 24 years ago
Bruce Momjian 738d13833e AIX shlib fix for building libpq.so from Tomoyuki Niijima 24 years ago
Peter Eisentraut b0c3c48eb3 Assemble portability modules into libpgport library. 24 years ago
Bruce Momjian 3cbb9eb265 Move few remaining src/utils files to backend/port so everything is in 24 years ago
Peter Eisentraut 2f2d05763d Change PL/Tcl build to use configured compiler and Makefile.shlib 24 years ago
Peter Eisentraut 563673e15d Add make install-strip target. 24 years ago
Bruce Momjian 4552ddd535 Fix for compiling libpq++ on Solaris with Sun SPRO6U2. 25 years ago
Peter Eisentraut c3291aed20 Fix shared library builds for MacOS X. 25 years ago
Peter Eisentraut 364a7ebe26 Provide some initial support for building the ODBC driver for 25 years ago
Peter Eisentraut 3278314847 Use gcc -shared rather than gcc -G for shared library linking on Solaris. 25 years ago