1LIBTOOL(1)                       User Commands                      LIBTOOL(1)
2
3
4

NAME

6       libtool - manual page for libtool 2.4.6
7

SYNOPSIS

9       libtool [OPTION]... [MODE-ARG]...
10

DESCRIPTION

12       Provide generalized library-building support services.
13

OPTIONS

15       --config
16              show all configuration variables
17
18       --debug
19              enable verbose shell tracing
20
21       -n, --dry-run
22              display commands without modifying any files
23
24       --features
25              display basic configuration information and exit
26
27       --mode=MODE
28              use operation mode MODE
29
30       --no-warnings
31              equivalent to '-Wnone'
32
33       --preserve-dup-deps
34              don't remove duplicate dependency libraries
35
36       --quiet, --silent
37              don't print informational messages
38
39       --tag=TAG
40              use configuration variables from tag TAG
41
42       -v, --verbose
43              print more informational messages than default
44
45       --version
46              print version information
47
48       -W, --warnings=CATEGORY
49              report the warnings falling in CATEGORY [all]
50
51       -h, --help, --help-all
52              print short, long, or detailed help message
53
54   Warning categories include:
55       'all'  show all warnings
56
57       'none' turn off all the warnings
58
59       'error'
60              warnings are treated as fatal errors
61
62       MODE must be one of the following:
63
64       clean  remove files from the build directory
65
66       compile
67              compile a source file into a libtool object
68
69       execute
70              automatically set library path, then run a program
71
72       finish complete the installation of libtool libraries
73
74       install
75              install libraries or executables
76
77       link   create a library or an executable
78
79       uninstall
80              remove libraries from an installed directory
81
82       MODE-ARGS  vary  depending  on  the MODE.  When passed as first option,
83       '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation  of
84       that.
85
86       GNU libtool home page: <http://www.gnu.org/software/libtool/>.
87
88       When  reporting  a bug, please describe a test case to reproduce it and
89       include the following information:
90
91       host-triplet:
92              x86_64-redhat-linux-gnu
93
94       shell: /bin/sh
95
96       compiler:
97              gcc
98
99       compiler flags: -O2 -g -pipe -Wall -Werror=format-security  -Wp,-D_FOR‐
100       TIFY_SOURCE=2  -Wp,-D_GLIBCXX_ASSERTIONS  -fexceptions  -fstack-protec‐
101       tor-strong -grecord-gcc-switches
102              -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1               -m64
103              -mtune=generic  -fasynchronous-unwind-tables  -fstack-clash-pro‐
104              tection -fcf-protection -fPIC
105
106       linker:
107              /usr/bin/ld -m elf_x86_64 (gnu? yes)
108
109       version:
110              libtool (GNU libtool) 2.4.6
111
112       automake:
113              automake (GNU automake) 1.16.1
114
115       autoconf:
116              autoconf (GNU Autoconf) 2.69
117

AUTHOR

119       Written by Gordon Matzigkeit, 1996
120

REPORTING BUGS

122       Report bugs to <bug-libtool@gnu.org>.
123
125       Copyright © 2014 Free Software Foundation, Inc.
126       This is free software; see the source for copying conditions.  There is
127       NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
128       PURPOSE.
129

SEE ALSO

131       The full documentation for libtool is maintained as a  Texinfo  manual.
132       If  the  info and libtool programs are properly installed at your site,
133       the command
134
135              info libtool
136
137       should give you access to the complete manual.
138
139
140
141libtool 2.4.6                      July 2019                        LIBTOOL(1)
Impressum