1FIND_LIBS(1) General Commands Manual FIND_LIBS(1)
2
3
4
6 find_libs - find pathnames of libraries
7
9 find_libs [ -Lpath ... ][ -lname ... ]
10 find_libs -Help
11 find_libs -VERSion
12
14 The find_libs program is used to find the actual pathname of a library
15 specified on a cc(1) command line. This allows cook(1) to know these
16 dependencies.
17
19 The following options are understood.
20
21 -Lpath
22 Specify a path to search for libraries on. If more than one is
23 specified, they will be scanned in the order given before the
24 standard /usr/lib and /lib places. This is like the same argu‐
25 ment to cc(1), and the usual find_libs option abbreviation
26 rules do not apply.
27
28 -lname
29 Name a library to be searched for. This is like the same argu‐
30 ment to cc(1), and the usual find_libs option abbreviation
31 rules do not apply.
32
33 -Help
34 Give some information on how to use the find_libs command.
35
36 -VERSion
37 Tell the version of the find_libs command currently executing.
38
39 All other options will result in a diagnostic error.
40
41
42
43Reference Manual Cook FIND_LIBS(1)