Specify the following paths when compiling applications.
Refer to your compiler documentation for information on how to specify the path.
Also, when using a shared library, refer to "A.6 How to Build and Run an Application that Uses Shared Libraries".
Linux
Type of path | Path name |
---|---|
Path of the include file | fujitsuEnterprisePostgresClientInstallDir/include |
Path of the library | fujitsuEnterprisePostgresClientInstallDir/lib |
Type of library | Library name |
---|---|
Dynamic library | libpq.so |
Static library | libpq.a |
Windows(R)
If the include file and the library path have been set in the environment variable, there is no need to specify the paths shown below for the compile.
Type of path | Path name |
---|---|
Path of the include file | fujitsuEnterprisePostgresClientInstallDir\include |
Path of the library | fujitsuEnterprisePostgresClientInstallDir\lib |
Type of library | Library name |
---|---|
Library for links | libpq.lib |
Dynamic library | libpq.dll |