Loading...
Select Version
&pagelevel(3)&pagelevel
The components which are necessary for the shared object support are automatically installed during an initial installation or a delta installation of POSIX-BC.
These components are installed in the following default directories:
Component | Installation directory | Type |
|
| ar library |
|
| command |
|
| header file |
Please note, that libdl.a is not a shared library, but an ar library.
This library must be statically linked to the program that uses the above interfaces, for example with:
cc -o prog prog.c -ldl
.