Handbook
Glossary
factorcode.org
find-library* ( name -- path/f )
Vocabulary
alien.libraries.finder
Inputs
name
a shared library name
Outputs
path/f
filesystem path or
f
Word description
Returns a filesystem path for a plain shared library name, or f if no library can be found.
Definition
USING:
system
;
IN:
alien.libraries.finder
HOOK:
find-library*
os
( name -- path/f )
Methods
USING:
alien.libraries.finder
alien.libraries.finder.linux.private
combinators.short-circuit
system
;
M:
linux
find-library*
{
[
find-ldconfig
]
[
find-ld
]
}
1||
;