Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
diana:windows:building:sql [2010-03-10 15:14:01] dages |
diana:windows:building:sql [2022-05-31 09:29:31] (current) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| ==== libpq (C interface) ==== | ==== libpq (C interface) ==== | ||
| + | |||
| + | PostgreSQL includes its own implementations of certain functions which are not available in Win32, such as '' | ||
| + | |||
| + | **NOTE:** The PostgreSQL developers have [[http:// | ||
| First, get the latest source (currently 8.3.9 for the 8.3 branch) from http:// | First, get the latest source (currently 8.3.9 for the 8.3 branch) from http:// | ||
| Line 125: | Line 129: | ||
| $ LDFLAGS=-L/ | $ LDFLAGS=-L/ | ||
| - | We don't want to install the entire package (server and all); we'll just install the library and headers and the '' | + | We don't want to install the entire package (server and all); we'll just install the library and headers and the '' |
| $ make -C src/port all | $ make -C src/port all | ||
| Line 133: | Line 137: | ||
| $ make -C src/ | $ make -C src/ | ||
| $ make -C src/ | $ make -C src/ | ||
| + | $ cp COPYRIGHT / | ||
| ==== libpqxx (C++ interface) ==== | ==== libpqxx (C++ interface) ==== | ||
| Line 147: | Line 152: | ||
| $ make all install | $ make all install | ||
| + | $ cp AUTHORS / | ||
| + | $ cat COPYING >>/ | ||