-Wl,+hlib<name>.<library_suffix>
Passes the +h flag to the linker, which causes the specified string
to be inserted in the shared library as its internal name (please
see the man page for the ld command). This feature, while not absolutely required,
allows management of different versions of a shared library, in
that programs can be built to run with versions at or later than
a specified value.
The <name> string should match the Location property
value of the PG_ProviderModule registration object. The extension <library suffix> must be the appropriate shared library suffix for the platform.
Use .sl for PA, or .so for IA; for example:
-Wl,+hlibMyProviderModule.sl or -Wl,+hlibMyProviderModule.so |
The same string should be specified as the output file to
be generated by the linker with the -o flag: