find-library ( name -- path/library-not-found )


Vocabulary
alien.libraries.finder

Inputs
namea shared library name


Outputs
path/library-not-founda filesystem path or name


Word description
Used to load libraries whose exact filenames is not known in advance:
<< "sqlite" "sqlite3" find-library cdecl add-library >>

Note the parse time evaluation with <<.

Definition