OLD | NEW |
1 # ltmain.sh - Provide generalized library-building support services. | 1 # Generated from ltmain.m4sh. |
2 # NOTE: Changing this file will not affect anything until you rerun configure. | 2 |
3 # | 3 # ltmain.sh (GNU libtool) 2.2.6b |
4 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, | 4 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
5 # 2007 Free Software Foundation, Inc. | 5 |
6 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 | 6 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007
2008 Free Software Foundation, Inc. |
7 # | 7 # This is free software; see the source for copying conditions. There is NO |
8 # This program is free software; you can redistribute it and/or modify | 8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 9 |
| 10 # GNU Libtool is free software; you can redistribute it and/or modify |
9 # it under the terms of the GNU General Public License as published by | 11 # it under the terms of the GNU General Public License as published by |
10 # the Free Software Foundation; either version 2 of the License, or | 12 # the Free Software Foundation; either version 2 of the License, or |
11 # (at your option) any later version. | 13 # (at your option) any later version. |
12 # | 14 # |
13 # This program is distributed in the hope that it will be useful, but | 15 # As a special exception to the GNU General Public License, |
| 16 # if you distribute this file as part of a program or library that |
| 17 # is built using GNU Libtool, you may include this file under the |
| 18 # same distribution terms that you use for the rest of that program. |
| 19 # |
| 20 # GNU Libtool is distributed in the hope that it will be useful, but |
14 # WITHOUT ANY WARRANTY; without even the implied warranty of | 21 # WITHOUT ANY WARRANTY; without even the implied warranty of |
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 22 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
16 # General Public License for more details. | 23 # General Public License for more details. |
17 # | 24 # |
18 # You should have received a copy of the GNU General Public License | 25 # You should have received a copy of the GNU General Public License |
19 # along with this program; if not, write to the Free Software | 26 # along with GNU Libtool; see the file COPYING. If not, a copy |
20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 27 # can be downloaded from http://www.gnu.org/licenses/gpl.html, |
| 28 # or obtained by writing to the Free Software Foundation, Inc., |
| 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 30 |
| 31 # Usage: $progname [OPTION]... [MODE-ARG]... |
21 # | 32 # |
22 # As a special exception to the GNU General Public License, if you | 33 # Provide generalized library-building support services. |
23 # distribute this file as part of a program that contains a | 34 # |
24 # configuration script generated by Autoconf, you may include it under | 35 # --config show all configuration variables |
25 # the same distribution terms that you use for the rest of that program. | 36 # --debug enable verbose shell tracing |
26 | 37 # -n, --dry-run display commands without modifying any files |
27 basename="s,^.*/,,g" | 38 # --features display basic configuration information and exit |
28 | 39 # --mode=MODE use operation mode MODE |
29 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh | 40 # --preserve-dup-deps don't remove duplicate dependency libraries |
30 # is ksh but when the shell is invoked as "sh" and the current value of | 41 # --quiet, --silent don't print informational messages |
31 # the _XPG environment variable is not equal to 1 (one), the special | 42 # --tag=TAG use configuration variables from tag TAG |
32 # positional parameter $0, within a function call, is the name of the | 43 # -v, --verbose print informational messages (default) |
33 # function. | 44 # --version print version information |
34 progpath="$0" | 45 # -h, --help print short or long help message |
35 | 46 # |
36 # The name of this program: | 47 # MODE must be one of the following: |
37 progname=`echo "$progpath" | $SED $basename` | 48 # |
38 modename="$progname" | 49 # clean remove files from the build directory |
39 | 50 # compile compile a source file into a libtool object |
40 # Global variables: | 51 # execute automatically set library path, then run a program |
41 EXIT_SUCCESS=0 | 52 # finish complete the installation of libtool libraries |
42 EXIT_FAILURE=1 | 53 # install install libraries or executables |
| 54 # link create a library or an executable |
| 55 # uninstall remove libraries from an installed directory |
| 56 # |
| 57 # MODE-ARGS vary depending on the MODE. |
| 58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE. |
| 59 # |
| 60 # When reporting a bug, please describe a test case to reproduce it and |
| 61 # include the following information: |
| 62 # |
| 63 # host-triplet:» $host |
| 64 # shell:» » $SHELL |
| 65 # compiler:» » $LTCC |
| 66 # compiler flags:»» $LTCFLAGS |
| 67 # linker:»» $LD (gnu? $with_gnu_ld) |
| 68 # $progname:» » (GNU libtool) 2.2.6b |
| 69 # automake:» » $automake_version |
| 70 # autoconf:» » $autoconf_version |
| 71 # |
| 72 # Report bugs to <bug-libtool@gnu.org>. |
43 | 73 |
44 PROGRAM=ltmain.sh | 74 PROGRAM=ltmain.sh |
45 PACKAGE=libtool | 75 PACKAGE=libtool |
46 VERSION=1.5.24 | 76 VERSION=2.2.6b |
47 TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)" | 77 TIMESTAMP="" |
| 78 package_revision=1.3017 |
48 | 79 |
49 # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). | 80 # Be Bourne compatible |
50 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
51 emulate sh | 82 emulate sh |
52 NULLCMD=: | 83 NULLCMD=: |
53 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | 84 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
54 # is contrary to our usage. Disable this feature. | 85 # is contrary to our usage. Disable this feature. |
55 alias -g '${1+"$@"}'='"$@"' | 86 alias -g '${1+"$@"}'='"$@"' |
56 setopt NO_GLOB_SUBST | 87 setopt NO_GLOB_SUBST |
57 else | 88 else |
58 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac | 89 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac |
59 fi | 90 fi |
60 BIN_SH=xpg4; export BIN_SH # for Tru64 | 91 BIN_SH=xpg4; export BIN_SH # for Tru64 |
61 DUALCASE=1; export DUALCASE # for MKS sh | 92 DUALCASE=1; export DUALCASE # for MKS sh |
62 | 93 |
63 # Check that we have a working $echo. | 94 # NLS nuisances: We save the old values to restore during execute mode. |
64 if test "X$1" = X--no-reexec; then | |
65 # Discard the --no-reexec flag, and continue. | |
66 shift | |
67 elif test "X$1" = X--fallback-echo; then | |
68 # Avoid inline document here, it may be left over | |
69 : | |
70 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then | |
71 # Yippee, $echo works! | |
72 : | |
73 else | |
74 # Restart under the correct shell, and then maybe $echo will work. | |
75 exec $SHELL "$progpath" --no-reexec ${1+"$@"} | |
76 fi | |
77 | |
78 if test "X$1" = X--fallback-echo; then | |
79 # used as fallback echo | |
80 shift | |
81 cat <<EOF | |
82 $* | |
83 EOF | |
84 exit $EXIT_SUCCESS | |
85 fi | |
86 | |
87 default_mode= | |
88 help="Try \`$progname --help' for more information." | |
89 magic="%%%MAGIC variable%%%" | |
90 mkdir="mkdir" | |
91 mv="mv -f" | |
92 rm="rm -f" | |
93 | |
94 # Sed substitution that helps us do robust quoting. It backslashifies | |
95 # metacharacters that are still active within double-quoted strings. | |
96 Xsed="${SED}"' -e 1s/^X//' | |
97 sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g' | |
98 # test EBCDIC or ASCII | |
99 case `echo X|tr X '\101'` in | |
100 A) # ASCII based system | |
101 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr | |
102 SP2NL='tr \040 \012' | |
103 NL2SP='tr \015\012 \040\040' | |
104 ;; | |
105 *) # EBCDIC based system | |
106 SP2NL='tr \100 \n' | |
107 NL2SP='tr \r\n \100\100' | |
108 ;; | |
109 esac | |
110 | |
111 # NLS nuisances. | |
112 # Only set LANG and LC_ALL to C if already set. | 95 # Only set LANG and LC_ALL to C if already set. |
113 # These must not be set unconditionally because not all systems understand | 96 # These must not be set unconditionally because not all systems understand |
114 # e.g. LANG=C (notably SCO). | 97 # e.g. LANG=C (notably SCO). |
115 # We save the old values to restore during execute mode. | 98 lt_user_locale= |
116 for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES | 99 lt_safe_locale= |
| 100 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES |
117 do | 101 do |
118 eval "if test \"\${$lt_var+set}\" = set; then | 102 eval "if test \"\${$lt_var+set}\" = set; then |
119 » save_$lt_var=\$$lt_var | 103 save_$lt_var=\$$lt_var |
120 » $lt_var=C | 104 $lt_var=C |
121 export $lt_var | 105 export $lt_var |
| 106 lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" |
| 107 lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" |
122 fi" | 108 fi" |
123 done | 109 done |
124 | 110 |
| 111 $lt_unset CDPATH |
| 112 |
| 113 |
| 114 |
| 115 |
| 116 |
| 117 : ${CP="cp -f"} |
| 118 : ${ECHO="echo"} |
| 119 : ${EGREP="/bin/grep -E"} |
| 120 : ${FGREP="/bin/grep -F"} |
| 121 : ${GREP="/bin/grep"} |
| 122 : ${LN_S="ln -s"} |
| 123 : ${MAKE="make"} |
| 124 : ${MKDIR="mkdir"} |
| 125 : ${MV="mv -f"} |
| 126 : ${RM="rm -f"} |
| 127 : ${SED="/bin/sed"} |
| 128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"} |
| 129 : ${Xsed="$SED -e 1s/^X//"} |
| 130 |
| 131 # Global variables: |
| 132 EXIT_SUCCESS=0 |
| 133 EXIT_FAILURE=1 |
| 134 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. |
| 135 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. |
| 136 |
| 137 exit_status=$EXIT_SUCCESS |
| 138 |
125 # Make sure IFS has a sensible default | 139 # Make sure IFS has a sensible default |
126 lt_nl=' | 140 lt_nl=' |
127 ' | 141 ' |
128 IFS=" $lt_nl" | 142 IFS=" $lt_nl" |
129 | 143 |
130 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then | 144 dirname="s,/[^/]*$,," |
131 $echo "$modename: not configured to build any kind of library" 1>&2 | 145 basename="s,^.*/,," |
132 $echo "Fatal configuration error. See the $PACKAGE docs for more information.
" 1>&2 | 146 |
133 exit $EXIT_FAILURE | 147 # func_dirname_and_basename file append nondir_replacement |
134 fi | 148 # perform func_basename and func_dirname in a single function |
135 | 149 # call: |
136 # Global variables. | 150 # dirname: Compute the dirname of FILE. If nonempty, |
137 mode=$default_mode | 151 # add APPEND to the result, otherwise set result |
138 nonopt= | 152 # to NONDIR_REPLACEMENT. |
139 prev= | 153 # value returned in "$func_dirname_result" |
140 prevopt= | 154 # basename: Compute filename of FILE. |
141 run= | 155 # value retuned in "$func_basename_result" |
142 show="$echo" | 156 # Implementation must be kept synchronized with func_dirname |
143 show_help= | 157 # and func_basename. For efficiency, we do not delegate to |
144 execute_dlfiles= | 158 # those functions but instead duplicate the functionality here. |
145 duplicate_deps=no | 159 func_dirname_and_basename () |
146 preserve_args= | 160 { |
147 lo2o="s/\\.lo\$/.${objext}/" | 161 # Extract subdirectory from the argument. |
148 o2lo="s/\\.${objext}\$/.lo/" | 162 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` |
149 extracted_archives= | 163 if test "X$func_dirname_result" = "X${1}"; then |
150 extracted_serial=0 | 164 func_dirname_result="${3}" |
151 | 165 else |
152 ##################################### | 166 func_dirname_result="$func_dirname_result${2}" |
153 # Shell function definitions: | 167 fi |
154 # This seems to be the best place for them | 168 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` |
| 169 } |
| 170 |
| 171 # Generated shell functions inserted here. |
| 172 |
| 173 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh |
| 174 # is ksh but when the shell is invoked as "sh" and the current value of |
| 175 # the _XPG environment variable is not equal to 1 (one), the special |
| 176 # positional parameter $0, within a function call, is the name of the |
| 177 # function. |
| 178 progpath="$0" |
| 179 |
| 180 # The name of this program: |
| 181 # In the unlikely event $progname began with a '-', it would play havoc with |
| 182 # func_echo (imagine progname=-n), so we prepend ./ in that case: |
| 183 func_dirname_and_basename "$progpath" |
| 184 progname=$func_basename_result |
| 185 case $progname in |
| 186 -*) progname=./$progname ;; |
| 187 esac |
| 188 |
| 189 # Make sure we have an absolute path for reexecution: |
| 190 case $progpath in |
| 191 [\\/]*|[A-Za-z]:\\*) ;; |
| 192 *[\\/]*) |
| 193 progdir=$func_dirname_result |
| 194 progdir=`cd "$progdir" && pwd` |
| 195 progpath="$progdir/$progname" |
| 196 ;; |
| 197 *) |
| 198 save_IFS="$IFS" |
| 199 IFS=: |
| 200 for progdir in $PATH; do |
| 201 IFS="$save_IFS" |
| 202 test -x "$progdir/$progname" && break |
| 203 done |
| 204 IFS="$save_IFS" |
| 205 test -n "$progdir" || progdir=`pwd` |
| 206 progpath="$progdir/$progname" |
| 207 ;; |
| 208 esac |
| 209 |
| 210 # Sed substitution that helps us do robust quoting. It backslashifies |
| 211 # metacharacters that are still active within double-quoted strings. |
| 212 Xsed="${SED}"' -e 1s/^X//' |
| 213 sed_quote_subst='s/\([`"$\\]\)/\\\1/g' |
| 214 |
| 215 # Same as above, but do not quote variable references. |
| 216 double_quote_subst='s/\(["`\\]\)/\\\1/g' |
| 217 |
| 218 # Re-`\' parameter expansions in output of double_quote_subst that were |
| 219 # `\'-ed in input to the same. If an odd number of `\' preceded a '$' |
| 220 # in input to double_quote_subst, that '$' was protected from expansion. |
| 221 # Since each input `\' is now two `\'s, look for any number of runs of |
| 222 # four `\'s followed by two `\'s and then a '$'. `\' that '$'. |
| 223 bs='\\' |
| 224 bs2='\\\\' |
| 225 bs4='\\\\\\\\' |
| 226 dollar='\$' |
| 227 sed_double_backslash="\ |
| 228 s/$bs4/&\\ |
| 229 /g |
| 230 s/^$bs2$dollar/$bs&/ |
| 231 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g |
| 232 s/\n//g" |
| 233 |
| 234 # Standard options: |
| 235 opt_dry_run=false |
| 236 opt_help=false |
| 237 opt_quiet=false |
| 238 opt_verbose=false |
| 239 opt_warning=: |
| 240 |
| 241 # func_echo arg... |
| 242 # Echo program name prefixed message, along with the current mode |
| 243 # name if it has been set yet. |
| 244 func_echo () |
| 245 { |
| 246 $ECHO "$progname${mode+: }$mode: $*" |
| 247 } |
| 248 |
| 249 # func_verbose arg... |
| 250 # Echo program name prefixed message in verbose mode only. |
| 251 func_verbose () |
| 252 { |
| 253 $opt_verbose && func_echo ${1+"$@"} |
| 254 |
| 255 # A bug in bash halts the script if the last line of a function |
| 256 # fails when set -e is in force, so we need another command to |
| 257 # work around that: |
| 258 : |
| 259 } |
| 260 |
| 261 # func_error arg... |
| 262 # Echo program name prefixed message to standard error. |
| 263 func_error () |
| 264 { |
| 265 $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2 |
| 266 } |
| 267 |
| 268 # func_warning arg... |
| 269 # Echo program name prefixed warning message to standard error. |
| 270 func_warning () |
| 271 { |
| 272 $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2 |
| 273 |
| 274 # bash bug again: |
| 275 : |
| 276 } |
| 277 |
| 278 # func_fatal_error arg... |
| 279 # Echo program name prefixed message to standard error, and exit. |
| 280 func_fatal_error () |
| 281 { |
| 282 func_error ${1+"$@"} |
| 283 exit $EXIT_FAILURE |
| 284 } |
| 285 |
| 286 # func_fatal_help arg... |
| 287 # Echo program name prefixed message to standard error, followed by |
| 288 # a help hint, and exit. |
| 289 func_fatal_help () |
| 290 { |
| 291 func_error ${1+"$@"} |
| 292 func_fatal_error "$help" |
| 293 } |
| 294 help="Try \`$progname --help' for more information." ## default |
| 295 |
| 296 |
| 297 # func_grep expression filename |
| 298 # Check whether EXPRESSION matches any line of FILENAME, without output. |
| 299 func_grep () |
| 300 { |
| 301 $GREP "$1" "$2" >/dev/null 2>&1 |
| 302 } |
| 303 |
| 304 |
| 305 # func_mkdir_p directory-path |
| 306 # Make sure the entire path to DIRECTORY-PATH is available. |
| 307 func_mkdir_p () |
| 308 { |
| 309 my_directory_path="$1" |
| 310 my_dir_list= |
| 311 |
| 312 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then |
| 313 |
| 314 # Protect directory names starting with `-' |
| 315 case $my_directory_path in |
| 316 -*) my_directory_path="./$my_directory_path" ;; |
| 317 esac |
| 318 |
| 319 # While some portion of DIR does not yet exist... |
| 320 while test ! -d "$my_directory_path"; do |
| 321 # ...make a list in topmost first order. Use a colon delimited |
| 322 » # list incase some portion of path contains whitespace. |
| 323 my_dir_list="$my_directory_path:$my_dir_list" |
| 324 |
| 325 # If the last portion added has no slash in it, the list is done |
| 326 case $my_directory_path in */*) ;; *) break ;; esac |
| 327 |
| 328 # ...otherwise throw away the child directory and loop |
| 329 my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` |
| 330 done |
| 331 my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` |
| 332 |
| 333 save_mkdir_p_IFS="$IFS"; IFS=':' |
| 334 for my_dir in $my_dir_list; do |
| 335 » IFS="$save_mkdir_p_IFS" |
| 336 # mkdir can fail with a `File exist' error if two processes |
| 337 # try to create one of the directories concurrently. Don't |
| 338 # stop in that case! |
| 339 $MKDIR "$my_dir" 2>/dev/null || : |
| 340 done |
| 341 IFS="$save_mkdir_p_IFS" |
| 342 |
| 343 # Bail out if we (or some other process) failed to create a directory. |
| 344 test -d "$my_directory_path" || \ |
| 345 func_fatal_error "Failed to create \`$1'" |
| 346 fi |
| 347 } |
| 348 |
155 | 349 |
156 # func_mktempdir [string] | 350 # func_mktempdir [string] |
157 # Make a temporary directory that won't clash with other running | 351 # Make a temporary directory that won't clash with other running |
158 # libtool processes, and avoids race conditions if possible. If | 352 # libtool processes, and avoids race conditions if possible. If |
159 # given, STRING is the basename for that directory. | 353 # given, STRING is the basename for that directory. |
160 func_mktempdir () | 354 func_mktempdir () |
161 { | 355 { |
162 my_template="${TMPDIR-/tmp}/${1-$progname}" | 356 my_template="${TMPDIR-/tmp}/${1-$progname}" |
163 | 357 |
164 if test "$run" = ":"; then | 358 if test "$opt_dry_run" = ":"; then |
165 # Return a directory name, but don't create it in dry-run mode | 359 # Return a directory name, but don't create it in dry-run mode |
166 my_tmpdir="${my_template}-$$" | 360 my_tmpdir="${my_template}-$$" |
167 else | 361 else |
168 | 362 |
169 # If mktemp works, use that first and foremost | 363 # If mktemp works, use that first and foremost |
170 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` | 364 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` |
171 | 365 |
172 if test ! -d "$my_tmpdir"; then | 366 if test ! -d "$my_tmpdir"; then |
173 » # Failing that, at least try and use $RANDOM to avoid a race | 367 # Failing that, at least try and use $RANDOM to avoid a race |
174 » my_tmpdir="${my_template}-${RANDOM-0}$$" | 368 my_tmpdir="${my_template}-${RANDOM-0}$$" |
175 | 369 |
176 » save_mktempdir_umask=`umask` | 370 save_mktempdir_umask=`umask` |
177 » umask 0077 | 371 umask 0077 |
178 » $mkdir "$my_tmpdir" | 372 $MKDIR "$my_tmpdir" |
179 » umask $save_mktempdir_umask | 373 umask $save_mktempdir_umask |
180 fi | 374 fi |
181 | 375 |
182 # If we're not in dry-run mode, bomb out on failure | 376 # If we're not in dry-run mode, bomb out on failure |
183 test -d "$my_tmpdir" || { | 377 test -d "$my_tmpdir" || \ |
184 $echo "cannot create temporary directory \`$my_tmpdir'" 1>&2 | 378 func_fatal_error "cannot create temporary directory \`$my_tmpdir'" |
185 » exit $EXIT_FAILURE | 379 fi |
186 } | 380 |
187 fi | 381 $ECHO "X$my_tmpdir" | $Xsed |
188 | 382 } |
189 $echo "X$my_tmpdir" | $Xsed | 383 |
190 } | 384 |
191 | 385 # func_quote_for_eval arg |
192 | 386 # Aesthetically quote ARG to be evaled later. |
193 # func_win32_libid arg | 387 # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT |
194 # return the library type of file 'arg' | 388 # is double-quoted, suitable for a subsequent eval, whereas |
195 # | 389 # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters |
196 # Need a lot of goo to handle *both* DLLs and import libs | 390 # which are still active within double quotes backslashified. |
197 # Has to be a shell function in order to 'eat' the argument | 391 func_quote_for_eval () |
198 # that is supplied when $file_magic_command is called. | 392 { |
199 func_win32_libid () | 393 case $1 in |
200 { | 394 *[\\\`\"\$]*) |
201 win32_libid_type="unknown" | 395 » func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_
subst"` ;; |
202 win32_fileres=`file -L $1 2>/dev/null` | 396 *) |
203 case $win32_fileres in | 397 func_quote_for_eval_unquoted_result="$1" ;; |
204 *ar\ archive\ import\ library*) # definitely import | 398 esac |
205 win32_libid_type="x86 archive import" | 399 |
| 400 case $func_quote_for_eval_unquoted_result in |
| 401 # Double-quote args containing shell metacharacters to delay |
| 402 # word splitting, command substitution and and variable |
| 403 # expansion for a subsequent eval. |
| 404 # Many Bourne shells cannot handle close brackets correctly |
| 405 # in scan sets, so we specify it separately. |
| 406 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") |
| 407 func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" |
| 408 ;; |
| 409 *) |
| 410 func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" |
| 411 esac |
| 412 } |
| 413 |
| 414 |
| 415 # func_quote_for_expand arg |
| 416 # Aesthetically quote ARG to be evaled later; same as above, |
| 417 # but do not quote variable references. |
| 418 func_quote_for_expand () |
| 419 { |
| 420 case $1 in |
| 421 *[\\\`\"]*) |
| 422 » my_arg=`$ECHO "X$1" | $Xsed \ |
| 423 » -e "$double_quote_subst" -e "$sed_double_backslash"` ;; |
| 424 *) |
| 425 my_arg="$1" ;; |
| 426 esac |
| 427 |
| 428 case $my_arg in |
| 429 # Double-quote args containing shell metacharacters to delay |
| 430 # word splitting and command substitution for a subsequent eval. |
| 431 # Many Bourne shells cannot handle close brackets correctly |
| 432 # in scan sets, so we specify it separately. |
| 433 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") |
| 434 my_arg="\"$my_arg\"" |
| 435 ;; |
| 436 esac |
| 437 |
| 438 func_quote_for_expand_result="$my_arg" |
| 439 } |
| 440 |
| 441 |
| 442 # func_show_eval cmd [fail_exp] |
| 443 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is |
| 444 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP |
| 445 # is given, then evaluate it. |
| 446 func_show_eval () |
| 447 { |
| 448 my_cmd="$1" |
| 449 my_fail_exp="${2-:}" |
| 450 |
| 451 ${opt_silent-false} || { |
| 452 func_quote_for_expand "$my_cmd" |
| 453 eval "func_echo $func_quote_for_expand_result" |
| 454 } |
| 455 |
| 456 if ${opt_dry_run-false}; then :; else |
| 457 eval "$my_cmd" |
| 458 my_status=$? |
| 459 if test "$my_status" -eq 0; then :; else |
| 460 » eval "(exit $my_status); $my_fail_exp" |
| 461 fi |
| 462 fi |
| 463 } |
| 464 |
| 465 |
| 466 # func_show_eval_locale cmd [fail_exp] |
| 467 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is |
| 468 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP |
| 469 # is given, then evaluate it. Use the saved locale for evaluation. |
| 470 func_show_eval_locale () |
| 471 { |
| 472 my_cmd="$1" |
| 473 my_fail_exp="${2-:}" |
| 474 |
| 475 ${opt_silent-false} || { |
| 476 func_quote_for_expand "$my_cmd" |
| 477 eval "func_echo $func_quote_for_expand_result" |
| 478 } |
| 479 |
| 480 if ${opt_dry_run-false}; then :; else |
| 481 eval "$lt_user_locale |
| 482 » $my_cmd" |
| 483 my_status=$? |
| 484 eval "$lt_safe_locale" |
| 485 if test "$my_status" -eq 0; then :; else |
| 486 » eval "(exit $my_status); $my_fail_exp" |
| 487 fi |
| 488 fi |
| 489 } |
| 490 |
| 491 |
| 492 |
| 493 |
| 494 |
| 495 # func_version |
| 496 # Echo version message to standard output and exit. |
| 497 func_version () |
| 498 { |
| 499 $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { |
| 500 s/^# // |
| 501 » s/^# *$// |
| 502 s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ |
| 503 p |
| 504 }' < "$progpath" |
| 505 exit $? |
| 506 } |
| 507 |
| 508 # func_usage |
| 509 # Echo short help message to standard output and exit. |
| 510 func_usage () |
| 511 { |
| 512 $SED -n '/^# Usage:/,/# -h/ { |
| 513 s/^# // |
| 514 » s/^# *$// |
| 515 » s/\$progname/'$progname'/ |
| 516 » p |
| 517 }' < "$progpath" |
| 518 $ECHO |
| 519 $ECHO "run \`$progname --help | more' for full usage" |
| 520 exit $? |
| 521 } |
| 522 |
| 523 # func_help |
| 524 # Echo long help message to standard output and exit. |
| 525 func_help () |
| 526 { |
| 527 $SED -n '/^# Usage:/,/# Report bugs to/ { |
| 528 s/^# // |
| 529 » s/^# *$// |
| 530 » s*\$progname*'$progname'* |
| 531 » s*\$host*'"$host"'* |
| 532 » s*\$SHELL*'"$SHELL"'* |
| 533 » s*\$LTCC*'"$LTCC"'* |
| 534 » s*\$LTCFLAGS*'"$LTCFLAGS"'* |
| 535 » s*\$LD*'"$LD"'* |
| 536 » s/\$with_gnu_ld/'"$with_gnu_ld"'/ |
| 537 » s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ |
| 538 » s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ |
| 539 » p |
| 540 }' < "$progpath" |
| 541 exit $? |
| 542 } |
| 543 |
| 544 # func_missing_arg argname |
| 545 # Echo program name prefixed message to standard error and set global |
| 546 # exit_cmd. |
| 547 func_missing_arg () |
| 548 { |
| 549 func_error "missing argument for $1" |
| 550 exit_cmd=exit |
| 551 } |
| 552 |
| 553 exit_cmd=: |
| 554 |
| 555 |
| 556 |
| 557 |
| 558 |
| 559 # Check that we have a working $ECHO. |
| 560 if test "X$1" = X--no-reexec; then |
| 561 # Discard the --no-reexec flag, and continue. |
| 562 shift |
| 563 elif test "X$1" = X--fallback-echo; then |
| 564 # Avoid inline document here, it may be left over |
| 565 : |
| 566 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then |
| 567 # Yippee, $ECHO works! |
| 568 : |
| 569 else |
| 570 # Restart under the correct shell, and then maybe $ECHO will work. |
| 571 exec $SHELL "$progpath" --no-reexec ${1+"$@"} |
| 572 fi |
| 573 |
| 574 if test "X$1" = X--fallback-echo; then |
| 575 # used as fallback echo |
| 576 shift |
| 577 cat <<EOF |
| 578 $* |
| 579 EOF |
| 580 exit $EXIT_SUCCESS |
| 581 fi |
| 582 |
| 583 magic="%%%MAGIC variable%%%" |
| 584 magic_exe="%%%MAGIC EXE variable%%%" |
| 585 |
| 586 # Global variables. |
| 587 # $mode is unset |
| 588 nonopt= |
| 589 execute_dlfiles= |
| 590 preserve_args= |
| 591 lo2o="s/\\.lo\$/.${objext}/" |
| 592 o2lo="s/\\.${objext}\$/.lo/" |
| 593 extracted_archives= |
| 594 extracted_serial=0 |
| 595 |
| 596 opt_dry_run=false |
| 597 opt_duplicate_deps=false |
| 598 opt_silent=false |
| 599 opt_debug=: |
| 600 |
| 601 # If this variable is set in any of the actions, the command in it |
| 602 # will be execed at the end. This prevents here-documents from being |
| 603 # left over by shells. |
| 604 exec_cmd= |
| 605 |
| 606 # func_fatal_configuration arg... |
| 607 # Echo program name prefixed message to standard error, followed by |
| 608 # a configuration failure hint, and exit. |
| 609 func_fatal_configuration () |
| 610 { |
| 611 func_error ${1+"$@"} |
| 612 func_error "See the $PACKAGE documentation for more information." |
| 613 func_fatal_error "Fatal configuration error." |
| 614 } |
| 615 |
| 616 |
| 617 # func_config |
| 618 # Display the configuration for all the tags in this script. |
| 619 func_config () |
| 620 { |
| 621 re_begincf='^# ### BEGIN LIBTOOL' |
| 622 re_endcf='^# ### END LIBTOOL' |
| 623 |
| 624 # Default configuration. |
| 625 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" |
| 626 |
| 627 # Now print the configurations for the tags. |
| 628 for tagname in $taglist; do |
| 629 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagn
ame\$/p" < "$progpath" |
| 630 done |
| 631 |
| 632 exit $? |
| 633 } |
| 634 |
| 635 # func_features |
| 636 # Display the features supported by this script. |
| 637 func_features () |
| 638 { |
| 639 $ECHO "host: $host" |
| 640 if test "$build_libtool_libs" = yes; then |
| 641 $ECHO "enable shared libraries" |
| 642 else |
| 643 $ECHO "disable shared libraries" |
| 644 fi |
| 645 if test "$build_old_libs" = yes; then |
| 646 $ECHO "enable static libraries" |
| 647 else |
| 648 $ECHO "disable static libraries" |
| 649 fi |
| 650 |
| 651 exit $? |
| 652 } |
| 653 |
| 654 # func_enable_tag tagname |
| 655 # Verify that TAGNAME is valid, and either flag an error and exit, or |
| 656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist |
| 657 # variable here. |
| 658 func_enable_tag () |
| 659 { |
| 660 # Global variable: |
| 661 tagname="$1" |
| 662 |
| 663 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" |
| 664 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" |
| 665 sed_extractcf="/$re_begincf/,/$re_endcf/p" |
| 666 |
| 667 # Validate tagname. |
| 668 case $tagname in |
| 669 *[!-_A-Za-z0-9,/]*) |
| 670 func_fatal_error "invalid tag name: $tagname" |
| 671 ;; |
| 672 esac |
| 673 |
| 674 # Don't test for the "default" C tag, as we know it's |
| 675 # there but not specially marked. |
| 676 case $tagname in |
| 677 CC) ;; |
| 678 *) |
| 679 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then |
| 680 » taglist="$taglist $tagname" |
| 681 |
| 682 » # Evaluate the configuration. Be careful to quote the path |
| 683 » # and the sed script, to avoid splitting on whitespace, but |
| 684 » # also don't use non-portable quotes within backquotes within |
| 685 » # quotes we have to do it in 2 steps: |
| 686 » extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` |
| 687 » eval "$extractedcf" |
| 688 else |
| 689 » func_error "ignoring unknown tag $tagname" |
| 690 fi |
| 691 ;; |
| 692 esac |
| 693 } |
| 694 |
| 695 # Parse options once, thoroughly. This comes as soon as possible in |
| 696 # the script to make things like `libtool --version' happen quickly. |
| 697 { |
| 698 |
| 699 # Shorthand for --mode=foo, only valid as the first argument |
| 700 case $1 in |
| 701 clean|clea|cle|cl) |
| 702 shift; set dummy --mode clean ${1+"$@"}; shift |
206 ;; | 703 ;; |
207 *ar\ archive*) # could be an import, or static | 704 compile|compil|compi|comp|com|co|c) |
208 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ | 705 shift; set dummy --mode compile ${1+"$@"}; shift |
209 $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then | |
210 win32_nmres=`eval $NM -f posix -A $1 | \ | |
211 » $SED -n -e '1,100{ | |
212 » » / I /{ | |
213 » » » s,.*,import, | |
214 » » » p | |
215 » » » q | |
216 » » » } | |
217 » » }'` | |
218 case $win32_nmres in | |
219 import*) win32_libid_type="x86 archive import";; | |
220 *) win32_libid_type="x86 archive static";; | |
221 esac | |
222 fi | |
223 ;; | 706 ;; |
224 *DLL*) | 707 execute|execut|execu|exec|exe|ex|e) |
225 win32_libid_type="x86 DLL" | 708 shift; set dummy --mode execute ${1+"$@"}; shift |
226 ;; | 709 ;; |
227 *executable*) # but shell scripts are "executable" too... | 710 finish|finis|fini|fin|fi|f) |
228 case $win32_fileres in | 711 shift; set dummy --mode finish ${1+"$@"}; shift |
229 *MS\ Windows\ PE\ Intel*) | 712 ;; |
230 win32_libid_type="x86 DLL" | 713 install|instal|insta|inst|ins|in|i) |
231 ;; | 714 shift; set dummy --mode install ${1+"$@"}; shift |
232 esac | 715 ;; |
| 716 link|lin|li|l) |
| 717 shift; set dummy --mode link ${1+"$@"}; shift |
| 718 ;; |
| 719 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) |
| 720 shift; set dummy --mode uninstall ${1+"$@"}; shift |
233 ;; | 721 ;; |
234 esac | 722 esac |
235 $echo $win32_libid_type | 723 |
| 724 # Parse non-mode specific arguments: |
| 725 while test "$#" -gt 0; do |
| 726 opt="$1" |
| 727 shift |
| 728 |
| 729 case $opt in |
| 730 --config)»» func_config» » » » » ;; |
| 731 |
| 732 --debug)» » preserve_args="$preserve_args $opt" |
| 733 » » » func_echo "enabling shell trace mode" |
| 734 » » » opt_debug='set -x' |
| 735 » » » $opt_debug |
| 736 » » » ;; |
| 737 |
| 738 -dlopen)» » test "$#" -eq 0 && func_missing_arg "$opt" && break |
| 739 » » » execute_dlfiles="$execute_dlfiles $1" |
| 740 » » » shift |
| 741 » » » ;; |
| 742 |
| 743 --dry-run | -n)» opt_dry_run=:» » » » » ;; |
| 744 --features) func_features» » » » » ;; |
| 745 --finish)»» mode="finish"» » » » » ;; |
| 746 |
| 747 --mode)» » test "$#" -eq 0 && func_missing_arg "$opt" && break |
| 748 » » » case $1 in |
| 749 » » » # Valid mode arguments: |
| 750 » » » clean)» ;; |
| 751 » » » compile)» ;; |
| 752 » » » execute)» ;; |
| 753 » » » finish)» ;; |
| 754 » » » install)» ;; |
| 755 » » » link)»» ;; |
| 756 » » » relink)» ;; |
| 757 » » » uninstall)» ;; |
| 758 |
| 759 » » » # Catch anything else as an error |
| 760 » » » *) func_error "invalid argument for $opt" |
| 761 » » » exit_cmd=exit |
| 762 » » » break |
| 763 » » » ;; |
| 764 » » esac |
| 765 |
| 766 » » » mode="$1" |
| 767 » » » shift |
| 768 » » » ;; |
| 769 |
| 770 --preserve-dup-deps) |
| 771 » » » opt_duplicate_deps=:» » » » ;; |
| 772 |
| 773 --quiet|--silent)»preserve_args="$preserve_args $opt" |
| 774 » » » opt_silent=: |
| 775 » » » ;; |
| 776 |
| 777 --verbose| -v)» preserve_args="$preserve_args $opt" |
| 778 » » » opt_silent=false |
| 779 » » » ;; |
| 780 |
| 781 --tag)» » test "$#" -eq 0 && func_missing_arg "$opt" && break |
| 782 » » » preserve_args="$preserve_args $opt $1" |
| 783 » » » func_enable_tag "$1"» # tagname is set here |
| 784 » » » shift |
| 785 » » » ;; |
| 786 |
| 787 # Separate optargs to long options: |
| 788 -dlopen=*|--mode=*|--tag=*) |
| 789 » » » func_opt_split "$opt" |
| 790 » » » set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${
1+"$@"} |
| 791 » » » shift |
| 792 » » » ;; |
| 793 |
| 794 -\?|-h)» » func_usage» » » » » ;; |
| 795 --help)» » opt_help=:» » » » » ;; |
| 796 --version)» func_version» » » » » ;; |
| 797 |
| 798 -*)» » func_fatal_help "unrecognized option \`$opt'"» ;; |
| 799 |
| 800 *)» » nonopt="$opt" |
| 801 » » » break |
| 802 » » » ;; |
| 803 esac |
| 804 done |
| 805 |
| 806 |
| 807 case $host in |
| 808 *cygwin* | *mingw* | *pw32* | *cegcc*) |
| 809 # don't eliminate duplications in $postdeps and $predeps |
| 810 opt_duplicate_compiler_generated_deps=: |
| 811 ;; |
| 812 *) |
| 813 opt_duplicate_compiler_generated_deps=$opt_duplicate_deps |
| 814 ;; |
| 815 esac |
| 816 |
| 817 # Having warned about all mis-specified options, bail out if |
| 818 # anything was wrong. |
| 819 $exit_cmd $EXIT_FAILURE |
| 820 } |
| 821 |
| 822 # func_check_version_match |
| 823 # Ensure that we are using m4 macros, and libtool script from the same |
| 824 # release of libtool. |
| 825 func_check_version_match () |
| 826 { |
| 827 if test "$package_revision" != "$macro_revision"; then |
| 828 if test "$VERSION" != "$macro_version"; then |
| 829 if test -z "$macro_version"; then |
| 830 cat >&2 <<_LT_EOF |
| 831 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the |
| 832 $progname: definition of this LT_INIT comes from an older release. |
| 833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION |
| 834 $progname: and run autoconf again. |
| 835 _LT_EOF |
| 836 else |
| 837 cat >&2 <<_LT_EOF |
| 838 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the |
| 839 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. |
| 840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION |
| 841 $progname: and run autoconf again. |
| 842 _LT_EOF |
| 843 fi |
| 844 else |
| 845 cat >&2 <<_LT_EOF |
| 846 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package
_revision, |
| 847 $progname: but the definition of this LT_INIT comes from revision $macro_revisio
n. |
| 848 $progname: You should recreate aclocal.m4 with macros from revision $package_rev
ision |
| 849 $progname: of $PACKAGE $VERSION and run autoconf again. |
| 850 _LT_EOF |
| 851 fi |
| 852 |
| 853 exit $EXIT_MISMATCH |
| 854 fi |
| 855 } |
| 856 |
| 857 |
| 858 ## ----------- ## |
| 859 ## Main. ## |
| 860 ## ----------- ## |
| 861 |
| 862 $opt_help || { |
| 863 # Sanity checks first: |
| 864 func_check_version_match |
| 865 |
| 866 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then |
| 867 func_fatal_configuration "not configured to build any kind of library" |
| 868 fi |
| 869 |
| 870 test -z "$mode" && func_fatal_error "error: you must specify a MODE." |
| 871 |
| 872 |
| 873 # Darwin sucks |
| 874 eval std_shrext=\"$shrext_cmds\" |
| 875 |
| 876 |
| 877 # Only execute mode is allowed to have -dlopen flags. |
| 878 if test -n "$execute_dlfiles" && test "$mode" != execute; then |
| 879 func_error "unrecognized option \`-dlopen'" |
| 880 $ECHO "$help" 1>&2 |
| 881 exit $EXIT_FAILURE |
| 882 fi |
| 883 |
| 884 # Change the help message to a mode-specific one. |
| 885 generic_help="$help" |
| 886 help="Try \`$progname --help --mode=$mode' for more information." |
| 887 } |
| 888 |
| 889 |
| 890 # func_lalib_p file |
| 891 # True iff FILE is a libtool `.la' library or `.lo' object file. |
| 892 # This function is only a basic sanity check; it will hardly flush out |
| 893 # determined imposters. |
| 894 func_lalib_p () |
| 895 { |
| 896 test -f "$1" && |
| 897 $SED -e 4q "$1" 2>/dev/null \ |
| 898 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 |
| 899 } |
| 900 |
| 901 # func_lalib_unsafe_p file |
| 902 # True iff FILE is a libtool `.la' library or `.lo' object file. |
| 903 # This function implements the same check as func_lalib_p without |
| 904 # resorting to external programs. To this end, it redirects stdin and |
| 905 # closes it afterwards, without saving the original file descriptor. |
| 906 # As a safety measure, use it only where a negative result would be |
| 907 # fatal anyway. Works if `file' does not exist. |
| 908 func_lalib_unsafe_p () |
| 909 { |
| 910 lalib_p=no |
| 911 if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then |
| 912 » for lalib_p_l in 1 2 3 4 |
| 913 » do |
| 914 » read lalib_p_line |
| 915 » case "$lalib_p_line" in |
| 916 » » \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; |
| 917 » esac |
| 918 » done |
| 919 » exec 0<&5 5<&- |
| 920 fi |
| 921 test "$lalib_p" = yes |
| 922 } |
| 923 |
| 924 # func_ltwrapper_script_p file |
| 925 # True iff FILE is a libtool wrapper script |
| 926 # This function is only a basic sanity check; it will hardly flush out |
| 927 # determined imposters. |
| 928 func_ltwrapper_script_p () |
| 929 { |
| 930 func_lalib_p "$1" |
| 931 } |
| 932 |
| 933 # func_ltwrapper_executable_p file |
| 934 # True iff FILE is a libtool wrapper executable |
| 935 # This function is only a basic sanity check; it will hardly flush out |
| 936 # determined imposters. |
| 937 func_ltwrapper_executable_p () |
| 938 { |
| 939 func_ltwrapper_exec_suffix= |
| 940 case $1 in |
| 941 *.exe) ;; |
| 942 *) func_ltwrapper_exec_suffix=.exe ;; |
| 943 esac |
| 944 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 |
| 945 } |
| 946 |
| 947 # func_ltwrapper_scriptname file |
| 948 # Assumes file is an ltwrapper_executable |
| 949 # uses $file to determine the appropriate filename for a |
| 950 # temporary ltwrapper_script. |
| 951 func_ltwrapper_scriptname () |
| 952 { |
| 953 func_ltwrapper_scriptname_result="" |
| 954 if func_ltwrapper_executable_p "$1"; then |
| 955 » func_dirname_and_basename "$1" "" "." |
| 956 » func_stripname '' '.exe' "$func_basename_result" |
| 957 » func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_st
ripname_result}_ltshwrapper" |
| 958 fi |
| 959 } |
| 960 |
| 961 # func_ltwrapper_p file |
| 962 # True iff FILE is a libtool wrapper script or wrapper executable |
| 963 # This function is only a basic sanity check; it will hardly flush out |
| 964 # determined imposters. |
| 965 func_ltwrapper_p () |
| 966 { |
| 967 func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" |
| 968 } |
| 969 |
| 970 |
| 971 # func_execute_cmds commands fail_cmd |
| 972 # Execute tilde-delimited COMMANDS. |
| 973 # If FAIL_CMD is given, eval that upon failure. |
| 974 # FAIL_CMD may read-access the current command in variable CMD! |
| 975 func_execute_cmds () |
| 976 { |
| 977 $opt_debug |
| 978 save_ifs=$IFS; IFS='~' |
| 979 for cmd in $1; do |
| 980 IFS=$save_ifs |
| 981 eval cmd=\"$cmd\" |
| 982 func_show_eval "$cmd" "${2-:}" |
| 983 done |
| 984 IFS=$save_ifs |
| 985 } |
| 986 |
| 987 |
| 988 # func_source file |
| 989 # Source FILE, adding directory component if necessary. |
| 990 # Note that it is not necessary on cygwin/mingw to append a dot to |
| 991 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe |
| 992 # behavior happens only for exec(3), not for open(2)! Also, sourcing |
| 993 # `FILE.' does not work on cygwin managed mounts. |
| 994 func_source () |
| 995 { |
| 996 $opt_debug |
| 997 case $1 in |
| 998 */* | *\\*)». "$1" ;; |
| 999 *)» » . "./$1" ;; |
| 1000 esac |
236 } | 1001 } |
237 | 1002 |
238 | 1003 |
239 # func_infer_tag arg | 1004 # func_infer_tag arg |
240 # Infer tagged configuration to use if any are available and | 1005 # Infer tagged configuration to use if any are available and |
241 # if one wasn't chosen via the "--tag" command line option. | 1006 # if one wasn't chosen via the "--tag" command line option. |
242 # Only attempt this if the compiler in the base compile | 1007 # Only attempt this if the compiler in the base compile |
243 # command doesn't match the default compiler. | 1008 # command doesn't match the default compiler. |
244 # arg is usually of the form 'gcc ...' | 1009 # arg is usually of the form 'gcc ...' |
245 func_infer_tag () | 1010 func_infer_tag () |
246 { | 1011 { |
| 1012 $opt_debug |
247 if test -n "$available_tags" && test -z "$tagname"; then | 1013 if test -n "$available_tags" && test -z "$tagname"; then |
248 CC_quoted= | 1014 CC_quoted= |
249 for arg in $CC; do | 1015 for arg in $CC; do |
250 » case $arg in | 1016 func_quote_for_eval "$arg" |
251 » *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \»]*|*]*|"") | 1017 » CC_quoted="$CC_quoted $func_quote_for_eval_result" |
252 » arg="\"$arg\"" | |
253 » ;; | |
254 » esac | |
255 » CC_quoted="$CC_quoted $arg" | |
256 done | 1018 done |
257 case $@ in | 1019 case $@ in |
258 # Blanks in the command may have been stripped by the calling shell, | 1020 # Blanks in the command may have been stripped by the calling shell, |
259 # but not from the CC environment variable when configure was run. | 1021 # but not from the CC environment variable when configure was run. |
260 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* |
"$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;; | 1022 " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* |
"$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; |
261 # Blanks at the start of $base_compile will cause this to fail | 1023 # Blanks at the start of $base_compile will cause this to fail |
262 # if we don't check for them as well. | 1024 # if we don't check for them as well. |
263 *) | 1025 *) |
264 for z in $available_tags; do | 1026 for z in $available_tags; do |
265 » if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/nu
ll; then | 1027 » if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/n
ull; then |
266 # Evaluate the configuration. | 1028 # Evaluate the configuration. |
267 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ##
# END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" | 1029 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ##
# END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" |
268 CC_quoted= | 1030 CC_quoted= |
269 for arg in $CC; do | 1031 for arg in $CC; do |
270 » # Double-quote args containing other shell metacharacters. | 1032 » # Double-quote args containing other shell metacharacters. |
271 » case $arg in | 1033 » func_quote_for_eval "$arg" |
272 » *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | 1034 » CC_quoted="$CC_quoted $func_quote_for_eval_result" |
273 » arg="\"$arg\"" | 1035 » done |
274 » ;; | |
275 » esac | |
276 » CC_quoted="$CC_quoted $arg" | |
277 » done | |
278 case "$@ " in | 1036 case "$@ " in |
279 » " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_qu
oted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) | 1037 » " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_qu
oted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) |
280 # The compiler in the base compile command matches | 1038 # The compiler in the base compile command matches |
281 # the one in the tagged configuration. | 1039 # the one in the tagged configuration. |
282 # Assume this is the tagged configuration we want. | 1040 # Assume this is the tagged configuration we want. |
283 tagname=$z | 1041 tagname=$z |
284 break | 1042 break |
285 ;; | 1043 ;; |
286 esac | 1044 esac |
287 fi | 1045 fi |
288 done | 1046 done |
289 # If $tagname still isn't set, then no tagged configuration | 1047 # If $tagname still isn't set, then no tagged configuration |
290 # was found and let the user know that the "--tag" command | 1048 # was found and let the user know that the "--tag" command |
291 # line option must be used. | 1049 # line option must be used. |
292 if test -z "$tagname"; then | 1050 if test -z "$tagname"; then |
293 » $echo "$modename: unable to infer tagged configuration" | 1051 » func_echo "unable to infer tagged configuration" |
294 » $echo "$modename: specify a tag with \`--tag'" 1>&2 | 1052 » func_fatal_error "specify a tag with \`--tag'" |
295 » exit $EXIT_FAILURE | 1053 #» else |
296 # else | 1054 #» func_verbose "using $tagname tagged configuration" |
297 # $echo "$modename: using $tagname tagged configuration" | |
298 fi | 1055 fi |
299 ;; | 1056 ;; |
300 esac | 1057 esac |
301 fi | 1058 fi |
302 } | 1059 } |
303 | 1060 |
304 | 1061 |
305 # func_extract_an_archive dir oldlib | 1062 |
306 func_extract_an_archive () | 1063 # func_write_libtool_object output_name pic_name nonpic_name |
307 { | 1064 # Create a libtool object file (analogous to a ".la" file), |
308 f_ex_an_ar_dir="$1"; shift | 1065 # but don't create it if we're doing a dry run. |
309 f_ex_an_ar_oldlib="$1" | 1066 func_write_libtool_object () |
310 | 1067 { |
311 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)" | 1068 write_libobj=${1} |
312 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $? | 1069 if test "$build_libtool_libs" = yes; then |
313 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then | 1070 write_lobj=\'${2}\' |
314 : | |
315 else | 1071 else |
316 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_a
r_oldlib" 1>&2 | 1072 write_lobj=none |
317 exit $EXIT_FAILURE | 1073 fi |
318 fi | 1074 |
319 } | 1075 if test "$build_old_libs" = yes; then |
320 | 1076 write_oldobj=\'${3}\' |
321 # func_extract_archives gentop oldlib ... | |
322 func_extract_archives () | |
323 { | |
324 my_gentop="$1"; shift | |
325 my_oldlibs=${1+"$@"} | |
326 my_oldobjs="" | |
327 my_xlib="" | |
328 my_xabs="" | |
329 my_xdir="" | |
330 my_status="" | |
331 | |
332 $show "${rm}r $my_gentop" | |
333 $run ${rm}r "$my_gentop" | |
334 $show "$mkdir $my_gentop" | |
335 $run $mkdir "$my_gentop" | |
336 my_status=$? | |
337 if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then | |
338 exit $my_status | |
339 fi | |
340 | |
341 for my_xlib in $my_oldlibs; do | |
342 # Extract the objects. | |
343 case $my_xlib in | |
344 » [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; | |
345 » *) my_xabs=`pwd`"/$my_xlib" ;; | |
346 esac | |
347 my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` | |
348 my_xlib_u=$my_xlib | |
349 while :; do | |
350 case " $extracted_archives " in | |
351 » *" $my_xlib_u "*) | |
352 » extracted_serial=`expr $extracted_serial + 1` | |
353 » my_xlib_u=lt$extracted_serial-$my_xlib ;; | |
354 » *) break ;; | |
355 » esac | |
356 done | |
357 extracted_archives="$extracted_archives $my_xlib_u" | |
358 my_xdir="$my_gentop/$my_xlib_u" | |
359 | |
360 $show "${rm}r $my_xdir" | |
361 $run ${rm}r "$my_xdir" | |
362 $show "$mkdir $my_xdir" | |
363 $run $mkdir "$my_xdir" | |
364 exit_status=$? | |
365 if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then | |
366 » exit $exit_status | |
367 fi | |
368 case $host in | |
369 *-darwin*) | |
370 » $show "Extracting $my_xabs" | |
371 » # Do not bother doing anything if just a dry run | |
372 » if test -z "$run"; then | |
373 » darwin_orig_dir=`pwd` | |
374 » cd $my_xdir || exit $? | |
375 » darwin_archive=$my_xabs | |
376 » darwin_curdir=`pwd` | |
377 » darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'` | |
378 » darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Archi
tectures 2>/dev/null` | |
379 » if test -n "$darwin_arches"; then | |
380 » darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'` | |
381 » darwin_arch= | |
382 » $show "$darwin_base_archive has multiple architectures $darwin_arche
s" | |
383 » for darwin_arch in $darwin_arches ; do | |
384 » mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}" | |
385 » lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-$
{darwin_arch}/${darwin_base_archive}" "${darwin_archive}" | |
386 » cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" | |
387 » func_extract_an_archive "`pwd`" "${darwin_base_archive}" | |
388 » cd "$darwin_curdir" | |
389 » $rm "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_
archive}" | |
390 » done # $darwin_arches | |
391 ## Okay now we have a bunch of thin objects, gotta fatten them up :) | |
392 » darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*
.lo -print| xargs basename | sort -u | $NL2SP` | |
393 » darwin_file= | |
394 » darwin_files= | |
395 » for darwin_file in $darwin_filelist; do | |
396 » darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` | |
397 » lipo -create -output "$darwin_file" $darwin_files | |
398 » done # $darwin_filelist | |
399 » ${rm}r unfat-$$ | |
400 » cd "$darwin_orig_dir" | |
401 » else | |
402 » cd "$darwin_orig_dir" | |
403 » func_extract_an_archive "$my_xdir" "$my_xabs" | |
404 » fi # $darwin_arches | |
405 » fi # $run | |
406 » ;; | |
407 *) | |
408 func_extract_an_archive "$my_xdir" "$my_xabs" | |
409 ;; | |
410 esac | |
411 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \
*.lo -print | $NL2SP` | |
412 done | |
413 func_extract_archives_result="$my_oldobjs" | |
414 } | |
415 # End of Shell function definitions | |
416 ##################################### | |
417 | |
418 # Darwin sucks | |
419 eval std_shrext=\"$shrext_cmds\" | |
420 | |
421 disable_libs=no | |
422 | |
423 # Parse our command line options once, thoroughly. | |
424 while test "$#" -gt 0 | |
425 do | |
426 arg="$1" | |
427 shift | |
428 | |
429 case $arg in | |
430 -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; | |
431 *) optarg= ;; | |
432 esac | |
433 | |
434 # If the previous option needs an argument, assign it. | |
435 if test -n "$prev"; then | |
436 case $prev in | |
437 execute_dlfiles) | |
438 execute_dlfiles="$execute_dlfiles $arg" | |
439 ;; | |
440 tag) | |
441 tagname="$arg" | |
442 preserve_args="${preserve_args}=$arg" | |
443 | |
444 # Check whether tagname contains only valid characters | |
445 case $tagname in | |
446 *[!-_A-Za-z0-9,/]*) | |
447 » $echo "$progname: invalid tag name: $tagname" 1>&2 | |
448 » exit $EXIT_FAILURE | |
449 » ;; | |
450 esac | |
451 | |
452 case $tagname in | |
453 CC) | |
454 » # Don't test for the "default" C tag, as we know, it's there, but | |
455 » # not specially marked. | |
456 » ;; | |
457 *) | |
458 » if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /de
v/null; then | |
459 » taglist="$taglist $tagname" | |
460 » # Evaluate the configuration. | |
461 » eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^
# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" | |
462 » else | |
463 » $echo "$progname: ignoring unknown tag $tagname" 1>&2 | |
464 » fi | |
465 » ;; | |
466 esac | |
467 ;; | |
468 *) | |
469 eval "$prev=\$arg" | |
470 ;; | |
471 esac | |
472 | |
473 prev= | |
474 prevopt= | |
475 continue | |
476 fi | |
477 | |
478 # Have we seen a non-optional argument yet? | |
479 case $arg in | |
480 --help) | |
481 show_help=yes | |
482 ;; | |
483 | |
484 --version) | |
485 echo "\ | |
486 $PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP | |
487 | |
488 Copyright (C) 2007 Free Software Foundation, Inc. | |
489 This is free software; see the source for copying conditions. There is NO | |
490 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | |
491 exit $? | |
492 ;; | |
493 | |
494 --config) | |
495 ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/
,$d' $progpath | |
496 # Now print the configurations for the tags. | |
497 for tagname in $taglist; do | |
498 ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIB
TOOL TAG CONFIG: $tagname$/p" < "$progpath" | |
499 done | |
500 exit $? | |
501 ;; | |
502 | |
503 --debug) | |
504 $echo "$progname: enabling shell trace mode" | |
505 set -x | |
506 preserve_args="$preserve_args $arg" | |
507 ;; | |
508 | |
509 --dry-run | -n) | |
510 run=: | |
511 ;; | |
512 | |
513 --features) | |
514 $echo "host: $host" | |
515 if test "$build_libtool_libs" = yes; then | |
516 $echo "enable shared libraries" | |
517 else | 1077 else |
518 $echo "disable shared libraries" | 1078 write_oldobj=none |
519 fi | 1079 fi |
520 if test "$build_old_libs" = yes; then | 1080 |
521 $echo "enable static libraries" | 1081 $opt_dry_run || { |
522 else | 1082 cat >${write_libobj}T <<EOF |
523 $echo "disable static libraries" | 1083 # $write_libobj - a libtool object file |
524 fi | 1084 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION |
525 exit $? | 1085 # |
526 ;; | 1086 # Please DO NOT delete this file! |
527 | 1087 # It is necessary for linking the library. |
528 --finish) mode="finish" ;; | 1088 |
529 | 1089 # Name of the PIC object. |
530 --mode) prevopt="--mode" prev=mode ;; | 1090 pic_object=$write_lobj |
531 --mode=*) mode="$optarg" ;; | 1091 |
532 | 1092 # Name of the non-PIC object |
533 --preserve-dup-deps) duplicate_deps="yes" ;; | 1093 non_pic_object=$write_oldobj |
534 | 1094 |
535 --quiet | --silent) | 1095 EOF |
536 show=: | 1096 $MV "${write_libobj}T" "${write_libobj}" |
537 preserve_args="$preserve_args $arg" | 1097 } |
538 ;; | 1098 } |
539 | 1099 |
540 --tag) | 1100 # func_mode_compile arg... |
541 prevopt="--tag" | 1101 func_mode_compile () |
542 prev=tag | 1102 { |
543 preserve_args="$preserve_args --tag" | 1103 $opt_debug |
544 ;; | |
545 --tag=*) | |
546 set tag "$optarg" ${1+"$@"} | |
547 shift | |
548 prev=tag | |
549 preserve_args="$preserve_args --tag" | |
550 ;; | |
551 | |
552 -dlopen) | |
553 prevopt="-dlopen" | |
554 prev=execute_dlfiles | |
555 ;; | |
556 | |
557 -*) | |
558 $echo "$modename: unrecognized option \`$arg'" 1>&2 | |
559 $echo "$help" 1>&2 | |
560 exit $EXIT_FAILURE | |
561 ;; | |
562 | |
563 *) | |
564 nonopt="$arg" | |
565 break | |
566 ;; | |
567 esac | |
568 done | |
569 | |
570 if test -n "$prevopt"; then | |
571 $echo "$modename: option \`$prevopt' requires an argument" 1>&2 | |
572 $echo "$help" 1>&2 | |
573 exit $EXIT_FAILURE | |
574 fi | |
575 | |
576 case $disable_libs in | |
577 no) | |
578 ;; | |
579 shared) | |
580 build_libtool_libs=no | |
581 build_old_libs=yes | |
582 ;; | |
583 static) | |
584 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` | |
585 ;; | |
586 esac | |
587 | |
588 # If this variable is set in any of the actions, the command in it | |
589 # will be execed at the end. This prevents here-documents from being | |
590 # left over by shells. | |
591 exec_cmd= | |
592 | |
593 if test -z "$show_help"; then | |
594 | |
595 # Infer the operation mode. | |
596 if test -z "$mode"; then | |
597 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 | |
598 $echo "*** Future versions of Libtool will require --mode=MODE be specified.
" 1>&2 | |
599 case $nonopt in | |
600 *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) | |
601 mode=link | |
602 for arg | |
603 do | |
604 » case $arg in | |
605 » -c) | |
606 » mode=compile | |
607 » break | |
608 » ;; | |
609 » esac | |
610 done | |
611 ;; | |
612 *db | *dbx | *strace | *truss) | |
613 mode=execute | |
614 ;; | |
615 *install*|cp|mv) | |
616 mode=install | |
617 ;; | |
618 *rm) | |
619 mode=uninstall | |
620 ;; | |
621 *) | |
622 # If we have no mode, but dlfiles were specified, then do execute mode. | |
623 test -n "$execute_dlfiles" && mode=execute | |
624 | |
625 # Just use the default operation mode. | |
626 if test -z "$mode"; then | |
627 » if test -n "$nonopt"; then | |
628 » $echo "$modename: warning: cannot infer operation mode from \`$nonopt'
" 1>&2 | |
629 » else | |
630 » $echo "$modename: warning: cannot infer operation mode without MODE-AR
GS" 1>&2 | |
631 » fi | |
632 fi | |
633 ;; | |
634 esac | |
635 fi | |
636 | |
637 # Only execute mode is allowed to have -dlopen flags. | |
638 if test -n "$execute_dlfiles" && test "$mode" != execute; then | |
639 $echo "$modename: unrecognized option \`-dlopen'" 1>&2 | |
640 $echo "$help" 1>&2 | |
641 exit $EXIT_FAILURE | |
642 fi | |
643 | |
644 # Change the help message to a mode-specific one. | |
645 generic_help="$help" | |
646 help="Try \`$modename --help --mode=$mode' for more information." | |
647 | |
648 # These modes are in order of execution frequency so that they run quickly. | |
649 case $mode in | |
650 # libtool compile mode | |
651 compile) | |
652 modename="$modename: compile" | |
653 # Get the compilation command and the source file. | 1104 # Get the compilation command and the source file. |
654 base_compile= | 1105 base_compile= |
655 srcfile="$nonopt" # always keep a non-empty value in "srcfile" | 1106 srcfile="$nonopt" # always keep a non-empty value in "srcfile" |
656 suppress_opt=yes | 1107 suppress_opt=yes |
657 suppress_output= | 1108 suppress_output= |
658 arg_mode=normal | 1109 arg_mode=normal |
659 libobj= | 1110 libobj= |
660 later= | 1111 later= |
| 1112 pie_flag= |
661 | 1113 |
662 for arg | 1114 for arg |
663 do | 1115 do |
664 case $arg_mode in | 1116 case $arg_mode in |
665 arg ) | 1117 arg ) |
666 # do not "continue". Instead, add this to base_compile | 1118 # do not "continue". Instead, add this to base_compile |
667 lastarg="$arg" | 1119 lastarg="$arg" |
668 arg_mode=normal | 1120 arg_mode=normal |
669 ;; | 1121 ;; |
670 | 1122 |
671 target ) | 1123 target ) |
672 libobj="$arg" | 1124 libobj="$arg" |
673 arg_mode=normal | 1125 arg_mode=normal |
674 continue | 1126 continue |
675 ;; | 1127 ;; |
676 | 1128 |
677 normal ) | 1129 normal ) |
678 # Accept any command-line options. | 1130 # Accept any command-line options. |
679 case $arg in | 1131 case $arg in |
680 -o) | 1132 -o) |
681 » if test -n "$libobj" ; then | 1133 » test -n "$libobj" && \ |
682 » $echo "$modename: you cannot specify \`-o' more than once" 1>&2 | 1134 » func_fatal_error "you cannot specify \`-o' more than once" |
683 » exit $EXIT_FAILURE | |
684 » fi | |
685 arg_mode=target | 1135 arg_mode=target |
686 continue | 1136 continue |
687 ;; | 1137 ;; |
688 | 1138 |
689 » -static | -prefer-pic | -prefer-non-pic) | 1139 » -pie | -fpie | -fPIE) |
| 1140 pie_flag="$pie_flag $arg" |
| 1141 » continue |
| 1142 » ;; |
| 1143 |
| 1144 » -shared | -static | -prefer-pic | -prefer-non-pic) |
690 later="$later $arg" | 1145 later="$later $arg" |
691 continue | 1146 continue |
692 ;; | 1147 ;; |
693 | 1148 |
694 -no-suppress) | 1149 -no-suppress) |
695 suppress_opt=no | 1150 suppress_opt=no |
696 continue | 1151 continue |
697 ;; | 1152 ;; |
698 | 1153 |
699 -Xcompiler) | 1154 -Xcompiler) |
700 arg_mode=arg # the next one goes into the "base_compile" arg list | 1155 arg_mode=arg # the next one goes into the "base_compile" arg list |
701 continue # The current "srcfile" will either be retained or | 1156 continue # The current "srcfile" will either be retained or |
702 ;; # replaced later. I would guess that would be a bug. | 1157 ;; # replaced later. I would guess that would be a bug. |
703 | 1158 |
704 -Wc,*) | 1159 -Wc,*) |
705 » args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` | 1160 » func_stripname '-Wc,' '' "$arg" |
| 1161 » args=$func_stripname_result |
706 lastarg= | 1162 lastarg= |
707 save_ifs="$IFS"; IFS=',' | 1163 save_ifs="$IFS"; IFS=',' |
708 » for arg in $args; do | 1164 » for arg in $args; do |
709 IFS="$save_ifs" | 1165 IFS="$save_ifs" |
710 | 1166 » func_quote_for_eval "$arg" |
711 » # Double-quote args containing other shell metacharacters. | 1167 » lastarg="$lastarg $func_quote_for_eval_result" |
712 » # Many Bourne shells cannot handle close brackets correctly | |
713 » # in scan sets, so we specify it separately. | |
714 » case $arg in | |
715 » *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | |
716 » arg="\"$arg\"" | |
717 » ;; | |
718 » esac | |
719 » lastarg="$lastarg $arg" | |
720 done | 1168 done |
721 IFS="$save_ifs" | 1169 IFS="$save_ifs" |
722 » lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` | 1170 » func_stripname ' ' '' "$lastarg" |
| 1171 » lastarg=$func_stripname_result |
723 | 1172 |
724 # Add the arguments to base_compile. | 1173 # Add the arguments to base_compile. |
725 base_compile="$base_compile $lastarg" | 1174 base_compile="$base_compile $lastarg" |
726 continue | 1175 continue |
727 ;; | 1176 ;; |
728 | 1177 |
729 » * ) | 1178 » *) |
730 # Accept the current argument as the source file. | 1179 # Accept the current argument as the source file. |
731 # The previous "srcfile" becomes the current argument. | 1180 # The previous "srcfile" becomes the current argument. |
732 # | 1181 # |
733 lastarg="$srcfile" | 1182 lastarg="$srcfile" |
734 srcfile="$arg" | 1183 srcfile="$arg" |
735 ;; | 1184 ;; |
736 esac # case $arg | 1185 esac # case $arg |
737 ;; | 1186 ;; |
738 esac # case $arg_mode | 1187 esac # case $arg_mode |
739 | 1188 |
740 # Aesthetically quote the previous argument. | 1189 # Aesthetically quote the previous argument. |
741 lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` | 1190 func_quote_for_eval "$lastarg" |
742 | 1191 base_compile="$base_compile $func_quote_for_eval_result" |
743 case $lastarg in | |
744 # Double-quote args containing other shell metacharacters. | |
745 # Many Bourne shells cannot handle close brackets correctly | |
746 # in scan sets, and some SunOS ksh mistreat backslash-escaping | |
747 # in scan sets (worked around with variable expansion), | |
748 # and furthermore cannot handle '|' '&' '(' ')' in scan sets | |
749 # at all, so we specify them separately. | |
750 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | |
751 » lastarg="\"$lastarg\"" | |
752 » ;; | |
753 esac | |
754 | |
755 base_compile="$base_compile $lastarg" | |
756 done # for arg | 1192 done # for arg |
757 | 1193 |
758 case $arg_mode in | 1194 case $arg_mode in |
759 arg) | 1195 arg) |
760 $echo "$modename: you must specify an argument for -Xcompile" | 1196 func_fatal_error "you must specify an argument for -Xcompile" |
761 exit $EXIT_FAILURE | |
762 ;; | 1197 ;; |
763 target) | 1198 target) |
764 $echo "$modename: you must specify a target with \`-o'" 1>&2 | 1199 func_fatal_error "you must specify a target with \`-o'" |
765 exit $EXIT_FAILURE | |
766 ;; | 1200 ;; |
767 *) | 1201 *) |
768 # Get the name of the library object. | 1202 # Get the name of the library object. |
769 [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` | 1203 test -z "$libobj" && { |
| 1204 » func_basename "$srcfile" |
| 1205 » libobj="$func_basename_result" |
| 1206 } |
770 ;; | 1207 ;; |
771 esac | 1208 esac |
772 | 1209 |
773 # Recognize several different file suffixes. | 1210 # Recognize several different file suffixes. |
774 # If the user specifies -o file.o, it is replaced with file.lo | 1211 # If the user specifies -o file.o, it is replaced with file.lo |
775 xform='[cCFSifmso]' | |
776 case $libobj in | 1212 case $libobj in |
777 *.ada) xform=ada ;; | 1213 *.[cCFSifmso] | \ |
778 *.adb) xform=adb ;; | 1214 *.ada | *.adb | *.ads | *.asm | \ |
779 *.ads) xform=ads ;; | 1215 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ |
780 *.asm) xform=asm ;; | 1216 *.[fF][09]? | *.for | *.java | *.obj | *.sx) |
781 *.c++) xform=c++ ;; | 1217 func_xform "$libobj" |
782 *.cc) xform=cc ;; | 1218 libobj=$func_xform_result |
783 *.ii) xform=ii ;; | |
784 *.class) xform=class ;; | |
785 *.cpp) xform=cpp ;; | |
786 *.cxx) xform=cxx ;; | |
787 *.[fF][09]?) xform=[fF][09]. ;; | |
788 *.for) xform=for ;; | |
789 *.java) xform=java ;; | |
790 *.obj) xform=obj ;; | |
791 esac | |
792 | |
793 libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` | |
794 | |
795 case $libobj in | |
796 *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; | |
797 *) | |
798 $echo "$modename: cannot determine name of library object from \`$libobj'"
1>&2 | |
799 exit $EXIT_FAILURE | |
800 ;; | 1219 ;; |
801 esac | 1220 esac |
802 | 1221 |
| 1222 case $libobj in |
| 1223 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; |
| 1224 *) |
| 1225 func_fatal_error "cannot determine name of library object from \`$libobj'" |
| 1226 ;; |
| 1227 esac |
| 1228 |
803 func_infer_tag $base_compile | 1229 func_infer_tag $base_compile |
804 | 1230 |
805 for arg in $later; do | 1231 for arg in $later; do |
806 case $arg in | 1232 case $arg in |
| 1233 -shared) |
| 1234 test "$build_libtool_libs" != yes && \ |
| 1235 func_fatal_configuration "can not build a shared library" |
| 1236 build_old_libs=no |
| 1237 continue |
| 1238 ;; |
| 1239 |
807 -static) | 1240 -static) |
| 1241 build_libtool_libs=no |
808 build_old_libs=yes | 1242 build_old_libs=yes |
809 continue | 1243 continue |
810 ;; | 1244 ;; |
811 | 1245 |
812 -prefer-pic) | 1246 -prefer-pic) |
813 pic_mode=yes | 1247 pic_mode=yes |
814 continue | 1248 continue |
815 ;; | 1249 ;; |
816 | 1250 |
817 -prefer-non-pic) | 1251 -prefer-non-pic) |
818 pic_mode=no | 1252 pic_mode=no |
819 continue | 1253 continue |
820 ;; | 1254 ;; |
821 esac | 1255 esac |
822 done | 1256 done |
823 | 1257 |
824 qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"` | 1258 func_quote_for_eval "$libobj" |
825 case $qlibobj in | 1259 test "X$libobj" != "X$func_quote_for_eval_result" \ |
826 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | 1260 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'» &()|`$[]' \ |
827 » qlibobj="\"$qlibobj\"" ;; | 1261 && func_warning "libobj name \`$libobj' may not contain shell special char
acters." |
828 esac | 1262 func_dirname_and_basename "$obj" "/" "" |
829 test "X$libobj" != "X$qlibobj" \ | 1263 objname="$func_basename_result" |
830 » && $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"' »&()|`$[]' \ | 1264 xdir="$func_dirname_result" |
831 » && $echo "$modename: libobj name \`$libobj' may not contain shell specia
l characters." | |
832 objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` | |
833 xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` | |
834 if test "X$xdir" = "X$obj"; then | |
835 xdir= | |
836 else | |
837 xdir=$xdir/ | |
838 fi | |
839 lobj=${xdir}$objdir/$objname | 1265 lobj=${xdir}$objdir/$objname |
840 | 1266 |
841 if test -z "$base_compile"; then | 1267 test -z "$base_compile" && \ |
842 $echo "$modename: you must specify a compilation command" 1>&2 | 1268 func_fatal_help "you must specify a compilation command" |
843 $echo "$help" 1>&2 | |
844 exit $EXIT_FAILURE | |
845 fi | |
846 | 1269 |
847 # Delete any leftover library objects. | 1270 # Delete any leftover library objects. |
848 if test "$build_old_libs" = yes; then | 1271 if test "$build_old_libs" = yes; then |
849 removelist="$obj $lobj $libobj ${libobj}T" | 1272 removelist="$obj $lobj $libobj ${libobj}T" |
850 else | 1273 else |
851 removelist="$lobj $libobj ${libobj}T" | 1274 removelist="$lobj $libobj ${libobj}T" |
852 fi | 1275 fi |
853 | 1276 |
854 $run $rm $removelist | |
855 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 | |
856 | |
857 # On Cygwin there's no "real" PIC flag so we must build both object types | 1277 # On Cygwin there's no "real" PIC flag so we must build both object types |
858 case $host_os in | 1278 case $host_os in |
859 cygwin* | mingw* | pw32* | os2*) | 1279 cygwin* | mingw* | pw32* | os2* | cegcc*) |
860 pic_mode=default | 1280 pic_mode=default |
861 ;; | 1281 ;; |
862 esac | 1282 esac |
863 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then | 1283 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then |
864 # non-PIC code in shared libraries is not supported | 1284 # non-PIC code in shared libraries is not supported |
865 pic_mode=default | 1285 pic_mode=default |
866 fi | 1286 fi |
867 | 1287 |
868 # Calculate the filename of the output object if compiler does | 1288 # Calculate the filename of the output object if compiler does |
869 # not support -o with -c | 1289 # not support -o with -c |
870 if test "$compiler_c_o" = no; then | 1290 if test "$compiler_c_o" = no; then |
871 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${o
bjext} | 1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${o
bjext} |
872 lockfile="$output_obj.lock" | 1292 lockfile="$output_obj.lock" |
873 removelist="$removelist $output_obj $lockfile" | |
874 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 | |
875 else | 1293 else |
876 output_obj= | 1294 output_obj= |
877 need_locks=no | 1295 need_locks=no |
878 lockfile= | 1296 lockfile= |
879 fi | 1297 fi |
880 | 1298 |
881 # Lock this critical section if it is needed | 1299 # Lock this critical section if it is needed |
882 # We use this script file to make the link, it avoids creating a new file | 1300 # We use this script file to make the link, it avoids creating a new file |
883 if test "$need_locks" = yes; then | 1301 if test "$need_locks" = yes; then |
884 until $run ln "$progpath" "$lockfile" 2>/dev/null; do | 1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do |
885 » $show "Waiting for $lockfile to be removed" | 1303 » func_echo "Waiting for $lockfile to be removed" |
886 sleep 2 | 1304 sleep 2 |
887 done | 1305 done |
888 elif test "$need_locks" = warn; then | 1306 elif test "$need_locks" = warn; then |
889 if test -f "$lockfile"; then | 1307 if test -f "$lockfile"; then |
890 » $echo "\ | 1308 » $ECHO "\ |
891 *** ERROR, $lockfile exists and contains: | 1309 *** ERROR, $lockfile exists and contains: |
892 `cat $lockfile 2>/dev/null` | 1310 `cat $lockfile 2>/dev/null` |
893 | 1311 |
894 This indicates that another process is trying to use the same | 1312 This indicates that another process is trying to use the same |
895 temporary object file, and libtool could not work around it because | 1313 temporary object file, and libtool could not work around it because |
896 your compiler does not support \`-c' and \`-o' together. If you | 1314 your compiler does not support \`-c' and \`-o' together. If you |
897 repeat this compilation, it may succeed, by chance, but you had better | 1315 repeat this compilation, it may succeed, by chance, but you had better |
898 avoid parallel builds (make -j) in this platform, or get a better | 1316 avoid parallel builds (make -j) in this platform, or get a better |
899 compiler." | 1317 compiler." |
900 | 1318 |
901 » $run $rm $removelist | 1319 » $opt_dry_run || $RM $removelist |
902 exit $EXIT_FAILURE | 1320 exit $EXIT_FAILURE |
903 fi | 1321 fi |
904 $echo "$srcfile" > "$lockfile" | 1322 removelist="$removelist $output_obj" |
| 1323 $ECHO "$srcfile" > "$lockfile" |
905 fi | 1324 fi |
906 | 1325 |
| 1326 $opt_dry_run || $RM $removelist |
| 1327 removelist="$removelist $lockfile" |
| 1328 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 |
| 1329 |
907 if test -n "$fix_srcfile_path"; then | 1330 if test -n "$fix_srcfile_path"; then |
908 eval srcfile=\"$fix_srcfile_path\" | 1331 eval srcfile=\"$fix_srcfile_path\" |
909 fi | 1332 fi |
910 qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"` | 1333 func_quote_for_eval "$srcfile" |
911 case $qsrcfile in | 1334 qsrcfile=$func_quote_for_eval_result |
912 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | |
913 qsrcfile="\"$qsrcfile\"" ;; | |
914 esac | |
915 | |
916 $run $rm "$libobj" "${libobj}T" | |
917 | |
918 # Create a libtool object file (analogous to a ".la" file), | |
919 # but don't create it if we're doing a dry run. | |
920 test -z "$run" && cat > ${libobj}T <<EOF | |
921 # $libobj - a libtool object file | |
922 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP | |
923 # | |
924 # Please DO NOT delete this file! | |
925 # It is necessary for linking the library. | |
926 | |
927 # Name of the PIC object. | |
928 EOF | |
929 | 1335 |
930 # Only build a PIC object if we are building libtool libraries. | 1336 # Only build a PIC object if we are building libtool libraries. |
931 if test "$build_libtool_libs" = yes; then | 1337 if test "$build_libtool_libs" = yes; then |
932 # Without this assignment, base_compile gets emptied. | 1338 # Without this assignment, base_compile gets emptied. |
933 fbsd_hideous_sh_bug=$base_compile | 1339 fbsd_hideous_sh_bug=$base_compile |
934 | 1340 |
935 if test "$pic_mode" != no; then | 1341 if test "$pic_mode" != no; then |
936 command="$base_compile $qsrcfile $pic_flag" | 1342 command="$base_compile $qsrcfile $pic_flag" |
937 else | 1343 else |
938 # Don't build PIC code | 1344 # Don't build PIC code |
939 command="$base_compile $qsrcfile" | 1345 command="$base_compile $qsrcfile" |
940 fi | 1346 fi |
941 | 1347 |
942 if test ! -d "${xdir}$objdir"; then | 1348 func_mkdir_p "$xdir$objdir" |
943 » $show "$mkdir ${xdir}$objdir" | |
944 » $run $mkdir ${xdir}$objdir | |
945 » exit_status=$? | |
946 » if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then | |
947 » exit $exit_status | |
948 » fi | |
949 fi | |
950 | 1349 |
951 if test -z "$output_obj"; then | 1350 if test -z "$output_obj"; then |
952 # Place PIC objects in $objdir | 1351 # Place PIC objects in $objdir |
953 command="$command -o $lobj" | 1352 command="$command -o $lobj" |
954 fi | 1353 fi |
955 | 1354 |
956 $run $rm "$lobj" "$output_obj" | 1355 func_show_eval_locale "$command"» \ |
957 | 1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' |
958 $show "$command" | |
959 if $run eval "$command"; then : | |
960 else | |
961 » test -n "$output_obj" && $run $rm $removelist | |
962 » exit $EXIT_FAILURE | |
963 fi | |
964 | 1357 |
965 if test "$need_locks" = warn && | 1358 if test "$need_locks" = warn && |
966 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then | 1359 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then |
967 » $echo "\ | 1360 » $ECHO "\ |
968 *** ERROR, $lockfile contains: | 1361 *** ERROR, $lockfile contains: |
969 `cat $lockfile 2>/dev/null` | 1362 `cat $lockfile 2>/dev/null` |
970 | 1363 |
971 but it should contain: | 1364 but it should contain: |
972 $srcfile | 1365 $srcfile |
973 | 1366 |
974 This indicates that another process is trying to use the same | 1367 This indicates that another process is trying to use the same |
975 temporary object file, and libtool could not work around it because | 1368 temporary object file, and libtool could not work around it because |
976 your compiler does not support \`-c' and \`-o' together. If you | 1369 your compiler does not support \`-c' and \`-o' together. If you |
977 repeat this compilation, it may succeed, by chance, but you had better | 1370 repeat this compilation, it may succeed, by chance, but you had better |
978 avoid parallel builds (make -j) in this platform, or get a better | 1371 avoid parallel builds (make -j) in this platform, or get a better |
979 compiler." | 1372 compiler." |
980 | 1373 |
981 » $run $rm $removelist | 1374 » $opt_dry_run || $RM $removelist |
982 exit $EXIT_FAILURE | 1375 exit $EXIT_FAILURE |
983 fi | 1376 fi |
984 | 1377 |
985 # Just move the object if needed, then go on to compile the next one | 1378 # Just move the object if needed, then go on to compile the next one |
986 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then | 1379 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then |
987 » $show "$mv $output_obj $lobj" | 1380 » func_show_eval '$MV "$output_obj" "$lobj"' \ |
988 » if $run $mv $output_obj $lobj; then : | 1381 » 'error=$?; $opt_dry_run || $RM $removelist; exit $error' |
989 » else | |
990 » error=$? | |
991 » $run $rm $removelist | |
992 » exit $error | |
993 » fi | |
994 fi | 1382 fi |
995 | 1383 |
996 # Append the name of the PIC object to the libtool object file. | |
997 test -z "$run" && cat >> ${libobj}T <<EOF | |
998 pic_object='$objdir/$objname' | |
999 | |
1000 EOF | |
1001 | |
1002 # Allow error messages only from the first compilation. | 1384 # Allow error messages only from the first compilation. |
1003 if test "$suppress_opt" = yes; then | 1385 if test "$suppress_opt" = yes; then |
1004 suppress_output=' >/dev/null 2>&1' | 1386 » suppress_output=' >/dev/null 2>&1' |
1005 fi | 1387 fi |
1006 else | |
1007 # No PIC object so indicate it doesn't exist in the libtool | |
1008 # object file. | |
1009 test -z "$run" && cat >> ${libobj}T <<EOF | |
1010 pic_object=none | |
1011 | |
1012 EOF | |
1013 fi | 1388 fi |
1014 | 1389 |
1015 # Only build a position-dependent object if we build old libraries. | 1390 # Only build a position-dependent object if we build old libraries. |
1016 if test "$build_old_libs" = yes; then | 1391 if test "$build_old_libs" = yes; then |
1017 if test "$pic_mode" != yes; then | 1392 if test "$pic_mode" != yes; then |
1018 # Don't build PIC code | 1393 # Don't build PIC code |
1019 » command="$base_compile $qsrcfile" | 1394 » command="$base_compile $qsrcfile$pie_flag" |
1020 else | 1395 else |
1021 command="$base_compile $qsrcfile $pic_flag" | 1396 command="$base_compile $qsrcfile $pic_flag" |
1022 fi | 1397 fi |
1023 if test "$compiler_c_o" = yes; then | 1398 if test "$compiler_c_o" = yes; then |
1024 command="$command -o $obj" | 1399 command="$command -o $obj" |
1025 fi | 1400 fi |
1026 | 1401 |
1027 # Suppress compiler output if we already did a PIC compilation. | 1402 # Suppress compiler output if we already did a PIC compilation. |
1028 command="$command$suppress_output" | 1403 command="$command$suppress_output" |
1029 $run $rm "$obj" "$output_obj" | 1404 func_show_eval_locale "$command" \ |
1030 $show "$command" | 1405 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' |
1031 if $run eval "$command"; then : | |
1032 else | |
1033 » $run $rm $removelist | |
1034 » exit $EXIT_FAILURE | |
1035 fi | |
1036 | 1406 |
1037 if test "$need_locks" = warn && | 1407 if test "$need_locks" = warn && |
1038 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then | 1408 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then |
1039 » $echo "\ | 1409 » $ECHO "\ |
1040 *** ERROR, $lockfile contains: | 1410 *** ERROR, $lockfile contains: |
1041 `cat $lockfile 2>/dev/null` | 1411 `cat $lockfile 2>/dev/null` |
1042 | 1412 |
1043 but it should contain: | 1413 but it should contain: |
1044 $srcfile | 1414 $srcfile |
1045 | 1415 |
1046 This indicates that another process is trying to use the same | 1416 This indicates that another process is trying to use the same |
1047 temporary object file, and libtool could not work around it because | 1417 temporary object file, and libtool could not work around it because |
1048 your compiler does not support \`-c' and \`-o' together. If you | 1418 your compiler does not support \`-c' and \`-o' together. If you |
1049 repeat this compilation, it may succeed, by chance, but you had better | 1419 repeat this compilation, it may succeed, by chance, but you had better |
1050 avoid parallel builds (make -j) in this platform, or get a better | 1420 avoid parallel builds (make -j) in this platform, or get a better |
1051 compiler." | 1421 compiler." |
1052 | 1422 |
1053 » $run $rm $removelist | 1423 » $opt_dry_run || $RM $removelist |
1054 exit $EXIT_FAILURE | 1424 exit $EXIT_FAILURE |
1055 fi | 1425 fi |
1056 | 1426 |
1057 # Just move the object if needed | 1427 # Just move the object if needed |
1058 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then | 1428 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then |
1059 » $show "$mv $output_obj $obj" | 1429 » func_show_eval '$MV "$output_obj" "$obj"' \ |
1060 » if $run $mv $output_obj $obj; then : | 1430 » 'error=$?; $opt_dry_run || $RM $removelist; exit $error' |
| 1431 fi |
| 1432 fi |
| 1433 |
| 1434 $opt_dry_run || { |
| 1435 func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" |
| 1436 |
| 1437 # Unlock the critical section if it was locked |
| 1438 if test "$need_locks" != no; then |
| 1439 » removelist=$lockfile |
| 1440 $RM "$lockfile" |
| 1441 fi |
| 1442 } |
| 1443 |
| 1444 exit $EXIT_SUCCESS |
| 1445 } |
| 1446 |
| 1447 $opt_help || { |
| 1448 test "$mode" = compile && func_mode_compile ${1+"$@"} |
| 1449 } |
| 1450 |
| 1451 func_mode_help () |
| 1452 { |
| 1453 # We need to display help for each of the modes. |
| 1454 case $mode in |
| 1455 "") |
| 1456 # Generic help is extracted from the usage comments |
| 1457 # at the start of this file. |
| 1458 func_help |
| 1459 ;; |
| 1460 |
| 1461 clean) |
| 1462 $ECHO \ |
| 1463 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... |
| 1464 |
| 1465 Remove files from the build directory. |
| 1466 |
| 1467 RM is the name of the program to use to delete files associated with each FILE |
| 1468 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed |
| 1469 to RM. |
| 1470 |
| 1471 If FILE is a libtool library, object or program, all the files associated |
| 1472 with it are deleted. Otherwise, only FILE itself is deleted using RM." |
| 1473 ;; |
| 1474 |
| 1475 compile) |
| 1476 $ECHO \ |
| 1477 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE |
| 1478 |
| 1479 Compile a source file into a libtool library object. |
| 1480 |
| 1481 This mode accepts the following additional options: |
| 1482 |
| 1483 -o OUTPUT-FILE set the output file name to OUTPUT-FILE |
| 1484 -no-suppress do not suppress compiler output for multiple passes |
| 1485 -prefer-pic try to building PIC objects only |
| 1486 -prefer-non-pic try to building non-PIC objects only |
| 1487 -shared do not build a \`.o' file suitable for static linking |
| 1488 -static only build a \`.o' file suitable for static linking |
| 1489 |
| 1490 COMPILE-COMMAND is a command to be used in creating a \`standard' object file |
| 1491 from the given SOURCEFILE. |
| 1492 |
| 1493 The output file name is determined by removing the directory component from |
| 1494 SOURCEFILE, then substituting the C source code suffix \`.c' with the |
| 1495 library object suffix, \`.lo'." |
| 1496 ;; |
| 1497 |
| 1498 execute) |
| 1499 $ECHO \ |
| 1500 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... |
| 1501 |
| 1502 Automatically set library path, then run a program. |
| 1503 |
| 1504 This mode accepts the following additional options: |
| 1505 |
| 1506 -dlopen FILE add the directory containing FILE to the library path |
| 1507 |
| 1508 This mode sets the library path environment variable according to \`-dlopen' |
| 1509 flags. |
| 1510 |
| 1511 If any of the ARGS are libtool executable wrappers, then they are translated |
| 1512 into their corresponding uninstalled binary, and any of their required library |
| 1513 directories are added to the library path. |
| 1514 |
| 1515 Then, COMMAND is executed, with ARGS as arguments." |
| 1516 ;; |
| 1517 |
| 1518 finish) |
| 1519 $ECHO \ |
| 1520 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... |
| 1521 |
| 1522 Complete the installation of libtool libraries. |
| 1523 |
| 1524 Each LIBDIR is a directory that contains libtool libraries. |
| 1525 |
| 1526 The commands that this mode executes may require superuser privileges. Use |
| 1527 the \`--dry-run' option if you just want to see what would be executed." |
| 1528 ;; |
| 1529 |
| 1530 install) |
| 1531 $ECHO \ |
| 1532 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... |
| 1533 |
| 1534 Install executables or libraries. |
| 1535 |
| 1536 INSTALL-COMMAND is the installation command. The first component should be |
| 1537 either the \`install' or \`cp' program. |
| 1538 |
| 1539 The following components of INSTALL-COMMAND are treated specially: |
| 1540 |
| 1541 -inst-prefix PREFIX-DIR Use PREFIX-DIR as a staging area for installation |
| 1542 |
| 1543 The rest of the components are interpreted as arguments to that command (only |
| 1544 BSD-compatible install options are recognized)." |
| 1545 ;; |
| 1546 |
| 1547 link) |
| 1548 $ECHO \ |
| 1549 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... |
| 1550 |
| 1551 Link object files or libraries together to form another library, or to |
| 1552 create an executable program. |
| 1553 |
| 1554 LINK-COMMAND is a command using the C compiler that you would use to create |
| 1555 a program from several object files. |
| 1556 |
| 1557 The following components of LINK-COMMAND are treated specially: |
| 1558 |
| 1559 -all-static do not do any dynamic linking at all |
| 1560 -avoid-version do not add a version suffix if possible |
| 1561 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime |
| 1562 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols |
| 1563 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) |
| 1564 -export-symbols SYMFILE |
| 1565 try to export only the symbols listed in SYMFILE |
| 1566 -export-symbols-regex REGEX |
| 1567 try to export only the symbols matching REGEX |
| 1568 -LLIBDIR search LIBDIR for required installed libraries |
| 1569 -lNAME OUTPUT-FILE requires the installed library libNAME |
| 1570 -module build a library that can dlopened |
| 1571 -no-fast-install disable the fast-install mode |
| 1572 -no-install link a not-installable executable |
| 1573 -no-undefined declare that a library does not refer to external symbols |
| 1574 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects |
| 1575 -objectlist FILE Use a list of object files found in FILE to specify objects |
| 1576 -precious-files-regex REGEX |
| 1577 don't remove output files matching REGEX |
| 1578 -release RELEASE specify package release information |
| 1579 -rpath LIBDIR the created library will eventually be installed in LIBDIR |
| 1580 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries |
| 1581 -shared only do dynamic linking of libtool libraries |
| 1582 -shrext SUFFIX override the standard shared library file extension |
| 1583 -static do not do any dynamic linking of uninstalled libtool librari
es |
| 1584 -static-libtool-libs |
| 1585 do not do any dynamic linking of libtool libraries |
| 1586 -version-info CURRENT[:REVISION[:AGE]] |
| 1587 specify library version info [each variable defaults to 0] |
| 1588 -weak LIBNAME declare that the target provides the LIBNAME interface |
| 1589 |
| 1590 All other options (arguments beginning with \`-') are ignored. |
| 1591 |
| 1592 Every other argument is treated as a filename. Files ending in \`.la' are |
| 1593 treated as uninstalled libtool libraries, other files are standard or library |
| 1594 object files. |
| 1595 |
| 1596 If the OUTPUT-FILE ends in \`.la', then a libtool library is created, |
| 1597 only library objects (\`.lo' files) may be specified, and \`-rpath' is |
| 1598 required, except when creating a convenience library. |
| 1599 |
| 1600 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created |
| 1601 using \`ar' and \`ranlib', or on Windows using \`lib'. |
| 1602 |
| 1603 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file |
| 1604 is created, otherwise an executable program is created." |
| 1605 ;; |
| 1606 |
| 1607 uninstall) |
| 1608 $ECHO \ |
| 1609 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... |
| 1610 |
| 1611 Remove libraries from an installation directory. |
| 1612 |
| 1613 RM is the name of the program to use to delete files associated with each FILE |
| 1614 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed |
| 1615 to RM. |
| 1616 |
| 1617 If FILE is a libtool library, all the files associated with it are deleted. |
| 1618 Otherwise, only FILE itself is deleted using RM." |
| 1619 ;; |
| 1620 |
| 1621 *) |
| 1622 func_fatal_help "invalid operation mode \`$mode'" |
| 1623 ;; |
| 1624 esac |
| 1625 |
| 1626 $ECHO |
| 1627 $ECHO "Try \`$progname --help' for more information about other modes." |
| 1628 |
| 1629 exit $? |
| 1630 } |
| 1631 |
| 1632 # Now that we've collected a possible --mode arg, show help if necessary |
| 1633 $opt_help && func_mode_help |
| 1634 |
| 1635 |
| 1636 # func_mode_execute arg... |
| 1637 func_mode_execute () |
| 1638 { |
| 1639 $opt_debug |
| 1640 # The first argument is the command name. |
| 1641 cmd="$nonopt" |
| 1642 test -z "$cmd" && \ |
| 1643 func_fatal_help "you must specify a COMMAND" |
| 1644 |
| 1645 # Handle -dlopen flags immediately. |
| 1646 for file in $execute_dlfiles; do |
| 1647 test -f "$file" \ |
| 1648 » || func_fatal_help "\`$file' is not a file" |
| 1649 |
| 1650 dir= |
| 1651 case $file in |
| 1652 *.la) |
| 1653 » # Check to see that this really is a libtool archive. |
| 1654 » func_lalib_unsafe_p "$file" \ |
| 1655 » || func_fatal_help "\`$lib' is not a valid libtool archive" |
| 1656 |
| 1657 » # Read the libtool library. |
| 1658 » dlname= |
| 1659 » library_names= |
| 1660 » func_source "$file" |
| 1661 |
| 1662 » # Skip this library if it cannot be dlopened. |
| 1663 » if test -z "$dlname"; then |
| 1664 » # Warn if it was a shared library. |
| 1665 » test -n "$library_names" && \ |
| 1666 » func_warning "\`$file' was not linked with \`-export-dynamic'" |
| 1667 » continue |
| 1668 » fi |
| 1669 |
| 1670 » func_dirname "$file" "" "." |
| 1671 » dir="$func_dirname_result" |
| 1672 |
| 1673 » if test -f "$dir/$objdir/$dlname"; then |
| 1674 » dir="$dir/$objdir" |
1061 else | 1675 else |
1062 » error=$? | 1676 » if test ! -f "$dir/$dlname"; then |
1063 » $run $rm $removelist | 1677 » func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdi
r'" |
1064 » exit $error | 1678 » fi |
1065 fi | 1679 fi |
| 1680 ;; |
| 1681 |
| 1682 *.lo) |
| 1683 # Just add the directory containing the .lo file. |
| 1684 func_dirname "$file" "" "." |
| 1685 dir="$func_dirname_result" |
| 1686 ;; |
| 1687 |
| 1688 *) |
| 1689 func_warning "\`-dlopen' is ignored for non-libtool libraries and object
s" |
| 1690 continue |
| 1691 ;; |
| 1692 esac |
| 1693 |
| 1694 # Get the absolute pathname. |
| 1695 absdir=`cd "$dir" && pwd` |
| 1696 test -n "$absdir" && dir="$absdir" |
| 1697 |
| 1698 # Now add the directory to shlibpath_var. |
| 1699 if eval "test -z \"\$$shlibpath_var\""; then |
| 1700 eval "$shlibpath_var=\"\$dir\"" |
| 1701 else |
| 1702 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" |
1066 fi | 1703 fi |
1067 | 1704 done |
1068 # Append the name of the non-PIC object the libtool object file. | 1705 |
1069 # Only append if the libtool object file exists. | 1706 # This variable tells wrapper scripts just to set shlibpath_var |
1070 test -z "$run" && cat >> ${libobj}T <<EOF | 1707 # rather than running their programs. |
1071 # Name of the non-PIC object. | 1708 libtool_execute_magic="$magic" |
1072 non_pic_object='$objname' | 1709 |
1073 | 1710 # Check if any of the arguments is a wrapper script. |
| 1711 args= |
| 1712 for file |
| 1713 do |
| 1714 case $file in |
| 1715 -*) ;; |
| 1716 *) |
| 1717 # Do a test to see if this is really a libtool program. |
| 1718 if func_ltwrapper_script_p "$file"; then |
| 1719 func_source "$file" |
| 1720 # Transform arg to wrapped name. |
| 1721 file="$progdir/$program" |
| 1722 elif func_ltwrapper_executable_p "$file"; then |
| 1723 func_ltwrapper_scriptname "$file" |
| 1724 func_source "$func_ltwrapper_scriptname_result" |
| 1725 # Transform arg to wrapped name. |
| 1726 file="$progdir/$program" |
| 1727 fi |
| 1728 ;; |
| 1729 esac |
| 1730 # Quote arguments (to preserve shell metacharacters). |
| 1731 func_quote_for_eval "$file" |
| 1732 args="$args $func_quote_for_eval_result" |
| 1733 done |
| 1734 |
| 1735 if test "X$opt_dry_run" = Xfalse; then |
| 1736 if test -n "$shlibpath_var"; then |
| 1737 # Export the shlibpath_var. |
| 1738 eval "export $shlibpath_var" |
| 1739 fi |
| 1740 |
| 1741 # Restore saved environment variables |
| 1742 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES |
| 1743 do |
| 1744 eval "if test \"\${save_$lt_var+set}\" = set; then |
| 1745 $lt_var=\$save_$lt_var; export $lt_var |
| 1746 else |
| 1747 $lt_unset $lt_var |
| 1748 fi" |
| 1749 done |
| 1750 |
| 1751 # Now prepare to actually exec the command. |
| 1752 exec_cmd="\$cmd$args" |
| 1753 else |
| 1754 # Display what would be done. |
| 1755 if test -n "$shlibpath_var"; then |
| 1756 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" |
| 1757 $ECHO "export $shlibpath_var" |
| 1758 fi |
| 1759 $ECHO "$cmd$args" |
| 1760 exit $EXIT_SUCCESS |
| 1761 fi |
| 1762 } |
| 1763 |
| 1764 test "$mode" = execute && func_mode_execute ${1+"$@"} |
| 1765 |
| 1766 |
| 1767 # func_mode_finish arg... |
| 1768 func_mode_finish () |
| 1769 { |
| 1770 $opt_debug |
| 1771 libdirs="$nonopt" |
| 1772 admincmds= |
| 1773 |
| 1774 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then |
| 1775 for dir |
| 1776 do |
| 1777 libdirs="$libdirs $dir" |
| 1778 done |
| 1779 |
| 1780 for libdir in $libdirs; do |
| 1781 if test -n "$finish_cmds"; then |
| 1782 # Do each command in the finish commands. |
| 1783 func_execute_cmds "$finish_cmds" 'admincmds="$admincmds |
| 1784 '"$cmd"'"' |
| 1785 fi |
| 1786 if test -n "$finish_eval"; then |
| 1787 # Do the single finish_eval. |
| 1788 eval cmds=\"$finish_eval\" |
| 1789 $opt_dry_run || eval "$cmds" || admincmds="$admincmds |
| 1790 $cmds" |
| 1791 fi |
| 1792 done |
| 1793 fi |
| 1794 |
| 1795 # Exit here if they wanted silent mode. |
| 1796 $opt_silent && exit $EXIT_SUCCESS |
| 1797 |
| 1798 $ECHO "X--------------------------------------------------------------------
--" | $Xsed |
| 1799 $ECHO "Libraries have been installed in:" |
| 1800 for libdir in $libdirs; do |
| 1801 $ECHO " $libdir" |
| 1802 done |
| 1803 $ECHO |
| 1804 $ECHO "If you ever happen to want to link against installed libraries" |
| 1805 $ECHO "in a given directory, LIBDIR, you must either use libtool, and" |
| 1806 $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'" |
| 1807 $ECHO "flag during linking and do at least one of the following:" |
| 1808 if test -n "$shlibpath_var"; then |
| 1809 $ECHO " - add LIBDIR to the \`$shlibpath_var' environment variable" |
| 1810 $ECHO " during execution" |
| 1811 fi |
| 1812 if test -n "$runpath_var"; then |
| 1813 $ECHO " - add LIBDIR to the \`$runpath_var' environment variable" |
| 1814 $ECHO " during linking" |
| 1815 fi |
| 1816 if test -n "$hardcode_libdir_flag_spec"; then |
| 1817 libdir=LIBDIR |
| 1818 eval flag=\"$hardcode_libdir_flag_spec\" |
| 1819 |
| 1820 $ECHO " - use the \`$flag' linker flag" |
| 1821 fi |
| 1822 if test -n "$admincmds"; then |
| 1823 $ECHO " - have your system administrator run these commands:$admincmds" |
| 1824 fi |
| 1825 if test -f /etc/ld.so.conf; then |
| 1826 $ECHO " - have your system administrator add LIBDIR to \`/etc/ld.so.conf
'" |
| 1827 fi |
| 1828 $ECHO |
| 1829 |
| 1830 $ECHO "See any operating system documentation about shared libraries for" |
| 1831 case $host in |
| 1832 solaris2.[6789]|solaris2.1[0-9]) |
| 1833 $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual" |
| 1834 $ECHO "pages." |
| 1835 ;; |
| 1836 *) |
| 1837 $ECHO "more information, such as the ld(1) and ld.so(8) manual pages." |
| 1838 ;; |
| 1839 esac |
| 1840 $ECHO "X--------------------------------------------------------------------
--" | $Xsed |
| 1841 exit $EXIT_SUCCESS |
| 1842 } |
| 1843 |
| 1844 test "$mode" = finish && func_mode_finish ${1+"$@"} |
| 1845 |
| 1846 |
| 1847 # func_mode_install arg... |
| 1848 func_mode_install () |
| 1849 { |
| 1850 $opt_debug |
| 1851 # There may be an optional sh(1) argument at the beginning of |
| 1852 # install_prog (especially on Windows NT). |
| 1853 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || |
| 1854 # Allow the use of GNU shtool's install command. |
| 1855 $ECHO "X$nonopt" | $GREP shtool >/dev/null; then |
| 1856 # Aesthetically quote it. |
| 1857 func_quote_for_eval "$nonopt" |
| 1858 install_prog="$func_quote_for_eval_result " |
| 1859 arg=$1 |
| 1860 shift |
| 1861 else |
| 1862 install_prog= |
| 1863 arg=$nonopt |
| 1864 fi |
| 1865 |
| 1866 # The real first argument should be the name of the installation program. |
| 1867 # Aesthetically quote it. |
| 1868 func_quote_for_eval "$arg" |
| 1869 install_prog="$install_prog$func_quote_for_eval_result" |
| 1870 |
| 1871 # We need to accept at least all the BSD install flags. |
| 1872 dest= |
| 1873 files= |
| 1874 opts= |
| 1875 prev= |
| 1876 install_type= |
| 1877 isdir=no |
| 1878 stripme= |
| 1879 for arg |
| 1880 do |
| 1881 if test -n "$dest"; then |
| 1882 files="$files $dest" |
| 1883 dest=$arg |
| 1884 continue |
| 1885 fi |
| 1886 |
| 1887 case $arg in |
| 1888 -d) isdir=yes ;; |
| 1889 -f) |
| 1890 case " $install_prog " in |
| 1891 *[\\\ /]cp\ *) ;; |
| 1892 *) prev=$arg ;; |
| 1893 esac |
| 1894 ;; |
| 1895 -g | -m | -o) |
| 1896 prev=$arg |
| 1897 ;; |
| 1898 -s) |
| 1899 stripme=" -s" |
| 1900 continue |
| 1901 ;; |
| 1902 -*) |
| 1903 ;; |
| 1904 *) |
| 1905 # If the previous option needed an argument, then skip it. |
| 1906 if test -n "$prev"; then |
| 1907 prev= |
| 1908 else |
| 1909 dest=$arg |
| 1910 continue |
| 1911 fi |
| 1912 ;; |
| 1913 esac |
| 1914 |
| 1915 # Aesthetically quote the argument. |
| 1916 func_quote_for_eval "$arg" |
| 1917 install_prog="$install_prog $func_quote_for_eval_result" |
| 1918 done |
| 1919 |
| 1920 test -z "$install_prog" && \ |
| 1921 func_fatal_help "you must specify an install program" |
| 1922 |
| 1923 test -n "$prev" && \ |
| 1924 func_fatal_help "the \`$prev' option requires an argument" |
| 1925 |
| 1926 if test -z "$files"; then |
| 1927 if test -z "$dest"; then |
| 1928 func_fatal_help "no file or destination specified" |
| 1929 else |
| 1930 func_fatal_help "you must specify a destination" |
| 1931 fi |
| 1932 fi |
| 1933 |
| 1934 # Strip any trailing slash from the destination. |
| 1935 func_stripname '' '/' "$dest" |
| 1936 dest=$func_stripname_result |
| 1937 |
| 1938 # Check to see that the destination is a directory. |
| 1939 test -d "$dest" && isdir=yes |
| 1940 if test "$isdir" = yes; then |
| 1941 destdir="$dest" |
| 1942 destname= |
| 1943 else |
| 1944 func_dirname_and_basename "$dest" "" "." |
| 1945 destdir="$func_dirname_result" |
| 1946 destname="$func_basename_result" |
| 1947 |
| 1948 # Not a directory, so check to see that there is only one file specified. |
| 1949 set dummy $files; shift |
| 1950 test "$#" -gt 1 && \ |
| 1951 func_fatal_help "\`$dest' is not a directory" |
| 1952 fi |
| 1953 case $destdir in |
| 1954 [\\/]* | [A-Za-z]:[\\/]*) ;; |
| 1955 *) |
| 1956 for file in $files; do |
| 1957 case $file in |
| 1958 *.lo) ;; |
| 1959 *) |
| 1960 func_fatal_help "\`$destdir' must be an absolute directory name" |
| 1961 ;; |
| 1962 esac |
| 1963 done |
| 1964 ;; |
| 1965 esac |
| 1966 |
| 1967 # This variable tells wrapper scripts just to set variables rather |
| 1968 # than running their programs. |
| 1969 libtool_install_magic="$magic" |
| 1970 |
| 1971 staticlibs= |
| 1972 future_libdirs= |
| 1973 current_libdirs= |
| 1974 for file in $files; do |
| 1975 |
| 1976 # Do each installation. |
| 1977 case $file in |
| 1978 *.$libext) |
| 1979 # Do the static libraries later. |
| 1980 staticlibs="$staticlibs $file" |
| 1981 ;; |
| 1982 |
| 1983 *.la) |
| 1984 # Check to see that this really is a libtool archive. |
| 1985 func_lalib_unsafe_p "$file" \ |
| 1986 || func_fatal_help "\`$file' is not a valid libtool archive" |
| 1987 |
| 1988 library_names= |
| 1989 old_library= |
| 1990 relink_command= |
| 1991 func_source "$file" |
| 1992 |
| 1993 # Add the libdir to current_libdirs if it is the destination. |
| 1994 if test "X$destdir" = "X$libdir"; then |
| 1995 case "$current_libdirs " in |
| 1996 *" $libdir "*) ;; |
| 1997 *) current_libdirs="$current_libdirs $libdir" ;; |
| 1998 esac |
| 1999 else |
| 2000 # Note the libdir as a future libdir. |
| 2001 case "$future_libdirs " in |
| 2002 *" $libdir "*) ;; |
| 2003 *) future_libdirs="$future_libdirs $libdir" ;; |
| 2004 esac |
| 2005 fi |
| 2006 |
| 2007 func_dirname "$file" "/" "" |
| 2008 dir="$func_dirname_result" |
| 2009 dir="$dir$objdir" |
| 2010 |
| 2011 if test -n "$relink_command"; then |
| 2012 # Determine the prefix the user has applied to our future dir. |
| 2013 inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` |
| 2014 |
| 2015 # Don't allow the user to place us outside of our expected |
| 2016 # location b/c this prevents finding dependent libraries that |
| 2017 # are installed to the same prefix. |
| 2018 # At present, this check doesn't affect windows .dll's that |
| 2019 # are installed into $libdir/../bin (currently, that works fine) |
| 2020 # but it's something to keep an eye on. |
| 2021 test "$inst_prefix_dir" = "$destdir" && \ |
| 2022 func_fatal_error "error: cannot install \`$file' to a directory not
ending in $libdir" |
| 2023 |
| 2024 if test -n "$inst_prefix_dir"; then |
| 2025 # Stick the inst_prefix_dir data into the link command. |
| 2026 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_
dir@%-inst-prefix-dir $inst_prefix_dir%"` |
| 2027 else |
| 2028 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_
dir@%%"` |
| 2029 fi |
| 2030 |
| 2031 func_warning "relinking \`$file'" |
| 2032 func_show_eval "$relink_command" \ |
| 2033 'func_fatal_error "error: relink \`$file'\'' with the above command
before installing it"' |
| 2034 fi |
| 2035 |
| 2036 # See the names of the shared library. |
| 2037 set dummy $library_names; shift |
| 2038 if test -n "$1"; then |
| 2039 realname="$1" |
| 2040 shift |
| 2041 |
| 2042 srcname="$realname" |
| 2043 test -n "$relink_command" && srcname="$realname"T |
| 2044 |
| 2045 # Install the shared library and build the symlinks. |
| 2046 func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \ |
| 2047 'exit $?' |
| 2048 tstripme="$stripme" |
| 2049 case $host_os in |
| 2050 cygwin* | mingw* | pw32* | cegcc*) |
| 2051 case $realname in |
| 2052 *.dll.a) |
| 2053 tstripme="" |
| 2054 ;; |
| 2055 esac |
| 2056 ;; |
| 2057 esac |
| 2058 if test -n "$tstripme" && test -n "$striplib"; then |
| 2059 func_show_eval "$striplib $destdir/$realname" 'exit $?' |
| 2060 fi |
| 2061 |
| 2062 if test "$#" -gt 0; then |
| 2063 # Delete the old symlinks, and create new ones. |
| 2064 # Try `ln -sf' first, because the `ln' binary might depend on |
| 2065 # the symlink we replace! Solaris /bin/ln does not understand -f, |
| 2066 # so we also need to try rm && ln -s. |
| 2067 for linkname |
| 2068 do |
| 2069 test "$linkname" != "$realname" \ |
| 2070 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linknam
e || { $RM $linkname && $LN_S $realname $linkname; }; })" |
| 2071 done |
| 2072 fi |
| 2073 |
| 2074 # Do each command in the postinstall commands. |
| 2075 lib="$destdir/$realname" |
| 2076 func_execute_cmds "$postinstall_cmds" 'exit $?' |
| 2077 fi |
| 2078 |
| 2079 # Install the pseudo-library for information purposes. |
| 2080 func_basename "$file" |
| 2081 name="$func_basename_result" |
| 2082 instname="$dir/$name"i |
| 2083 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' |
| 2084 |
| 2085 # Maybe install the static library, too. |
| 2086 test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |
| 2087 ;; |
| 2088 |
| 2089 *.lo) |
| 2090 # Install (i.e. copy) a libtool object. |
| 2091 |
| 2092 # Figure out destination file name, if it wasn't already specified. |
| 2093 if test -n "$destname"; then |
| 2094 destfile="$destdir/$destname" |
| 2095 else |
| 2096 func_basename "$file" |
| 2097 destfile="$func_basename_result" |
| 2098 destfile="$destdir/$destfile" |
| 2099 fi |
| 2100 |
| 2101 # Deduce the name of the destination old-style object file. |
| 2102 case $destfile in |
| 2103 *.lo) |
| 2104 func_lo2o "$destfile" |
| 2105 staticdest=$func_lo2o_result |
| 2106 ;; |
| 2107 *.$objext) |
| 2108 staticdest="$destfile" |
| 2109 destfile= |
| 2110 ;; |
| 2111 *) |
| 2112 func_fatal_help "cannot copy a libtool object to \`$destfile'" |
| 2113 ;; |
| 2114 esac |
| 2115 |
| 2116 # Install the libtool object if requested. |
| 2117 test -n "$destfile" && \ |
| 2118 func_show_eval "$install_prog $file $destfile" 'exit $?' |
| 2119 |
| 2120 # Install the old object if enabled. |
| 2121 if test "$build_old_libs" = yes; then |
| 2122 # Deduce the name of the old-style object file. |
| 2123 func_lo2o "$file" |
| 2124 staticobj=$func_lo2o_result |
| 2125 func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' |
| 2126 fi |
| 2127 exit $EXIT_SUCCESS |
| 2128 ;; |
| 2129 |
| 2130 *) |
| 2131 # Figure out destination file name, if it wasn't already specified. |
| 2132 if test -n "$destname"; then |
| 2133 destfile="$destdir/$destname" |
| 2134 else |
| 2135 func_basename "$file" |
| 2136 destfile="$func_basename_result" |
| 2137 destfile="$destdir/$destfile" |
| 2138 fi |
| 2139 |
| 2140 # If the file is missing, and there is a .exe on the end, strip it |
| 2141 # because it is most likely a libtool script we actually want to |
| 2142 # install |
| 2143 stripped_ext="" |
| 2144 case $file in |
| 2145 *.exe) |
| 2146 if test ! -f "$file"; then |
| 2147 func_stripname '' '.exe' "$file" |
| 2148 file=$func_stripname_result |
| 2149 stripped_ext=".exe" |
| 2150 fi |
| 2151 ;; |
| 2152 esac |
| 2153 |
| 2154 # Do a test to see if this is really a libtool program. |
| 2155 case $host in |
| 2156 *cygwin* | *mingw*) |
| 2157 if func_ltwrapper_executable_p "$file"; then |
| 2158 func_ltwrapper_scriptname "$file" |
| 2159 wrapper=$func_ltwrapper_scriptname_result |
| 2160 else |
| 2161 func_stripname '' '.exe' "$file" |
| 2162 wrapper=$func_stripname_result |
| 2163 fi |
| 2164 ;; |
| 2165 *) |
| 2166 wrapper=$file |
| 2167 ;; |
| 2168 esac |
| 2169 if func_ltwrapper_script_p "$wrapper"; then |
| 2170 notinst_deplibs= |
| 2171 relink_command= |
| 2172 |
| 2173 func_source "$wrapper" |
| 2174 |
| 2175 # Check the variables that should have been set. |
| 2176 test -z "$generated_by_libtool_version" && \ |
| 2177 func_fatal_error "invalid libtool wrapper script \`$wrapper'" |
| 2178 |
| 2179 finalize=yes |
| 2180 for lib in $notinst_deplibs; do |
| 2181 # Check to see that each library is installed. |
| 2182 libdir= |
| 2183 if test -f "$lib"; then |
| 2184 func_source "$lib" |
| 2185 fi |
| 2186 libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsui
te: skip nested quoting test |
| 2187 if test -n "$libdir" && test ! -f "$libfile"; then |
| 2188 func_warning "\`$lib' has not been installed in \`$libdir'" |
| 2189 finalize=no |
| 2190 fi |
| 2191 done |
| 2192 |
| 2193 relink_command= |
| 2194 func_source "$wrapper" |
| 2195 |
| 2196 outputname= |
| 2197 if test "$fast_install" = no && test -n "$relink_command"; then |
| 2198 $opt_dry_run || { |
| 2199 if test "$finalize" = yes; then |
| 2200 tmpdir=`func_mktempdir` |
| 2201 func_basename "$file$stripped_ext" |
| 2202 file="$func_basename_result" |
| 2203 outputname="$tmpdir/$file" |
| 2204 # Replace the output file specification. |
| 2205 relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%
'"$outputname"'%g'` |
| 2206 |
| 2207 $opt_silent || { |
| 2208 func_quote_for_expand "$relink_command" |
| 2209 eval "func_echo $func_quote_for_expand_result" |
| 2210 } |
| 2211 if eval "$relink_command"; then : |
| 2212 else |
| 2213 func_error "error: relink \`$file' with the above command befo
re installing it" |
| 2214 $opt_dry_run || ${RM}r "$tmpdir" |
| 2215 continue |
| 2216 fi |
| 2217 file="$outputname" |
| 2218 else |
| 2219 func_warning "cannot relink \`$file'" |
| 2220 fi |
| 2221 } |
| 2222 else |
| 2223 # Install the binary that we compiled earlier. |
| 2224 file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\
1%"` |
| 2225 fi |
| 2226 fi |
| 2227 |
| 2228 # remove .exe since cygwin /usr/bin/install will append another |
| 2229 # one anyway |
| 2230 case $install_prog,$host in |
| 2231 */usr/bin/install*,*cygwin*) |
| 2232 case $file:$destfile in |
| 2233 *.exe:*.exe) |
| 2234 # this is ok |
| 2235 ;; |
| 2236 *.exe:*) |
| 2237 destfile=$destfile.exe |
| 2238 ;; |
| 2239 *:*.exe) |
| 2240 func_stripname '' '.exe' "$destfile" |
| 2241 destfile=$func_stripname_result |
| 2242 ;; |
| 2243 esac |
| 2244 ;; |
| 2245 esac |
| 2246 func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' |
| 2247 $opt_dry_run || if test -n "$outputname"; then |
| 2248 ${RM}r "$tmpdir" |
| 2249 fi |
| 2250 ;; |
| 2251 esac |
| 2252 done |
| 2253 |
| 2254 for file in $staticlibs; do |
| 2255 func_basename "$file" |
| 2256 name="$func_basename_result" |
| 2257 |
| 2258 # Set up the ranlib parameters. |
| 2259 oldlib="$destdir/$name" |
| 2260 |
| 2261 func_show_eval "$install_prog \$file \$oldlib" 'exit $?' |
| 2262 |
| 2263 if test -n "$stripme" && test -n "$old_striplib"; then |
| 2264 func_show_eval "$old_striplib $oldlib" 'exit $?' |
| 2265 fi |
| 2266 |
| 2267 # Do each command in the postinstall commands. |
| 2268 func_execute_cmds "$old_postinstall_cmds" 'exit $?' |
| 2269 done |
| 2270 |
| 2271 test -n "$future_libdirs" && \ |
| 2272 func_warning "remember to run \`$progname --finish$future_libdirs'" |
| 2273 |
| 2274 if test -n "$current_libdirs"; then |
| 2275 # Maybe just do a dry run. |
| 2276 $opt_dry_run && current_libdirs=" -n$current_libdirs" |
| 2277 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' |
| 2278 else |
| 2279 exit $EXIT_SUCCESS |
| 2280 fi |
| 2281 } |
| 2282 |
| 2283 test "$mode" = install && func_mode_install ${1+"$@"} |
| 2284 |
| 2285 |
| 2286 # func_generate_dlsyms outputname originator pic_p |
| 2287 # Extract symbols from dlprefiles and create ${outputname}S.o with |
| 2288 # a dlpreopen symbol table. |
| 2289 func_generate_dlsyms () |
| 2290 { |
| 2291 $opt_debug |
| 2292 my_outputname="$1" |
| 2293 my_originator="$2" |
| 2294 my_pic_p="${3-no}" |
| 2295 my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` |
| 2296 my_dlsyms= |
| 2297 |
| 2298 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then |
| 2299 if test -n "$NM" && test -n "$global_symbol_pipe"; then |
| 2300 my_dlsyms="${my_outputname}S.c" |
| 2301 else |
| 2302 func_error "not configured to extract global symbols from dlpreopened fi
les" |
| 2303 fi |
| 2304 fi |
| 2305 |
| 2306 if test -n "$my_dlsyms"; then |
| 2307 case $my_dlsyms in |
| 2308 "") ;; |
| 2309 *.c) |
| 2310 # Discover the nlist of each of the dlfiles. |
| 2311 nlist="$output_objdir/${my_outputname}.nm" |
| 2312 |
| 2313 func_show_eval "$RM $nlist ${nlist}S ${nlist}T" |
| 2314 |
| 2315 # Parse the name list into a source file. |
| 2316 func_verbose "creating $output_objdir/$my_dlsyms" |
| 2317 |
| 2318 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ |
| 2319 /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. *
/ |
| 2320 /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ |
| 2321 |
| 2322 #ifdef __cplusplus |
| 2323 extern \"C\" { |
| 2324 #endif |
| 2325 |
| 2326 /* External symbol declarations for the compiler. */\ |
| 2327 " |
| 2328 |
| 2329 if test "$dlself" = yes; then |
| 2330 func_verbose "generating symbol list for \`$output'" |
| 2331 |
| 2332 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" |
| 2333 |
| 2334 # Add our own program objects to the symbol list. |
| 2335 progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $N
L2SP` |
| 2336 for progfile in $progfiles; do |
| 2337 func_verbose "extracting global C symbols from \`$progfile'" |
| 2338 $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist
'" |
| 2339 done |
| 2340 |
| 2341 if test -n "$exclude_expsyms"; then |
| 2342 $opt_dry_run || { |
| 2343 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' |
| 2344 eval '$MV "$nlist"T "$nlist"' |
| 2345 } |
| 2346 fi |
| 2347 |
| 2348 if test -n "$export_symbols_regex"; then |
| 2349 $opt_dry_run || { |
| 2350 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' |
| 2351 eval '$MV "$nlist"T "$nlist"' |
| 2352 } |
| 2353 fi |
| 2354 |
| 2355 # Prepare the list of exported symbols |
| 2356 if test -z "$export_symbols"; then |
| 2357 export_symbols="$output_objdir/$outputname.exp" |
| 2358 $opt_dry_run || { |
| 2359 $RM $export_symbols |
| 2360 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'<
"$nlist" > "$export_symbols"' |
| 2361 case $host in |
| 2362 *cygwin* | *mingw* | *cegcc* ) |
| 2363 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' |
| 2364 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' |
| 2365 ;; |
| 2366 esac |
| 2367 } |
| 2368 else |
| 2369 $opt_dry_run || { |
| 2370 eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"
' < "$export_symbols" > "$output_objdir/$outputname.exp"' |
| 2371 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nli
st"T' |
| 2372 eval '$MV "$nlist"T "$nlist"' |
| 2373 case $host in |
| 2374 *cygwin | *mingw* | *cegcc* ) |
| 2375 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' |
| 2376 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' |
| 2377 ;; |
| 2378 esac |
| 2379 } |
| 2380 fi |
| 2381 fi |
| 2382 |
| 2383 for dlprefile in $dlprefiles; do |
| 2384 func_verbose "extracting global C symbols from \`$dlprefile'" |
| 2385 func_basename "$dlprefile" |
| 2386 name="$func_basename_result" |
| 2387 $opt_dry_run || { |
| 2388 eval '$ECHO ": $name " >> "$nlist"' |
| 2389 eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'" |
| 2390 } |
| 2391 done |
| 2392 |
| 2393 $opt_dry_run || { |
| 2394 # Make sure we have at least an empty file. |
| 2395 test -f "$nlist" || : > "$nlist" |
| 2396 |
| 2397 if test -n "$exclude_expsyms"; then |
| 2398 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T |
| 2399 $MV "$nlist"T "$nlist" |
| 2400 fi |
| 2401 |
| 2402 # Try sorting and uniquifying the output. |
| 2403 if $GREP -v "^: " < "$nlist" | |
| 2404 if sort -k 3 </dev/null >/dev/null 2>&1; then |
| 2405 sort -k 3 |
| 2406 else |
| 2407 sort +2 |
| 2408 fi | |
| 2409 uniq > "$nlist"S; then |
| 2410 : |
| 2411 else |
| 2412 $GREP -v "^: " < "$nlist" > "$nlist"S |
| 2413 fi |
| 2414 |
| 2415 if test -f "$nlist"S; then |
| 2416 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_d
lsyms"' |
| 2417 else |
| 2418 $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms" |
| 2419 fi |
| 2420 |
| 2421 $ECHO >> "$output_objdir/$my_dlsyms" "\ |
| 2422 |
| 2423 /* The mapping between symbol names and symbols. */ |
| 2424 typedef struct { |
| 2425 const char *name; |
| 2426 void *address; |
| 2427 } lt_dlsymlist; |
| 2428 " |
| 2429 case $host in |
| 2430 *cygwin* | *mingw* | *cegcc* ) |
| 2431 $ECHO >> "$output_objdir/$my_dlsyms" "\ |
| 2432 /* DATA imports from DLLs on WIN32 con't be const, because |
| 2433 runtime relocations are performed -- see ld's documentation |
| 2434 on pseudo-relocs. */" |
| 2435 lt_dlsym_const= ;; |
| 2436 *osf5*) |
| 2437 echo >> "$output_objdir/$my_dlsyms" "\ |
| 2438 /* This system does not cope well with relocations in const data */" |
| 2439 lt_dlsym_const= ;; |
| 2440 *) |
| 2441 lt_dlsym_const=const ;; |
| 2442 esac |
| 2443 |
| 2444 $ECHO >> "$output_objdir/$my_dlsyms" "\ |
| 2445 extern $lt_dlsym_const lt_dlsymlist |
| 2446 lt_${my_prefix}_LTX_preloaded_symbols[]; |
| 2447 $lt_dlsym_const lt_dlsymlist |
| 2448 lt_${my_prefix}_LTX_preloaded_symbols[] = |
| 2449 {\ |
| 2450 { \"$my_originator\", (void *) 0 }," |
| 2451 |
| 2452 case $need_lib_prefix in |
| 2453 no) |
| 2454 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdi
r/$my_dlsyms" |
| 2455 ;; |
| 2456 *) |
| 2457 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$o
utput_objdir/$my_dlsyms" |
| 2458 ;; |
| 2459 esac |
| 2460 $ECHO >> "$output_objdir/$my_dlsyms" "\ |
| 2461 {0, (void *) 0} |
| 2462 }; |
| 2463 |
| 2464 /* This works around a problem in FreeBSD linker */ |
| 2465 #ifdef FREEBSD_WORKAROUND |
| 2466 static const void *lt_preloaded_setup() { |
| 2467 return lt_${my_prefix}_LTX_preloaded_symbols; |
| 2468 } |
| 2469 #endif |
| 2470 |
| 2471 #ifdef __cplusplus |
| 2472 } |
| 2473 #endif\ |
| 2474 " |
| 2475 } # !$opt_dry_run |
| 2476 |
| 2477 pic_flag_for_symtable= |
| 2478 case "$compile_command " in |
| 2479 *" -static "*) ;; |
| 2480 *) |
| 2481 case $host in |
| 2482 # compiling the symbol table file with pic_flag works around |
| 2483 # a FreeBSD bug that causes programs to crash when -lm is |
| 2484 # linked before any other PIC object. But we must not use |
| 2485 # pic_flag when linking with -static. The problem exists in |
| 2486 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. |
| 2487 *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) |
| 2488 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; |
| 2489 *-*-hpux*) |
| 2490 pic_flag_for_symtable=" $pic_flag" ;; |
| 2491 *) |
| 2492 if test "X$my_pic_p" != Xno; then |
| 2493 pic_flag_for_symtable=" $pic_flag" |
| 2494 fi |
| 2495 ;; |
| 2496 esac |
| 2497 ;; |
| 2498 esac |
| 2499 symtab_cflags= |
| 2500 for arg in $LTCFLAGS; do |
| 2501 case $arg in |
| 2502 -pie | -fpie | -fPIE) ;; |
| 2503 *) symtab_cflags="$symtab_cflags $arg" ;; |
| 2504 esac |
| 2505 done |
| 2506 |
| 2507 # Now compile the dynamic symbol file. |
| 2508 func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_
flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' |
| 2509 |
| 2510 # Clean up the generated files. |
| 2511 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${
nlist}T"' |
| 2512 |
| 2513 # Transform the symbol file into the correct name. |
| 2514 symfileobj="$output_objdir/${my_outputname}S.$objext" |
| 2515 case $host in |
| 2516 *cygwin* | *mingw* | *cegcc* ) |
| 2517 if test -f "$output_objdir/$my_outputname.def"; then |
| 2518 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$
output_objdir/$my_outputname.def $symfileobj%"` |
| 2519 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@
%$output_objdir/$my_outputname.def $symfileobj%"` |
| 2520 else |
| 2521 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$
symfileobj%"` |
| 2522 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@
%$symfileobj%"` |
| 2523 fi |
| 2524 ;; |
| 2525 *) |
| 2526 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$sy
mfileobj%"` |
| 2527 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$
symfileobj%"` |
| 2528 ;; |
| 2529 esac |
| 2530 ;; |
| 2531 *) |
| 2532 func_fatal_error "unknown suffix for \`$my_dlsyms'" |
| 2533 ;; |
| 2534 esac |
| 2535 else |
| 2536 # We keep going just in case the user didn't refer to |
| 2537 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe |
| 2538 # really was required. |
| 2539 |
| 2540 # Nullify the symbol file. |
| 2541 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` |
| 2542 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` |
| 2543 fi |
| 2544 } |
| 2545 |
| 2546 # func_win32_libid arg |
| 2547 # return the library type of file 'arg' |
| 2548 # |
| 2549 # Need a lot of goo to handle *both* DLLs and import libs |
| 2550 # Has to be a shell function in order to 'eat' the argument |
| 2551 # that is supplied when $file_magic_command is called. |
| 2552 func_win32_libid () |
| 2553 { |
| 2554 $opt_debug |
| 2555 win32_libid_type="unknown" |
| 2556 win32_fileres=`file -L $1 2>/dev/null` |
| 2557 case $win32_fileres in |
| 2558 *ar\ archive\ import\ library*) # definitely import |
| 2559 win32_libid_type="x86 archive import" |
| 2560 ;; |
| 2561 *ar\ archive*) # could be an import, or static |
| 2562 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | |
| 2563 $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then |
| 2564 win32_nmres=`eval $NM -f posix -A $1 | |
| 2565 $SED -n -e ' |
| 2566 1,100{ |
| 2567 / I /{ |
| 2568 s,.*,import, |
| 2569 p |
| 2570 q |
| 2571 } |
| 2572 }'` |
| 2573 case $win32_nmres in |
| 2574 import*) win32_libid_type="x86 archive import";; |
| 2575 *) win32_libid_type="x86 archive static";; |
| 2576 esac |
| 2577 fi |
| 2578 ;; |
| 2579 *DLL*) |
| 2580 win32_libid_type="x86 DLL" |
| 2581 ;; |
| 2582 *executable*) # but shell scripts are "executable" too... |
| 2583 case $win32_fileres in |
| 2584 *MS\ Windows\ PE\ Intel*) |
| 2585 win32_libid_type="x86 DLL" |
| 2586 ;; |
| 2587 esac |
| 2588 ;; |
| 2589 esac |
| 2590 $ECHO "$win32_libid_type" |
| 2591 } |
| 2592 |
| 2593 |
| 2594 |
| 2595 # func_extract_an_archive dir oldlib |
| 2596 func_extract_an_archive () |
| 2597 { |
| 2598 $opt_debug |
| 2599 f_ex_an_ar_dir="$1"; shift |
| 2600 f_ex_an_ar_oldlib="$1" |
| 2601 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exi
t $?' |
| 2602 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then |
| 2603 : |
| 2604 else |
| 2605 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_
an_ar_oldlib" |
| 2606 fi |
| 2607 } |
| 2608 |
| 2609 |
| 2610 # func_extract_archives gentop oldlib ... |
| 2611 func_extract_archives () |
| 2612 { |
| 2613 $opt_debug |
| 2614 my_gentop="$1"; shift |
| 2615 my_oldlibs=${1+"$@"} |
| 2616 my_oldobjs="" |
| 2617 my_xlib="" |
| 2618 my_xabs="" |
| 2619 my_xdir="" |
| 2620 |
| 2621 for my_xlib in $my_oldlibs; do |
| 2622 # Extract the objects. |
| 2623 case $my_xlib in |
| 2624 [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; |
| 2625 *) my_xabs=`pwd`"/$my_xlib" ;; |
| 2626 esac |
| 2627 func_basename "$my_xlib" |
| 2628 my_xlib="$func_basename_result" |
| 2629 my_xlib_u=$my_xlib |
| 2630 while :; do |
| 2631 case " $extracted_archives " in |
| 2632 *" $my_xlib_u "*) |
| 2633 func_arith $extracted_serial + 1 |
| 2634 extracted_serial=$func_arith_result |
| 2635 my_xlib_u=lt$extracted_serial-$my_xlib ;; |
| 2636 *) break ;; |
| 2637 esac |
| 2638 done |
| 2639 extracted_archives="$extracted_archives $my_xlib_u" |
| 2640 my_xdir="$my_gentop/$my_xlib_u" |
| 2641 |
| 2642 func_mkdir_p "$my_xdir" |
| 2643 |
| 2644 case $host in |
| 2645 *-darwin*) |
| 2646 func_verbose "Extracting $my_xabs" |
| 2647 # Do not bother doing anything if just a dry run |
| 2648 $opt_dry_run || { |
| 2649 darwin_orig_dir=`pwd` |
| 2650 cd $my_xdir || exit $? |
| 2651 darwin_archive=$my_xabs |
| 2652 darwin_curdir=`pwd` |
| 2653 darwin_base_archive=`basename "$darwin_archive"` |
| 2654 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Archi
tectures 2>/dev/null || true` |
| 2655 if test -n "$darwin_arches"; then |
| 2656 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` |
| 2657 darwin_arch= |
| 2658 func_verbose "$darwin_base_archive has multiple architectures $darwi
n_arches" |
| 2659 for darwin_arch in $darwin_arches ; do |
| 2660 func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" |
| 2661 $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-
${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" |
| 2662 cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" |
| 2663 func_extract_an_archive "`pwd`" "${darwin_base_archive}" |
| 2664 cd "$darwin_curdir" |
| 2665 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_
archive}" |
| 2666 done # $darwin_arches |
| 2667 ## Okay now we've a bunch of thin objects, gotta fatten them up :) |
| 2668 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*
.lo -print | $SED -e "$basename" | sort -u` |
| 2669 darwin_file= |
| 2670 darwin_files= |
| 2671 for darwin_file in $darwin_filelist; do |
| 2672 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` |
| 2673 $LIPO -create -output "$darwin_file" $darwin_files |
| 2674 done # $darwin_filelist |
| 2675 $RM -rf unfat-$$ |
| 2676 cd "$darwin_orig_dir" |
| 2677 else |
| 2678 cd $darwin_orig_dir |
| 2679 func_extract_an_archive "$my_xdir" "$my_xabs" |
| 2680 fi # $darwin_arches |
| 2681 } # !$opt_dry_run |
| 2682 ;; |
| 2683 *) |
| 2684 func_extract_an_archive "$my_xdir" "$my_xabs" |
| 2685 ;; |
| 2686 esac |
| 2687 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \
*.lo -print | $NL2SP` |
| 2688 done |
| 2689 |
| 2690 func_extract_archives_result="$my_oldobjs" |
| 2691 } |
| 2692 |
| 2693 |
| 2694 |
| 2695 # func_emit_wrapper_part1 [arg=no] |
| 2696 # |
| 2697 # Emit the first part of a libtool wrapper script on stdout. |
| 2698 # For more information, see the description associated with |
| 2699 # func_emit_wrapper(), below. |
| 2700 func_emit_wrapper_part1 () |
| 2701 { |
| 2702 func_emit_wrapper_part1_arg1=no |
| 2703 if test -n "$1" ; then |
| 2704 func_emit_wrapper_part1_arg1=$1 |
| 2705 fi |
| 2706 |
| 2707 $ECHO "\ |
| 2708 #! $SHELL |
| 2709 |
| 2710 # $output - temporary wrapper script for $objdir/$outputname |
| 2711 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION |
| 2712 # |
| 2713 # The $output program cannot be directly executed until all the libtool |
| 2714 # libraries that it depends on are installed. |
| 2715 # |
| 2716 # This wrapper script should never be moved out of the build directory. |
| 2717 # If it is, it will not operate correctly. |
| 2718 |
| 2719 # Sed substitution that helps us do robust quoting. It backslashifies |
| 2720 # metacharacters that are still active within double-quoted strings. |
| 2721 Xsed='${SED} -e 1s/^X//' |
| 2722 sed_quote_subst='$sed_quote_subst' |
| 2723 |
| 2724 # Be Bourne compatible |
| 2725 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then |
| 2726 emulate sh |
| 2727 NULLCMD=: |
| 2728 # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which |
| 2729 # is contrary to our usage. Disable this feature. |
| 2730 alias -g '\${1+\"\$@\"}'='\"\$@\"' |
| 2731 setopt NO_GLOB_SUBST |
| 2732 else |
| 2733 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac |
| 2734 fi |
| 2735 BIN_SH=xpg4; export BIN_SH # for Tru64 |
| 2736 DUALCASE=1; export DUALCASE # for MKS sh |
| 2737 |
| 2738 # The HP-UX ksh and POSIX shell print the target directory to stdout |
| 2739 # if CDPATH is set. |
| 2740 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 2741 |
| 2742 relink_command=\"$relink_command\" |
| 2743 |
| 2744 # This environment variable determines our operation mode. |
| 2745 if test \"\$libtool_install_magic\" = \"$magic\"; then |
| 2746 # install mode needs the following variables: |
| 2747 generated_by_libtool_version='$macro_version' |
| 2748 notinst_deplibs='$notinst_deplibs' |
| 2749 else |
| 2750 # When we are sourced in execute mode, \$file and \$ECHO are already set. |
| 2751 if test \"\$libtool_execute_magic\" != \"$magic\"; then |
| 2752 ECHO=\"$qecho\" |
| 2753 file=\"\$0\" |
| 2754 # Make sure echo works. |
| 2755 if test \"X\$1\" = X--no-reexec; then |
| 2756 # Discard the --no-reexec flag, and continue. |
| 2757 shift |
| 2758 elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then |
| 2759 # Yippee, \$ECHO works! |
| 2760 : |
| 2761 else |
| 2762 # Restart under the correct shell, and then maybe \$ECHO will work. |
| 2763 exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} |
| 2764 fi |
| 2765 fi\ |
| 2766 " |
| 2767 $ECHO "\ |
| 2768 |
| 2769 # Find the directory that this script lives in. |
| 2770 thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` |
| 2771 test \"x\$thisdir\" = \"x\$file\" && thisdir=. |
| 2772 |
| 2773 # Follow symbolic links until we get to the real thisdir. |
| 2774 file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` |
| 2775 while test -n \"\$file\"; do |
| 2776 destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` |
| 2777 |
| 2778 # If there was a directory component, then change thisdir. |
| 2779 if test \"x\$destdir\" != \"x\$file\"; then |
| 2780 case \"\$destdir\" in |
| 2781 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; |
| 2782 *) thisdir=\"\$thisdir/\$destdir\" ;; |
| 2783 esac |
| 2784 fi |
| 2785 |
| 2786 file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` |
| 2787 file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` |
| 2788 done |
| 2789 " |
| 2790 } |
| 2791 # end: func_emit_wrapper_part1 |
| 2792 |
| 2793 # func_emit_wrapper_part2 [arg=no] |
| 2794 # |
| 2795 # Emit the second part of a libtool wrapper script on stdout. |
| 2796 # For more information, see the description associated with |
| 2797 # func_emit_wrapper(), below. |
| 2798 func_emit_wrapper_part2 () |
| 2799 { |
| 2800 func_emit_wrapper_part2_arg1=no |
| 2801 if test -n "$1" ; then |
| 2802 func_emit_wrapper_part2_arg1=$1 |
| 2803 fi |
| 2804 |
| 2805 $ECHO "\ |
| 2806 |
| 2807 # Usually 'no', except on cygwin/mingw when embedded into |
| 2808 # the cwrapper. |
| 2809 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1 |
| 2810 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then |
| 2811 # special case for '.' |
| 2812 if test \"\$thisdir\" = \".\"; then |
| 2813 thisdir=\`pwd\` |
| 2814 fi |
| 2815 # remove .libs from thisdir |
| 2816 case \"\$thisdir\" in |
| 2817 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\
\\/]*$%%'\` ;; |
| 2818 $objdir ) thisdir=. ;; |
| 2819 esac |
| 2820 fi |
| 2821 |
| 2822 # Try to get the absolute directory name. |
| 2823 absdir=\`cd \"\$thisdir\" && pwd\` |
| 2824 test -n \"\$absdir\" && thisdir=\"\$absdir\" |
| 2825 " |
| 2826 |
| 2827 if test "$fast_install" = yes; then |
| 2828 $ECHO "\ |
| 2829 program=lt-'$outputname'$exeext |
| 2830 progdir=\"\$thisdir/$objdir\" |
| 2831 |
| 2832 if test ! -f \"\$progdir/\$program\" || |
| 2833 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/
null | ${SED} 1q\`; \\ |
| 2834 test \"X\$file\" != \"X\$progdir/\$program\"; }; then |
| 2835 |
| 2836 file=\"\$\$-\$program\" |
| 2837 |
| 2838 if test ! -d \"\$progdir\"; then |
| 2839 $MKDIR \"\$progdir\" |
| 2840 else |
| 2841 $RM \"\$progdir/\$file\" |
| 2842 fi" |
| 2843 |
| 2844 $ECHO "\ |
| 2845 |
| 2846 # relink executable if necessary |
| 2847 if test -n \"\$relink_command\"; then |
| 2848 if relink_command_output=\`eval \$relink_command 2>&1\`; then : |
| 2849 else |
| 2850 $ECHO \"\$relink_command_output\" >&2 |
| 2851 $RM \"\$progdir/\$file\" |
| 2852 exit 1 |
| 2853 fi |
| 2854 fi |
| 2855 |
| 2856 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || |
| 2857 { $RM \"\$progdir/\$program\"; |
| 2858 $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } |
| 2859 $RM \"\$progdir/\$file\" |
| 2860 fi" |
| 2861 else |
| 2862 $ECHO "\ |
| 2863 program='$outputname' |
| 2864 progdir=\"\$thisdir/$objdir\" |
| 2865 " |
| 2866 fi |
| 2867 |
| 2868 $ECHO "\ |
| 2869 |
| 2870 if test -f \"\$progdir/\$program\"; then" |
| 2871 |
| 2872 # Export our shlibpath_var if we have one. |
| 2873 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var"
&& test -n "$temp_rpath"; then |
| 2874 $ECHO "\ |
| 2875 # Add our own library path to $shlibpath_var |
| 2876 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" |
| 2877 |
| 2878 # Some systems cannot cope with colon-terminated $shlibpath_var |
| 2879 # The second colon is a workaround for a bug in BeOS R4 sed |
| 2880 $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` |
| 2881 |
| 2882 export $shlibpath_var |
| 2883 " |
| 2884 fi |
| 2885 |
| 2886 # fixup the dll searchpath if we need to. |
| 2887 if test -n "$dllsearchpath"; then |
| 2888 $ECHO "\ |
| 2889 # Add the dll search path components to the executable PATH |
| 2890 PATH=$dllsearchpath:\$PATH |
| 2891 " |
| 2892 fi |
| 2893 |
| 2894 $ECHO "\ |
| 2895 if test \"\$libtool_execute_magic\" != \"$magic\"; then |
| 2896 # Run the actual program with our arguments. |
| 2897 " |
| 2898 case $host in |
| 2899 # Backslashes separate directories on plain windows |
| 2900 *-*-mingw | *-*-os2* | *-cegcc*) |
| 2901 $ECHO "\ |
| 2902 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} |
| 2903 " |
| 2904 ;; |
| 2905 |
| 2906 *) |
| 2907 $ECHO "\ |
| 2908 exec \"\$progdir/\$program\" \${1+\"\$@\"} |
| 2909 " |
| 2910 ;; |
| 2911 esac |
| 2912 $ECHO "\ |
| 2913 \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 |
| 2914 exit 1 |
| 2915 fi |
| 2916 else |
| 2917 # The program doesn't exist. |
| 2918 \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 |
| 2919 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 |
| 2920 $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 |
| 2921 exit 1 |
| 2922 fi |
| 2923 fi\ |
| 2924 " |
| 2925 } |
| 2926 # end: func_emit_wrapper_part2 |
| 2927 |
| 2928 |
| 2929 # func_emit_wrapper [arg=no] |
| 2930 # |
| 2931 # Emit a libtool wrapper script on stdout. |
| 2932 # Don't directly open a file because we may want to |
| 2933 # incorporate the script contents within a cygwin/mingw |
| 2934 # wrapper executable. Must ONLY be called from within |
| 2935 # func_mode_link because it depends on a number of variables |
| 2936 # set therein. |
| 2937 # |
| 2938 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR |
| 2939 # variable will take. If 'yes', then the emitted script |
| 2940 # will assume that the directory in which it is stored is |
| 2941 # the $objdir directory. This is a cygwin/mingw-specific |
| 2942 # behavior. |
| 2943 func_emit_wrapper () |
| 2944 { |
| 2945 func_emit_wrapper_arg1=no |
| 2946 if test -n "$1" ; then |
| 2947 func_emit_wrapper_arg1=$1 |
| 2948 fi |
| 2949 |
| 2950 # split this up so that func_emit_cwrapperexe_src |
| 2951 # can call each part independently. |
| 2952 func_emit_wrapper_part1 "${func_emit_wrapper_arg1}" |
| 2953 func_emit_wrapper_part2 "${func_emit_wrapper_arg1}" |
| 2954 } |
| 2955 |
| 2956 |
| 2957 # func_to_host_path arg |
| 2958 # |
| 2959 # Convert paths to host format when used with build tools. |
| 2960 # Intended for use with "native" mingw (where libtool itself |
| 2961 # is running under the msys shell), or in the following cross- |
| 2962 # build environments: |
| 2963 # $build $host |
| 2964 # mingw (msys) mingw [e.g. native] |
| 2965 # cygwin mingw |
| 2966 # *nix + wine mingw |
| 2967 # where wine is equipped with the `winepath' executable. |
| 2968 # In the native mingw case, the (msys) shell automatically |
| 2969 # converts paths for any non-msys applications it launches, |
| 2970 # but that facility isn't available from inside the cwrapper. |
| 2971 # Similar accommodations are necessary for $host mingw and |
| 2972 # $build cygwin. Calling this function does no harm for other |
| 2973 # $host/$build combinations not listed above. |
| 2974 # |
| 2975 # ARG is the path (on $build) that should be converted to |
| 2976 # the proper representation for $host. The result is stored |
| 2977 # in $func_to_host_path_result. |
| 2978 func_to_host_path () |
| 2979 { |
| 2980 func_to_host_path_result="$1" |
| 2981 if test -n "$1" ; then |
| 2982 case $host in |
| 2983 *mingw* ) |
| 2984 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' |
| 2985 case $build in |
| 2986 *mingw* ) # actually, msys |
| 2987 # awkward: cmd appends spaces to result |
| 2988 lt_sed_strip_trailing_spaces="s/[ ]*\$//" |
| 2989 func_to_host_path_tmp1=`( cmd //c echo "$1" |\ |
| 2990 $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` |
| 2991 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ |
| 2992 $SED -e "$lt_sed_naive_backslashify"` |
| 2993 ;; |
| 2994 *cygwin* ) |
| 2995 func_to_host_path_tmp1=`cygpath -w "$1"` |
| 2996 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ |
| 2997 $SED -e "$lt_sed_naive_backslashify"` |
| 2998 ;; |
| 2999 * ) |
| 3000 # Unfortunately, winepath does not exit with a non-zero |
| 3001 # error code, so we are forced to check the contents of |
| 3002 # stdout. On the other hand, if the command is not |
| 3003 # found, the shell will set an exit code of 127 and print |
| 3004 # *an error message* to stdout. So we must check for both |
| 3005 # error code of zero AND non-empty stdout, which explains |
| 3006 # the odd construction: |
| 3007 func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` |
| 3008 if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then |
| 3009 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ |
| 3010 $SED -e "$lt_sed_naive_backslashify"` |
| 3011 else |
| 3012 # Allow warning below. |
| 3013 func_to_host_path_result="" |
| 3014 fi |
| 3015 ;; |
| 3016 esac |
| 3017 if test -z "$func_to_host_path_result" ; then |
| 3018 func_error "Could not determine host path corresponding to" |
| 3019 func_error " '$1'" |
| 3020 func_error "Continuing, but uninstalled executables may not work." |
| 3021 # Fallback: |
| 3022 func_to_host_path_result="$1" |
| 3023 fi |
| 3024 ;; |
| 3025 esac |
| 3026 fi |
| 3027 } |
| 3028 # end: func_to_host_path |
| 3029 |
| 3030 # func_to_host_pathlist arg |
| 3031 # |
| 3032 # Convert pathlists to host format when used with build tools. |
| 3033 # See func_to_host_path(), above. This function supports the |
| 3034 # following $build/$host combinations (but does no harm for |
| 3035 # combinations not listed here): |
| 3036 # $build $host |
| 3037 # mingw (msys) mingw [e.g. native] |
| 3038 # cygwin mingw |
| 3039 # *nix + wine mingw |
| 3040 # |
| 3041 # Path separators are also converted from $build format to |
| 3042 # $host format. If ARG begins or ends with a path separator |
| 3043 # character, it is preserved (but converted to $host format) |
| 3044 # on output. |
| 3045 # |
| 3046 # ARG is a pathlist (on $build) that should be converted to |
| 3047 # the proper representation on $host. The result is stored |
| 3048 # in $func_to_host_pathlist_result. |
| 3049 func_to_host_pathlist () |
| 3050 { |
| 3051 func_to_host_pathlist_result="$1" |
| 3052 if test -n "$1" ; then |
| 3053 case $host in |
| 3054 *mingw* ) |
| 3055 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' |
| 3056 # Remove leading and trailing path separator characters from |
| 3057 # ARG. msys behavior is inconsistent here, cygpath turns them |
| 3058 # into '.;' and ';.', and winepath ignores them completely. |
| 3059 func_to_host_pathlist_tmp2="$1" |
| 3060 # Once set for this call, this variable should not be |
| 3061 # reassigned. It is used in tha fallback case. |
| 3062 func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\ |
| 3063 $SED -e 's|^:*||' -e 's|:*$||'` |
| 3064 case $build in |
| 3065 *mingw* ) # Actually, msys. |
| 3066 # Awkward: cmd appends spaces to result. |
| 3067 lt_sed_strip_trailing_spaces="s/[ ]*\$//" |
| 3068 func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_t
mp1" |\ |
| 3069 $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` |
| 3070 func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ |
| 3071 $SED -e "$lt_sed_naive_backslashify"` |
| 3072 ;; |
| 3073 *cygwin* ) |
| 3074 func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tm
p1"` |
| 3075 func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ |
| 3076 $SED -e "$lt_sed_naive_backslashify"` |
| 3077 ;; |
| 3078 * ) |
| 3079 # unfortunately, winepath doesn't convert pathlists |
| 3080 func_to_host_pathlist_result="" |
| 3081 func_to_host_pathlist_oldIFS=$IFS |
| 3082 IFS=: |
| 3083 for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do |
| 3084 IFS=$func_to_host_pathlist_oldIFS |
| 3085 if test -n "$func_to_host_pathlist_f" ; then |
| 3086 func_to_host_path "$func_to_host_pathlist_f" |
| 3087 if test -n "$func_to_host_path_result" ; then |
| 3088 if test -z "$func_to_host_pathlist_result" ; then |
| 3089 func_to_host_pathlist_result="$func_to_host_path_result" |
| 3090 else |
| 3091 func_to_host_pathlist_result="$func_to_host_pathlist_result;
$func_to_host_path_result" |
| 3092 fi |
| 3093 fi |
| 3094 fi |
| 3095 IFS=: |
| 3096 done |
| 3097 IFS=$func_to_host_pathlist_oldIFS |
| 3098 ;; |
| 3099 esac |
| 3100 if test -z "$func_to_host_pathlist_result" ; then |
| 3101 func_error "Could not determine the host path(s) corresponding to" |
| 3102 func_error " '$1'" |
| 3103 func_error "Continuing, but uninstalled executables may not work." |
| 3104 # Fallback. This may break if $1 contains DOS-style drive |
| 3105 # specifications. The fix is not to complicate the expression |
| 3106 # below, but for the user to provide a working wine installation |
| 3107 # with winepath so that path translation in the cross-to-mingw |
| 3108 # case works properly. |
| 3109 lt_replace_pathsep_nix_to_dos="s|:|;|g" |
| 3110 func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\ |
| 3111 $SED -e "$lt_replace_pathsep_nix_to_dos"` |
| 3112 fi |
| 3113 # Now, add the leading and trailing path separators back |
| 3114 case "$1" in |
| 3115 :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result" |
| 3116 ;; |
| 3117 esac |
| 3118 case "$1" in |
| 3119 *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;" |
| 3120 ;; |
| 3121 esac |
| 3122 ;; |
| 3123 esac |
| 3124 fi |
| 3125 } |
| 3126 # end: func_to_host_pathlist |
| 3127 |
| 3128 # func_emit_cwrapperexe_src |
| 3129 # emit the source code for a wrapper executable on stdout |
| 3130 # Must ONLY be called from within func_mode_link because |
| 3131 # it depends on a number of variable set therein. |
| 3132 func_emit_cwrapperexe_src () |
| 3133 { |
| 3134 cat <<EOF |
| 3135 |
| 3136 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname |
| 3137 Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION |
| 3138 |
| 3139 The $output program cannot be directly executed until all the libtool |
| 3140 libraries that it depends on are installed. |
| 3141 |
| 3142 This wrapper executable should never be moved out of the build directory. |
| 3143 If it is, it will not operate correctly. |
| 3144 |
| 3145 Currently, it simply execs the wrapper *script* "$SHELL $output", |
| 3146 but could eventually absorb all of the scripts functionality and |
| 3147 exec $objdir/$outputname directly. |
| 3148 */ |
1074 EOF | 3149 EOF |
1075 else | 3150 » cat <<"EOF" |
1076 # Append the name of the non-PIC object the libtool object file. | 3151 #include <stdio.h> |
1077 # Only append if the libtool object file exists. | 3152 #include <stdlib.h> |
1078 test -z "$run" && cat >> ${libobj}T <<EOF | 3153 #ifdef _MSC_VER |
1079 # Name of the non-PIC object. | 3154 # include <direct.h> |
1080 non_pic_object=none | 3155 # include <process.h> |
1081 | 3156 # include <io.h> |
| 3157 # define setmode _setmode |
| 3158 #else |
| 3159 # include <unistd.h> |
| 3160 # include <stdint.h> |
| 3161 # ifdef __CYGWIN__ |
| 3162 # include <io.h> |
| 3163 # define HAVE_SETENV |
| 3164 # ifdef __STRICT_ANSI__ |
| 3165 char *realpath (const char *, char *); |
| 3166 int putenv (char *); |
| 3167 int setenv (const char *, const char *, int); |
| 3168 # endif |
| 3169 # endif |
| 3170 #endif |
| 3171 #include <malloc.h> |
| 3172 #include <stdarg.h> |
| 3173 #include <assert.h> |
| 3174 #include <string.h> |
| 3175 #include <ctype.h> |
| 3176 #include <errno.h> |
| 3177 #include <fcntl.h> |
| 3178 #include <sys/stat.h> |
| 3179 |
| 3180 #if defined(PATH_MAX) |
| 3181 # define LT_PATHMAX PATH_MAX |
| 3182 #elif defined(MAXPATHLEN) |
| 3183 # define LT_PATHMAX MAXPATHLEN |
| 3184 #else |
| 3185 # define LT_PATHMAX 1024 |
| 3186 #endif |
| 3187 |
| 3188 #ifndef S_IXOTH |
| 3189 # define S_IXOTH 0 |
| 3190 #endif |
| 3191 #ifndef S_IXGRP |
| 3192 # define S_IXGRP 0 |
| 3193 #endif |
| 3194 |
| 3195 #ifdef _MSC_VER |
| 3196 # define S_IXUSR _S_IEXEC |
| 3197 # define stat _stat |
| 3198 # ifndef _INTPTR_T_DEFINED |
| 3199 # define intptr_t int |
| 3200 # endif |
| 3201 #endif |
| 3202 |
| 3203 #ifndef DIR_SEPARATOR |
| 3204 # define DIR_SEPARATOR '/' |
| 3205 # define PATH_SEPARATOR ':' |
| 3206 #endif |
| 3207 |
| 3208 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ |
| 3209 defined (__OS2__) |
| 3210 # define HAVE_DOS_BASED_FILE_SYSTEM |
| 3211 # define FOPEN_WB "wb" |
| 3212 # ifndef DIR_SEPARATOR_2 |
| 3213 # define DIR_SEPARATOR_2 '\\' |
| 3214 # endif |
| 3215 # ifndef PATH_SEPARATOR_2 |
| 3216 # define PATH_SEPARATOR_2 ';' |
| 3217 # endif |
| 3218 #endif |
| 3219 |
| 3220 #ifndef DIR_SEPARATOR_2 |
| 3221 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) |
| 3222 #else /* DIR_SEPARATOR_2 */ |
| 3223 # define IS_DIR_SEPARATOR(ch) \ |
| 3224 » (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) |
| 3225 #endif /* DIR_SEPARATOR_2 */ |
| 3226 |
| 3227 #ifndef PATH_SEPARATOR_2 |
| 3228 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) |
| 3229 #else /* PATH_SEPARATOR_2 */ |
| 3230 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) |
| 3231 #endif /* PATH_SEPARATOR_2 */ |
| 3232 |
| 3233 #ifdef __CYGWIN__ |
| 3234 # define FOPEN_WB "wb" |
| 3235 #endif |
| 3236 |
| 3237 #ifndef FOPEN_WB |
| 3238 # define FOPEN_WB "w" |
| 3239 #endif |
| 3240 #ifndef _O_BINARY |
| 3241 # define _O_BINARY 0 |
| 3242 #endif |
| 3243 |
| 3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) |
| 3245 #define XFREE(stale) do { \ |
| 3246 if (stale) { free ((void *) stale); stale = 0; } \ |
| 3247 } while (0) |
| 3248 |
| 3249 #undef LTWRAPPER_DEBUGPRINTF |
| 3250 #if defined DEBUGWRAPPER |
| 3251 # define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args |
| 3252 static void |
| 3253 ltwrapper_debugprintf (const char *fmt, ...) |
| 3254 { |
| 3255 va_list args; |
| 3256 va_start (args, fmt); |
| 3257 (void) vfprintf (stderr, fmt, args); |
| 3258 va_end (args); |
| 3259 } |
| 3260 #else |
| 3261 # define LTWRAPPER_DEBUGPRINTF(args) |
| 3262 #endif |
| 3263 |
| 3264 const char *program_name = NULL; |
| 3265 |
| 3266 void *xmalloc (size_t num); |
| 3267 char *xstrdup (const char *string); |
| 3268 const char *base_name (const char *name); |
| 3269 char *find_executable (const char *wrapper); |
| 3270 char *chase_symlinks (const char *pathspec); |
| 3271 int make_executable (const char *path); |
| 3272 int check_executable (const char *path); |
| 3273 char *strendzap (char *str, const char *pat); |
| 3274 void lt_fatal (const char *message, ...); |
| 3275 void lt_setenv (const char *name, const char *value); |
| 3276 char *lt_extend_str (const char *orig_value, const char *add, int to_end); |
| 3277 void lt_opt_process_env_set (const char *arg); |
| 3278 void lt_opt_process_env_prepend (const char *arg); |
| 3279 void lt_opt_process_env_append (const char *arg); |
| 3280 int lt_split_name_value (const char *arg, char** name, char** value); |
| 3281 void lt_update_exe_path (const char *name, const char *value); |
| 3282 void lt_update_lib_path (const char *name, const char *value); |
| 3283 |
| 3284 static const char *script_text_part1 = |
1082 EOF | 3285 EOF |
1083 fi | 3286 |
1084 | 3287 func_emit_wrapper_part1 yes | |
1085 $run $mv "${libobj}T" "${libobj}" | 3288 $SED -e 's/\([\\"]\)/\\\1/g' \ |
1086 | 3289 -e 's/^/ "/' -e 's/$/\\n"/' |
1087 # Unlock the critical section if it was locked | 3290 echo ";" |
1088 if test "$need_locks" != no; then | 3291 cat <<EOF |
1089 $run $rm "$lockfile" | 3292 |
1090 fi | 3293 static const char *script_text_part2 = |
1091 | 3294 EOF |
1092 exit $EXIT_SUCCESS | 3295 func_emit_wrapper_part2 yes | |
1093 ;; | 3296 $SED -e 's/\([\\"]\)/\\\1/g' \ |
1094 | 3297 -e 's/^/ "/' -e 's/$/\\n"/' |
1095 # libtool link mode | 3298 echo ";" |
1096 link | relink) | 3299 |
1097 modename="$modename: link" | 3300 cat <<EOF |
| 3301 const char * MAGIC_EXE = "$magic_exe"; |
| 3302 const char * LIB_PATH_VARNAME = "$shlibpath_var"; |
| 3303 EOF |
| 3304 |
| 3305 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_
var" && test -n "$temp_rpath"; then |
| 3306 func_to_host_pathlist "$temp_rpath" |
| 3307 cat <<EOF |
| 3308 const char * LIB_PATH_VALUE = "$func_to_host_pathlist_result"; |
| 3309 EOF |
| 3310 else |
| 3311 cat <<"EOF" |
| 3312 const char * LIB_PATH_VALUE = ""; |
| 3313 EOF |
| 3314 fi |
| 3315 |
| 3316 if test -n "$dllsearchpath"; then |
| 3317 func_to_host_pathlist "$dllsearchpath:" |
| 3318 cat <<EOF |
| 3319 const char * EXE_PATH_VARNAME = "PATH"; |
| 3320 const char * EXE_PATH_VALUE = "$func_to_host_pathlist_result"; |
| 3321 EOF |
| 3322 else |
| 3323 cat <<"EOF" |
| 3324 const char * EXE_PATH_VARNAME = ""; |
| 3325 const char * EXE_PATH_VALUE = ""; |
| 3326 EOF |
| 3327 fi |
| 3328 |
| 3329 if test "$fast_install" = yes; then |
| 3330 cat <<EOF |
| 3331 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */ |
| 3332 EOF |
| 3333 else |
| 3334 cat <<EOF |
| 3335 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */ |
| 3336 EOF |
| 3337 fi |
| 3338 |
| 3339 |
| 3340 cat <<"EOF" |
| 3341 |
| 3342 #define LTWRAPPER_OPTION_PREFIX "--lt-" |
| 3343 #define LTWRAPPER_OPTION_PREFIX_LENGTH 5 |
| 3344 |
| 3345 static const size_t opt_prefix_len = LTWRAPPER_OPTION_PREFIX_LENGTH; |
| 3346 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX; |
| 3347 |
| 3348 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script"; |
| 3349 |
| 3350 static const size_t env_set_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 7; |
| 3351 static const char *env_set_opt = LTWRAPPER_OPTION_PREFIX "env-set"; |
| 3352 /* argument is putenv-style "foo=bar", value of foo is set to bar */ |
| 3353 |
| 3354 static const size_t env_prepend_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 11; |
| 3355 static const char *env_prepend_opt = LTWRAPPER_OPTION_PREFIX "env-prepend"; |
| 3356 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */ |
| 3357 |
| 3358 static const size_t env_append_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 10; |
| 3359 static const char *env_append_opt = LTWRAPPER_OPTION_PREFIX "env-append"; |
| 3360 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */ |
| 3361 |
| 3362 int |
| 3363 main (int argc, char *argv[]) |
| 3364 { |
| 3365 char **newargz; |
| 3366 int newargc; |
| 3367 char *tmp_pathspec; |
| 3368 char *actual_cwrapper_path; |
| 3369 char *actual_cwrapper_name; |
| 3370 char *target_name; |
| 3371 char *lt_argv_zero; |
| 3372 intptr_t rval = 127; |
| 3373 |
| 3374 int i; |
| 3375 |
| 3376 program_name = (char *) xstrdup (base_name (argv[0])); |
| 3377 LTWRAPPER_DEBUGPRINTF (("(main) argv[0] : %s\n", argv[0])); |
| 3378 LTWRAPPER_DEBUGPRINTF (("(main) program_name : %s\n", program_name)); |
| 3379 |
| 3380 /* very simple arg parsing; don't want to rely on getopt */ |
| 3381 for (i = 1; i < argc; i++) |
| 3382 { |
| 3383 if (strcmp (argv[i], dumpscript_opt) == 0) |
| 3384 { |
| 3385 EOF |
| 3386 case "$host" in |
| 3387 *mingw* | *cygwin* ) |
| 3388 # make stdout use "unix" line endings |
| 3389 echo " setmode(1,_O_BINARY);" |
| 3390 ;; |
| 3391 esac |
| 3392 |
| 3393 cat <<"EOF" |
| 3394 printf ("%s", script_text_part1); |
| 3395 printf ("%s", script_text_part2); |
| 3396 return 0; |
| 3397 } |
| 3398 } |
| 3399 |
| 3400 newargz = XMALLOC (char *, argc + 1); |
| 3401 tmp_pathspec = find_executable (argv[0]); |
| 3402 if (tmp_pathspec == NULL) |
| 3403 lt_fatal ("Couldn't find %s", argv[0]); |
| 3404 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n", |
| 3405 tmp_pathspec)); |
| 3406 |
| 3407 actual_cwrapper_path = chase_symlinks (tmp_pathspec); |
| 3408 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n", |
| 3409 actual_cwrapper_path)); |
| 3410 XFREE (tmp_pathspec); |
| 3411 |
| 3412 actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path)); |
| 3413 strendzap (actual_cwrapper_path, actual_cwrapper_name); |
| 3414 |
| 3415 /* wrapper name transforms */ |
| 3416 strendzap (actual_cwrapper_name, ".exe"); |
| 3417 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1); |
| 3418 XFREE (actual_cwrapper_name); |
| 3419 actual_cwrapper_name = tmp_pathspec; |
| 3420 tmp_pathspec = 0; |
| 3421 |
| 3422 /* target_name transforms -- use actual target program name; might have lt- pr
efix */ |
| 3423 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME)); |
| 3424 strendzap (target_name, ".exe"); |
| 3425 tmp_pathspec = lt_extend_str (target_name, ".exe", 1); |
| 3426 XFREE (target_name); |
| 3427 target_name = tmp_pathspec; |
| 3428 tmp_pathspec = 0; |
| 3429 |
| 3430 LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %s\n", |
| 3431 target_name)); |
| 3432 EOF |
| 3433 |
| 3434 cat <<EOF |
| 3435 newargz[0] = |
| 3436 XMALLOC (char, (strlen (actual_cwrapper_path) + |
| 3437 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1))
; |
| 3438 strcpy (newargz[0], actual_cwrapper_path); |
| 3439 strcat (newargz[0], "$objdir"); |
| 3440 strcat (newargz[0], "/"); |
| 3441 EOF |
| 3442 |
| 3443 cat <<"EOF" |
| 3444 /* stop here, and copy so we don't have to do this twice */ |
| 3445 tmp_pathspec = xstrdup (newargz[0]); |
| 3446 |
| 3447 /* do NOT want the lt- prefix here, so use actual_cwrapper_name */ |
| 3448 strcat (newargz[0], actual_cwrapper_name); |
| 3449 |
| 3450 /* DO want the lt- prefix here if it exists, so use target_name */ |
| 3451 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1); |
| 3452 XFREE (tmp_pathspec); |
| 3453 tmp_pathspec = NULL; |
| 3454 EOF |
| 3455 |
| 3456 case $host_os in |
| 3457 mingw*) |
| 3458 cat <<"EOF" |
| 3459 { |
| 3460 char* p; |
| 3461 while ((p = strchr (newargz[0], '\\')) != NULL) |
| 3462 { |
| 3463 *p = '/'; |
| 3464 } |
| 3465 while ((p = strchr (lt_argv_zero, '\\')) != NULL) |
| 3466 { |
| 3467 *p = '/'; |
| 3468 } |
| 3469 } |
| 3470 EOF |
| 3471 ;; |
| 3472 esac |
| 3473 |
| 3474 cat <<"EOF" |
| 3475 XFREE (target_name); |
| 3476 XFREE (actual_cwrapper_path); |
| 3477 XFREE (actual_cwrapper_name); |
| 3478 |
| 3479 lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */ |
| 3480 lt_setenv ("DUALCASE", "1"); /* for MSK sh */ |
| 3481 lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE); |
| 3482 lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE); |
| 3483 |
| 3484 newargc=0; |
| 3485 for (i = 1; i < argc; i++) |
| 3486 { |
| 3487 if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0) |
| 3488 { |
| 3489 if (argv[i][env_set_opt_len] == '=') |
| 3490 { |
| 3491 const char *p = argv[i] + env_set_opt_len + 1; |
| 3492 lt_opt_process_env_set (p); |
| 3493 } |
| 3494 else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc) |
| 3495 { |
| 3496 lt_opt_process_env_set (argv[++i]); /* don't copy */ |
| 3497 } |
| 3498 else |
| 3499 lt_fatal ("%s missing required argument", env_set_opt); |
| 3500 continue; |
| 3501 } |
| 3502 if (strncmp (argv[i], env_prepend_opt, env_prepend_opt_len) == 0) |
| 3503 { |
| 3504 if (argv[i][env_prepend_opt_len] == '=') |
| 3505 { |
| 3506 const char *p = argv[i] + env_prepend_opt_len + 1; |
| 3507 lt_opt_process_env_prepend (p); |
| 3508 } |
| 3509 else if (argv[i][env_prepend_opt_len] == '\0' && i + 1 < argc) |
| 3510 { |
| 3511 lt_opt_process_env_prepend (argv[++i]); /* don't copy */ |
| 3512 } |
| 3513 else |
| 3514 lt_fatal ("%s missing required argument", env_prepend_opt); |
| 3515 continue; |
| 3516 } |
| 3517 if (strncmp (argv[i], env_append_opt, env_append_opt_len) == 0) |
| 3518 { |
| 3519 if (argv[i][env_append_opt_len] == '=') |
| 3520 { |
| 3521 const char *p = argv[i] + env_append_opt_len + 1; |
| 3522 lt_opt_process_env_append (p); |
| 3523 } |
| 3524 else if (argv[i][env_append_opt_len] == '\0' && i + 1 < argc) |
| 3525 { |
| 3526 lt_opt_process_env_append (argv[++i]); /* don't copy */ |
| 3527 } |
| 3528 else |
| 3529 lt_fatal ("%s missing required argument", env_append_opt); |
| 3530 continue; |
| 3531 } |
| 3532 if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0) |
| 3533 { |
| 3534 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX |
| 3535 namespace, but it is not one of the ones we know about and |
| 3536 have already dealt with, above (inluding dump-script), then |
| 3537 report an error. Otherwise, targets might begin to believe |
| 3538 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX |
| 3539 namespace. The first time any user complains about this, we'll |
| 3540 need to make LTWRAPPER_OPTION_PREFIX a configure-time option |
| 3541 or a configure.ac-settable value. |
| 3542 */ |
| 3543 lt_fatal ("Unrecognized option in %s namespace: '%s'", |
| 3544 ltwrapper_option_prefix, argv[i]); |
| 3545 } |
| 3546 /* otherwise ... */ |
| 3547 newargz[++newargc] = xstrdup (argv[i]); |
| 3548 } |
| 3549 newargz[++newargc] = NULL; |
| 3550 |
| 3551 LTWRAPPER_DEBUGPRINTF (("(main) lt_argv_zero : %s\n", (lt_argv_zero ? lt_a
rgv_zero : "<NULL>"))); |
| 3552 for (i = 0; i < newargc; i++) |
| 3553 { |
| 3554 LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? ne
wargz[i] : "<NULL>"))); |
| 3555 } |
| 3556 |
| 3557 EOF |
| 3558 |
| 3559 case $host_os in |
| 3560 mingw*) |
| 3561 cat <<"EOF" |
| 3562 /* execv doesn't actually work on mingw as expected on unix */ |
| 3563 rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); |
| 3564 if (rval == -1) |
| 3565 { |
| 3566 /* failed to start process */ |
| 3567 LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d
\n", lt_argv_zero, errno)); |
| 3568 return 127; |
| 3569 } |
| 3570 return rval; |
| 3571 EOF |
| 3572 ;; |
| 3573 *) |
| 3574 cat <<"EOF" |
| 3575 execv (lt_argv_zero, newargz); |
| 3576 return rval; /* =127, but avoids unused variable warning */ |
| 3577 EOF |
| 3578 ;; |
| 3579 esac |
| 3580 |
| 3581 cat <<"EOF" |
| 3582 } |
| 3583 |
| 3584 void * |
| 3585 xmalloc (size_t num) |
| 3586 { |
| 3587 void *p = (void *) malloc (num); |
| 3588 if (!p) |
| 3589 lt_fatal ("Memory exhausted"); |
| 3590 |
| 3591 return p; |
| 3592 } |
| 3593 |
| 3594 char * |
| 3595 xstrdup (const char *string) |
| 3596 { |
| 3597 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), |
| 3598 string) : NULL; |
| 3599 } |
| 3600 |
| 3601 const char * |
| 3602 base_name (const char *name) |
| 3603 { |
| 3604 const char *base; |
| 3605 |
| 3606 #if defined (HAVE_DOS_BASED_FILE_SYSTEM) |
| 3607 /* Skip over the disk name in MSDOS pathnames. */ |
| 3608 if (isalpha ((unsigned char) name[0]) && name[1] == ':') |
| 3609 name += 2; |
| 3610 #endif |
| 3611 |
| 3612 for (base = name; *name; name++) |
| 3613 if (IS_DIR_SEPARATOR (*name)) |
| 3614 base = name + 1; |
| 3615 return base; |
| 3616 } |
| 3617 |
| 3618 int |
| 3619 check_executable (const char *path) |
| 3620 { |
| 3621 struct stat st; |
| 3622 |
| 3623 LTWRAPPER_DEBUGPRINTF (("(check_executable) : %s\n", |
| 3624 path ? (*path ? path : "EMPTY!") : "NULL!")); |
| 3625 if ((!path) || (!*path)) |
| 3626 return 0; |
| 3627 |
| 3628 if ((stat (path, &st) >= 0) |
| 3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) |
| 3630 return 1; |
| 3631 else |
| 3632 return 0; |
| 3633 } |
| 3634 |
| 3635 int |
| 3636 make_executable (const char *path) |
| 3637 { |
| 3638 int rval = 0; |
| 3639 struct stat st; |
| 3640 |
| 3641 LTWRAPPER_DEBUGPRINTF (("(make_executable) : %s\n", |
| 3642 path ? (*path ? path : "EMPTY!") : "NULL!")); |
| 3643 if ((!path) || (!*path)) |
| 3644 return 0; |
| 3645 |
| 3646 if (stat (path, &st) >= 0) |
| 3647 { |
| 3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); |
| 3649 } |
| 3650 return rval; |
| 3651 } |
| 3652 |
| 3653 /* Searches for the full path of the wrapper. Returns |
| 3654 newly allocated full path name if found, NULL otherwise |
| 3655 Does not chase symlinks, even on platforms that support them. |
| 3656 */ |
| 3657 char * |
| 3658 find_executable (const char *wrapper) |
| 3659 { |
| 3660 int has_slash = 0; |
| 3661 const char *p; |
| 3662 const char *p_next; |
| 3663 /* static buffer for getcwd */ |
| 3664 char tmp[LT_PATHMAX + 1]; |
| 3665 int tmp_len; |
| 3666 char *concat_name; |
| 3667 |
| 3668 LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n", |
| 3669 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!")); |
| 3670 |
| 3671 if ((wrapper == NULL) || (*wrapper == '\0')) |
| 3672 return NULL; |
| 3673 |
| 3674 /* Absolute path? */ |
| 3675 #if defined (HAVE_DOS_BASED_FILE_SYSTEM) |
| 3676 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') |
| 3677 { |
| 3678 concat_name = xstrdup (wrapper); |
| 3679 if (check_executable (concat_name)) |
| 3680 return concat_name; |
| 3681 XFREE (concat_name); |
| 3682 } |
| 3683 else |
| 3684 { |
| 3685 #endif |
| 3686 if (IS_DIR_SEPARATOR (wrapper[0])) |
| 3687 { |
| 3688 concat_name = xstrdup (wrapper); |
| 3689 if (check_executable (concat_name)) |
| 3690 return concat_name; |
| 3691 XFREE (concat_name); |
| 3692 } |
| 3693 #if defined (HAVE_DOS_BASED_FILE_SYSTEM) |
| 3694 } |
| 3695 #endif |
| 3696 |
| 3697 for (p = wrapper; *p; p++) |
| 3698 if (*p == '/') |
| 3699 { |
| 3700 has_slash = 1; |
| 3701 break; |
| 3702 } |
| 3703 if (!has_slash) |
| 3704 { |
| 3705 /* no slashes; search PATH */ |
| 3706 const char *path = getenv ("PATH"); |
| 3707 if (path != NULL) |
| 3708 { |
| 3709 for (p = path; *p; p = p_next) |
| 3710 { |
| 3711 const char *q; |
| 3712 size_t p_len; |
| 3713 for (q = p; *q; q++) |
| 3714 if (IS_PATH_SEPARATOR (*q)) |
| 3715 break; |
| 3716 p_len = q - p; |
| 3717 p_next = (*q == '\0' ? q : q + 1); |
| 3718 if (p_len == 0) |
| 3719 { |
| 3720 /* empty path: current directory */ |
| 3721 if (getcwd (tmp, LT_PATHMAX) == NULL) |
| 3722 lt_fatal ("getcwd failed"); |
| 3723 tmp_len = strlen (tmp); |
| 3724 concat_name = |
| 3725 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); |
| 3726 memcpy (concat_name, tmp, tmp_len); |
| 3727 concat_name[tmp_len] = '/'; |
| 3728 strcpy (concat_name + tmp_len + 1, wrapper); |
| 3729 } |
| 3730 else |
| 3731 { |
| 3732 concat_name = |
| 3733 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); |
| 3734 memcpy (concat_name, p, p_len); |
| 3735 concat_name[p_len] = '/'; |
| 3736 strcpy (concat_name + p_len + 1, wrapper); |
| 3737 } |
| 3738 if (check_executable (concat_name)) |
| 3739 return concat_name; |
| 3740 XFREE (concat_name); |
| 3741 } |
| 3742 } |
| 3743 /* not found in PATH; assume curdir */ |
| 3744 } |
| 3745 /* Relative path | not found in path: prepend cwd */ |
| 3746 if (getcwd (tmp, LT_PATHMAX) == NULL) |
| 3747 lt_fatal ("getcwd failed"); |
| 3748 tmp_len = strlen (tmp); |
| 3749 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); |
| 3750 memcpy (concat_name, tmp, tmp_len); |
| 3751 concat_name[tmp_len] = '/'; |
| 3752 strcpy (concat_name + tmp_len + 1, wrapper); |
| 3753 |
| 3754 if (check_executable (concat_name)) |
| 3755 return concat_name; |
| 3756 XFREE (concat_name); |
| 3757 return NULL; |
| 3758 } |
| 3759 |
| 3760 char * |
| 3761 chase_symlinks (const char *pathspec) |
| 3762 { |
| 3763 #ifndef S_ISLNK |
| 3764 return xstrdup (pathspec); |
| 3765 #else |
| 3766 char buf[LT_PATHMAX]; |
| 3767 struct stat s; |
| 3768 char *tmp_pathspec = xstrdup (pathspec); |
| 3769 char *p; |
| 3770 int has_symlinks = 0; |
| 3771 while (strlen (tmp_pathspec) && !has_symlinks) |
| 3772 { |
| 3773 LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n", |
| 3774 tmp_pathspec)); |
| 3775 if (lstat (tmp_pathspec, &s) == 0) |
| 3776 { |
| 3777 if (S_ISLNK (s.st_mode) != 0) |
| 3778 { |
| 3779 has_symlinks = 1; |
| 3780 break; |
| 3781 } |
| 3782 |
| 3783 /* search backwards for last DIR_SEPARATOR */ |
| 3784 p = tmp_pathspec + strlen (tmp_pathspec) - 1; |
| 3785 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) |
| 3786 p--; |
| 3787 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) |
| 3788 { |
| 3789 /* no more DIR_SEPARATORS left */ |
| 3790 break; |
| 3791 } |
| 3792 *p = '\0'; |
| 3793 } |
| 3794 else |
| 3795 { |
| 3796 char *errstr = strerror (errno); |
| 3797 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr); |
| 3798 } |
| 3799 } |
| 3800 XFREE (tmp_pathspec); |
| 3801 |
| 3802 if (!has_symlinks) |
| 3803 { |
| 3804 return xstrdup (pathspec); |
| 3805 } |
| 3806 |
| 3807 tmp_pathspec = realpath (pathspec, buf); |
| 3808 if (tmp_pathspec == 0) |
| 3809 { |
| 3810 lt_fatal ("Could not follow symlinks for %s", pathspec); |
| 3811 } |
| 3812 return xstrdup (tmp_pathspec); |
| 3813 #endif |
| 3814 } |
| 3815 |
| 3816 char * |
| 3817 strendzap (char *str, const char *pat) |
| 3818 { |
| 3819 size_t len, patlen; |
| 3820 |
| 3821 assert (str != NULL); |
| 3822 assert (pat != NULL); |
| 3823 |
| 3824 len = strlen (str); |
| 3825 patlen = strlen (pat); |
| 3826 |
| 3827 if (patlen <= len) |
| 3828 { |
| 3829 str += len - patlen; |
| 3830 if (strcmp (str, pat) == 0) |
| 3831 *str = '\0'; |
| 3832 } |
| 3833 return str; |
| 3834 } |
| 3835 |
| 3836 static void |
| 3837 lt_error_core (int exit_status, const char *mode, |
| 3838 const char *message, va_list ap) |
| 3839 { |
| 3840 fprintf (stderr, "%s: %s: ", program_name, mode); |
| 3841 vfprintf (stderr, message, ap); |
| 3842 fprintf (stderr, ".\n"); |
| 3843 |
| 3844 if (exit_status >= 0) |
| 3845 exit (exit_status); |
| 3846 } |
| 3847 |
| 3848 void |
| 3849 lt_fatal (const char *message, ...) |
| 3850 { |
| 3851 va_list ap; |
| 3852 va_start (ap, message); |
| 3853 lt_error_core (EXIT_FAILURE, "FATAL", message, ap); |
| 3854 va_end (ap); |
| 3855 } |
| 3856 |
| 3857 void |
| 3858 lt_setenv (const char *name, const char *value) |
| 3859 { |
| 3860 LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n", |
| 3861 (name ? name : "<NULL>"), |
| 3862 (value ? value : "<NULL>"))); |
| 3863 { |
| 3864 #ifdef HAVE_SETENV |
| 3865 /* always make a copy, for consistency with !HAVE_SETENV */ |
| 3866 char *str = xstrdup (value); |
| 3867 setenv (name, str, 1); |
| 3868 #else |
| 3869 int len = strlen (name) + 1 + strlen (value) + 1; |
| 3870 char *str = XMALLOC (char, len); |
| 3871 sprintf (str, "%s=%s", name, value); |
| 3872 if (putenv (str) != EXIT_SUCCESS) |
| 3873 { |
| 3874 XFREE (str); |
| 3875 } |
| 3876 #endif |
| 3877 } |
| 3878 } |
| 3879 |
| 3880 char * |
| 3881 lt_extend_str (const char *orig_value, const char *add, int to_end) |
| 3882 { |
| 3883 char *new_value; |
| 3884 if (orig_value && *orig_value) |
| 3885 { |
| 3886 int orig_value_len = strlen (orig_value); |
| 3887 int add_len = strlen (add); |
| 3888 new_value = XMALLOC (char, add_len + orig_value_len + 1); |
| 3889 if (to_end) |
| 3890 { |
| 3891 strcpy (new_value, orig_value); |
| 3892 strcpy (new_value + orig_value_len, add); |
| 3893 } |
| 3894 else |
| 3895 { |
| 3896 strcpy (new_value, add); |
| 3897 strcpy (new_value + add_len, orig_value); |
| 3898 } |
| 3899 } |
| 3900 else |
| 3901 { |
| 3902 new_value = xstrdup (add); |
| 3903 } |
| 3904 return new_value; |
| 3905 } |
| 3906 |
| 3907 int |
| 3908 lt_split_name_value (const char *arg, char** name, char** value) |
| 3909 { |
| 3910 const char *p; |
| 3911 int len; |
| 3912 if (!arg || !*arg) |
| 3913 return 1; |
| 3914 |
| 3915 p = strchr (arg, (int)'='); |
| 3916 |
| 3917 if (!p) |
| 3918 return 1; |
| 3919 |
| 3920 *value = xstrdup (++p); |
| 3921 |
| 3922 len = strlen (arg) - strlen (*value); |
| 3923 *name = XMALLOC (char, len); |
| 3924 strncpy (*name, arg, len-1); |
| 3925 (*name)[len - 1] = '\0'; |
| 3926 |
| 3927 return 0; |
| 3928 } |
| 3929 |
| 3930 void |
| 3931 lt_opt_process_env_set (const char *arg) |
| 3932 { |
| 3933 char *name = NULL; |
| 3934 char *value = NULL; |
| 3935 |
| 3936 if (lt_split_name_value (arg, &name, &value) != 0) |
| 3937 { |
| 3938 XFREE (name); |
| 3939 XFREE (value); |
| 3940 lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg); |
| 3941 } |
| 3942 |
| 3943 lt_setenv (name, value); |
| 3944 XFREE (name); |
| 3945 XFREE (value); |
| 3946 } |
| 3947 |
| 3948 void |
| 3949 lt_opt_process_env_prepend (const char *arg) |
| 3950 { |
| 3951 char *name = NULL; |
| 3952 char *value = NULL; |
| 3953 char *new_value = NULL; |
| 3954 |
| 3955 if (lt_split_name_value (arg, &name, &value) != 0) |
| 3956 { |
| 3957 XFREE (name); |
| 3958 XFREE (value); |
| 3959 lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg); |
| 3960 } |
| 3961 |
| 3962 new_value = lt_extend_str (getenv (name), value, 0); |
| 3963 lt_setenv (name, new_value); |
| 3964 XFREE (new_value); |
| 3965 XFREE (name); |
| 3966 XFREE (value); |
| 3967 } |
| 3968 |
| 3969 void |
| 3970 lt_opt_process_env_append (const char *arg) |
| 3971 { |
| 3972 char *name = NULL; |
| 3973 char *value = NULL; |
| 3974 char *new_value = NULL; |
| 3975 |
| 3976 if (lt_split_name_value (arg, &name, &value) != 0) |
| 3977 { |
| 3978 XFREE (name); |
| 3979 XFREE (value); |
| 3980 lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg); |
| 3981 } |
| 3982 |
| 3983 new_value = lt_extend_str (getenv (name), value, 1); |
| 3984 lt_setenv (name, new_value); |
| 3985 XFREE (new_value); |
| 3986 XFREE (name); |
| 3987 XFREE (value); |
| 3988 } |
| 3989 |
| 3990 void |
| 3991 lt_update_exe_path (const char *name, const char *value) |
| 3992 { |
| 3993 LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s
'\n", |
| 3994 (name ? name : "<NULL>"), |
| 3995 (value ? value : "<NULL>"))); |
| 3996 |
| 3997 if (name && *name && value && *value) |
| 3998 { |
| 3999 char *new_value = lt_extend_str (getenv (name), value, 0); |
| 4000 /* some systems can't cope with a ':'-terminated path #' */ |
| 4001 int len = strlen (new_value); |
| 4002 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[le
n-1])) |
| 4003 { |
| 4004 new_value[len-1] = '\0'; |
| 4005 } |
| 4006 lt_setenv (name, new_value); |
| 4007 XFREE (new_value); |
| 4008 } |
| 4009 } |
| 4010 |
| 4011 void |
| 4012 lt_update_lib_path (const char *name, const char *value) |
| 4013 { |
| 4014 LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s
'\n", |
| 4015 (name ? name : "<NULL>"), |
| 4016 (value ? value : "<NULL>"))); |
| 4017 |
| 4018 if (name && *name && value && *value) |
| 4019 { |
| 4020 char *new_value = lt_extend_str (getenv (name), value, 0); |
| 4021 lt_setenv (name, new_value); |
| 4022 XFREE (new_value); |
| 4023 } |
| 4024 } |
| 4025 |
| 4026 |
| 4027 EOF |
| 4028 } |
| 4029 # end: func_emit_cwrapperexe_src |
| 4030 |
| 4031 # func_mode_link arg... |
| 4032 func_mode_link () |
| 4033 { |
| 4034 $opt_debug |
1098 case $host in | 4035 case $host in |
1099 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) | 4036 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) |
1100 # It is impossible to link a dll without this setting, and | 4037 # It is impossible to link a dll without this setting, and |
1101 # we shouldn't force the makefile maintainer to figure out | 4038 # we shouldn't force the makefile maintainer to figure out |
1102 # which system we are compiling for in order to pass an extra | 4039 # which system we are compiling for in order to pass an extra |
1103 # flag for every libtool invocation. | 4040 # flag for every libtool invocation. |
1104 # allow_undefined=no | 4041 # allow_undefined=no |
1105 | 4042 |
1106 # FIXME: Unfortunately, there are problems with the above when trying | 4043 # FIXME: Unfortunately, there are problems with the above when trying |
1107 # to make a dll which has undefined symbols, in which case not | 4044 # to make a dll which has undefined symbols, in which case not |
1108 # even a static library is built. For now, we need to specify | 4045 # even a static library is built. For now, we need to specify |
1109 # -no-undefined on the libtool link line when we can be certain | 4046 # -no-undefined on the libtool link line when we can be certain |
1110 # that all symbols are satisfied, otherwise we get a static library. | 4047 # that all symbols are satisfied, otherwise we get a static library. |
1111 allow_undefined=yes | 4048 allow_undefined=yes |
1112 ;; | 4049 ;; |
1113 *) | 4050 *) |
1114 allow_undefined=yes | 4051 allow_undefined=yes |
1115 ;; | 4052 ;; |
1116 esac | 4053 esac |
1117 libtool_args="$nonopt" | 4054 libtool_args=$nonopt |
1118 base_compile="$nonopt $@" | 4055 base_compile="$nonopt $@" |
1119 compile_command="$nonopt" | 4056 compile_command=$nonopt |
1120 finalize_command="$nonopt" | 4057 finalize_command=$nonopt |
1121 | 4058 |
1122 compile_rpath= | 4059 compile_rpath= |
1123 finalize_rpath= | 4060 finalize_rpath= |
1124 compile_shlibpath= | 4061 compile_shlibpath= |
1125 finalize_shlibpath= | 4062 finalize_shlibpath= |
1126 convenience= | 4063 convenience= |
1127 old_convenience= | 4064 old_convenience= |
1128 deplibs= | 4065 deplibs= |
1129 old_deplibs= | 4066 old_deplibs= |
1130 compiler_flags= | 4067 compiler_flags= |
1131 linker_flags= | 4068 linker_flags= |
1132 dllsearchpath= | 4069 dllsearchpath= |
1133 lib_search_path=`pwd` | 4070 lib_search_path=`pwd` |
1134 inst_prefix_dir= | 4071 inst_prefix_dir= |
| 4072 new_inherited_linker_flags= |
1135 | 4073 |
1136 avoid_version=no | 4074 avoid_version=no |
1137 dlfiles= | 4075 dlfiles= |
1138 dlprefiles= | 4076 dlprefiles= |
1139 dlself=no | 4077 dlself=no |
1140 export_dynamic=no | 4078 export_dynamic=no |
1141 export_symbols= | 4079 export_symbols= |
1142 export_symbols_regex= | 4080 export_symbols_regex= |
1143 generated= | 4081 generated= |
1144 libobjs= | 4082 libobjs= |
1145 ltlibs= | 4083 ltlibs= |
1146 module=no | 4084 module=no |
1147 no_install=no | 4085 no_install=no |
1148 objs= | 4086 objs= |
1149 non_pic_objects= | 4087 non_pic_objects= |
1150 notinst_path= # paths that contain not-installed libtool libraries | |
1151 precious_files_regex= | 4088 precious_files_regex= |
1152 prefer_static_libs=no | 4089 prefer_static_libs=no |
1153 preload=no | 4090 preload=no |
1154 prev= | 4091 prev= |
1155 prevarg= | 4092 prevarg= |
1156 release= | 4093 release= |
1157 rpath= | 4094 rpath= |
1158 xrpath= | 4095 xrpath= |
1159 perm_rpath= | 4096 perm_rpath= |
1160 temp_rpath= | 4097 temp_rpath= |
1161 thread_safe=no | 4098 thread_safe=no |
1162 vinfo= | 4099 vinfo= |
1163 vinfo_number=no | 4100 vinfo_number=no |
1164 | 4101 weak_libs= |
| 4102 single_module="${wl}-single_module" |
1165 func_infer_tag $base_compile | 4103 func_infer_tag $base_compile |
1166 | 4104 |
1167 # We need to know -static, to get the right output filenames. | 4105 # We need to know -static, to get the right output filenames. |
1168 for arg | 4106 for arg |
1169 do | 4107 do |
1170 case $arg in | 4108 case $arg in |
| 4109 -shared) |
| 4110 test "$build_libtool_libs" != yes && \ |
| 4111 func_fatal_configuration "can not build a shared library" |
| 4112 build_old_libs=no |
| 4113 break |
| 4114 ;; |
1171 -all-static | -static | -static-libtool-libs) | 4115 -all-static | -static | -static-libtool-libs) |
1172 case $arg in | 4116 case $arg in |
1173 -all-static) | 4117 -all-static) |
1174 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; th
en | 4118 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; th
en |
1175 » $echo "$modename: warning: complete static linking is impossible in
this configuration" 1>&2 | 4119 » func_warning "complete static linking is impossible in this configur
ation" |
1176 fi | 4120 fi |
1177 if test -n "$link_static_flag"; then | 4121 if test -n "$link_static_flag"; then |
1178 dlopen_self=$dlopen_self_static | 4122 dlopen_self=$dlopen_self_static |
1179 fi | 4123 fi |
1180 prefer_static_libs=yes | 4124 prefer_static_libs=yes |
1181 ;; | 4125 ;; |
1182 -static) | 4126 -static) |
1183 if test -z "$pic_flag" && test -n "$link_static_flag"; then | 4127 if test -z "$pic_flag" && test -n "$link_static_flag"; then |
1184 dlopen_self=$dlopen_self_static | 4128 dlopen_self=$dlopen_self_static |
1185 fi | 4129 fi |
(...skipping 13 matching lines...) Expand all Loading... |
1199 esac | 4143 esac |
1200 done | 4144 done |
1201 | 4145 |
1202 # See if our shared archives depend on static archives. | 4146 # See if our shared archives depend on static archives. |
1203 test -n "$old_archive_from_new_cmds" && build_old_libs=yes | 4147 test -n "$old_archive_from_new_cmds" && build_old_libs=yes |
1204 | 4148 |
1205 # Go through the arguments, transforming them on the way. | 4149 # Go through the arguments, transforming them on the way. |
1206 while test "$#" -gt 0; do | 4150 while test "$#" -gt 0; do |
1207 arg="$1" | 4151 arg="$1" |
1208 shift | 4152 shift |
1209 case $arg in | 4153 func_quote_for_eval "$arg" |
1210 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | 4154 qarg=$func_quote_for_eval_unquoted_result |
1211 » qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: sk
ip nested quoting test | 4155 func_append libtool_args " $func_quote_for_eval_result" |
1212 » ;; | |
1213 *) qarg=$arg ;; | |
1214 esac | |
1215 libtool_args="$libtool_args $qarg" | |
1216 | 4156 |
1217 # If the previous option needs an argument, assign it. | 4157 # If the previous option needs an argument, assign it. |
1218 if test -n "$prev"; then | 4158 if test -n "$prev"; then |
1219 case $prev in | 4159 case $prev in |
1220 output) | 4160 output) |
1221 » compile_command="$compile_command @OUTPUT@" | 4161 » func_append compile_command " @OUTPUT@" |
1222 » finalize_command="$finalize_command @OUTPUT@" | 4162 » func_append finalize_command " @OUTPUT@" |
1223 ;; | 4163 ;; |
1224 esac | 4164 esac |
1225 | 4165 |
1226 case $prev in | 4166 case $prev in |
1227 dlfiles|dlprefiles) | 4167 dlfiles|dlprefiles) |
1228 if test "$preload" = no; then | 4168 if test "$preload" = no; then |
1229 # Add the symbol object into the linking commands. | 4169 # Add the symbol object into the linking commands. |
1230 » compile_command="$compile_command @SYMFILE@" | 4170 » func_append compile_command " @SYMFILE@" |
1231 » finalize_command="$finalize_command @SYMFILE@" | 4171 » func_append finalize_command " @SYMFILE@" |
1232 preload=yes | 4172 preload=yes |
1233 fi | 4173 fi |
1234 case $arg in | 4174 case $arg in |
1235 *.la | *.lo) ;; # We handle these cases below. | 4175 *.la | *.lo) ;; # We handle these cases below. |
1236 force) | 4176 force) |
1237 if test "$dlself" = no; then | 4177 if test "$dlself" = no; then |
1238 dlself=needless | 4178 dlself=needless |
1239 export_dynamic=yes | 4179 export_dynamic=yes |
1240 fi | 4180 fi |
1241 prev= | 4181 prev= |
(...skipping 17 matching lines...) Expand all Loading... |
1259 else | 4199 else |
1260 dlprefiles="$dlprefiles $arg" | 4200 dlprefiles="$dlprefiles $arg" |
1261 fi | 4201 fi |
1262 prev= | 4202 prev= |
1263 continue | 4203 continue |
1264 ;; | 4204 ;; |
1265 esac | 4205 esac |
1266 ;; | 4206 ;; |
1267 expsyms) | 4207 expsyms) |
1268 export_symbols="$arg" | 4208 export_symbols="$arg" |
1269 » if test ! -f "$arg"; then | 4209 » test -f "$arg" \ |
1270 » $echo "$modename: symbol file \`$arg' does not exist" | 4210 » || func_fatal_error "symbol file \`$arg' does not exist" |
1271 » exit $EXIT_FAILURE | |
1272 » fi | |
1273 prev= | 4211 prev= |
1274 continue | 4212 continue |
1275 ;; | 4213 ;; |
1276 expsyms_regex) | 4214 expsyms_regex) |
1277 export_symbols_regex="$arg" | 4215 export_symbols_regex="$arg" |
1278 prev= | 4216 prev= |
1279 continue | 4217 continue |
1280 ;; | 4218 ;; |
| 4219 framework) |
| 4220 case $host in |
| 4221 *-*-darwin*) |
| 4222 case "$deplibs " in |
| 4223 *" $qarg.ltframework "*) ;; |
| 4224 *) deplibs="$deplibs $qarg.ltframework" # this is fixed later |
| 4225 ;; |
| 4226 esac |
| 4227 ;; |
| 4228 esac |
| 4229 prev= |
| 4230 continue |
| 4231 ;; |
1281 inst_prefix) | 4232 inst_prefix) |
1282 inst_prefix_dir="$arg" | 4233 inst_prefix_dir="$arg" |
1283 prev= | 4234 prev= |
1284 continue | 4235 continue |
1285 ;; | 4236 ;; |
1286 precious_regex) | |
1287 precious_files_regex="$arg" | |
1288 prev= | |
1289 continue | |
1290 ;; | |
1291 release) | |
1292 release="-$arg" | |
1293 prev= | |
1294 continue | |
1295 ;; | |
1296 objectlist) | 4237 objectlist) |
1297 if test -f "$arg"; then | 4238 if test -f "$arg"; then |
1298 save_arg=$arg | 4239 save_arg=$arg |
1299 moreargs= | 4240 moreargs= |
1300 » for fil in `cat $save_arg` | 4241 » for fil in `cat "$save_arg"` |
1301 do | 4242 do |
1302 # moreargs="$moreargs $fil" | 4243 # moreargs="$moreargs $fil" |
1303 arg=$fil | 4244 arg=$fil |
1304 # A libtool-controlled object. | 4245 # A libtool-controlled object. |
1305 | 4246 |
1306 # Check to see that this really is a libtool object. | 4247 # Check to see that this really is a libtool object. |
1307 » if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev
/null 2>&1; then | 4248 » if func_lalib_unsafe_p "$arg"; then |
1308 pic_object= | 4249 pic_object= |
1309 non_pic_object= | 4250 non_pic_object= |
1310 | 4251 |
1311 # Read the .lo file | 4252 # Read the .lo file |
1312 » » # If there is no directory component, then add one. | 4253 » » func_source "$arg" |
1313 » » case $arg in | |
1314 » » */* | *\\*) . $arg ;; | |
1315 » » *) . ./$arg ;; | |
1316 » » esac | |
1317 | 4254 |
1318 » » if test -z "$pic_object" || \ | 4255 » » if test -z "$pic_object" || |
1319 test -z "$non_pic_object" || | 4256 test -z "$non_pic_object" || |
1320 » » test "$pic_object" = none && \ | 4257 » » test "$pic_object" = none && |
1321 test "$non_pic_object" = none; then | 4258 test "$non_pic_object" = none; then |
1322 » » $echo "$modename: cannot find name of object for \`$arg'" 1>&2 | 4259 » » func_fatal_error "cannot find name of object for \`$arg'" |
1323 » » exit $EXIT_FAILURE | |
1324 fi | 4260 fi |
1325 | 4261 |
1326 # Extract subdirectory from the argument. | 4262 # Extract subdirectory from the argument. |
1327 » » xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` | 4263 » » func_dirname "$arg" "/" "" |
1328 » » if test "X$xdir" = "X$arg"; then | 4264 » » xdir="$func_dirname_result" |
1329 » » xdir= | |
1330 » » else | |
1331 » » xdir="$xdir/" | |
1332 » » fi | |
1333 | 4265 |
1334 if test "$pic_object" != none; then | 4266 if test "$pic_object" != none; then |
1335 # Prepend the subdirectory the object is found in. | 4267 # Prepend the subdirectory the object is found in. |
1336 pic_object="$xdir$pic_object" | 4268 pic_object="$xdir$pic_object" |
1337 | 4269 |
1338 if test "$prev" = dlfiles; then | 4270 if test "$prev" = dlfiles; then |
1339 if test "$build_libtool_libs" = yes && test "$dlopen_support
" = yes; then | 4271 if test "$build_libtool_libs" = yes && test "$dlopen_support
" = yes; then |
1340 dlfiles="$dlfiles $pic_object" | 4272 dlfiles="$dlfiles $pic_object" |
1341 prev= | 4273 prev= |
1342 continue | 4274 continue |
1343 else | 4275 else |
1344 # If libtool objects are unsupported, then we need to prel
oad. | 4276 # If libtool objects are unsupported, then we need to prel
oad. |
1345 prev=dlprefiles | 4277 prev=dlprefiles |
1346 fi | 4278 fi |
1347 fi | 4279 fi |
1348 | 4280 |
1349 # CHECK ME: I think I busted this. -Ossama | 4281 # CHECK ME: I think I busted this. -Ossama |
1350 if test "$prev" = dlprefiles; then | 4282 if test "$prev" = dlprefiles; then |
1351 # Preload the old-style object. | 4283 # Preload the old-style object. |
1352 dlprefiles="$dlprefiles $pic_object" | 4284 dlprefiles="$dlprefiles $pic_object" |
1353 prev= | 4285 prev= |
1354 fi | 4286 fi |
1355 | 4287 |
1356 # A PIC object. | 4288 # A PIC object. |
1357 » » libobjs="$libobjs $pic_object" | 4289 » » func_append libobjs " $pic_object" |
1358 arg="$pic_object" | 4290 arg="$pic_object" |
1359 fi | 4291 fi |
1360 | 4292 |
1361 # Non-PIC object. | 4293 # Non-PIC object. |
1362 if test "$non_pic_object" != none; then | 4294 if test "$non_pic_object" != none; then |
1363 # Prepend the subdirectory the object is found in. | 4295 # Prepend the subdirectory the object is found in. |
1364 non_pic_object="$xdir$non_pic_object" | 4296 non_pic_object="$xdir$non_pic_object" |
1365 | 4297 |
1366 # A standard non-PIC object | 4298 # A standard non-PIC object |
1367 » » non_pic_objects="$non_pic_objects $non_pic_object" | 4299 » » func_append non_pic_objects " $non_pic_object" |
1368 if test -z "$pic_object" || test "$pic_object" = none ; then | 4300 if test -z "$pic_object" || test "$pic_object" = none ; then |
1369 arg="$non_pic_object" | 4301 arg="$non_pic_object" |
1370 fi | 4302 fi |
1371 else | 4303 else |
1372 # If the PIC object exists, use it instead. | 4304 # If the PIC object exists, use it instead. |
1373 # $xdir was prepended to $pic_object above. | 4305 # $xdir was prepended to $pic_object above. |
1374 non_pic_object="$pic_object" | 4306 non_pic_object="$pic_object" |
1375 » » non_pic_objects="$non_pic_objects $non_pic_object" | 4307 » » func_append non_pic_objects " $non_pic_object" |
1376 fi | 4308 fi |
1377 else | 4309 else |
1378 # Only an error if not doing a dry-run. | 4310 # Only an error if not doing a dry-run. |
1379 » » if test -z "$run"; then | 4311 » » if $opt_dry_run; then |
1380 » » $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 | 4312 » » # Extract subdirectory from the argument. |
1381 » » exit $EXIT_FAILURE | 4313 » » func_dirname "$arg" "/" "" |
1382 » » else | 4314 » » xdir="$func_dirname_result" |
1383 » » # Dry-run case. | |
1384 | 4315 |
1385 » » # Extract subdirectory from the argument. | 4316 » » func_lo2o "$arg" |
1386 » » xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` | 4317 » » pic_object=$xdir$objdir/$func_lo2o_result |
1387 » » if test "X$xdir" = "X$arg"; then | 4318 » » non_pic_object=$xdir$func_lo2o_result |
1388 » » xdir= | 4319 » » func_append libobjs " $pic_object" |
1389 » » else | 4320 » » func_append non_pic_objects " $non_pic_object" |
1390 » » xdir="$xdir/" | 4321 » else |
1391 » » fi | 4322 » » func_fatal_error "\`$arg' is not a valid libtool object" |
1392 | |
1393 » » pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o
"` | |
1394 » » non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` | |
1395 » » libobjs="$libobjs $pic_object" | |
1396 » » non_pic_objects="$non_pic_objects $non_pic_object" | |
1397 fi | 4323 fi |
1398 fi | 4324 fi |
1399 done | 4325 done |
1400 else | 4326 else |
1401 » $echo "$modename: link input file \`$save_arg' does not exist" | 4327 » func_fatal_error "link input file \`$arg' does not exist" |
1402 » exit $EXIT_FAILURE | |
1403 fi | 4328 fi |
1404 arg=$save_arg | 4329 arg=$save_arg |
1405 prev= | 4330 prev= |
1406 continue | 4331 continue |
1407 ;; | 4332 ;; |
| 4333 precious_regex) |
| 4334 precious_files_regex="$arg" |
| 4335 prev= |
| 4336 continue |
| 4337 ;; |
| 4338 release) |
| 4339 release="-$arg" |
| 4340 prev= |
| 4341 continue |
| 4342 ;; |
1408 rpath | xrpath) | 4343 rpath | xrpath) |
1409 # We need an absolute path. | 4344 # We need an absolute path. |
1410 case $arg in | 4345 case $arg in |
1411 [\\/]* | [A-Za-z]:[\\/]*) ;; | 4346 [\\/]* | [A-Za-z]:[\\/]*) ;; |
1412 *) | 4347 *) |
1413 » $echo "$modename: only absolute run-paths are allowed" 1>&2 | 4348 » func_fatal_error "only absolute run-paths are allowed" |
1414 » exit $EXIT_FAILURE | |
1415 ;; | 4349 ;; |
1416 esac | 4350 esac |
1417 if test "$prev" = rpath; then | 4351 if test "$prev" = rpath; then |
1418 case "$rpath " in | 4352 case "$rpath " in |
1419 *" $arg "*) ;; | 4353 *" $arg "*) ;; |
1420 *) rpath="$rpath $arg" ;; | 4354 *) rpath="$rpath $arg" ;; |
1421 esac | 4355 esac |
1422 else | 4356 else |
1423 case "$xrpath " in | 4357 case "$xrpath " in |
1424 *" $arg "*) ;; | 4358 *" $arg "*) ;; |
1425 *) xrpath="$xrpath $arg" ;; | 4359 *) xrpath="$xrpath $arg" ;; |
1426 esac | 4360 esac |
1427 fi | 4361 fi |
1428 prev= | 4362 prev= |
1429 continue | 4363 continue |
1430 ;; | 4364 ;; |
| 4365 shrext) |
| 4366 shrext_cmds="$arg" |
| 4367 prev= |
| 4368 continue |
| 4369 ;; |
| 4370 weak) |
| 4371 weak_libs="$weak_libs $arg" |
| 4372 prev= |
| 4373 continue |
| 4374 ;; |
| 4375 xcclinker) |
| 4376 linker_flags="$linker_flags $qarg" |
| 4377 compiler_flags="$compiler_flags $qarg" |
| 4378 prev= |
| 4379 func_append compile_command " $qarg" |
| 4380 func_append finalize_command " $qarg" |
| 4381 continue |
| 4382 ;; |
1431 xcompiler) | 4383 xcompiler) |
1432 compiler_flags="$compiler_flags $qarg" | 4384 compiler_flags="$compiler_flags $qarg" |
1433 prev= | 4385 prev= |
1434 » compile_command="$compile_command $qarg" | 4386 » func_append compile_command " $qarg" |
1435 » finalize_command="$finalize_command $qarg" | 4387 » func_append finalize_command " $qarg" |
1436 continue | 4388 continue |
1437 ;; | 4389 ;; |
1438 xlinker) | 4390 xlinker) |
1439 linker_flags="$linker_flags $qarg" | 4391 linker_flags="$linker_flags $qarg" |
1440 compiler_flags="$compiler_flags $wl$qarg" | 4392 compiler_flags="$compiler_flags $wl$qarg" |
1441 prev= | 4393 prev= |
1442 » compile_command="$compile_command $wl$qarg" | 4394 » func_append compile_command " $wl$qarg" |
1443 » finalize_command="$finalize_command $wl$qarg" | 4395 » func_append finalize_command " $wl$qarg" |
1444 » continue | |
1445 » ;; | |
1446 » xcclinker) | |
1447 » linker_flags="$linker_flags $qarg" | |
1448 » compiler_flags="$compiler_flags $qarg" | |
1449 » prev= | |
1450 » compile_command="$compile_command $qarg" | |
1451 » finalize_command="$finalize_command $qarg" | |
1452 » continue | |
1453 » ;; | |
1454 » shrext) | |
1455 » shrext_cmds="$arg" | |
1456 » prev= | |
1457 » continue | |
1458 » ;; | |
1459 » darwin_framework|darwin_framework_skip) | |
1460 » test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $
arg" | |
1461 » compile_command="$compile_command $arg" | |
1462 » finalize_command="$finalize_command $arg" | |
1463 » prev= | |
1464 continue | 4396 continue |
1465 ;; | 4397 ;; |
1466 *) | 4398 *) |
1467 eval "$prev=\"\$arg\"" | 4399 eval "$prev=\"\$arg\"" |
1468 prev= | 4400 prev= |
1469 continue | 4401 continue |
1470 ;; | 4402 ;; |
1471 esac | 4403 esac |
1472 fi # test -n "$prev" | 4404 fi # test -n "$prev" |
1473 | 4405 |
1474 prevarg="$arg" | 4406 prevarg="$arg" |
1475 | 4407 |
1476 case $arg in | 4408 case $arg in |
1477 -all-static) | 4409 -all-static) |
1478 if test -n "$link_static_flag"; then | 4410 if test -n "$link_static_flag"; then |
1479 » compile_command="$compile_command $link_static_flag" | 4411 » # See comment for -static flag below, for more details. |
1480 » finalize_command="$finalize_command $link_static_flag" | 4412 » func_append compile_command " $link_static_flag" |
| 4413 » func_append finalize_command " $link_static_flag" |
1481 fi | 4414 fi |
1482 continue | 4415 continue |
1483 ;; | 4416 ;; |
1484 | 4417 |
1485 -allow-undefined) | 4418 -allow-undefined) |
1486 # FIXME: remove this flag sometime in the future. | 4419 # FIXME: remove this flag sometime in the future. |
1487 » $echo "$modename: \`-allow-undefined' is deprecated because it is the de
fault" 1>&2 | 4420 » func_fatal_error "\`-allow-undefined' must not be used because it is the
default" |
1488 » continue | |
1489 ;; | 4421 ;; |
1490 | 4422 |
1491 -avoid-version) | 4423 -avoid-version) |
1492 avoid_version=yes | 4424 avoid_version=yes |
1493 continue | 4425 continue |
1494 ;; | 4426 ;; |
1495 | 4427 |
1496 -dlopen) | 4428 -dlopen) |
1497 prev=dlfiles | 4429 prev=dlfiles |
1498 continue | 4430 continue |
1499 ;; | 4431 ;; |
1500 | 4432 |
1501 -dlpreopen) | 4433 -dlpreopen) |
1502 prev=dlprefiles | 4434 prev=dlprefiles |
1503 continue | 4435 continue |
1504 ;; | 4436 ;; |
1505 | 4437 |
1506 -export-dynamic) | 4438 -export-dynamic) |
1507 export_dynamic=yes | 4439 export_dynamic=yes |
1508 continue | 4440 continue |
1509 ;; | 4441 ;; |
1510 | 4442 |
1511 -export-symbols | -export-symbols-regex) | 4443 -export-symbols | -export-symbols-regex) |
1512 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then | 4444 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then |
1513 » $echo "$modename: more than one -exported-symbols argument is not allo
wed" | 4445 » func_fatal_error "more than one -exported-symbols argument is not allo
wed" |
1514 » exit $EXIT_FAILURE | |
1515 fi | 4446 fi |
1516 if test "X$arg" = "X-export-symbols"; then | 4447 if test "X$arg" = "X-export-symbols"; then |
1517 prev=expsyms | 4448 prev=expsyms |
1518 else | 4449 else |
1519 prev=expsyms_regex | 4450 prev=expsyms_regex |
1520 fi | 4451 fi |
1521 continue | 4452 continue |
1522 ;; | 4453 ;; |
1523 | 4454 |
1524 -framework|-arch|-isysroot) | 4455 -framework) |
1525 » case " $CC " in | 4456 » prev=framework |
1526 » *" ${arg} ${1} "* | *" ${arg}»${1} "*) | |
1527 » » prev=darwin_framework_skip ;; | |
1528 » *) compiler_flags="$compiler_flags $arg" | |
1529 » prev=darwin_framework ;; | |
1530 » esac | |
1531 » compile_command="$compile_command $arg" | |
1532 » finalize_command="$finalize_command $arg" | |
1533 continue | 4457 continue |
1534 ;; | 4458 ;; |
1535 | 4459 |
1536 -inst-prefix-dir) | 4460 -inst-prefix-dir) |
1537 prev=inst_prefix | 4461 prev=inst_prefix |
1538 continue | 4462 continue |
1539 ;; | 4463 ;; |
1540 | 4464 |
1541 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* | 4465 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* |
1542 # so, if we see these flags be careful not to treat them like -L | 4466 # so, if we see these flags be careful not to treat them like -L |
1543 -L[A-Z][A-Z]*:*) | 4467 -L[A-Z][A-Z]*:*) |
1544 case $with_gcc/$host in | 4468 case $with_gcc/$host in |
1545 no/*-*-irix* | /*-*-irix*) | 4469 no/*-*-irix* | /*-*-irix*) |
1546 » compile_command="$compile_command $arg" | 4470 » func_append compile_command " $arg" |
1547 » finalize_command="$finalize_command $arg" | 4471 » func_append finalize_command " $arg" |
1548 ;; | 4472 ;; |
1549 esac | 4473 esac |
1550 continue | 4474 continue |
1551 ;; | 4475 ;; |
1552 | 4476 |
1553 -L*) | 4477 -L*) |
1554 » dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` | 4478 » func_stripname '-L' '' "$arg" |
| 4479 » dir=$func_stripname_result |
| 4480 » if test -z "$dir"; then |
| 4481 » if test "$#" -gt 0; then |
| 4482 » func_fatal_error "require no space between \`-L' and \`$1'" |
| 4483 » else |
| 4484 » func_fatal_error "need path for \`-L' option" |
| 4485 » fi |
| 4486 » fi |
1555 # We need an absolute path. | 4487 # We need an absolute path. |
1556 case $dir in | 4488 case $dir in |
1557 [\\/]* | [A-Za-z]:[\\/]*) ;; | 4489 [\\/]* | [A-Za-z]:[\\/]*) ;; |
1558 *) | 4490 *) |
1559 absdir=`cd "$dir" && pwd` | 4491 absdir=`cd "$dir" && pwd` |
1560 » if test -z "$absdir"; then | 4492 » test -z "$absdir" && \ |
1561 » $echo "$modename: cannot determine absolute directory name of \`$dir
'" 1>&2 | 4493 » func_fatal_error "cannot determine absolute directory name of \`$dir
'" |
1562 » absdir="$dir" | |
1563 » notinst_path="$notinst_path $dir" | |
1564 » fi | |
1565 dir="$absdir" | 4494 dir="$absdir" |
1566 ;; | 4495 ;; |
1567 esac | 4496 esac |
1568 case "$deplibs " in | 4497 case "$deplibs " in |
1569 *" -L$dir "*) ;; | 4498 *" -L$dir "*) ;; |
1570 *) | 4499 *) |
1571 deplibs="$deplibs -L$dir" | 4500 deplibs="$deplibs -L$dir" |
1572 lib_search_path="$lib_search_path $dir" | 4501 lib_search_path="$lib_search_path $dir" |
1573 ;; | 4502 ;; |
1574 esac | 4503 esac |
1575 case $host in | 4504 case $host in |
1576 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) | 4505 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) |
1577 » testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'` | 4506 » testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` |
1578 case :$dllsearchpath: in | 4507 case :$dllsearchpath: in |
1579 *":$dir:"*) ;; | 4508 *":$dir:"*) ;; |
| 4509 ::) dllsearchpath=$dir;; |
1580 *) dllsearchpath="$dllsearchpath:$dir";; | 4510 *) dllsearchpath="$dllsearchpath:$dir";; |
1581 esac | 4511 esac |
1582 case :$dllsearchpath: in | 4512 case :$dllsearchpath: in |
1583 *":$testbindir:"*) ;; | 4513 *":$testbindir:"*) ;; |
| 4514 ::) dllsearchpath=$testbindir;; |
1584 *) dllsearchpath="$dllsearchpath:$testbindir";; | 4515 *) dllsearchpath="$dllsearchpath:$testbindir";; |
1585 esac | 4516 esac |
1586 ;; | 4517 ;; |
1587 esac | 4518 esac |
1588 continue | 4519 continue |
1589 ;; | 4520 ;; |
1590 | 4521 |
1591 -l*) | 4522 -l*) |
1592 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then | 4523 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then |
1593 case $host in | 4524 case $host in |
1594 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*) | 4525 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*) |
1595 # These systems don't actually have a C or math library (as such) | 4526 # These systems don't actually have a C or math library (as such) |
1596 continue | 4527 continue |
1597 ;; | 4528 ;; |
1598 *-*-os2*) | 4529 *-*-os2*) |
1599 # These systems don't actually have a C library (as such) | 4530 # These systems don't actually have a C library (as such) |
1600 test "X$arg" = "X-lc" && continue | 4531 test "X$arg" = "X-lc" && continue |
1601 ;; | 4532 ;; |
1602 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) | 4533 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) |
1603 # Do not include libc due to us having libc/libc_r. | 4534 # Do not include libc due to us having libc/libc_r. |
1604 test "X$arg" = "X-lc" && continue | 4535 test "X$arg" = "X-lc" && continue |
1605 ;; | 4536 ;; |
1606 *-*-rhapsody* | *-*-darwin1.[012]) | 4537 *-*-rhapsody* | *-*-darwin1.[012]) |
1607 # Rhapsody C and math libraries are in the System framework | 4538 # Rhapsody C and math libraries are in the System framework |
1608 » deplibs="$deplibs -framework System" | 4539 » deplibs="$deplibs System.ltframework" |
1609 continue | 4540 continue |
1610 ;; | 4541 ;; |
1611 *-*-sco3.2v5* | *-*-sco5v6*) | 4542 *-*-sco3.2v5* | *-*-sco5v6*) |
1612 # Causes problems with __ctype | 4543 # Causes problems with __ctype |
1613 test "X$arg" = "X-lc" && continue | 4544 test "X$arg" = "X-lc" && continue |
1614 ;; | 4545 ;; |
1615 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) | 4546 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) |
1616 # Compiler inserts libc in the correct place for threads to work | 4547 # Compiler inserts libc in the correct place for threads to work |
1617 test "X$arg" = "X-lc" && continue | 4548 test "X$arg" = "X-lc" && continue |
1618 ;; | 4549 ;; |
1619 esac | 4550 esac |
1620 elif test "X$arg" = "X-lc_r"; then | 4551 elif test "X$arg" = "X-lc_r"; then |
1621 case $host in | 4552 case $host in |
1622 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) | 4553 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) |
1623 # Do not include libc_r directly, use -pthread flag. | 4554 # Do not include libc_r directly, use -pthread flag. |
1624 continue | 4555 continue |
1625 ;; | 4556 ;; |
1626 esac | 4557 esac |
1627 fi | 4558 fi |
1628 deplibs="$deplibs $arg" | 4559 deplibs="$deplibs $arg" |
1629 continue | 4560 continue |
1630 ;; | 4561 ;; |
1631 | 4562 |
1632 # Tru64 UNIX uses -model [arg] to determine the layout of C++ | |
1633 # classes, name mangling, and exception handling. | |
1634 -model) | |
1635 compile_command="$compile_command $arg" | |
1636 compiler_flags="$compiler_flags $arg" | |
1637 finalize_command="$finalize_command $arg" | |
1638 prev=xcompiler | |
1639 continue | |
1640 ;; | |
1641 | |
1642 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) | |
1643 compiler_flags="$compiler_flags $arg" | |
1644 compile_command="$compile_command $arg" | |
1645 finalize_command="$finalize_command $arg" | |
1646 continue | |
1647 ;; | |
1648 | |
1649 -module) | 4563 -module) |
1650 module=yes | 4564 module=yes |
1651 continue | 4565 continue |
1652 ;; | 4566 ;; |
1653 | 4567 |
1654 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler | 4568 # Tru64 UNIX uses -model [arg] to determine the layout of C++ |
1655 # -r[0-9][0-9]* specifies the processor on the SGI compiler | 4569 # classes, name mangling, and exception handling. |
1656 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler | 4570 # Darwin uses the -arch flag to determine output architecture. |
1657 # +DA*, +DD* enable 64-bit mode on the HP compiler | 4571 -model|-arch|-isysroot) |
1658 # -q* pass through compiler args for the IBM compiler | 4572 » compiler_flags="$compiler_flags $arg" |
1659 # -m* pass through architecture-specific compiler args for GCC | 4573 » func_append compile_command " $arg" |
1660 # -m*, -t[45]*, -txscale* pass through architecture-specific | 4574 » func_append finalize_command " $arg" |
1661 # compiler args for GCC | 4575 » prev=xcompiler |
1662 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC | |
1663 # -F/path gives path to uninstalled frameworks, gcc on darwin | |
1664 # @file GCC response files | |
1665 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ | |
1666 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) | |
1667 | |
1668 » # Unknown arguments in both finalize_command and compile_command need | |
1669 » # to be aesthetically quoted because they are evaled later. | |
1670 » arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` | |
1671 » case $arg in | |
1672 » *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | |
1673 » arg="\"$arg\"" | |
1674 » ;; | |
1675 » esac | |
1676 compile_command="$compile_command $arg" | |
1677 finalize_command="$finalize_command $arg" | |
1678 compiler_flags="$compiler_flags $arg" | |
1679 continue | |
1680 ;; | |
1681 | |
1682 -shrext) | |
1683 » prev=shrext | |
1684 continue | 4576 continue |
1685 ;; | 4577 ;; |
1686 | 4578 |
| 4579 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) |
| 4580 compiler_flags="$compiler_flags $arg" |
| 4581 func_append compile_command " $arg" |
| 4582 func_append finalize_command " $arg" |
| 4583 case "$new_inherited_linker_flags " in |
| 4584 *" $arg "*) ;; |
| 4585 * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;; |
| 4586 esac |
| 4587 continue |
| 4588 ;; |
| 4589 |
| 4590 -multi_module) |
| 4591 single_module="${wl}-multi_module" |
| 4592 continue |
| 4593 ;; |
| 4594 |
1687 -no-fast-install) | 4595 -no-fast-install) |
1688 fast_install=no | 4596 fast_install=no |
1689 continue | 4597 continue |
1690 ;; | 4598 ;; |
1691 | 4599 |
1692 -no-install) | 4600 -no-install) |
1693 case $host in | 4601 case $host in |
1694 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*) | 4602 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*
) |
1695 # The PATH hackery in wrapper scripts is required on Windows | 4603 # The PATH hackery in wrapper scripts is required on Windows |
1696 # and Darwin in order for the loader to find any dlls it needs. | 4604 # and Darwin in order for the loader to find any dlls it needs. |
1697 » $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 | 4605 » func_warning "\`-no-install' is ignored for $host" |
1698 » $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 | 4606 » func_warning "assuming \`-no-fast-install' instead" |
1699 fast_install=no | 4607 fast_install=no |
1700 ;; | 4608 ;; |
1701 *) no_install=yes ;; | 4609 *) no_install=yes ;; |
1702 esac | 4610 esac |
1703 continue | 4611 continue |
1704 ;; | 4612 ;; |
1705 | 4613 |
1706 -no-undefined) | 4614 -no-undefined) |
1707 allow_undefined=no | 4615 allow_undefined=no |
1708 continue | 4616 continue |
(...skipping 20 matching lines...) Expand all Loading... |
1729 prev=rpath | 4637 prev=rpath |
1730 continue | 4638 continue |
1731 ;; | 4639 ;; |
1732 | 4640 |
1733 -R) | 4641 -R) |
1734 prev=xrpath | 4642 prev=xrpath |
1735 continue | 4643 continue |
1736 ;; | 4644 ;; |
1737 | 4645 |
1738 -R*) | 4646 -R*) |
1739 » dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` | 4647 » func_stripname '-R' '' "$arg" |
| 4648 » dir=$func_stripname_result |
1740 # We need an absolute path. | 4649 # We need an absolute path. |
1741 case $dir in | 4650 case $dir in |
1742 [\\/]* | [A-Za-z]:[\\/]*) ;; | 4651 [\\/]* | [A-Za-z]:[\\/]*) ;; |
1743 *) | 4652 *) |
1744 » $echo "$modename: only absolute run-paths are allowed" 1>&2 | 4653 » func_fatal_error "only absolute run-paths are allowed" |
1745 » exit $EXIT_FAILURE | |
1746 ;; | 4654 ;; |
1747 esac | 4655 esac |
1748 case "$xrpath " in | 4656 case "$xrpath " in |
1749 *" $dir "*) ;; | 4657 *" $dir "*) ;; |
1750 *) xrpath="$xrpath $dir" ;; | 4658 *) xrpath="$xrpath $dir" ;; |
1751 esac | 4659 esac |
1752 continue | 4660 continue |
1753 ;; | 4661 ;; |
1754 | 4662 |
| 4663 -shared) |
| 4664 # The effects of -shared are defined in a previous loop. |
| 4665 continue |
| 4666 ;; |
| 4667 |
| 4668 -shrext) |
| 4669 prev=shrext |
| 4670 continue |
| 4671 ;; |
| 4672 |
1755 -static | -static-libtool-libs) | 4673 -static | -static-libtool-libs) |
1756 # The effects of -static are defined in a previous loop. | 4674 # The effects of -static are defined in a previous loop. |
1757 # We used to do the same as -all-static on platforms that | 4675 # We used to do the same as -all-static on platforms that |
1758 # didn't have a PIC flag, but the assumption that the effects | 4676 # didn't have a PIC flag, but the assumption that the effects |
1759 # would be equivalent was wrong. It would break on at least | 4677 # would be equivalent was wrong. It would break on at least |
1760 # Digital Unix and AIX. | 4678 # Digital Unix and AIX. |
1761 continue | 4679 continue |
1762 ;; | 4680 ;; |
1763 | 4681 |
1764 -thread-safe) | 4682 -thread-safe) |
1765 thread_safe=yes | 4683 thread_safe=yes |
1766 continue | 4684 continue |
1767 ;; | 4685 ;; |
1768 | 4686 |
1769 -version-info) | 4687 -version-info) |
1770 prev=vinfo | 4688 prev=vinfo |
1771 continue | 4689 continue |
1772 ;; | 4690 ;; |
| 4691 |
1773 -version-number) | 4692 -version-number) |
1774 prev=vinfo | 4693 prev=vinfo |
1775 vinfo_number=yes | 4694 vinfo_number=yes |
1776 continue | 4695 continue |
1777 ;; | 4696 ;; |
1778 | 4697 |
| 4698 -weak) |
| 4699 prev=weak |
| 4700 continue |
| 4701 ;; |
| 4702 |
1779 -Wc,*) | 4703 -Wc,*) |
1780 » args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` | 4704 » func_stripname '-Wc,' '' "$arg" |
| 4705 » args=$func_stripname_result |
1781 arg= | 4706 arg= |
1782 save_ifs="$IFS"; IFS=',' | 4707 save_ifs="$IFS"; IFS=',' |
1783 for flag in $args; do | 4708 for flag in $args; do |
1784 IFS="$save_ifs" | 4709 IFS="$save_ifs" |
1785 » case $flag in | 4710 func_quote_for_eval "$flag" |
1786 » *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | 4711 » arg="$arg $wl$func_quote_for_eval_result" |
1787 » flag="\"$flag\"" | 4712 » compiler_flags="$compiler_flags $func_quote_for_eval_result" |
1788 » ;; | |
1789 » esac | |
1790 » arg="$arg $wl$flag" | |
1791 » compiler_flags="$compiler_flags $flag" | |
1792 done | 4713 done |
1793 IFS="$save_ifs" | 4714 IFS="$save_ifs" |
1794 » arg=`$echo "X$arg" | $Xsed -e "s/^ //"` | 4715 » func_stripname ' ' '' "$arg" |
| 4716 » arg=$func_stripname_result |
1795 ;; | 4717 ;; |
1796 | 4718 |
1797 -Wl,*) | 4719 -Wl,*) |
1798 » args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` | 4720 » func_stripname '-Wl,' '' "$arg" |
| 4721 » args=$func_stripname_result |
1799 arg= | 4722 arg= |
1800 save_ifs="$IFS"; IFS=',' | 4723 save_ifs="$IFS"; IFS=',' |
1801 for flag in $args; do | 4724 for flag in $args; do |
1802 IFS="$save_ifs" | 4725 IFS="$save_ifs" |
1803 » case $flag in | 4726 func_quote_for_eval "$flag" |
1804 » *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | 4727 » arg="$arg $wl$func_quote_for_eval_result" |
1805 » flag="\"$flag\"" | 4728 » compiler_flags="$compiler_flags $wl$func_quote_for_eval_result" |
1806 » ;; | 4729 » linker_flags="$linker_flags $func_quote_for_eval_result" |
1807 » esac | |
1808 » arg="$arg $wl$flag" | |
1809 » compiler_flags="$compiler_flags $wl$flag" | |
1810 » linker_flags="$linker_flags $flag" | |
1811 done | 4730 done |
1812 IFS="$save_ifs" | 4731 IFS="$save_ifs" |
1813 » arg=`$echo "X$arg" | $Xsed -e "s/^ //"` | 4732 » func_stripname ' ' '' "$arg" |
| 4733 » arg=$func_stripname_result |
1814 ;; | 4734 ;; |
1815 | 4735 |
1816 -Xcompiler) | 4736 -Xcompiler) |
1817 prev=xcompiler | 4737 prev=xcompiler |
1818 continue | 4738 continue |
1819 ;; | 4739 ;; |
1820 | 4740 |
1821 -Xlinker) | 4741 -Xlinker) |
1822 prev=xlinker | 4742 prev=xlinker |
1823 continue | 4743 continue |
1824 ;; | 4744 ;; |
1825 | 4745 |
1826 -XCClinker) | 4746 -XCClinker) |
1827 prev=xcclinker | 4747 prev=xcclinker |
1828 continue | 4748 continue |
1829 ;; | 4749 ;; |
1830 | 4750 |
| 4751 # -msg_* for osf cc |
| 4752 -msg_*) |
| 4753 func_quote_for_eval "$arg" |
| 4754 arg="$func_quote_for_eval_result" |
| 4755 ;; |
| 4756 |
| 4757 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler |
| 4758 # -r[0-9][0-9]* specifies the processor on the SGI compiler |
| 4759 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler |
| 4760 # +DA*, +DD* enable 64-bit mode on the HP compiler |
| 4761 # -q* pass through compiler args for the IBM compiler |
| 4762 # -m*, -t[45]*, -txscale* pass through architecture-specific |
| 4763 # compiler args for GCC |
| 4764 # -F/path gives path to uninstalled frameworks, gcc on darwin |
| 4765 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC |
| 4766 # @file GCC response files |
| 4767 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ |
| 4768 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) |
| 4769 func_quote_for_eval "$arg" |
| 4770 arg="$func_quote_for_eval_result" |
| 4771 func_append compile_command " $arg" |
| 4772 func_append finalize_command " $arg" |
| 4773 compiler_flags="$compiler_flags $arg" |
| 4774 continue |
| 4775 ;; |
| 4776 |
1831 # Some other compiler flag. | 4777 # Some other compiler flag. |
1832 -* | +*) | 4778 -* | +*) |
1833 » # Unknown arguments in both finalize_command and compile_command need | 4779 func_quote_for_eval "$arg" |
1834 » # to be aesthetically quoted because they are evaled later. | 4780 » arg="$func_quote_for_eval_result" |
1835 » arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` | |
1836 » case $arg in | |
1837 » *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | |
1838 » arg="\"$arg\"" | |
1839 » ;; | |
1840 » esac | |
1841 ;; | 4781 ;; |
1842 | 4782 |
1843 *.$objext) | 4783 *.$objext) |
1844 # A standard object. | 4784 # A standard object. |
1845 objs="$objs $arg" | 4785 objs="$objs $arg" |
1846 ;; | 4786 ;; |
1847 | 4787 |
1848 *.lo) | 4788 *.lo) |
1849 # A libtool-controlled object. | 4789 # A libtool-controlled object. |
1850 | 4790 |
1851 # Check to see that this really is a libtool object. | 4791 # Check to see that this really is a libtool object. |
1852 » if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null
2>&1; then | 4792 » if func_lalib_unsafe_p "$arg"; then |
1853 pic_object= | 4793 pic_object= |
1854 non_pic_object= | 4794 non_pic_object= |
1855 | 4795 |
1856 # Read the .lo file | 4796 # Read the .lo file |
1857 » # If there is no directory component, then add one. | 4797 » func_source "$arg" |
1858 » case $arg in | |
1859 » */* | *\\*) . $arg ;; | |
1860 » *) . ./$arg ;; | |
1861 » esac | |
1862 | 4798 |
1863 » if test -z "$pic_object" || \ | 4799 » if test -z "$pic_object" || |
1864 test -z "$non_pic_object" || | 4800 test -z "$non_pic_object" || |
1865 » test "$pic_object" = none && \ | 4801 » test "$pic_object" = none && |
1866 test "$non_pic_object" = none; then | 4802 test "$non_pic_object" = none; then |
1867 » $echo "$modename: cannot find name of object for \`$arg'" 1>&2 | 4803 » func_fatal_error "cannot find name of object for \`$arg'" |
1868 » exit $EXIT_FAILURE | |
1869 fi | 4804 fi |
1870 | 4805 |
1871 # Extract subdirectory from the argument. | 4806 # Extract subdirectory from the argument. |
1872 » xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` | 4807 » func_dirname "$arg" "/" "" |
1873 » if test "X$xdir" = "X$arg"; then | 4808 » xdir="$func_dirname_result" |
1874 » xdir= | |
1875 » else | |
1876 » xdir="$xdir/" | |
1877 » fi | |
1878 | 4809 |
1879 if test "$pic_object" != none; then | 4810 if test "$pic_object" != none; then |
1880 # Prepend the subdirectory the object is found in. | 4811 # Prepend the subdirectory the object is found in. |
1881 pic_object="$xdir$pic_object" | 4812 pic_object="$xdir$pic_object" |
1882 | 4813 |
1883 if test "$prev" = dlfiles; then | 4814 if test "$prev" = dlfiles; then |
1884 if test "$build_libtool_libs" = yes && test "$dlopen_support" = ye
s; then | 4815 if test "$build_libtool_libs" = yes && test "$dlopen_support" = ye
s; then |
1885 dlfiles="$dlfiles $pic_object" | 4816 dlfiles="$dlfiles $pic_object" |
1886 prev= | 4817 prev= |
1887 continue | 4818 continue |
1888 else | 4819 else |
1889 # If libtool objects are unsupported, then we need to preload. | 4820 # If libtool objects are unsupported, then we need to preload. |
1890 prev=dlprefiles | 4821 prev=dlprefiles |
1891 fi | 4822 fi |
1892 fi | 4823 fi |
1893 | 4824 |
1894 # CHECK ME: I think I busted this. -Ossama | 4825 # CHECK ME: I think I busted this. -Ossama |
1895 if test "$prev" = dlprefiles; then | 4826 if test "$prev" = dlprefiles; then |
1896 # Preload the old-style object. | 4827 # Preload the old-style object. |
1897 dlprefiles="$dlprefiles $pic_object" | 4828 dlprefiles="$dlprefiles $pic_object" |
1898 prev= | 4829 prev= |
1899 fi | 4830 fi |
1900 | 4831 |
1901 # A PIC object. | 4832 # A PIC object. |
1902 » libobjs="$libobjs $pic_object" | 4833 » func_append libobjs " $pic_object" |
1903 arg="$pic_object" | 4834 arg="$pic_object" |
1904 fi | 4835 fi |
1905 | 4836 |
1906 # Non-PIC object. | 4837 # Non-PIC object. |
1907 if test "$non_pic_object" != none; then | 4838 if test "$non_pic_object" != none; then |
1908 # Prepend the subdirectory the object is found in. | 4839 # Prepend the subdirectory the object is found in. |
1909 non_pic_object="$xdir$non_pic_object" | 4840 non_pic_object="$xdir$non_pic_object" |
1910 | 4841 |
1911 # A standard non-PIC object | 4842 # A standard non-PIC object |
1912 » non_pic_objects="$non_pic_objects $non_pic_object" | 4843 » func_append non_pic_objects " $non_pic_object" |
1913 if test -z "$pic_object" || test "$pic_object" = none ; then | 4844 if test -z "$pic_object" || test "$pic_object" = none ; then |
1914 arg="$non_pic_object" | 4845 arg="$non_pic_object" |
1915 fi | 4846 fi |
1916 else | 4847 else |
1917 # If the PIC object exists, use it instead. | 4848 # If the PIC object exists, use it instead. |
1918 # $xdir was prepended to $pic_object above. | 4849 # $xdir was prepended to $pic_object above. |
1919 non_pic_object="$pic_object" | 4850 non_pic_object="$pic_object" |
1920 » non_pic_objects="$non_pic_objects $non_pic_object" | 4851 » func_append non_pic_objects " $non_pic_object" |
1921 fi | 4852 fi |
1922 else | 4853 else |
1923 # Only an error if not doing a dry-run. | 4854 # Only an error if not doing a dry-run. |
1924 » if test -z "$run"; then | 4855 » if $opt_dry_run; then |
1925 » $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 | 4856 » # Extract subdirectory from the argument. |
1926 » exit $EXIT_FAILURE | 4857 » func_dirname "$arg" "/" "" |
| 4858 » xdir="$func_dirname_result" |
| 4859 |
| 4860 » func_lo2o "$arg" |
| 4861 » pic_object=$xdir$objdir/$func_lo2o_result |
| 4862 » non_pic_object=$xdir$func_lo2o_result |
| 4863 » func_append libobjs " $pic_object" |
| 4864 » func_append non_pic_objects " $non_pic_object" |
1927 else | 4865 else |
1928 » # Dry-run case. | 4866 » func_fatal_error "\`$arg' is not a valid libtool object" |
1929 | |
1930 » # Extract subdirectory from the argument. | |
1931 » xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` | |
1932 » if test "X$xdir" = "X$arg"; then | |
1933 » xdir= | |
1934 » else | |
1935 » xdir="$xdir/" | |
1936 » fi | |
1937 | |
1938 » pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` | |
1939 » non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` | |
1940 » libobjs="$libobjs $pic_object" | |
1941 » non_pic_objects="$non_pic_objects $non_pic_object" | |
1942 fi | 4867 fi |
1943 fi | 4868 fi |
1944 ;; | 4869 ;; |
1945 | 4870 |
1946 *.$libext) | 4871 *.$libext) |
1947 # An archive. | 4872 # An archive. |
1948 deplibs="$deplibs $arg" | 4873 deplibs="$deplibs $arg" |
1949 old_deplibs="$old_deplibs $arg" | 4874 old_deplibs="$old_deplibs $arg" |
1950 continue | 4875 continue |
1951 ;; | 4876 ;; |
(...skipping 12 matching lines...) Expand all Loading... |
1964 else | 4889 else |
1965 deplibs="$deplibs $arg" | 4890 deplibs="$deplibs $arg" |
1966 fi | 4891 fi |
1967 continue | 4892 continue |
1968 ;; | 4893 ;; |
1969 | 4894 |
1970 # Some other compiler argument. | 4895 # Some other compiler argument. |
1971 *) | 4896 *) |
1972 # Unknown arguments in both finalize_command and compile_command need | 4897 # Unknown arguments in both finalize_command and compile_command need |
1973 # to be aesthetically quoted because they are evaled later. | 4898 # to be aesthetically quoted because they are evaled later. |
1974 » arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` | 4899 » func_quote_for_eval "$arg" |
1975 » case $arg in | 4900 » arg="$func_quote_for_eval_result" |
1976 » *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \» ]*|*]*|"") | |
1977 » arg="\"$arg\"" | |
1978 » ;; | |
1979 » esac | |
1980 ;; | 4901 ;; |
1981 esac # arg | 4902 esac # arg |
1982 | 4903 |
1983 # Now actually substitute the argument into the commands. | 4904 # Now actually substitute the argument into the commands. |
1984 if test -n "$arg"; then | 4905 if test -n "$arg"; then |
1985 » compile_command="$compile_command $arg" | 4906 » func_append compile_command " $arg" |
1986 » finalize_command="$finalize_command $arg" | 4907 » func_append finalize_command " $arg" |
1987 fi | 4908 fi |
1988 done # argument parsing loop | 4909 done # argument parsing loop |
1989 | 4910 |
1990 if test -n "$prev"; then | 4911 test -n "$prev" && \ |
1991 $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 | 4912 func_fatal_help "the \`$prevarg' option requires an argument" |
1992 $echo "$help" 1>&2 | |
1993 exit $EXIT_FAILURE | |
1994 fi | |
1995 | 4913 |
1996 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then | 4914 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then |
1997 eval arg=\"$export_dynamic_flag_spec\" | 4915 eval arg=\"$export_dynamic_flag_spec\" |
1998 compile_command="$compile_command $arg" | 4916 func_append compile_command " $arg" |
1999 finalize_command="$finalize_command $arg" | 4917 func_append finalize_command " $arg" |
2000 fi | 4918 fi |
2001 | 4919 |
2002 oldlibs= | 4920 oldlibs= |
2003 # calculate the name of the file, without its directory | 4921 # calculate the name of the file, without its directory |
2004 outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` | 4922 func_basename "$output" |
| 4923 outputname="$func_basename_result" |
2005 libobjs_save="$libobjs" | 4924 libobjs_save="$libobjs" |
2006 | 4925 |
2007 if test -n "$shlibpath_var"; then | 4926 if test -n "$shlibpath_var"; then |
2008 # get the directories listed in $shlibpath_var | 4927 # get the directories listed in $shlibpath_var |
2009 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:
/ /g\'\` | 4928 eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:
/ /g\'\` |
2010 else | 4929 else |
2011 shlib_search_path= | 4930 shlib_search_path= |
2012 fi | 4931 fi |
2013 eval sys_lib_search_path=\"$sys_lib_search_path_spec\" | 4932 eval sys_lib_search_path=\"$sys_lib_search_path_spec\" |
2014 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" | 4933 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" |
2015 | 4934 |
2016 output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` | 4935 func_dirname "$output" "/" "" |
2017 if test "X$output_objdir" = "X$output"; then | 4936 output_objdir="$func_dirname_result$objdir" |
2018 output_objdir="$objdir" | |
2019 else | |
2020 output_objdir="$output_objdir/$objdir" | |
2021 fi | |
2022 # Create the object directory. | 4937 # Create the object directory. |
2023 if test ! -d "$output_objdir"; then | 4938 func_mkdir_p "$output_objdir" |
2024 $show "$mkdir $output_objdir" | |
2025 $run $mkdir $output_objdir | |
2026 exit_status=$? | |
2027 if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then | |
2028 » exit $exit_status | |
2029 fi | |
2030 fi | |
2031 | 4939 |
2032 # Determine the type of output | 4940 # Determine the type of output |
2033 case $output in | 4941 case $output in |
2034 "") | 4942 "") |
2035 $echo "$modename: you must specify an output file" 1>&2 | 4943 func_fatal_help "you must specify an output file" |
2036 $echo "$help" 1>&2 | |
2037 exit $EXIT_FAILURE | |
2038 ;; | 4944 ;; |
2039 *.$libext) linkmode=oldlib ;; | 4945 *.$libext) linkmode=oldlib ;; |
2040 *.lo | *.$objext) linkmode=obj ;; | 4946 *.lo | *.$objext) linkmode=obj ;; |
2041 *.la) linkmode=lib ;; | 4947 *.la) linkmode=lib ;; |
2042 *) linkmode=prog ;; # Anything else should be a program. | 4948 *) linkmode=prog ;; # Anything else should be a program. |
2043 esac | 4949 esac |
2044 | 4950 |
2045 case $host in | |
2046 *cygwin* | *mingw* | *pw32*) | |
2047 # don't eliminate duplications in $postdeps and $predeps | |
2048 duplicate_compiler_generated_deps=yes | |
2049 ;; | |
2050 *) | |
2051 duplicate_compiler_generated_deps=$duplicate_deps | |
2052 ;; | |
2053 esac | |
2054 specialdeplibs= | 4951 specialdeplibs= |
2055 | 4952 |
2056 libs= | 4953 libs= |
2057 # Find all interdependent deplibs by searching for libraries | 4954 # Find all interdependent deplibs by searching for libraries |
2058 # that are linked more than once (e.g. -la -lb -la) | 4955 # that are linked more than once (e.g. -la -lb -la) |
2059 for deplib in $deplibs; do | 4956 for deplib in $deplibs; do |
2060 if test "X$duplicate_deps" = "Xyes" ; then | 4957 if $opt_duplicate_deps ; then |
2061 case "$libs " in | 4958 case "$libs " in |
2062 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; | 4959 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
2063 esac | 4960 esac |
2064 fi | 4961 fi |
2065 libs="$libs $deplib" | 4962 libs="$libs $deplib" |
2066 done | 4963 done |
2067 | 4964 |
2068 if test "$linkmode" = lib; then | 4965 if test "$linkmode" = lib; then |
2069 libs="$predeps $libs $compiler_lib_search_path $postdeps" | 4966 libs="$predeps $libs $compiler_lib_search_path $postdeps" |
2070 | 4967 |
2071 # Compute libraries that are listed more than once in $predeps | 4968 # Compute libraries that are listed more than once in $predeps |
2072 # $postdeps and mark them as special (i.e., whose duplicates are | 4969 # $postdeps and mark them as special (i.e., whose duplicates are |
2073 # not to be eliminated). | 4970 # not to be eliminated). |
2074 pre_post_deps= | 4971 pre_post_deps= |
2075 if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then | 4972 if $opt_duplicate_compiler_generated_deps; then |
2076 for pre_post_dep in $predeps $postdeps; do | 4973 for pre_post_dep in $predeps $postdeps; do |
2077 case "$pre_post_deps " in | 4974 case "$pre_post_deps " in |
2078 *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;
; | 4975 *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;
; |
2079 esac | 4976 esac |
2080 pre_post_deps="$pre_post_deps $pre_post_dep" | 4977 pre_post_deps="$pre_post_deps $pre_post_dep" |
2081 done | 4978 done |
2082 fi | 4979 fi |
2083 pre_post_deps= | 4980 pre_post_deps= |
2084 fi | 4981 fi |
2085 | 4982 |
2086 deplibs= | 4983 deplibs= |
2087 newdependency_libs= | 4984 newdependency_libs= |
2088 newlib_search_path= | 4985 newlib_search_path= |
2089 need_relink=no # whether we're linking any uninstalled libtool libraries | 4986 need_relink=no # whether we're linking any uninstalled libtool libraries |
2090 notinst_deplibs= # not-installed libtool libraries | 4987 notinst_deplibs= # not-installed libtool libraries |
| 4988 notinst_path= # paths that contain not-installed libtool libraries |
| 4989 |
2091 case $linkmode in | 4990 case $linkmode in |
2092 lib) | 4991 lib) |
2093 » passes="conv link" | 4992 » passes="conv dlpreopen link" |
2094 for file in $dlfiles $dlprefiles; do | 4993 for file in $dlfiles $dlprefiles; do |
2095 case $file in | 4994 case $file in |
2096 *.la) ;; | 4995 *.la) ;; |
2097 *) | 4996 *) |
2098 » $echo "$modename: libraries can \`-dlopen' only libtool libraries: $
file" 1>&2 | 4997 » func_fatal_help "libraries can \`-dlopen' only libtool libraries: $f
ile" |
2099 » exit $EXIT_FAILURE | |
2100 ;; | 4998 ;; |
2101 esac | 4999 esac |
2102 done | 5000 done |
2103 ;; | 5001 ;; |
2104 prog) | 5002 prog) |
2105 compile_deplibs= | 5003 compile_deplibs= |
2106 finalize_deplibs= | 5004 finalize_deplibs= |
2107 alldeplibs=no | 5005 alldeplibs=no |
2108 newdlfiles= | 5006 newdlfiles= |
2109 newdlprefiles= | 5007 newdlprefiles= |
2110 passes="conv scan dlopen dlpreopen link" | 5008 passes="conv scan dlopen dlpreopen link" |
2111 ;; | 5009 ;; |
2112 *) passes="conv" | 5010 *) passes="conv" |
2113 ;; | 5011 ;; |
2114 esac | 5012 esac |
| 5013 |
2115 for pass in $passes; do | 5014 for pass in $passes; do |
| 5015 # The preopen pass in lib mode reverses $deplibs; put it back here |
| 5016 # so that -L comes before libs that need it for instance... |
| 5017 if test "$linkmode,$pass" = "lib,link"; then |
| 5018 ## FIXME: Find the place where the list is rebuilt in the wrong |
| 5019 ## order, and fix it there properly |
| 5020 tmp_deplibs= |
| 5021 for deplib in $deplibs; do |
| 5022 tmp_deplibs="$deplib $tmp_deplibs" |
| 5023 done |
| 5024 deplibs="$tmp_deplibs" |
| 5025 fi |
| 5026 |
2116 if test "$linkmode,$pass" = "lib,link" || | 5027 if test "$linkmode,$pass" = "lib,link" || |
2117 test "$linkmode,$pass" = "prog,scan"; then | 5028 test "$linkmode,$pass" = "prog,scan"; then |
2118 libs="$deplibs" | 5029 libs="$deplibs" |
2119 deplibs= | 5030 deplibs= |
2120 fi | 5031 fi |
2121 if test "$linkmode" = prog; then | 5032 if test "$linkmode" = prog; then |
2122 case $pass in | 5033 case $pass in |
2123 dlopen) libs="$dlfiles" ;; | 5034 dlopen) libs="$dlfiles" ;; |
2124 dlpreopen) libs="$dlprefiles" ;; | 5035 dlpreopen) libs="$dlprefiles" ;; |
2125 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; | 5036 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; |
2126 esac | 5037 esac |
2127 fi | 5038 fi |
| 5039 if test "$linkmode,$pass" = "lib,dlpreopen"; then |
| 5040 # Collect and forward deplibs of preopened libtool libs |
| 5041 for lib in $dlprefiles; do |
| 5042 # Ignore non-libtool-libs |
| 5043 dependency_libs= |
| 5044 case $lib in |
| 5045 *.la) func_source "$lib" ;; |
| 5046 esac |
| 5047 |
| 5048 # Collect preopened libtool deplibs, except any this library |
| 5049 # has declared as weak libs |
| 5050 for deplib in $dependency_libs; do |
| 5051 deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` |
| 5052 case " $weak_libs " in |
| 5053 *" $deplib_base "*) ;; |
| 5054 *) deplibs="$deplibs $deplib" ;; |
| 5055 esac |
| 5056 done |
| 5057 done |
| 5058 libs="$dlprefiles" |
| 5059 fi |
2128 if test "$pass" = dlopen; then | 5060 if test "$pass" = dlopen; then |
2129 # Collect dlpreopened libraries | 5061 # Collect dlpreopened libraries |
2130 save_deplibs="$deplibs" | 5062 save_deplibs="$deplibs" |
2131 deplibs= | 5063 deplibs= |
2132 fi | 5064 fi |
| 5065 |
2133 for deplib in $libs; do | 5066 for deplib in $libs; do |
2134 lib= | 5067 lib= |
2135 found=no | 5068 found=no |
2136 case $deplib in | 5069 case $deplib in |
2137 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-thread
s) | 5070 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-thread
s) |
2138 if test "$linkmode,$pass" = "prog,link"; then | 5071 if test "$linkmode,$pass" = "prog,link"; then |
2139 compile_deplibs="$deplib $compile_deplibs" | 5072 compile_deplibs="$deplib $compile_deplibs" |
2140 finalize_deplibs="$deplib $finalize_deplibs" | 5073 finalize_deplibs="$deplib $finalize_deplibs" |
2141 else | 5074 else |
2142 compiler_flags="$compiler_flags $deplib" | 5075 compiler_flags="$compiler_flags $deplib" |
| 5076 if test "$linkmode" = lib ; then |
| 5077 case "$new_inherited_linker_flags " in |
| 5078 *" $deplib "*) ;; |
| 5079 * ) new_inherited_linker_flags="$new_inherited_linker_flags
$deplib" ;; |
| 5080 esac |
| 5081 fi |
2143 fi | 5082 fi |
2144 continue | 5083 continue |
2145 ;; | 5084 ;; |
2146 -l*) | 5085 -l*) |
2147 if test "$linkmode" != lib && test "$linkmode" != prog; then | 5086 if test "$linkmode" != lib && test "$linkmode" != prog; then |
2148 » $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>
&2 | 5087 » func_warning "\`-l' is ignored for archives/objects" |
2149 continue | 5088 continue |
2150 fi | 5089 fi |
2151 » name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` | 5090 » func_stripname '-l' '' "$deplib" |
2152 » for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_
path $shlib_search_path; do | 5091 » name=$func_stripname_result |
| 5092 » if test "$linkmode" = lib; then |
| 5093 » searchdirs="$newlib_search_path $lib_search_path $compiler_lib_searc
h_dirs $sys_lib_search_path $shlib_search_path" |
| 5094 » else |
| 5095 » searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_pat
h $shlib_search_path" |
| 5096 » fi |
| 5097 » for searchdir in $searchdirs; do |
2153 for search_ext in .la $std_shrext .so .a; do | 5098 for search_ext in .la $std_shrext .so .a; do |
2154 # Search the libtool library | 5099 # Search the libtool library |
2155 lib="$searchdir/lib${name}${search_ext}" | 5100 lib="$searchdir/lib${name}${search_ext}" |
2156 if test -f "$lib"; then | 5101 if test -f "$lib"; then |
2157 if test "$search_ext" = ".la"; then | 5102 if test "$search_ext" = ".la"; then |
2158 found=yes | 5103 found=yes |
2159 else | 5104 else |
2160 found=no | 5105 found=no |
2161 fi | 5106 fi |
2162 break 2 | 5107 break 2 |
2163 fi | 5108 fi |
2164 done | 5109 done |
2165 done | 5110 done |
2166 if test "$found" != yes; then | 5111 if test "$found" != yes; then |
2167 # deplib doesn't seem to be a libtool library | 5112 # deplib doesn't seem to be a libtool library |
2168 if test "$linkmode,$pass" = "prog,link"; then | 5113 if test "$linkmode,$pass" = "prog,link"; then |
2169 compile_deplibs="$deplib $compile_deplibs" | 5114 compile_deplibs="$deplib $compile_deplibs" |
2170 finalize_deplibs="$deplib $finalize_deplibs" | 5115 finalize_deplibs="$deplib $finalize_deplibs" |
2171 else | 5116 else |
2172 deplibs="$deplib $deplibs" | 5117 deplibs="$deplib $deplibs" |
2173 test "$linkmode" = lib && newdependency_libs="$deplib $newdependen
cy_libs" | 5118 test "$linkmode" = lib && newdependency_libs="$deplib $newdependen
cy_libs" |
2174 fi | 5119 fi |
2175 continue | 5120 continue |
2176 else # deplib is a libtool library | 5121 else # deplib is a libtool library |
2177 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib
, | 5122 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib
, |
2178 # We need to do some special things here, and not later. | 5123 # We need to do some special things here, and not later. |
2179 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then | 5124 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
2180 case " $predeps $postdeps " in | 5125 case " $predeps $postdeps " in |
2181 *" $deplib "*) | 5126 *" $deplib "*) |
2182 » » if (${SED} -e '2q' $lib | | 5127 » » if func_lalib_p "$lib"; then |
2183 grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then | |
2184 library_names= | 5128 library_names= |
2185 old_library= | 5129 old_library= |
2186 » » case $lib in | 5130 » » func_source "$lib" |
2187 » » */* | *\\*) . $lib ;; | |
2188 » » *) . ./$lib ;; | |
2189 » » esac | |
2190 for l in $old_library $library_names; do | 5131 for l in $old_library $library_names; do |
2191 ll="$l" | 5132 ll="$l" |
2192 done | 5133 done |
2193 if test "X$ll" = "X$old_library" ; then # only static version
available | 5134 if test "X$ll" = "X$old_library" ; then # only static version
available |
2194 found=no | 5135 found=no |
2195 » » ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` | 5136 » » func_dirname "$lib" "" "." |
2196 » » test "X$ladir" = "X$lib" && ladir="." | 5137 » » ladir="$func_dirname_result" |
2197 lib=$ladir/$old_library | 5138 lib=$ladir/$old_library |
2198 if test "$linkmode,$pass" = "prog,link"; then | 5139 if test "$linkmode,$pass" = "prog,link"; then |
2199 compile_deplibs="$deplib $compile_deplibs" | 5140 compile_deplibs="$deplib $compile_deplibs" |
2200 finalize_deplibs="$deplib $finalize_deplibs" | 5141 finalize_deplibs="$deplib $finalize_deplibs" |
2201 else | 5142 else |
2202 deplibs="$deplib $deplibs" | 5143 deplibs="$deplib $deplibs" |
2203 test "$linkmode" = lib && newdependency_libs="$deplib $new
dependency_libs" | 5144 test "$linkmode" = lib && newdependency_libs="$deplib $new
dependency_libs" |
2204 fi | 5145 fi |
2205 continue | 5146 continue |
2206 fi | 5147 fi |
2207 fi | 5148 fi |
2208 » ;; | 5149 » » ;; |
2209 *) ;; | 5150 *) ;; |
2210 esac | 5151 esac |
2211 fi | 5152 fi |
2212 fi | 5153 fi |
2213 ;; # -l | 5154 ;; # -l |
| 5155 *.ltframework) |
| 5156 if test "$linkmode,$pass" = "prog,link"; then |
| 5157 compile_deplibs="$deplib $compile_deplibs" |
| 5158 finalize_deplibs="$deplib $finalize_deplibs" |
| 5159 else |
| 5160 deplibs="$deplib $deplibs" |
| 5161 if test "$linkmode" = lib ; then |
| 5162 case "$new_inherited_linker_flags " in |
| 5163 *" $deplib "*) ;; |
| 5164 * ) new_inherited_linker_flags="$new_inherited_linker_flags
$deplib" ;; |
| 5165 esac |
| 5166 fi |
| 5167 fi |
| 5168 continue |
| 5169 ;; |
2214 -L*) | 5170 -L*) |
2215 case $linkmode in | 5171 case $linkmode in |
2216 lib) | 5172 lib) |
2217 deplibs="$deplib $deplibs" | 5173 deplibs="$deplib $deplibs" |
2218 test "$pass" = conv && continue | 5174 test "$pass" = conv && continue |
2219 newdependency_libs="$deplib $newdependency_libs" | 5175 newdependency_libs="$deplib $newdependency_libs" |
2220 » newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -
e 's/^-L//'` | 5176 » func_stripname '-L' '' "$deplib" |
| 5177 » newlib_search_path="$newlib_search_path $func_stripname_result" |
2221 ;; | 5178 ;; |
2222 prog) | 5179 prog) |
2223 if test "$pass" = conv; then | 5180 if test "$pass" = conv; then |
2224 deplibs="$deplib $deplibs" | 5181 deplibs="$deplib $deplibs" |
2225 continue | 5182 continue |
2226 fi | 5183 fi |
2227 if test "$pass" = scan; then | 5184 if test "$pass" = scan; then |
2228 deplibs="$deplib $deplibs" | 5185 deplibs="$deplib $deplibs" |
2229 else | 5186 else |
2230 compile_deplibs="$deplib $compile_deplibs" | 5187 compile_deplibs="$deplib $compile_deplibs" |
2231 finalize_deplibs="$deplib $finalize_deplibs" | 5188 finalize_deplibs="$deplib $finalize_deplibs" |
2232 fi | 5189 fi |
2233 » newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -
e 's/^-L//'` | 5190 » func_stripname '-L' '' "$deplib" |
| 5191 » newlib_search_path="$newlib_search_path $func_stripname_result" |
2234 ;; | 5192 ;; |
2235 *) | 5193 *) |
2236 » $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>
&2 | 5194 » func_warning "\`-L' is ignored for archives/objects" |
2237 ;; | 5195 ;; |
2238 esac # linkmode | 5196 esac # linkmode |
2239 continue | 5197 continue |
2240 ;; # -L | 5198 ;; # -L |
2241 -R*) | 5199 -R*) |
2242 if test "$pass" = link; then | 5200 if test "$pass" = link; then |
2243 » dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` | 5201 » func_stripname '-R' '' "$deplib" |
| 5202 » dir=$func_stripname_result |
2244 # Make sure the xrpath contains only unique directories. | 5203 # Make sure the xrpath contains only unique directories. |
2245 case "$xrpath " in | 5204 case "$xrpath " in |
2246 *" $dir "*) ;; | 5205 *" $dir "*) ;; |
2247 *) xrpath="$xrpath $dir" ;; | 5206 *) xrpath="$xrpath $dir" ;; |
2248 esac | 5207 esac |
2249 fi | 5208 fi |
2250 deplibs="$deplib $deplibs" | 5209 deplibs="$deplib $deplibs" |
2251 continue | 5210 continue |
2252 ;; | 5211 ;; |
2253 *.la) lib="$deplib" ;; | 5212 *.la) lib="$deplib" ;; |
2254 *.$libext) | 5213 *.$libext) |
2255 if test "$pass" = conv; then | 5214 if test "$pass" = conv; then |
2256 deplibs="$deplib $deplibs" | 5215 deplibs="$deplib $deplibs" |
2257 continue | 5216 continue |
2258 fi | 5217 fi |
2259 case $linkmode in | 5218 case $linkmode in |
2260 lib) | 5219 lib) |
2261 » valid_a_lib=no | 5220 » # Linking convenience modules into shared libraries is allowed, |
2262 » case $deplibs_check_method in | 5221 » # but linking other static libraries is non-portable. |
2263 » match_pattern*) | 5222 » case " $dlpreconveniencelibs " in |
2264 » » set dummy $deplibs_check_method | 5223 » *" $deplib "*) ;; |
2265 » match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` | 5224 » *) |
2266 » » if eval $echo \"$deplib\" 2>/dev/null \ | 5225 » valid_a_lib=no |
2267 » » | $SED 10q \ | 5226 » case $deplibs_check_method in |
| 5227 » » match_pattern*) |
| 5228 » » set dummy $deplibs_check_method; shift |
| 5229 » » match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)
"` |
| 5230 » » if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ |
2268 | $EGREP "$match_pattern_regex" > /dev/null; then | 5231 | $EGREP "$match_pattern_regex" > /dev/null; then |
| 5232 valid_a_lib=yes |
| 5233 fi |
| 5234 ;; |
| 5235 pass_all) |
2269 valid_a_lib=yes | 5236 valid_a_lib=yes |
2270 fi | |
2271 ;; | 5237 ;; |
2272 » pass_all) | 5238 » esac |
2273 » » valid_a_lib=yes | 5239 » if test "$valid_a_lib" != yes; then |
2274 » » ;; | 5240 » » $ECHO |
2275 esac | 5241 » » $ECHO "*** Warning: Trying to link with static lib archive $depl
ib." |
2276 » if test "$valid_a_lib" != yes; then | 5242 » » $ECHO "*** I have the capability to make that library automatica
lly link in when" |
2277 » $echo | 5243 » » $ECHO "*** you link to this library. But I can only do this if
you have a" |
2278 » $echo "*** Warning: Trying to link with static lib archive $deplib
." | 5244 » » $ECHO "*** shared version of the library, which you do not appea
r to have" |
2279 » $echo "*** I have the capability to make that library automaticall
y link in when" | 5245 » » $ECHO "*** because the file extensions .$libext of this argument
makes me believe" |
2280 » $echo "*** you link to this library. But I can only do this if yo
u have a" | 5246 » » $ECHO "*** that it is just a static archive that I should not us
e here." |
2281 » $echo "*** shared version of the library, which you do not appear
to have" | 5247 » else |
2282 » $echo "*** because the file extensions .$libext of this argument m
akes me believe" | 5248 » » $ECHO |
2283 » $echo "*** that it is just a static archive that I should not used
here." | 5249 » » $ECHO "*** Warning: Linking the shared library $output against t
he" |
2284 » else | 5250 » » $ECHO "*** static library $deplib is not portable!" |
2285 » $echo | 5251 » » deplibs="$deplib $deplibs" |
2286 » $echo "*** Warning: Linking the shared library $output against the
" | 5252 » fi |
2287 » $echo "*** static library $deplib is not portable!" | 5253 » ;; |
2288 » deplibs="$deplib $deplibs" | 5254 » esac |
2289 » fi | |
2290 continue | 5255 continue |
2291 ;; | 5256 ;; |
2292 prog) | 5257 prog) |
2293 if test "$pass" != link; then | 5258 if test "$pass" != link; then |
2294 deplibs="$deplib $deplibs" | 5259 deplibs="$deplib $deplibs" |
2295 else | 5260 else |
2296 compile_deplibs="$deplib $compile_deplibs" | 5261 compile_deplibs="$deplib $compile_deplibs" |
2297 finalize_deplibs="$deplib $finalize_deplibs" | 5262 finalize_deplibs="$deplib $finalize_deplibs" |
2298 fi | 5263 fi |
2299 continue | 5264 continue |
(...skipping 14 matching lines...) Expand all Loading... |
2314 newdlfiles="$newdlfiles $deplib" | 5279 newdlfiles="$newdlfiles $deplib" |
2315 fi | 5280 fi |
2316 fi | 5281 fi |
2317 continue | 5282 continue |
2318 ;; | 5283 ;; |
2319 %DEPLIBS%) | 5284 %DEPLIBS%) |
2320 alldeplibs=yes | 5285 alldeplibs=yes |
2321 continue | 5286 continue |
2322 ;; | 5287 ;; |
2323 esac # case $deplib | 5288 esac # case $deplib |
| 5289 |
2324 if test "$found" = yes || test -f "$lib"; then : | 5290 if test "$found" = yes || test -f "$lib"; then : |
2325 else | 5291 else |
2326 » $echo "$modename: cannot find the library \`$lib' or unhandled argumen
t \`$deplib'" 1>&2 | 5292 » func_fatal_error "cannot find the library \`$lib' or unhandled argumen
t \`$deplib'" |
2327 » exit $EXIT_FAILURE | |
2328 fi | 5293 fi |
2329 | 5294 |
2330 # Check to see that this really is a libtool archive. | 5295 # Check to see that this really is a libtool archive. |
2331 » if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null
2>&1; then : | 5296 » func_lalib_unsafe_p "$lib" \ |
2332 » else | 5297 » || func_fatal_error "\`$lib' is not a valid libtool archive" |
2333 » $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 | |
2334 » exit $EXIT_FAILURE | |
2335 » fi | |
2336 | 5298 |
2337 » ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` | 5299 » func_dirname "$lib" "" "." |
2338 » test "X$ladir" = "X$lib" && ladir="." | 5300 » ladir="$func_dirname_result" |
2339 | 5301 |
2340 dlname= | 5302 dlname= |
2341 dlopen= | 5303 dlopen= |
2342 dlpreopen= | 5304 dlpreopen= |
2343 libdir= | 5305 libdir= |
2344 library_names= | 5306 library_names= |
2345 old_library= | 5307 old_library= |
| 5308 inherited_linker_flags= |
2346 # If the library was installed with an old release of libtool, | 5309 # If the library was installed with an old release of libtool, |
2347 # it will not redefine variables installed, or shouldnotlink | 5310 # it will not redefine variables installed, or shouldnotlink |
2348 installed=yes | 5311 installed=yes |
2349 shouldnotlink=no | 5312 shouldnotlink=no |
2350 avoidtemprpath= | 5313 avoidtemprpath= |
2351 | 5314 |
2352 | 5315 |
2353 # Read the .la file | 5316 # Read the .la file |
2354 » case $lib in | 5317 » func_source "$lib" |
2355 » */* | *\\*) . $lib ;; | |
2356 » *) . ./$lib ;; | |
2357 » esac | |
2358 | 5318 |
| 5319 # Convert "-framework foo" to "foo.ltframework" |
| 5320 if test -n "$inherited_linker_flags"; then |
| 5321 tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -
e 's/-framework \([^ $]*\)/\1.ltframework/g'` |
| 5322 for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do |
| 5323 case " $new_inherited_linker_flags " in |
| 5324 *" $tmp_inherited_linker_flag "*) ;; |
| 5325 *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_in
herited_linker_flag";; |
| 5326 esac |
| 5327 done |
| 5328 fi |
| 5329 dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).lt
framework% -framework \1%g'` |
2359 if test "$linkmode,$pass" = "lib,link" || | 5330 if test "$linkmode,$pass" = "lib,link" || |
2360 test "$linkmode,$pass" = "prog,scan" || | 5331 test "$linkmode,$pass" = "prog,scan" || |
2361 { test "$linkmode" != prog && test "$linkmode" != lib; }; then | 5332 { test "$linkmode" != prog && test "$linkmode" != lib; }; then |
2362 test -n "$dlopen" && dlfiles="$dlfiles $dlopen" | 5333 test -n "$dlopen" && dlfiles="$dlfiles $dlopen" |
2363 test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" | 5334 test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" |
2364 fi | 5335 fi |
2365 | 5336 |
2366 if test "$pass" = conv; then | 5337 if test "$pass" = conv; then |
2367 # Only check for convenience libraries | 5338 # Only check for convenience libraries |
2368 deplibs="$lib $deplibs" | 5339 deplibs="$lib $deplibs" |
2369 if test -z "$libdir"; then | 5340 if test -z "$libdir"; then |
2370 if test -z "$old_library"; then | 5341 if test -z "$old_library"; then |
2371 » $echo "$modename: cannot find name of link library for \`$lib'" 1>
&2 | 5342 » func_fatal_error "cannot find name of link library for \`$lib'" |
2372 » exit $EXIT_FAILURE | |
2373 fi | 5343 fi |
2374 # It is a libtool convenience library, so add in its objects. | 5344 # It is a libtool convenience library, so add in its objects. |
2375 convenience="$convenience $ladir/$objdir/$old_library" | 5345 convenience="$convenience $ladir/$objdir/$old_library" |
2376 old_convenience="$old_convenience $ladir/$objdir/$old_library" | 5346 old_convenience="$old_convenience $ladir/$objdir/$old_library" |
2377 tmp_libs= | |
2378 for deplib in $dependency_libs; do | |
2379 deplibs="$deplib $deplibs" | |
2380 if test "X$duplicate_deps" = "Xyes" ; then | |
2381 case "$tmp_libs " in | |
2382 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; | |
2383 esac | |
2384 fi | |
2385 tmp_libs="$tmp_libs $deplib" | |
2386 done | |
2387 elif test "$linkmode" != prog && test "$linkmode" != lib; then | 5347 elif test "$linkmode" != prog && test "$linkmode" != lib; then |
2388 » $echo "$modename: \`$lib' is not a convenience library" 1>&2 | 5348 » func_fatal_error "\`$lib' is not a convenience library" |
2389 » exit $EXIT_FAILURE | |
2390 fi | 5349 fi |
| 5350 tmp_libs= |
| 5351 for deplib in $dependency_libs; do |
| 5352 deplibs="$deplib $deplibs" |
| 5353 if $opt_duplicate_deps ; then |
| 5354 case "$tmp_libs " in |
| 5355 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
| 5356 esac |
| 5357 fi |
| 5358 tmp_libs="$tmp_libs $deplib" |
| 5359 done |
2391 continue | 5360 continue |
2392 fi # $pass = conv | 5361 fi # $pass = conv |
2393 | 5362 |
2394 | 5363 |
2395 # Get the name of the library we link against. | 5364 # Get the name of the library we link against. |
2396 linklib= | 5365 linklib= |
2397 for l in $old_library $library_names; do | 5366 for l in $old_library $library_names; do |
2398 linklib="$l" | 5367 linklib="$l" |
2399 done | 5368 done |
2400 if test -z "$linklib"; then | 5369 if test -z "$linklib"; then |
2401 » $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 | 5370 » func_fatal_error "cannot find name of link library for \`$lib'" |
2402 » exit $EXIT_FAILURE | |
2403 fi | 5371 fi |
2404 | 5372 |
2405 # This library was specified with -dlopen. | 5373 # This library was specified with -dlopen. |
2406 if test "$pass" = dlopen; then | 5374 if test "$pass" = dlopen; then |
2407 if test -z "$libdir"; then | 5375 if test -z "$libdir"; then |
2408 » $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&
2 | 5376 » func_fatal_error "cannot -dlopen a convenience library: \`$lib'" |
2409 » exit $EXIT_FAILURE | |
2410 fi | 5377 fi |
2411 if test -z "$dlname" || | 5378 if test -z "$dlname" || |
2412 test "$dlopen_support" != yes || | 5379 test "$dlopen_support" != yes || |
2413 test "$build_libtool_libs" = no; then | 5380 test "$build_libtool_libs" = no; then |
2414 # If there is no dlname, no dlopen support or we're linking | 5381 # If there is no dlname, no dlopen support or we're linking |
2415 # statically, we need to preload. We also need to preload any | 5382 # statically, we need to preload. We also need to preload any |
2416 # dependent libraries so libltdl's deplib preloader doesn't | 5383 # dependent libraries so libltdl's deplib preloader doesn't |
2417 # bomb out in the load deplibs phase. | 5384 # bomb out in the load deplibs phase. |
2418 dlprefiles="$dlprefiles $lib $dependency_libs" | 5385 dlprefiles="$dlprefiles $lib $dependency_libs" |
2419 else | 5386 else |
2420 newdlfiles="$newdlfiles $lib" | 5387 newdlfiles="$newdlfiles $lib" |
2421 fi | 5388 fi |
2422 continue | 5389 continue |
2423 fi # $pass = dlopen | 5390 fi # $pass = dlopen |
2424 | 5391 |
2425 # We need an absolute path. | 5392 # We need an absolute path. |
2426 case $ladir in | 5393 case $ladir in |
2427 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; | 5394 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; |
2428 *) | 5395 *) |
2429 abs_ladir=`cd "$ladir" && pwd` | 5396 abs_ladir=`cd "$ladir" && pwd` |
2430 if test -z "$abs_ladir"; then | 5397 if test -z "$abs_ladir"; then |
2431 » $echo "$modename: warning: cannot determine absolute directory name
of \`$ladir'" 1>&2 | 5398 » func_warning "cannot determine absolute directory name of \`$ladir'" |
2432 » $echo "$modename: passing it literally to the linker, although it mi
ght fail" 1>&2 | 5399 » func_warning "passing it literally to the linker, although it might
fail" |
2433 abs_ladir="$ladir" | 5400 abs_ladir="$ladir" |
2434 fi | 5401 fi |
2435 ;; | 5402 ;; |
2436 esac | 5403 esac |
2437 » laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` | 5404 » func_basename "$lib" |
| 5405 » laname="$func_basename_result" |
2438 | 5406 |
2439 # Find the relevant object directory and library name. | 5407 # Find the relevant object directory and library name. |
2440 if test "X$installed" = Xyes; then | 5408 if test "X$installed" = Xyes; then |
2441 if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then | 5409 if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then |
2442 » $echo "$modename: warning: library \`$lib' was moved." 1>&2 | 5410 » func_warning "library \`$lib' was moved." |
2443 dir="$ladir" | 5411 dir="$ladir" |
2444 absdir="$abs_ladir" | 5412 absdir="$abs_ladir" |
2445 libdir="$abs_ladir" | 5413 libdir="$abs_ladir" |
2446 else | 5414 else |
2447 dir="$libdir" | 5415 dir="$libdir" |
2448 absdir="$libdir" | 5416 absdir="$libdir" |
2449 fi | 5417 fi |
2450 test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes | 5418 test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes |
2451 else | 5419 else |
2452 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib
"; then | 5420 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib
"; then |
2453 dir="$ladir" | 5421 dir="$ladir" |
2454 absdir="$abs_ladir" | 5422 absdir="$abs_ladir" |
2455 # Remove this search path later | 5423 # Remove this search path later |
2456 notinst_path="$notinst_path $abs_ladir" | 5424 notinst_path="$notinst_path $abs_ladir" |
2457 else | 5425 else |
2458 dir="$ladir/$objdir" | 5426 dir="$ladir/$objdir" |
2459 absdir="$abs_ladir/$objdir" | 5427 absdir="$abs_ladir/$objdir" |
2460 # Remove this search path later | 5428 # Remove this search path later |
2461 notinst_path="$notinst_path $abs_ladir" | 5429 notinst_path="$notinst_path $abs_ladir" |
2462 fi | 5430 fi |
2463 fi # $installed = yes | 5431 fi # $installed = yes |
2464 » name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` | 5432 » func_stripname 'lib' '.la' "$laname" |
| 5433 » name=$func_stripname_result |
2465 | 5434 |
2466 # This library was specified with -dlpreopen. | 5435 # This library was specified with -dlpreopen. |
2467 if test "$pass" = dlpreopen; then | 5436 if test "$pass" = dlpreopen; then |
2468 » if test -z "$libdir"; then | 5437 » if test -z "$libdir" && test "$linkmode" = prog; then |
2469 » $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'"
1>&2 | 5438 » func_fatal_error "only libraries may -dlpreopen a convenience librar
y: \`$lib'" |
2470 » exit $EXIT_FAILURE | |
2471 fi | 5439 fi |
2472 # Prefer using a static library (so that no silly _DYNAMIC symbols | 5440 # Prefer using a static library (so that no silly _DYNAMIC symbols |
2473 # are required to link). | 5441 # are required to link). |
2474 if test -n "$old_library"; then | 5442 if test -n "$old_library"; then |
2475 newdlprefiles="$newdlprefiles $dir/$old_library" | 5443 newdlprefiles="$newdlprefiles $dir/$old_library" |
| 5444 # Keep a list of preopened convenience libraries to check |
| 5445 # that they are being used correctly in the link pass. |
| 5446 test -z "$libdir" && \ |
| 5447 dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library" |
2476 # Otherwise, use the dlname, so that lt_dlopen finds it. | 5448 # Otherwise, use the dlname, so that lt_dlopen finds it. |
2477 elif test -n "$dlname"; then | 5449 elif test -n "$dlname"; then |
2478 newdlprefiles="$newdlprefiles $dir/$dlname" | 5450 newdlprefiles="$newdlprefiles $dir/$dlname" |
2479 else | 5451 else |
2480 newdlprefiles="$newdlprefiles $dir/$linklib" | 5452 newdlprefiles="$newdlprefiles $dir/$linklib" |
2481 fi | 5453 fi |
2482 fi # $pass = dlpreopen | 5454 fi # $pass = dlpreopen |
2483 | 5455 |
2484 if test -z "$libdir"; then | 5456 if test -z "$libdir"; then |
2485 # Link the convenience library | 5457 # Link the convenience library |
(...skipping 15 matching lines...) Expand all Loading... |
2501 | 5473 |
2502 linkalldeplibs=no | 5474 linkalldeplibs=no |
2503 if test "$link_all_deplibs" != no || test -z "$library_names" || | 5475 if test "$link_all_deplibs" != no || test -z "$library_names" || |
2504 test "$build_libtool_libs" = no; then | 5476 test "$build_libtool_libs" = no; then |
2505 linkalldeplibs=yes | 5477 linkalldeplibs=yes |
2506 fi | 5478 fi |
2507 | 5479 |
2508 tmp_libs= | 5480 tmp_libs= |
2509 for deplib in $dependency_libs; do | 5481 for deplib in $dependency_libs; do |
2510 case $deplib in | 5482 case $deplib in |
2511 » -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $X
sed -e 's/^-L//'`;; ### testsuite: skip nested quoting test | 5483 » -L*) func_stripname '-L' '' "$deplib" |
| 5484 » newlib_search_path="$newlib_search_path $func_stripname_result" |
| 5485 » » ;; |
2512 esac | 5486 esac |
2513 # Need to link against all dependency_libs? | 5487 # Need to link against all dependency_libs? |
2514 if test "$linkalldeplibs" = yes; then | 5488 if test "$linkalldeplibs" = yes; then |
2515 deplibs="$deplib $deplibs" | 5489 deplibs="$deplib $deplibs" |
2516 else | 5490 else |
2517 # Need to hardcode shared library paths | 5491 # Need to hardcode shared library paths |
2518 # or/and link against static libraries | 5492 # or/and link against static libraries |
2519 newdependency_libs="$deplib $newdependency_libs" | 5493 newdependency_libs="$deplib $newdependency_libs" |
2520 fi | 5494 fi |
2521 » if test "X$duplicate_deps" = "Xyes" ; then | 5495 » if $opt_duplicate_deps ; then |
2522 case "$tmp_libs " in | 5496 case "$tmp_libs " in |
2523 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; | 5497 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
2524 esac | 5498 esac |
2525 fi | 5499 fi |
2526 tmp_libs="$tmp_libs $deplib" | 5500 tmp_libs="$tmp_libs $deplib" |
2527 done # for deplib | 5501 done # for deplib |
2528 continue | 5502 continue |
2529 fi # $linkmode = prog... | 5503 fi # $linkmode = prog... |
2530 | 5504 |
2531 if test "$linkmode,$pass" = "prog,link"; then | 5505 if test "$linkmode,$pass" = "prog,link"; then |
2532 if test -n "$library_names" && | 5506 if test -n "$library_names" && |
2533 { { test "$prefer_static_libs" = no || | 5507 { { test "$prefer_static_libs" = no || |
2534 » » test "$prefer_static_libs,$installed" = "built,yes"; } || | 5508 » test "$prefer_static_libs,$installed" = "built,yes"; } || |
2535 test -z "$old_library"; }; then | 5509 test -z "$old_library"; }; then |
2536 # We need to hardcode the library path | 5510 # We need to hardcode the library path |
2537 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then | 5511 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then |
2538 # Make sure the rpath contains only unique directories. | 5512 # Make sure the rpath contains only unique directories. |
2539 » case "$temp_rpath " in | 5513 » case "$temp_rpath:" in |
2540 » *" $dir "*) ;; | 5514 » *"$absdir:"*) ;; |
2541 » *" $absdir "*) ;; | 5515 » *) temp_rpath="$temp_rpath$absdir:" ;; |
2542 » *) temp_rpath="$temp_rpath $absdir" ;; | |
2543 esac | 5516 esac |
2544 fi | 5517 fi |
2545 | 5518 |
2546 # Hardcode the library path. | 5519 # Hardcode the library path. |
2547 # Skip directories that are in the system default run-time | 5520 # Skip directories that are in the system default run-time |
2548 # search path. | 5521 # search path. |
2549 case " $sys_lib_dlsearch_path " in | 5522 case " $sys_lib_dlsearch_path " in |
2550 *" $absdir "*) ;; | 5523 *" $absdir "*) ;; |
2551 *) | 5524 *) |
2552 case "$compile_rpath " in | 5525 case "$compile_rpath " in |
(...skipping 17 matching lines...) Expand all Loading... |
2570 { test "$deplibs_check_method" = pass_all || | 5543 { test "$deplibs_check_method" = pass_all || |
2571 { test "$build_libtool_libs" = yes && | 5544 { test "$build_libtool_libs" = yes && |
2572 test -n "$library_names"; }; }; then | 5545 test -n "$library_names"; }; }; then |
2573 # We only need to search for static libraries | 5546 # We only need to search for static libraries |
2574 continue | 5547 continue |
2575 fi | 5548 fi |
2576 fi | 5549 fi |
2577 | 5550 |
2578 link_static=no # Whether the deplib will be linked statically | 5551 link_static=no # Whether the deplib will be linked statically |
2579 use_static_libs=$prefer_static_libs | 5552 use_static_libs=$prefer_static_libs |
2580 » if test "$use_static_libs" = built && test "$installed" = yes ; then | 5553 » if test "$use_static_libs" = built && test "$installed" = yes; then |
2581 use_static_libs=no | 5554 use_static_libs=no |
2582 fi | 5555 fi |
2583 if test -n "$library_names" && | 5556 if test -n "$library_names" && |
2584 { test "$use_static_libs" = no || test -z "$old_library"; }; then | 5557 { test "$use_static_libs" = no || test -z "$old_library"; }; then |
2585 » if test "$installed" = no; then | 5558 » case $host in |
2586 » notinst_deplibs="$notinst_deplibs $lib" | 5559 » *cygwin* | *mingw* | *cegcc*) |
2587 » need_relink=yes | 5560 » # No point in relinking DLLs because paths are not encoded |
2588 » fi | 5561 » notinst_deplibs="$notinst_deplibs $lib" |
| 5562 » need_relink=no |
| 5563 » ;; |
| 5564 » *) |
| 5565 » if test "$installed" = no; then |
| 5566 » notinst_deplibs="$notinst_deplibs $lib" |
| 5567 » need_relink=yes |
| 5568 » fi |
| 5569 » ;; |
| 5570 » esac |
2589 # This is a shared library | 5571 # This is a shared library |
2590 | 5572 |
2591 » # Warn about portability, can't link against -module's on | 5573 » # Warn about portability, can't link against -module's on some |
2592 » # some systems (darwin) | 5574 » # systems (darwin). Don't bleat about dlopened modules though! |
2593 » if test "$shouldnotlink" = yes && test "$pass" = link ; then | 5575 » dlopenmodule="" |
2594 » $echo | 5576 » for dlpremoduletest in $dlprefiles; do |
| 5577 » if test "X$dlpremoduletest" = "X$lib"; then |
| 5578 » dlopenmodule="$dlpremoduletest" |
| 5579 » break |
| 5580 » fi |
| 5581 » done |
| 5582 » if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pa
ss" = link; then |
| 5583 » $ECHO |
2595 if test "$linkmode" = prog; then | 5584 if test "$linkmode" = prog; then |
2596 » $echo "*** Warning: Linking the executable $output against the loa
dable module" | 5585 » $ECHO "*** Warning: Linking the executable $output against the loa
dable module" |
2597 else | 5586 else |
2598 » $echo "*** Warning: Linking the shared library $output against the
loadable module" | 5587 » $ECHO "*** Warning: Linking the shared library $output against the
loadable module" |
2599 fi | 5588 fi |
2600 » $echo "*** $linklib is not portable!" | 5589 » $ECHO "*** $linklib is not portable!" |
2601 fi | 5590 fi |
2602 if test "$linkmode" = lib && | 5591 if test "$linkmode" = lib && |
2603 test "$hardcode_into_libs" = yes; then | 5592 test "$hardcode_into_libs" = yes; then |
2604 # Hardcode the library path. | 5593 # Hardcode the library path. |
2605 # Skip directories that are in the system default run-time | 5594 # Skip directories that are in the system default run-time |
2606 # search path. | 5595 # search path. |
2607 case " $sys_lib_dlsearch_path " in | 5596 case " $sys_lib_dlsearch_path " in |
2608 *" $absdir "*) ;; | 5597 *" $absdir "*) ;; |
2609 *) | 5598 *) |
2610 case "$compile_rpath " in | 5599 case "$compile_rpath " in |
2611 *" $absdir "*) ;; | 5600 *" $absdir "*) ;; |
2612 *) compile_rpath="$compile_rpath $absdir" | 5601 *) compile_rpath="$compile_rpath $absdir" |
2613 esac | 5602 esac |
2614 ;; | 5603 ;; |
2615 esac | 5604 esac |
2616 case " $sys_lib_dlsearch_path " in | 5605 case " $sys_lib_dlsearch_path " in |
2617 *" $libdir "*) ;; | 5606 *" $libdir "*) ;; |
2618 *) | 5607 *) |
2619 case "$finalize_rpath " in | 5608 case "$finalize_rpath " in |
2620 *" $libdir "*) ;; | 5609 *" $libdir "*) ;; |
2621 *) finalize_rpath="$finalize_rpath $libdir" | 5610 *) finalize_rpath="$finalize_rpath $libdir" |
2622 esac | 5611 esac |
2623 ;; | 5612 ;; |
2624 esac | 5613 esac |
2625 fi | 5614 fi |
2626 | 5615 |
2627 if test -n "$old_archive_from_expsyms_cmds"; then | 5616 if test -n "$old_archive_from_expsyms_cmds"; then |
2628 # figure out the soname | 5617 # figure out the soname |
2629 set dummy $library_names | 5618 set dummy $library_names |
2630 » realname="$2" | 5619 » shift |
2631 » shift; shift | 5620 » realname="$1" |
2632 » libname=`eval \\$echo \"$libname_spec\"` | 5621 » shift |
| 5622 » libname=`eval "\\$ECHO \"$libname_spec\""` |
2633 # use dlname if we got it. it's perfectly good, no? | 5623 # use dlname if we got it. it's perfectly good, no? |
2634 if test -n "$dlname"; then | 5624 if test -n "$dlname"; then |
2635 soname="$dlname" | 5625 soname="$dlname" |
2636 elif test -n "$soname_spec"; then | 5626 elif test -n "$soname_spec"; then |
2637 # bleh windows | 5627 # bleh windows |
2638 case $host in | 5628 case $host in |
2639 » *cygwin* | mingw*) | 5629 » *cygwin* | mingw* | *cegcc*) |
2640 » » major=`expr $current - $age` | 5630 » func_arith $current - $age |
| 5631 » » major=$func_arith_result |
2641 versuffix="-$major" | 5632 versuffix="-$major" |
2642 ;; | 5633 ;; |
2643 esac | 5634 esac |
2644 eval soname=\"$soname_spec\" | 5635 eval soname=\"$soname_spec\" |
2645 else | 5636 else |
2646 soname="$realname" | 5637 soname="$realname" |
2647 fi | 5638 fi |
2648 | 5639 |
2649 # Make a new name for the extract_expsyms_cmds to use | 5640 # Make a new name for the extract_expsyms_cmds to use |
2650 soroot="$soname" | 5641 soroot="$soname" |
2651 » soname=`$echo $soroot | ${SED} -e 's/^.*\///'` | 5642 » func_basename "$soroot" |
2652 » newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" | 5643 » soname="$func_basename_result" |
| 5644 » func_stripname 'lib' '.dll' "$soname" |
| 5645 » newlib=libimp-$func_stripname_result.a |
2653 | 5646 |
2654 # If the library has no export list, then create one now | 5647 # If the library has no export list, then create one now |
2655 if test -f "$output_objdir/$soname-def"; then : | 5648 if test -f "$output_objdir/$soname-def"; then : |
2656 else | 5649 else |
2657 » $show "extracting exported symbol list from \`$soname'" | 5650 » func_verbose "extracting exported symbol list from \`$soname'" |
2658 » save_ifs="$IFS"; IFS='~' | 5651 » func_execute_cmds "$extract_expsyms_cmds" 'exit $?' |
2659 » cmds=$extract_expsyms_cmds | |
2660 » for cmd in $cmds; do | |
2661 » » IFS="$save_ifs" | |
2662 » » eval cmd=\"$cmd\" | |
2663 » » $show "$cmd" | |
2664 » » $run eval "$cmd" || exit $? | |
2665 » done | |
2666 » IFS="$save_ifs" | |
2667 fi | 5652 fi |
2668 | 5653 |
2669 # Create $newlib | 5654 # Create $newlib |
2670 if test -f "$output_objdir/$newlib"; then :; else | 5655 if test -f "$output_objdir/$newlib"; then :; else |
2671 » $show "generating import library for \`$soname'" | 5656 » func_verbose "generating import library for \`$soname'" |
2672 » save_ifs="$IFS"; IFS='~' | 5657 » func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' |
2673 » cmds=$old_archive_from_expsyms_cmds | |
2674 » for cmd in $cmds; do | |
2675 » » IFS="$save_ifs" | |
2676 » » eval cmd=\"$cmd\" | |
2677 » » $show "$cmd" | |
2678 » » $run eval "$cmd" || exit $? | |
2679 » done | |
2680 » IFS="$save_ifs" | |
2681 fi | 5658 fi |
2682 # make sure the library variables are pointing to the new library | 5659 # make sure the library variables are pointing to the new library |
2683 dir=$output_objdir | 5660 dir=$output_objdir |
2684 linklib=$newlib | 5661 linklib=$newlib |
2685 fi # test -n "$old_archive_from_expsyms_cmds" | 5662 fi # test -n "$old_archive_from_expsyms_cmds" |
2686 | 5663 |
2687 if test "$linkmode" = prog || test "$mode" != relink; then | 5664 if test "$linkmode" = prog || test "$mode" != relink; then |
2688 add_shlibpath= | 5665 add_shlibpath= |
2689 add_dir= | 5666 add_dir= |
2690 add= | 5667 add= |
2691 lib_linked=yes | 5668 lib_linked=yes |
2692 case $hardcode_action in | 5669 case $hardcode_action in |
2693 immediate | unsupported) | 5670 immediate | unsupported) |
2694 if test "$hardcode_direct" = no; then | 5671 if test "$hardcode_direct" = no; then |
2695 add="$dir/$linklib" | 5672 add="$dir/$linklib" |
2696 case $host in | 5673 case $host in |
2697 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; | 5674 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; |
2698 *-*-sysv4*uw2*) add_dir="-L$dir" ;; | 5675 *-*-sysv4*uw2*) add_dir="-L$dir" ;; |
2699 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ | 5676 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ |
2700 *-*-unixware7*) add_dir="-L$dir" ;; | 5677 *-*-unixware7*) add_dir="-L$dir" ;; |
2701 *-*-darwin* ) | 5678 *-*-darwin* ) |
2702 » » # if the lib is a module then we can not link against | 5679 » » # if the lib is a (non-dlopened) module then we can not |
2703 » » # it, someone is ignoring the new warnings I added | 5680 » » # link against it, someone is ignoring the earlier warnings |
2704 if /usr/bin/file -L $add 2> /dev/null | | 5681 if /usr/bin/file -L $add 2> /dev/null | |
2705 $EGREP ": [^:]* bundle" >/dev/null ; then | 5682 » » » $GREP ": [^:]* bundle" >/dev/null ; then |
2706 » » $echo "** Warning, lib $linklib is a module, not a shared
library" | 5683 » » if test "X$dlopenmodule" != "X$lib"; then |
2707 » » if test -z "$old_library" ; then | 5684 » » » $ECHO "*** Warning: lib $linklib is a module, not a shar
ed library" |
2708 » » $echo | 5685 » » » if test -z "$old_library" ; then |
2709 » » $echo "** And there doesn't seem to be a static archive
available" | 5686 » » » $ECHO |
2710 » » $echo "** The link will probably fail, sorry" | 5687 » » » $ECHO "*** And there doesn't seem to be a static archi
ve available" |
2711 » » else | 5688 » » » $ECHO "*** The link will probably fail, sorry" |
2712 » » add="$dir/$old_library" | 5689 » » » else |
| 5690 » » » add="$dir/$old_library" |
| 5691 » » » fi |
| 5692 » » elif test -n "$old_library"; then |
| 5693 » » » add="$dir/$old_library" |
2713 fi | 5694 fi |
2714 fi | 5695 fi |
2715 esac | 5696 esac |
2716 elif test "$hardcode_minus_L" = no; then | 5697 elif test "$hardcode_minus_L" = no; then |
2717 case $host in | 5698 case $host in |
2718 *-*-sunos*) add_shlibpath="$dir" ;; | 5699 *-*-sunos*) add_shlibpath="$dir" ;; |
2719 esac | 5700 esac |
2720 add_dir="-L$dir" | 5701 add_dir="-L$dir" |
2721 add="-l$name" | 5702 add="-l$name" |
2722 elif test "$hardcode_shlibpath_var" = no; then | 5703 elif test "$hardcode_shlibpath_var" = no; then |
2723 add_shlibpath="$dir" | 5704 add_shlibpath="$dir" |
2724 add="-l$name" | 5705 add="-l$name" |
2725 else | 5706 else |
2726 lib_linked=no | 5707 lib_linked=no |
2727 fi | 5708 fi |
2728 ;; | 5709 ;; |
2729 relink) | 5710 relink) |
2730 » if test "$hardcode_direct" = yes; then | 5711 » if test "$hardcode_direct" = yes && |
| 5712 » test "$hardcode_direct_absolute" = no; then |
2731 add="$dir/$linklib" | 5713 add="$dir/$linklib" |
2732 elif test "$hardcode_minus_L" = yes; then | 5714 elif test "$hardcode_minus_L" = yes; then |
2733 add_dir="-L$dir" | 5715 add_dir="-L$dir" |
2734 # Try looking first in the location we're being installed to. | 5716 # Try looking first in the location we're being installed to. |
2735 if test -n "$inst_prefix_dir"; then | 5717 if test -n "$inst_prefix_dir"; then |
2736 case $libdir in | 5718 case $libdir in |
2737 [\\/]*) | 5719 [\\/]*) |
2738 add_dir="$add_dir -L$inst_prefix_dir$libdir" | 5720 add_dir="$add_dir -L$inst_prefix_dir$libdir" |
2739 ;; | 5721 ;; |
2740 esac | 5722 esac |
2741 fi | 5723 fi |
2742 add="-l$name" | 5724 add="-l$name" |
2743 elif test "$hardcode_shlibpath_var" = yes; then | 5725 elif test "$hardcode_shlibpath_var" = yes; then |
2744 add_shlibpath="$dir" | 5726 add_shlibpath="$dir" |
2745 add="-l$name" | 5727 add="-l$name" |
2746 else | 5728 else |
2747 lib_linked=no | 5729 lib_linked=no |
2748 fi | 5730 fi |
2749 ;; | 5731 ;; |
2750 *) lib_linked=no ;; | 5732 *) lib_linked=no ;; |
2751 esac | 5733 esac |
2752 | 5734 |
2753 if test "$lib_linked" != yes; then | 5735 if test "$lib_linked" != yes; then |
2754 » $echo "$modename: configuration error: unsupported hardcode proper
ties" | 5736 » func_fatal_configuration "unsupported hardcode properties" |
2755 » exit $EXIT_FAILURE | |
2756 fi | 5737 fi |
2757 | 5738 |
2758 if test -n "$add_shlibpath"; then | 5739 if test -n "$add_shlibpath"; then |
2759 case :$compile_shlibpath: in | 5740 case :$compile_shlibpath: in |
2760 *":$add_shlibpath:"*) ;; | 5741 *":$add_shlibpath:"*) ;; |
2761 *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; | 5742 *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; |
2762 esac | 5743 esac |
2763 fi | 5744 fi |
2764 if test "$linkmode" = prog; then | 5745 if test "$linkmode" = prog; then |
2765 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" | 5746 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" |
2766 test -n "$add" && compile_deplibs="$add $compile_deplibs" | 5747 test -n "$add" && compile_deplibs="$add $compile_deplibs" |
2767 else | 5748 else |
2768 test -n "$add_dir" && deplibs="$add_dir $deplibs" | 5749 test -n "$add_dir" && deplibs="$add_dir $deplibs" |
2769 test -n "$add" && deplibs="$add $deplibs" | 5750 test -n "$add" && deplibs="$add $deplibs" |
2770 » if test "$hardcode_direct" != yes && \ | 5751 » if test "$hardcode_direct" != yes && |
2771 » » test "$hardcode_minus_L" != yes && \ | 5752 » » test "$hardcode_minus_L" != yes && |
2772 test "$hardcode_shlibpath_var" = yes; then | 5753 test "$hardcode_shlibpath_var" = yes; then |
2773 case :$finalize_shlibpath: in | 5754 case :$finalize_shlibpath: in |
2774 *":$libdir:"*) ;; | 5755 *":$libdir:"*) ;; |
2775 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; | 5756 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; |
2776 esac | 5757 esac |
2777 fi | 5758 fi |
2778 fi | 5759 fi |
2779 fi | 5760 fi |
2780 | 5761 |
2781 if test "$linkmode" = prog || test "$mode" = relink; then | 5762 if test "$linkmode" = prog || test "$mode" = relink; then |
2782 add_shlibpath= | 5763 add_shlibpath= |
2783 add_dir= | 5764 add_dir= |
2784 add= | 5765 add= |
2785 # Finalize command for both is simple: just hardcode it. | 5766 # Finalize command for both is simple: just hardcode it. |
2786 » if test "$hardcode_direct" = yes; then | 5767 » if test "$hardcode_direct" = yes && |
| 5768 » test "$hardcode_direct_absolute" = no; then |
2787 add="$libdir/$linklib" | 5769 add="$libdir/$linklib" |
2788 elif test "$hardcode_minus_L" = yes; then | 5770 elif test "$hardcode_minus_L" = yes; then |
2789 add_dir="-L$libdir" | 5771 add_dir="-L$libdir" |
2790 add="-l$name" | 5772 add="-l$name" |
2791 elif test "$hardcode_shlibpath_var" = yes; then | 5773 elif test "$hardcode_shlibpath_var" = yes; then |
2792 case :$finalize_shlibpath: in | 5774 case :$finalize_shlibpath: in |
2793 *":$libdir:"*) ;; | 5775 *":$libdir:"*) ;; |
2794 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; | 5776 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; |
2795 esac | 5777 esac |
2796 add="-l$name" | 5778 add="-l$name" |
2797 elif test "$hardcode_automatic" = yes; then | 5779 elif test "$hardcode_automatic" = yes; then |
2798 if test -n "$inst_prefix_dir" && | 5780 if test -n "$inst_prefix_dir" && |
2799 test -f "$inst_prefix_dir$libdir/$linklib" ; then | 5781 test -f "$inst_prefix_dir$libdir/$linklib" ; then |
2800 » add="$inst_prefix_dir$libdir/$linklib" | 5782 » » add="$inst_prefix_dir$libdir/$linklib" |
2801 else | 5783 else |
2802 » add="$libdir/$linklib" | 5784 » » add="$libdir/$linklib" |
2803 fi | 5785 fi |
2804 else | 5786 else |
2805 # We cannot seem to hardcode it, guess we'll fake it. | 5787 # We cannot seem to hardcode it, guess we'll fake it. |
2806 add_dir="-L$libdir" | 5788 add_dir="-L$libdir" |
2807 # Try looking first in the location we're being installed to. | 5789 # Try looking first in the location we're being installed to. |
2808 if test -n "$inst_prefix_dir"; then | 5790 if test -n "$inst_prefix_dir"; then |
2809 case $libdir in | 5791 case $libdir in |
2810 [\\/]*) | 5792 [\\/]*) |
2811 add_dir="$add_dir -L$inst_prefix_dir$libdir" | 5793 add_dir="$add_dir -L$inst_prefix_dir$libdir" |
2812 ;; | 5794 ;; |
(...skipping 23 matching lines...) Expand all Loading... |
2836 finalize_deplibs="-l$name -L$dir $finalize_deplibs" | 5818 finalize_deplibs="-l$name -L$dir $finalize_deplibs" |
2837 fi | 5819 fi |
2838 elif test "$build_libtool_libs" = yes; then | 5820 elif test "$build_libtool_libs" = yes; then |
2839 # Not a shared library | 5821 # Not a shared library |
2840 if test "$deplibs_check_method" != pass_all; then | 5822 if test "$deplibs_check_method" != pass_all; then |
2841 # We're trying link a shared library against a static one | 5823 # We're trying link a shared library against a static one |
2842 # but the system doesn't support it. | 5824 # but the system doesn't support it. |
2843 | 5825 |
2844 # Just print a warning and add the library to dependency_libs so | 5826 # Just print a warning and add the library to dependency_libs so |
2845 # that the program can be linked against the static library. | 5827 # that the program can be linked against the static library. |
2846 » $echo | 5828 » $ECHO |
2847 » $echo "*** Warning: This system can not link to static lib archive $
lib." | 5829 » $ECHO "*** Warning: This system can not link to static lib archive $
lib." |
2848 » $echo "*** I have the capability to make that library automatically
link in when" | 5830 » $ECHO "*** I have the capability to make that library automatically
link in when" |
2849 » $echo "*** you link to this library. But I can only do this if you
have a" | 5831 » $ECHO "*** you link to this library. But I can only do this if you
have a" |
2850 » $echo "*** shared version of the library, which you do not appear to
have." | 5832 » $ECHO "*** shared version of the library, which you do not appear to
have." |
2851 if test "$module" = yes; then | 5833 if test "$module" = yes; then |
2852 » $echo "*** But as you try to build a module library, libtool will
still create " | 5834 » $ECHO "*** But as you try to build a module library, libtool will
still create " |
2853 » $echo "*** a static module, that should work as long as the dlopen
ing application" | 5835 » $ECHO "*** a static module, that should work as long as the dlopen
ing application" |
2854 » $echo "*** is linked with the -dlopen flag to resolve symbols at r
untime." | 5836 » $ECHO "*** is linked with the -dlopen flag to resolve symbols at r
untime." |
2855 if test -z "$global_symbol_pipe"; then | 5837 if test -z "$global_symbol_pipe"; then |
2856 » » $echo | 5838 » » $ECHO |
2857 » » $echo "*** However, this would only work if libtool was able to
extract symbol" | 5839 » » $ECHO "*** However, this would only work if libtool was able to
extract symbol" |
2858 » » $echo "*** lists from a program, using \`nm' or equivalent, but
libtool could" | 5840 » » $ECHO "*** lists from a program, using \`nm' or equivalent, but
libtool could" |
2859 » » $echo "*** not find such a program. So, this module is probably
useless." | 5841 » » $ECHO "*** not find such a program. So, this module is probably
useless." |
2860 » » $echo "*** \`nm' from GNU binutils and a full rebuild may help." | 5842 » » $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." |
2861 fi | 5843 fi |
2862 if test "$build_old_libs" = no; then | 5844 if test "$build_old_libs" = no; then |
2863 build_libtool_libs=module | 5845 build_libtool_libs=module |
2864 build_old_libs=yes | 5846 build_old_libs=yes |
2865 else | 5847 else |
2866 build_libtool_libs=no | 5848 build_libtool_libs=no |
2867 fi | 5849 fi |
2868 fi | 5850 fi |
2869 else | 5851 else |
2870 deplibs="$dir/$old_library $deplibs" | 5852 deplibs="$dir/$old_library $deplibs" |
2871 link_static=yes | 5853 link_static=yes |
2872 fi | 5854 fi |
2873 fi # link shared/static library? | 5855 fi # link shared/static library? |
2874 | 5856 |
2875 if test "$linkmode" = lib; then | 5857 if test "$linkmode" = lib; then |
2876 if test -n "$dependency_libs" && | 5858 if test -n "$dependency_libs" && |
2877 { test "$hardcode_into_libs" != yes || | 5859 { test "$hardcode_into_libs" != yes || |
2878 test "$build_old_libs" = yes || | 5860 test "$build_old_libs" = yes || |
2879 test "$link_static" = yes; }; then | 5861 test "$link_static" = yes; }; then |
2880 # Extract -R from dependency_libs | 5862 # Extract -R from dependency_libs |
2881 temp_deplibs= | 5863 temp_deplibs= |
2882 for libdir in $dependency_libs; do | 5864 for libdir in $dependency_libs; do |
2883 case $libdir in | 5865 case $libdir in |
2884 » -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` | 5866 » -R*) func_stripname '-R' '' "$libdir" |
| 5867 » temp_xrpath=$func_stripname_result |
2885 case " $xrpath " in | 5868 case " $xrpath " in |
2886 *" $temp_xrpath "*) ;; | 5869 *" $temp_xrpath "*) ;; |
2887 *) xrpath="$xrpath $temp_xrpath";; | 5870 *) xrpath="$xrpath $temp_xrpath";; |
2888 esac;; | 5871 esac;; |
2889 *) temp_deplibs="$temp_deplibs $libdir";; | 5872 *) temp_deplibs="$temp_deplibs $libdir";; |
2890 esac | 5873 esac |
2891 done | 5874 done |
2892 dependency_libs="$temp_deplibs" | 5875 dependency_libs="$temp_deplibs" |
2893 fi | 5876 fi |
2894 | 5877 |
2895 newlib_search_path="$newlib_search_path $absdir" | 5878 newlib_search_path="$newlib_search_path $absdir" |
2896 # Link against this library | 5879 # Link against this library |
2897 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $ne
wdependency_libs" | 5880 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $ne
wdependency_libs" |
2898 # ... and its dependency_libs | 5881 # ... and its dependency_libs |
2899 tmp_libs= | 5882 tmp_libs= |
2900 for deplib in $dependency_libs; do | 5883 for deplib in $dependency_libs; do |
2901 newdependency_libs="$deplib $newdependency_libs" | 5884 newdependency_libs="$deplib $newdependency_libs" |
2902 » if test "X$duplicate_deps" = "Xyes" ; then | 5885 » if $opt_duplicate_deps ; then |
2903 case "$tmp_libs " in | 5886 case "$tmp_libs " in |
2904 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; | 5887 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
2905 esac | 5888 esac |
2906 fi | 5889 fi |
2907 tmp_libs="$tmp_libs $deplib" | 5890 tmp_libs="$tmp_libs $deplib" |
2908 done | 5891 done |
2909 | 5892 |
2910 if test "$link_all_deplibs" != no; then | 5893 if test "$link_all_deplibs" != no; then |
2911 # Add the search paths of all dependency libraries | 5894 # Add the search paths of all dependency libraries |
2912 for deplib in $dependency_libs; do | 5895 for deplib in $dependency_libs; do |
2913 case $deplib in | 5896 case $deplib in |
2914 -L*) path="$deplib" ;; | 5897 -L*) path="$deplib" ;; |
2915 *.la) | 5898 *.la) |
2916 » » dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` | 5899 » func_dirname "$deplib" "" "." |
2917 » » test "X$dir" = "X$deplib" && dir="." | 5900 » » dir="$func_dirname_result" |
2918 # We need an absolute path. | 5901 # We need an absolute path. |
2919 case $dir in | 5902 case $dir in |
2920 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; | 5903 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; |
2921 *) | 5904 *) |
2922 absdir=`cd "$dir" && pwd` | 5905 absdir=`cd "$dir" && pwd` |
2923 if test -z "$absdir"; then | 5906 if test -z "$absdir"; then |
2924 » » $echo "$modename: warning: cannot determine absolute directo
ry name of \`$dir'" 1>&2 | 5907 » » func_warning "cannot determine absolute directory name of \`
$dir'" |
2925 absdir="$dir" | 5908 absdir="$dir" |
2926 fi | 5909 fi |
2927 ;; | 5910 ;; |
2928 esac | 5911 esac |
2929 » » if grep "^installed=no" $deplib > /dev/null; then | 5912 » » if $GREP "^installed=no" $deplib > /dev/null; then |
2930 » » path="$absdir/$objdir" | |
2931 » » else | |
2932 » » eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` | |
2933 » » if test -z "$libdir"; then | |
2934 » » $echo "$modename: \`$deplib' is not a valid libtool archive"
1>&2 | |
2935 » » exit $EXIT_FAILURE | |
2936 » » fi | |
2937 » » if test "$absdir" != "$libdir"; then | |
2938 » » $echo "$modename: warning: \`$deplib' seems to be moved" 1>&
2 | |
2939 » » fi | |
2940 » » path="$absdir" | |
2941 » » fi | |
2942 » » depdepl= | |
2943 case $host in | 5913 case $host in |
2944 *-*-darwin*) | 5914 *-*-darwin*) |
2945 » » # we do not want to link against static libs, | 5915 » » depdepl= |
2946 » » # but need to link against shared | |
2947 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/
\1/p' $deplib` | 5916 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/
\1/p' $deplib` |
2948 if test -n "$deplibrary_names" ; then | 5917 if test -n "$deplibrary_names" ; then |
2949 for tmp in $deplibrary_names ; do | 5918 for tmp in $deplibrary_names ; do |
2950 depdepl=$tmp | 5919 depdepl=$tmp |
2951 done | 5920 done |
2952 » » if test -f "$path/$depdepl" ; then | 5921 » » if test -f "$absdir/$objdir/$depdepl" ; then |
2953 » » depdepl="$path/$depdepl" | 5922 » » depdepl="$absdir/$objdir/$depdepl" |
| 5923 » » darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR =
= 2) {print $1;exit}}'` |
| 5924 if test -z "$darwin_install_name"; then |
| 5925 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{i
f (NR == 2) {print $1;exit}}'` |
| 5926 fi |
| 5927 » » compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${da
rwin_install_name}:${depdepl}" |
| 5928 » » linker_flags="$linker_flags -dylib_file ${darwin_install_n
ame}:${depdepl}" |
| 5929 » » path= |
2954 fi | 5930 fi |
2955 # do not add paths which are already there | |
2956 case " $newlib_search_path " in | |
2957 *" $path "*) ;; | |
2958 *) newlib_search_path="$newlib_search_path $path";; | |
2959 esac | |
2960 fi | 5931 fi |
2961 path="" | |
2962 ;; | 5932 ;; |
2963 *) | 5933 *) |
2964 » » path="-L$path" | 5934 » » path="-L$absdir/$objdir" |
2965 ;; | 5935 ;; |
2966 esac | 5936 esac |
| 5937 else |
| 5938 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` |
| 5939 test -z "$libdir" && \ |
| 5940 func_fatal_error "\`$deplib' is not a valid libtool archive" |
| 5941 test "$absdir" != "$libdir" && \ |
| 5942 func_warning "\`$deplib' seems to be moved" |
| 5943 |
| 5944 path="-L$absdir" |
| 5945 fi |
2967 ;; | 5946 ;; |
2968 -l*) | |
2969 case $host in | |
2970 *-*-darwin*) | |
2971 # Again, we only want to link against shared libraries | |
2972 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` | |
2973 for tmp in $newlib_search_path ; do | |
2974 if test -f "$tmp/lib$tmp_libs.dylib" ; then | |
2975 eval depdepl="$tmp/lib$tmp_libs.dylib" | |
2976 break | |
2977 fi | |
2978 done | |
2979 path="" | |
2980 ;; | |
2981 *) continue ;; | |
2982 esac | |
2983 ;; | |
2984 *) continue ;; | |
2985 esac | 5947 esac |
2986 case " $deplibs " in | 5948 case " $deplibs " in |
2987 *" $path "*) ;; | 5949 *" $path "*) ;; |
2988 *) deplibs="$path $deplibs" ;; | 5950 *) deplibs="$path $deplibs" ;; |
2989 esac | 5951 esac |
2990 case " $deplibs " in | |
2991 *" $depdepl "*) ;; | |
2992 *) deplibs="$depdepl $deplibs" ;; | |
2993 esac | |
2994 done | 5952 done |
2995 fi # link_all_deplibs != no | 5953 fi # link_all_deplibs != no |
2996 fi # linkmode = lib | 5954 fi # linkmode = lib |
2997 done # for deplib in $libs | 5955 done # for deplib in $libs |
| 5956 if test "$pass" = link; then |
| 5957 if test "$linkmode" = "prog"; then |
| 5958 compile_deplibs="$new_inherited_linker_flags $compile_deplibs" |
| 5959 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" |
| 5960 else |
| 5961 compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags
" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` |
| 5962 fi |
| 5963 fi |
2998 dependency_libs="$newdependency_libs" | 5964 dependency_libs="$newdependency_libs" |
2999 if test "$pass" = dlpreopen; then | 5965 if test "$pass" = dlpreopen; then |
3000 # Link the dlpreopened libraries before other libraries | 5966 # Link the dlpreopened libraries before other libraries |
3001 for deplib in $save_deplibs; do | 5967 for deplib in $save_deplibs; do |
3002 deplibs="$deplib $deplibs" | 5968 deplibs="$deplib $deplibs" |
3003 done | 5969 done |
3004 fi | 5970 fi |
3005 if test "$pass" != dlopen; then | 5971 if test "$pass" != dlopen; then |
3006 if test "$pass" != conv; then | 5972 if test "$pass" != conv; then |
3007 # Make sure lib_search_path contains only unique directories. | 5973 # Make sure lib_search_path contains only unique directories. |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3086 ;; | 6052 ;; |
3087 esac | 6053 esac |
3088 if test -n "$i" ; then | 6054 if test -n "$i" ; then |
3089 tmp_libs="$tmp_libs $i" | 6055 tmp_libs="$tmp_libs $i" |
3090 fi | 6056 fi |
3091 done | 6057 done |
3092 dependency_libs=$tmp_libs | 6058 dependency_libs=$tmp_libs |
3093 done # for pass | 6059 done # for pass |
3094 if test "$linkmode" = prog; then | 6060 if test "$linkmode" = prog; then |
3095 dlfiles="$newdlfiles" | 6061 dlfiles="$newdlfiles" |
| 6062 fi |
| 6063 if test "$linkmode" = prog || test "$linkmode" = lib; then |
3096 dlprefiles="$newdlprefiles" | 6064 dlprefiles="$newdlprefiles" |
3097 fi | 6065 fi |
3098 | 6066 |
3099 case $linkmode in | 6067 case $linkmode in |
3100 oldlib) | 6068 oldlib) |
3101 if test -n "$deplibs"; then | 6069 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then |
3102 » $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&
2 | 6070 » func_warning "\`-dlopen' is ignored for archives" |
3103 fi | 6071 fi |
3104 | 6072 |
3105 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then | 6073 case " $deplibs" in |
3106 » $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 | 6074 *\ -l* | *\ -L*) |
3107 fi | 6075 » func_warning "\`-l' and \`-L' are ignored for archives" ;; |
| 6076 esac |
3108 | 6077 |
3109 if test -n "$rpath"; then | 6078 test -n "$rpath" && \ |
3110 » $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 | 6079 » func_warning "\`-rpath' is ignored for archives" |
3111 fi | |
3112 | 6080 |
3113 if test -n "$xrpath"; then | 6081 test -n "$xrpath" && \ |
3114 » $echo "$modename: warning: \`-R' is ignored for archives" 1>&2 | 6082 » func_warning "\`-R' is ignored for archives" |
3115 fi | |
3116 | 6083 |
3117 if test -n "$vinfo"; then | 6084 test -n "$vinfo" && \ |
3118 » $echo "$modename: warning: \`-version-info/-version-number' is ignored f
or archives" 1>&2 | 6085 » func_warning "\`-version-info/-version-number' is ignored for archives" |
3119 fi | |
3120 | 6086 |
3121 if test -n "$release"; then | 6087 test -n "$release" && \ |
3122 » $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 | 6088 » func_warning "\`-release' is ignored for archives" |
3123 fi | |
3124 | 6089 |
3125 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then | 6090 test -n "$export_symbols$export_symbols_regex" && \ |
3126 » $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1
>&2 | 6091 » func_warning "\`-export-symbols' is ignored for archives" |
3127 fi | |
3128 | 6092 |
3129 # Now set the variables for building old libraries. | 6093 # Now set the variables for building old libraries. |
3130 build_libtool_libs=no | 6094 build_libtool_libs=no |
3131 oldlibs="$output" | 6095 oldlibs="$output" |
3132 objs="$objs$old_deplibs" | 6096 objs="$objs$old_deplibs" |
3133 ;; | 6097 ;; |
3134 | 6098 |
3135 lib) | 6099 lib) |
3136 # Make sure we only generate libraries of the form `libNAME.la'. | 6100 # Make sure we only generate libraries of the form `libNAME.la'. |
3137 case $outputname in | 6101 case $outputname in |
3138 lib*) | 6102 lib*) |
3139 » name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` | 6103 » func_stripname 'lib' '.la' "$outputname" |
| 6104 » name=$func_stripname_result |
3140 eval shared_ext=\"$shrext_cmds\" | 6105 eval shared_ext=\"$shrext_cmds\" |
3141 eval libname=\"$libname_spec\" | 6106 eval libname=\"$libname_spec\" |
3142 ;; | 6107 ;; |
3143 *) | 6108 *) |
3144 » if test "$module" = no; then | 6109 » test "$module" = no && \ |
3145 » $echo "$modename: libtool library \`$output' must begin with \`lib'" 1
>&2 | 6110 » func_fatal_help "libtool library \`$output' must begin with \`lib'" |
3146 » $echo "$help" 1>&2 | 6111 |
3147 » exit $EXIT_FAILURE | |
3148 » fi | |
3149 if test "$need_lib_prefix" != no; then | 6112 if test "$need_lib_prefix" != no; then |
3150 # Add the "lib" prefix for modules if required | 6113 # Add the "lib" prefix for modules if required |
3151 » name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` | 6114 » func_stripname '' '.la' "$outputname" |
| 6115 » name=$func_stripname_result |
3152 eval shared_ext=\"$shrext_cmds\" | 6116 eval shared_ext=\"$shrext_cmds\" |
3153 eval libname=\"$libname_spec\" | 6117 eval libname=\"$libname_spec\" |
3154 else | 6118 else |
3155 » libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` | 6119 » func_stripname '' '.la' "$outputname" |
| 6120 » libname=$func_stripname_result |
3156 fi | 6121 fi |
3157 ;; | 6122 ;; |
3158 esac | 6123 esac |
3159 | 6124 |
3160 if test -n "$objs"; then | 6125 if test -n "$objs"; then |
3161 if test "$deplibs_check_method" != pass_all; then | 6126 if test "$deplibs_check_method" != pass_all; then |
3162 » $echo "$modename: cannot build libtool library \`$output' from non-lib
tool objects on this host:$objs" 2>&1 | 6127 » func_fatal_error "cannot build libtool library \`$output' from non-lib
tool objects on this host:$objs" |
3163 » exit $EXIT_FAILURE | |
3164 else | 6128 else |
3165 » $echo | 6129 » $ECHO |
3166 » $echo "*** Warning: Linking the shared library $output against the non
-libtool" | 6130 » $ECHO "*** Warning: Linking the shared library $output against the non
-libtool" |
3167 » $echo "*** objects $objs is not portable!" | 6131 » $ECHO "*** objects $objs is not portable!" |
3168 libobjs="$libobjs $objs" | 6132 libobjs="$libobjs $objs" |
3169 fi | 6133 fi |
3170 fi | 6134 fi |
3171 | 6135 |
3172 if test "$dlself" != no; then | 6136 test "$dlself" != no && \ |
3173 » $echo "$modename: warning: \`-dlopen self' is ignored for libtool librar
ies" 1>&2 | 6137 » func_warning "\`-dlopen self' is ignored for libtool libraries" |
3174 fi | |
3175 | 6138 |
3176 set dummy $rpath | 6139 set dummy $rpath |
3177 if test "$#" -gt 2; then | 6140 shift |
3178 » $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool li
brary" 1>&2 | 6141 test "$#" -gt 1 && \ |
3179 fi | 6142 » func_warning "ignoring multiple \`-rpath's for a libtool library" |
3180 install_libdir="$2" | 6143 |
| 6144 install_libdir="$1" |
3181 | 6145 |
3182 oldlibs= | 6146 oldlibs= |
3183 if test -z "$rpath"; then | 6147 if test -z "$rpath"; then |
3184 if test "$build_libtool_libs" = yes; then | 6148 if test "$build_libtool_libs" = yes; then |
3185 # Building a libtool convenience library. | 6149 # Building a libtool convenience library. |
3186 # Some compilers have problems with a `.al' extension so | 6150 # Some compilers have problems with a `.al' extension so |
3187 # convenience libraries should have the same extension an | 6151 # convenience libraries should have the same extension an |
3188 # archive normally would. | 6152 # archive normally would. |
3189 oldlibs="$output_objdir/$libname.$libext $oldlibs" | 6153 oldlibs="$output_objdir/$libname.$libext $oldlibs" |
3190 build_libtool_libs=convenience | 6154 build_libtool_libs=convenience |
3191 build_old_libs=yes | 6155 build_old_libs=yes |
3192 fi | 6156 fi |
3193 | 6157 |
3194 » if test -n "$vinfo"; then | 6158 » test -n "$vinfo" && \ |
3195 » $echo "$modename: warning: \`-version-info/-version-number' is ignored
for convenience libraries" 1>&2 | 6159 » func_warning "\`-version-info/-version-number' is ignored for convenie
nce libraries" |
3196 » fi | |
3197 | 6160 |
3198 » if test -n "$release"; then | 6161 » test -n "$release" && \ |
3199 » $echo "$modename: warning: \`-release' is ignored for convenience libr
aries" 1>&2 | 6162 » func_warning "\`-release' is ignored for convenience libraries" |
3200 » fi | |
3201 else | 6163 else |
3202 | 6164 |
3203 # Parse the version information argument. | 6165 # Parse the version information argument. |
3204 save_ifs="$IFS"; IFS=':' | 6166 save_ifs="$IFS"; IFS=':' |
3205 set dummy $vinfo 0 0 0 | 6167 set dummy $vinfo 0 0 0 |
| 6168 shift |
3206 IFS="$save_ifs" | 6169 IFS="$save_ifs" |
3207 | 6170 |
3208 » if test -n "$8"; then | 6171 » test -n "$7" && \ |
3209 » $echo "$modename: too many parameters to \`-version-info'" 1>&2 | 6172 » func_fatal_help "too many parameters to \`-version-info'" |
3210 » $echo "$help" 1>&2 | |
3211 » exit $EXIT_FAILURE | |
3212 » fi | |
3213 | 6173 |
3214 # convert absolute version numbers to libtool ages | 6174 # convert absolute version numbers to libtool ages |
3215 # this retains compatibility with .la files and attempts | 6175 # this retains compatibility with .la files and attempts |
3216 # to make the code below a bit more comprehensible | 6176 # to make the code below a bit more comprehensible |
3217 | 6177 |
3218 case $vinfo_number in | 6178 case $vinfo_number in |
3219 yes) | 6179 yes) |
3220 » number_major="$2" | 6180 » number_major="$1" |
3221 » number_minor="$3" | 6181 » number_minor="$2" |
3222 » number_revision="$4" | 6182 » number_revision="$3" |
3223 # | 6183 # |
3224 # There are really only two kinds -- those that | 6184 # There are really only two kinds -- those that |
3225 # use the current revision as the major version | 6185 # use the current revision as the major version |
3226 # and those that subtract age and use age as | 6186 # and those that subtract age and use age as |
3227 # a minor version. But, then there is irix | 6187 # a minor version. But, then there is irix |
3228 # which has an extra 1 added just for fun | 6188 # which has an extra 1 added just for fun |
3229 # | 6189 # |
3230 case $version_type in | 6190 case $version_type in |
3231 darwin|linux|osf|windows|none) | 6191 darwin|linux|osf|windows|none) |
3232 » current=`expr $number_major + $number_minor` | 6192 » func_arith $number_major + $number_minor |
| 6193 » current=$func_arith_result |
3233 age="$number_minor" | 6194 age="$number_minor" |
3234 revision="$number_revision" | 6195 revision="$number_revision" |
3235 ;; | 6196 ;; |
3236 freebsd-aout|freebsd-elf|sunos) | 6197 freebsd-aout|freebsd-elf|sunos) |
3237 current="$number_major" | 6198 current="$number_major" |
3238 revision="$number_minor" | 6199 revision="$number_minor" |
3239 age="0" | 6200 age="0" |
3240 ;; | 6201 ;; |
3241 irix|nonstopux) | 6202 irix|nonstopux) |
3242 » current=`expr $number_major + $number_minor` | 6203 » func_arith $number_major + $number_minor |
| 6204 » current=$func_arith_result |
3243 age="$number_minor" | 6205 age="$number_minor" |
3244 revision="$number_minor" | 6206 revision="$number_minor" |
3245 lt_irix_increment=no | 6207 lt_irix_increment=no |
3246 ;; | 6208 ;; |
3247 esac | 6209 esac |
3248 ;; | 6210 ;; |
3249 no) | 6211 no) |
3250 » current="$2" | 6212 » current="$1" |
3251 » revision="$3" | 6213 » revision="$2" |
3252 » age="$4" | 6214 » age="$3" |
3253 ;; | 6215 ;; |
3254 esac | 6216 esac |
3255 | 6217 |
3256 # Check that each of the things are valid numbers. | 6218 # Check that each of the things are valid numbers. |
3257 case $current in | 6219 case $current in |
3258 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][
0-9][0-9]) ;; | 6220 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][
0-9][0-9]) ;; |
3259 *) | 6221 *) |
3260 » $echo "$modename: CURRENT \`$current' must be a nonnegative integer" 1
>&2 | 6222 » func_error "CURRENT \`$current' must be a nonnegative integer" |
3261 » $echo "$modename: \`$vinfo' is not valid version information" 1>&2 | 6223 » func_fatal_error "\`$vinfo' is not valid version information" |
3262 » exit $EXIT_FAILURE | |
3263 ;; | 6224 ;; |
3264 esac | 6225 esac |
3265 | 6226 |
3266 case $revision in | 6227 case $revision in |
3267 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][
0-9][0-9]) ;; | 6228 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][
0-9][0-9]) ;; |
3268 *) | 6229 *) |
3269 » $echo "$modename: REVISION \`$revision' must be a nonnegative integer"
1>&2 | 6230 » func_error "REVISION \`$revision' must be a nonnegative integer" |
3270 » $echo "$modename: \`$vinfo' is not valid version information" 1>&2 | 6231 » func_fatal_error "\`$vinfo' is not valid version information" |
3271 » exit $EXIT_FAILURE | |
3272 ;; | 6232 ;; |
3273 esac | 6233 esac |
3274 | 6234 |
3275 case $age in | 6235 case $age in |
3276 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][
0-9][0-9]) ;; | 6236 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][
0-9][0-9]) ;; |
3277 *) | 6237 *) |
3278 » $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2 | 6238 » func_error "AGE \`$age' must be a nonnegative integer" |
3279 » $echo "$modename: \`$vinfo' is not valid version information" 1>&2 | 6239 » func_fatal_error "\`$vinfo' is not valid version information" |
3280 » exit $EXIT_FAILURE | |
3281 ;; | 6240 ;; |
3282 esac | 6241 esac |
3283 | 6242 |
3284 if test "$age" -gt "$current"; then | 6243 if test "$age" -gt "$current"; then |
3285 » $echo "$modename: AGE \`$age' is greater than the current interface nu
mber \`$current'" 1>&2 | 6244 » func_error "AGE \`$age' is greater than the current interface number \
`$current'" |
3286 » $echo "$modename: \`$vinfo' is not valid version information" 1>&2 | 6245 » func_fatal_error "\`$vinfo' is not valid version information" |
3287 » exit $EXIT_FAILURE | |
3288 fi | 6246 fi |
3289 | 6247 |
3290 # Calculate the version variables. | 6248 # Calculate the version variables. |
3291 major= | 6249 major= |
3292 versuffix= | 6250 versuffix= |
3293 verstring= | 6251 verstring= |
3294 case $version_type in | 6252 case $version_type in |
3295 none) ;; | 6253 none) ;; |
3296 | 6254 |
3297 darwin) | 6255 darwin) |
3298 # Like Linux, but with the current version available in | 6256 # Like Linux, but with the current version available in |
3299 # verstring for coding it into the library header | 6257 # verstring for coding it into the library header |
3300 » major=.`expr $current - $age` | 6258 » func_arith $current - $age |
| 6259 » major=.$func_arith_result |
3301 versuffix="$major.$age.$revision" | 6260 versuffix="$major.$age.$revision" |
3302 # Darwin ld doesn't like 0 for these options... | 6261 # Darwin ld doesn't like 0 for these options... |
3303 » minor_current=`expr $current + 1` | 6262 » func_arith $current + 1 |
| 6263 » minor_current=$func_arith_result |
3304 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-cu
rrent_version ${wl}$minor_current.$revision" | 6264 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-cu
rrent_version ${wl}$minor_current.$revision" |
3305 verstring="-compatibility_version $minor_current -current_version $min
or_current.$revision" | 6265 verstring="-compatibility_version $minor_current -current_version $min
or_current.$revision" |
3306 ;; | 6266 ;; |
3307 | 6267 |
3308 freebsd-aout) | 6268 freebsd-aout) |
3309 major=".$current" | 6269 major=".$current" |
3310 versuffix=".$current.$revision"; | 6270 versuffix=".$current.$revision"; |
3311 ;; | 6271 ;; |
3312 | 6272 |
3313 freebsd-elf) | 6273 freebsd-elf) |
3314 major=".$current" | 6274 major=".$current" |
3315 » versuffix=".$current"; | 6275 » versuffix=".$current" |
3316 ;; | 6276 ;; |
3317 | 6277 |
3318 irix | nonstopux) | 6278 irix | nonstopux) |
3319 if test "X$lt_irix_increment" = "Xno"; then | 6279 if test "X$lt_irix_increment" = "Xno"; then |
3320 » major=`expr $current - $age` | 6280 » func_arith $current - $age |
3321 else | 6281 else |
3322 » major=`expr $current - $age + 1` | 6282 » func_arith $current - $age + 1 |
3323 fi | 6283 fi |
| 6284 major=$func_arith_result |
| 6285 |
3324 case $version_type in | 6286 case $version_type in |
3325 nonstopux) verstring_prefix=nonstopux ;; | 6287 nonstopux) verstring_prefix=nonstopux ;; |
3326 *) verstring_prefix=sgi ;; | 6288 *) verstring_prefix=sgi ;; |
3327 esac | 6289 esac |
3328 verstring="$verstring_prefix$major.$revision" | 6290 verstring="$verstring_prefix$major.$revision" |
3329 | 6291 |
3330 # Add in all the interfaces that we are compatible with. | 6292 # Add in all the interfaces that we are compatible with. |
3331 loop=$revision | 6293 loop=$revision |
3332 while test "$loop" -ne 0; do | 6294 while test "$loop" -ne 0; do |
3333 » iface=`expr $revision - $loop` | 6295 » func_arith $revision - $loop |
3334 » loop=`expr $loop - 1` | 6296 » iface=$func_arith_result |
| 6297 » func_arith $loop - 1 |
| 6298 » loop=$func_arith_result |
3335 verstring="$verstring_prefix$major.$iface:$verstring" | 6299 verstring="$verstring_prefix$major.$iface:$verstring" |
3336 done | 6300 done |
3337 | 6301 |
3338 # Before this point, $major must not contain `.'. | 6302 # Before this point, $major must not contain `.'. |
3339 major=.$major | 6303 major=.$major |
3340 versuffix="$major.$revision" | 6304 versuffix="$major.$revision" |
3341 ;; | 6305 ;; |
3342 | 6306 |
3343 linux) | 6307 linux) |
3344 » major=.`expr $current - $age` | 6308 » func_arith $current - $age |
| 6309 » major=.$func_arith_result |
3345 versuffix="$major.$age.$revision" | 6310 versuffix="$major.$age.$revision" |
3346 ;; | 6311 ;; |
3347 | 6312 |
3348 osf) | 6313 osf) |
3349 » major=.`expr $current - $age` | 6314 » func_arith $current - $age |
| 6315 » major=.$func_arith_result |
3350 versuffix=".$current.$age.$revision" | 6316 versuffix=".$current.$age.$revision" |
3351 verstring="$current.$age.$revision" | 6317 verstring="$current.$age.$revision" |
3352 | 6318 |
3353 # Add in all the interfaces that we are compatible with. | 6319 # Add in all the interfaces that we are compatible with. |
3354 loop=$age | 6320 loop=$age |
3355 while test "$loop" -ne 0; do | 6321 while test "$loop" -ne 0; do |
3356 » iface=`expr $current - $loop` | 6322 » func_arith $current - $loop |
3357 » loop=`expr $loop - 1` | 6323 » iface=$func_arith_result |
| 6324 » func_arith $loop - 1 |
| 6325 » loop=$func_arith_result |
3358 verstring="$verstring:${iface}.0" | 6326 verstring="$verstring:${iface}.0" |
3359 done | 6327 done |
3360 | 6328 |
3361 # Make executables depend on our current version. | 6329 # Make executables depend on our current version. |
3362 verstring="$verstring:${current}.0" | 6330 verstring="$verstring:${current}.0" |
3363 ;; | 6331 ;; |
3364 | 6332 |
| 6333 qnx) |
| 6334 major=".$current" |
| 6335 versuffix=".$current" |
| 6336 ;; |
| 6337 |
3365 sunos) | 6338 sunos) |
3366 major=".$current" | 6339 major=".$current" |
3367 versuffix=".$current.$revision" | 6340 versuffix=".$current.$revision" |
3368 ;; | 6341 ;; |
3369 | 6342 |
3370 windows) | 6343 windows) |
3371 # Use '-' rather than '.', since we only want one | 6344 # Use '-' rather than '.', since we only want one |
3372 # extension on DOS 8.3 filesystems. | 6345 # extension on DOS 8.3 filesystems. |
3373 » major=`expr $current - $age` | 6346 » func_arith $current - $age |
| 6347 » major=$func_arith_result |
3374 versuffix="-$major" | 6348 versuffix="-$major" |
3375 ;; | 6349 ;; |
3376 | 6350 |
3377 *) | 6351 *) |
3378 » $echo "$modename: unknown library version type \`$version_type'" 1>&2 | 6352 » func_fatal_configuration "unknown library version type \`$version_type
'" |
3379 » $echo "Fatal configuration error. See the $PACKAGE docs for more info
rmation." 1>&2 | |
3380 » exit $EXIT_FAILURE | |
3381 ;; | 6353 ;; |
3382 esac | 6354 esac |
3383 | 6355 |
3384 # Clear the version info if we defaulted, and they specified a release. | 6356 # Clear the version info if we defaulted, and they specified a release. |
3385 if test -z "$vinfo" && test -n "$release"; then | 6357 if test -z "$vinfo" && test -n "$release"; then |
3386 major= | 6358 major= |
3387 case $version_type in | 6359 case $version_type in |
3388 darwin) | 6360 darwin) |
3389 # we can't check for "0.0" in archive_cmds due to quoting | 6361 # we can't check for "0.0" in archive_cmds due to quoting |
3390 # problems, so we reset it completely | 6362 # problems, so we reset it completely |
(...skipping 13 matching lines...) Expand all Loading... |
3404 # Remove version info from name if versioning should be avoided | 6376 # Remove version info from name if versioning should be avoided |
3405 if test "$avoid_version" = yes && test "$need_version" = no; then | 6377 if test "$avoid_version" = yes && test "$need_version" = no; then |
3406 major= | 6378 major= |
3407 versuffix= | 6379 versuffix= |
3408 verstring="" | 6380 verstring="" |
3409 fi | 6381 fi |
3410 | 6382 |
3411 # Check to see if the archive will have undefined symbols. | 6383 # Check to see if the archive will have undefined symbols. |
3412 if test "$allow_undefined" = yes; then | 6384 if test "$allow_undefined" = yes; then |
3413 if test "$allow_undefined_flag" = unsupported; then | 6385 if test "$allow_undefined_flag" = unsupported; then |
3414 » $echo "$modename: warning: undefined symbols not allowed in $host sh
ared libraries" 1>&2 | 6386 » func_warning "undefined symbols not allowed in $host shared librarie
s" |
3415 build_libtool_libs=no | 6387 build_libtool_libs=no |
3416 build_old_libs=yes | 6388 build_old_libs=yes |
3417 fi | 6389 fi |
3418 else | 6390 else |
3419 # Don't allow undefined symbols. | 6391 # Don't allow undefined symbols. |
3420 allow_undefined_flag="$no_undefined_flag" | 6392 allow_undefined_flag="$no_undefined_flag" |
3421 fi | 6393 fi |
| 6394 |
3422 fi | 6395 fi |
3423 | 6396 |
| 6397 func_generate_dlsyms "$libname" "$libname" "yes" |
| 6398 libobjs="$libobjs $symfileobj" |
| 6399 test "X$libobjs" = "X " && libobjs= |
| 6400 |
3424 if test "$mode" != relink; then | 6401 if test "$mode" != relink; then |
3425 # Remove our outputs, but don't remove object files since they | 6402 # Remove our outputs, but don't remove object files since they |
3426 # may have been created when compiling PIC objects. | 6403 # may have been created when compiling PIC objects. |
3427 removelist= | 6404 removelist= |
3428 » tempremovelist=`$echo "$output_objdir/*"` | 6405 » tempremovelist=`$ECHO "$output_objdir/*"` |
3429 for p in $tempremovelist; do | 6406 for p in $tempremovelist; do |
3430 case $p in | 6407 case $p in |
3431 » *.$objext) | 6408 » *.$objext | *.gcno) |
3432 ;; | 6409 ;; |
3433 $output_objdir/$outputname | $output_objdir/$libname.* | $output_obj
dir/${libname}${release}.*) | 6410 $output_objdir/$outputname | $output_objdir/$libname.* | $output_obj
dir/${libname}${release}.*) |
3434 if test "X$precious_files_regex" != "X"; then | 6411 if test "X$precious_files_regex" != "X"; then |
3435 » if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 | 6412 » » if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>
&1 |
3436 » then | 6413 » » then |
3437 continue | 6414 continue |
3438 fi | 6415 fi |
3439 fi | 6416 fi |
3440 removelist="$removelist $p" | 6417 removelist="$removelist $p" |
3441 ;; | 6418 ;; |
3442 *) ;; | 6419 *) ;; |
3443 esac | 6420 esac |
3444 done | 6421 done |
3445 » if test -n "$removelist"; then | 6422 » test -n "$removelist" && \ |
3446 » $show "${rm}r $removelist" | 6423 » func_show_eval "${RM}r \$removelist" |
3447 » $run ${rm}r $removelist | |
3448 » fi | |
3449 fi | 6424 fi |
3450 | 6425 |
3451 # Now set the variables for building old libraries. | 6426 # Now set the variables for building old libraries. |
3452 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenien
ce ; then | 6427 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenien
ce ; then |
3453 oldlibs="$oldlibs $output_objdir/$libname.$libext" | 6428 oldlibs="$oldlibs $output_objdir/$libname.$libext" |
3454 | 6429 |
3455 # Transform .lo files to .o files. | 6430 # Transform .lo files to .o files. |
3456 » oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/
d' -e "$lo2o" | $NL2SP` | 6431 » oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/
d' -e "$lo2o" | $NL2SP` |
3457 fi | 6432 fi |
3458 | 6433 |
3459 # Eliminate all temporary directories. | 6434 # Eliminate all temporary directories. |
3460 #for path in $notinst_path; do | 6435 #for path in $notinst_path; do |
3461 #»lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"` | 6436 #»lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` |
3462 #»deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"` | 6437 #»deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` |
3463 #»dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"
` | 6438 #»dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"
` |
3464 #done | 6439 #done |
3465 | 6440 |
3466 if test -n "$xrpath"; then | 6441 if test -n "$xrpath"; then |
3467 # If the user specified any rpath flags, then add them. | 6442 # If the user specified any rpath flags, then add them. |
3468 temp_xrpath= | 6443 temp_xrpath= |
3469 for libdir in $xrpath; do | 6444 for libdir in $xrpath; do |
3470 temp_xrpath="$temp_xrpath -R$libdir" | 6445 temp_xrpath="$temp_xrpath -R$libdir" |
3471 case "$finalize_rpath " in | 6446 case "$finalize_rpath " in |
3472 *" $libdir "*) ;; | 6447 *" $libdir "*) ;; |
3473 *) finalize_rpath="$finalize_rpath $libdir" ;; | 6448 *) finalize_rpath="$finalize_rpath $libdir" ;; |
(...skipping 20 matching lines...) Expand all Loading... |
3494 for lib in $old_dlprefiles; do | 6469 for lib in $old_dlprefiles; do |
3495 case "$dlprefiles " in | 6470 case "$dlprefiles " in |
3496 *" $lib "*) ;; | 6471 *" $lib "*) ;; |
3497 *) dlprefiles="$dlprefiles $lib" ;; | 6472 *) dlprefiles="$dlprefiles $lib" ;; |
3498 esac | 6473 esac |
3499 done | 6474 done |
3500 | 6475 |
3501 if test "$build_libtool_libs" = yes; then | 6476 if test "$build_libtool_libs" = yes; then |
3502 if test -n "$rpath"; then | 6477 if test -n "$rpath"; then |
3503 case $host in | 6478 case $host in |
3504 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) | 6479 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*
) |
3505 # these systems don't actually have a c library (as such)! | 6480 # these systems don't actually have a c library (as such)! |
3506 ;; | 6481 ;; |
3507 *-*-rhapsody* | *-*-darwin1.[012]) | 6482 *-*-rhapsody* | *-*-darwin1.[012]) |
3508 # Rhapsody C library is in the System framework | 6483 # Rhapsody C library is in the System framework |
3509 » deplibs="$deplibs -framework System" | 6484 » deplibs="$deplibs System.ltframework" |
3510 ;; | 6485 ;; |
3511 *-*-netbsd*) | 6486 *-*-netbsd*) |
3512 # Don't link with libc until the a.out ld.so is fixed. | 6487 # Don't link with libc until the a.out ld.so is fixed. |
3513 ;; | 6488 ;; |
3514 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) | 6489 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) |
3515 # Do not include libc due to us having libc/libc_r. | 6490 # Do not include libc due to us having libc/libc_r. |
3516 ;; | 6491 ;; |
3517 *-*-sco3.2v5* | *-*-sco5v6*) | 6492 *-*-sco3.2v5* | *-*-sco5v6*) |
3518 # Causes problems with __ctype | 6493 # Causes problems with __ctype |
3519 ;; | 6494 ;; |
3520 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) | 6495 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) |
3521 # Compiler inserts libc in the correct place for threads to work | 6496 # Compiler inserts libc in the correct place for threads to work |
3522 ;; | 6497 ;; |
3523 » *) | 6498 » *) |
3524 # Add libc to deplibs on all other systems if necessary. | 6499 # Add libc to deplibs on all other systems if necessary. |
3525 if test "$build_libtool_need_lc" = "yes"; then | 6500 if test "$build_libtool_need_lc" = "yes"; then |
3526 deplibs="$deplibs -lc" | 6501 deplibs="$deplibs -lc" |
3527 fi | 6502 fi |
3528 ;; | 6503 ;; |
3529 esac | 6504 esac |
3530 fi | 6505 fi |
3531 | 6506 |
3532 # Transform deplibs into only deplibs that can be linked in shared. | 6507 # Transform deplibs into only deplibs that can be linked in shared. |
3533 name_save=$name | 6508 name_save=$name |
(...skipping 16 matching lines...) Expand all Loading... |
3550 # whether the library exists or not. But this is on | 6525 # whether the library exists or not. But this is on |
3551 # osf3 & osf4 and I'm not really sure... Just | 6526 # osf3 & osf4 and I'm not really sure... Just |
3552 # implementing what was already the behavior. | 6527 # implementing what was already the behavior. |
3553 newdeplibs=$deplibs | 6528 newdeplibs=$deplibs |
3554 ;; | 6529 ;; |
3555 test_compile) | 6530 test_compile) |
3556 # This code stresses the "libraries are programs" paradigm to its | 6531 # This code stresses the "libraries are programs" paradigm to its |
3557 # limits. Maybe even breaks it. We compile a program, linking it | 6532 # limits. Maybe even breaks it. We compile a program, linking it |
3558 # against the deplibs as a proxy for the library. Then we can check | 6533 # against the deplibs as a proxy for the library. Then we can check |
3559 # whether they linked in statically or dynamically with ldd. | 6534 # whether they linked in statically or dynamically with ldd. |
3560 » $rm conftest.c | 6535 » $opt_dry_run || $RM conftest.c |
3561 cat > conftest.c <<EOF | 6536 cat > conftest.c <<EOF |
3562 int main() { return 0; } | 6537 int main() { return 0; } |
3563 EOF | 6538 EOF |
3564 » $rm conftest | 6539 » $opt_dry_run || $RM conftest |
3565 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then | 6540 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then |
3566 ldd_output=`ldd conftest` | 6541 ldd_output=`ldd conftest` |
3567 for i in $deplibs; do | 6542 for i in $deplibs; do |
3568 » name=`expr $i : '-l\(.*\)'` | 6543 » case $i in |
3569 » # If $name is empty we are operating on a -L argument. | 6544 » -l*) |
3570 if test "$name" != "" && test "$name" != "0"; then | 6545 » » func_stripname -l '' "$i" |
| 6546 » » name=$func_stripname_result |
3571 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; t
hen | 6547 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; t
hen |
3572 case " $predeps $postdeps " in | 6548 case " $predeps $postdeps " in |
3573 *" $i "*) | 6549 *" $i "*) |
3574 newdeplibs="$newdeplibs $i" | 6550 newdeplibs="$newdeplibs $i" |
3575 i="" | 6551 i="" |
3576 ;; | 6552 ;; |
3577 esac | 6553 esac |
3578 » fi | 6554 » » fi |
3579 if test -n "$i" ; then | 6555 if test -n "$i" ; then |
3580 » » libname=`eval \\$echo \"$libname_spec\"` | 6556 » » libname=`eval "\\$ECHO \"$libname_spec\""` |
3581 » » deplib_matches=`eval \\$echo \"$library_names_spec\"` | 6557 » » deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` |
3582 » » set dummy $deplib_matches | 6558 » » set dummy $deplib_matches; shift |
3583 » » deplib_match=$2 | 6559 » » deplib_match=$1 |
3584 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then | 6560 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then |
3585 newdeplibs="$newdeplibs $i" | 6561 newdeplibs="$newdeplibs $i" |
3586 else | 6562 else |
3587 droppeddeps=yes | 6563 droppeddeps=yes |
3588 » » $echo | 6564 » » $ECHO |
3589 » » $echo "*** Warning: dynamic linker does not accept needed li
brary $i." | 6565 » » $ECHO "*** Warning: dynamic linker does not accept needed li
brary $i." |
3590 » » $echo "*** I have the capability to make that library automa
tically link in when" | 6566 » » $ECHO "*** I have the capability to make that library automa
tically link in when" |
3591 » » $echo "*** you link to this library. But I can only do this
if you have a" | 6567 » » $ECHO "*** you link to this library. But I can only do this
if you have a" |
3592 » » $echo "*** shared version of the library, which I believe yo
u do not have" | 6568 » » $ECHO "*** shared version of the library, which I believe yo
u do not have" |
3593 » » $echo "*** because a test_compile did reveal that the linker
did not use it for" | 6569 » » $ECHO "*** because a test_compile did reveal that the linker
did not use it for" |
3594 » » $echo "*** its dynamic dependency list that programs get res
olved with at runtime." | 6570 » » $ECHO "*** its dynamic dependency list that programs get res
olved with at runtime." |
3595 fi | 6571 fi |
3596 fi | 6572 fi |
3597 » else | 6573 » » ;; |
| 6574 » *) |
3598 newdeplibs="$newdeplibs $i" | 6575 newdeplibs="$newdeplibs $i" |
3599 » fi | 6576 » » ;; |
| 6577 » esac |
3600 done | 6578 done |
3601 else | 6579 else |
3602 # Error occurred in the first compile. Let's try to salvage | 6580 # Error occurred in the first compile. Let's try to salvage |
3603 # the situation: Compile a separate program for each library. | 6581 # the situation: Compile a separate program for each library. |
3604 for i in $deplibs; do | 6582 for i in $deplibs; do |
3605 » name=`expr $i : '-l\(.*\)'` | 6583 » case $i in |
3606 » # If $name is empty we are operating on a -L argument. | 6584 » -l*) |
3607 if test "$name" != "" && test "$name" != "0"; then | 6585 » » func_stripname -l '' "$i" |
3608 » » $rm conftest | 6586 » » name=$func_stripname_result |
| 6587 » » $opt_dry_run || $RM conftest |
3609 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then | 6588 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then |
3610 ldd_output=`ldd conftest` | 6589 ldd_output=`ldd conftest` |
3611 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ;
then | 6590 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ;
then |
3612 case " $predeps $postdeps " in | 6591 case " $predeps $postdeps " in |
3613 *" $i "*) | 6592 *" $i "*) |
3614 newdeplibs="$newdeplibs $i" | 6593 newdeplibs="$newdeplibs $i" |
3615 i="" | 6594 i="" |
3616 ;; | 6595 ;; |
3617 esac | 6596 esac |
3618 fi | 6597 fi |
3619 if test -n "$i" ; then | 6598 if test -n "$i" ; then |
3620 » » libname=`eval \\$echo \"$libname_spec\"` | 6599 » » libname=`eval "\\$ECHO \"$libname_spec\""` |
3621 » » deplib_matches=`eval \\$echo \"$library_names_spec\"` | 6600 » » deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` |
3622 » » set dummy $deplib_matches | 6601 » » set dummy $deplib_matches; shift |
3623 » » deplib_match=$2 | 6602 » » deplib_match=$1 |
3624 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; the
n | 6603 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; the
n |
3625 newdeplibs="$newdeplibs $i" | 6604 newdeplibs="$newdeplibs $i" |
3626 else | 6605 else |
3627 droppeddeps=yes | 6606 droppeddeps=yes |
3628 » » $echo | 6607 » » $ECHO |
3629 » » $echo "*** Warning: dynamic linker does not accept needed
library $i." | 6608 » » $ECHO "*** Warning: dynamic linker does not accept needed
library $i." |
3630 » » $echo "*** I have the capability to make that library auto
matically link in when" | 6609 » » $ECHO "*** I have the capability to make that library auto
matically link in when" |
3631 » » $echo "*** you link to this library. But I can only do th
is if you have a" | 6610 » » $ECHO "*** you link to this library. But I can only do th
is if you have a" |
3632 » » $echo "*** shared version of the library, which you do not
appear to have" | 6611 » » $ECHO "*** shared version of the library, which you do not
appear to have" |
3633 » » $echo "*** because a test_compile did reveal that the link
er did not use this one" | 6612 » » $ECHO "*** because a test_compile did reveal that the link
er did not use this one" |
3634 » » $echo "*** as a dynamic dependency that programs can get r
esolved with at runtime." | 6613 » » $ECHO "*** as a dynamic dependency that programs can get r
esolved with at runtime." |
3635 fi | 6614 fi |
3636 fi | 6615 fi |
3637 else | 6616 else |
3638 droppeddeps=yes | 6617 droppeddeps=yes |
3639 » » $echo | 6618 » » $ECHO |
3640 » » $echo "*** Warning! Library $i is needed by this library but
I was not able to" | 6619 » » $ECHO "*** Warning! Library $i is needed by this library but
I was not able to" |
3641 » » $echo "*** make it link in! You will probably need to install
it or some" | 6620 » » $ECHO "*** make it link in! You will probably need to install
it or some" |
3642 » » $echo "*** library that it depends on before this library will
be fully" | 6621 » » $ECHO "*** library that it depends on before this library will
be fully" |
3643 » » $echo "*** functional. Installing it before continuing would
be even better." | 6622 » » $ECHO "*** functional. Installing it before continuing would
be even better." |
3644 fi | 6623 fi |
3645 » else | 6624 » » ;; |
| 6625 » *) |
3646 newdeplibs="$newdeplibs $i" | 6626 newdeplibs="$newdeplibs $i" |
3647 » fi | 6627 » » ;; |
| 6628 » esac |
3648 done | 6629 done |
3649 fi | 6630 fi |
3650 ;; | 6631 ;; |
3651 file_magic*) | 6632 file_magic*) |
3652 » set dummy $deplibs_check_method | 6633 » set dummy $deplibs_check_method; shift |
3653 » file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` | 6634 » file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` |
3654 for a_deplib in $deplibs; do | 6635 for a_deplib in $deplibs; do |
3655 » name=`expr $a_deplib : '-l\(.*\)'` | 6636 » case $a_deplib in |
3656 » # If $name is empty we are operating on a -L argument. | 6637 » -l*) |
3657 if test "$name" != "" && test "$name" != "0"; then | 6638 » func_stripname -l '' "$a_deplib" |
| 6639 » name=$func_stripname_result |
3658 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; the
n | 6640 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; the
n |
3659 case " $predeps $postdeps " in | 6641 case " $predeps $postdeps " in |
3660 *" $a_deplib "*) | 6642 *" $a_deplib "*) |
3661 newdeplibs="$newdeplibs $a_deplib" | 6643 newdeplibs="$newdeplibs $a_deplib" |
3662 a_deplib="" | 6644 a_deplib="" |
3663 ;; | 6645 ;; |
3664 esac | 6646 esac |
3665 fi | 6647 fi |
3666 if test -n "$a_deplib" ; then | 6648 if test -n "$a_deplib" ; then |
3667 » » libname=`eval \\$echo \"$libname_spec\"` | 6649 » » libname=`eval "\\$ECHO \"$libname_spec\""` |
3668 for i in $lib_search_path $sys_lib_search_path $shlib_search_pat
h; do | 6650 for i in $lib_search_path $sys_lib_search_path $shlib_search_pat
h; do |
3669 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` | 6651 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` |
3670 for potent_lib in $potential_libs; do | 6652 for potent_lib in $potential_libs; do |
3671 # Follow soft links. | 6653 # Follow soft links. |
3672 » » if ls -lLd "$potent_lib" 2>/dev/null \ | 6654 » » if ls -lLd "$potent_lib" 2>/dev/null | |
3673 » » » | grep " -> " >/dev/null; then | 6655 » » » $GREP " -> " >/dev/null; then |
3674 continue | 6656 continue |
3675 fi | 6657 fi |
3676 # The statement above tries to avoid entering an | 6658 # The statement above tries to avoid entering an |
3677 # endless loop below, in case of cyclic links. | 6659 # endless loop below, in case of cyclic links. |
3678 # We might still enter an endless loop, since a link | 6660 # We might still enter an endless loop, since a link |
3679 # loop can be closed while we follow links, | 6661 # loop can be closed while we follow links, |
3680 # but so what? | 6662 # but so what? |
3681 potlib="$potent_lib" | 6663 potlib="$potent_lib" |
3682 while test -h "$potlib" 2>/dev/null; do | 6664 while test -h "$potlib" 2>/dev/null; do |
3683 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` | 6665 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` |
3684 case $potliblink in | 6666 case $potliblink in |
3685 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; | 6667 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; |
3686 » » » *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$po
tliblink";; | 6668 » » » *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$po
tliblink";; |
3687 esac | 6669 esac |
3688 done | 6670 done |
3689 » » if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ | 6671 » » if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | |
3690 » » » | ${SED} 10q \ | 6672 » » » $SED -e 10q | |
3691 » » » | $EGREP "$file_magic_regex" > /dev/null; then | 6673 » » » $EGREP "$file_magic_regex" > /dev/null; then |
3692 newdeplibs="$newdeplibs $a_deplib" | 6674 newdeplibs="$newdeplibs $a_deplib" |
3693 a_deplib="" | 6675 a_deplib="" |
3694 break 2 | 6676 break 2 |
3695 fi | 6677 fi |
3696 done | 6678 done |
3697 done | 6679 done |
3698 fi | 6680 fi |
3699 if test -n "$a_deplib" ; then | 6681 if test -n "$a_deplib" ; then |
3700 droppeddeps=yes | 6682 droppeddeps=yes |
3701 » » $echo | 6683 » » $ECHO |
3702 » » $echo "*** Warning: linker path does not have real file for libr
ary $a_deplib." | 6684 » » $ECHO "*** Warning: linker path does not have real file for libr
ary $a_deplib." |
3703 » » $echo "*** I have the capability to make that library automatica
lly link in when" | 6685 » » $ECHO "*** I have the capability to make that library automatica
lly link in when" |
3704 » » $echo "*** you link to this library. But I can only do this if
you have a" | 6686 » » $ECHO "*** you link to this library. But I can only do this if
you have a" |
3705 » » $echo "*** shared version of the library, which you do not appea
r to have" | 6687 » » $ECHO "*** shared version of the library, which you do not appea
r to have" |
3706 » » $echo "*** because I did check the linker path looking for a fil
e starting" | 6688 » » $ECHO "*** because I did check the linker path looking for a fil
e starting" |
3707 if test -z "$potlib" ; then | 6689 if test -z "$potlib" ; then |
3708 » » $echo "*** with $libname but no candidates were found. (...for
file magic test)" | 6690 » » $ECHO "*** with $libname but no candidates were found. (...for
file magic test)" |
3709 else | 6691 else |
3710 » » $echo "*** with $libname and none of the candidates passed a f
ile format test" | 6692 » » $ECHO "*** with $libname and none of the candidates passed a f
ile format test" |
3711 » » $echo "*** using a file magic. Last file checked: $potlib" | 6693 » » $ECHO "*** using a file magic. Last file checked: $potlib" |
3712 fi | 6694 fi |
3713 fi | 6695 fi |
3714 » else | 6696 » ;; |
| 6697 » *) |
3715 # Add a -L argument. | 6698 # Add a -L argument. |
3716 newdeplibs="$newdeplibs $a_deplib" | 6699 newdeplibs="$newdeplibs $a_deplib" |
3717 » fi | 6700 » ;; |
| 6701 » esac |
3718 done # Gone through all deplibs. | 6702 done # Gone through all deplibs. |
3719 ;; | 6703 ;; |
3720 match_pattern*) | 6704 match_pattern*) |
3721 » set dummy $deplibs_check_method | 6705 » set dummy $deplibs_check_method; shift |
3722 » match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` | 6706 » match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` |
3723 for a_deplib in $deplibs; do | 6707 for a_deplib in $deplibs; do |
3724 » name=`expr $a_deplib : '-l\(.*\)'` | 6708 » case $a_deplib in |
3725 » # If $name is empty we are operating on a -L argument. | 6709 » -l*) |
3726 » if test -n "$name" && test "$name" != "0"; then | 6710 » func_stripname -l '' "$a_deplib" |
| 6711 » name=$func_stripname_result |
3727 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; the
n | 6712 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; the
n |
3728 case " $predeps $postdeps " in | 6713 case " $predeps $postdeps " in |
3729 *" $a_deplib "*) | 6714 *" $a_deplib "*) |
3730 newdeplibs="$newdeplibs $a_deplib" | 6715 newdeplibs="$newdeplibs $a_deplib" |
3731 a_deplib="" | 6716 a_deplib="" |
3732 ;; | 6717 ;; |
3733 esac | 6718 esac |
3734 fi | 6719 fi |
3735 if test -n "$a_deplib" ; then | 6720 if test -n "$a_deplib" ; then |
3736 » » libname=`eval \\$echo \"$libname_spec\"` | 6721 » » libname=`eval "\\$ECHO \"$libname_spec\""` |
3737 for i in $lib_search_path $sys_lib_search_path $shlib_search_pat
h; do | 6722 for i in $lib_search_path $sys_lib_search_path $shlib_search_pat
h; do |
3738 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` | 6723 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` |
3739 for potent_lib in $potential_libs; do | 6724 for potent_lib in $potential_libs; do |
3740 potlib="$potent_lib" # see symlink-check above in file_magic
test | 6725 potlib="$potent_lib" # see symlink-check above in file_magic
test |
3741 » » if eval $echo \"$potent_lib\" 2>/dev/null \ | 6726 » » if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q
| \ |
3742 » » | ${SED} 10q \ | 6727 » » $EGREP "$match_pattern_regex" > /dev/null; then |
3743 » » | $EGREP "$match_pattern_regex" > /dev/null; then | |
3744 newdeplibs="$newdeplibs $a_deplib" | 6728 newdeplibs="$newdeplibs $a_deplib" |
3745 a_deplib="" | 6729 a_deplib="" |
3746 break 2 | 6730 break 2 |
3747 fi | 6731 fi |
3748 done | 6732 done |
3749 done | 6733 done |
3750 fi | 6734 fi |
3751 if test -n "$a_deplib" ; then | 6735 if test -n "$a_deplib" ; then |
3752 droppeddeps=yes | 6736 droppeddeps=yes |
3753 » » $echo | 6737 » » $ECHO |
3754 » » $echo "*** Warning: linker path does not have real file for libr
ary $a_deplib." | 6738 » » $ECHO "*** Warning: linker path does not have real file for libr
ary $a_deplib." |
3755 » » $echo "*** I have the capability to make that library automatica
lly link in when" | 6739 » » $ECHO "*** I have the capability to make that library automatica
lly link in when" |
3756 » » $echo "*** you link to this library. But I can only do this if
you have a" | 6740 » » $ECHO "*** you link to this library. But I can only do this if
you have a" |
3757 » » $echo "*** shared version of the library, which you do not appea
r to have" | 6741 » » $ECHO "*** shared version of the library, which you do not appea
r to have" |
3758 » » $echo "*** because I did check the linker path looking for a fil
e starting" | 6742 » » $ECHO "*** because I did check the linker path looking for a fil
e starting" |
3759 if test -z "$potlib" ; then | 6743 if test -z "$potlib" ; then |
3760 » » $echo "*** with $libname but no candidates were found. (...for
regex pattern test)" | 6744 » » $ECHO "*** with $libname but no candidates were found. (...for
regex pattern test)" |
3761 else | 6745 else |
3762 » » $echo "*** with $libname and none of the candidates passed a f
ile format test" | 6746 » » $ECHO "*** with $libname and none of the candidates passed a f
ile format test" |
3763 » » $echo "*** using a regex pattern. Last file checked: $potlib" | 6747 » » $ECHO "*** using a regex pattern. Last file checked: $potlib" |
3764 fi | 6748 fi |
3765 fi | 6749 fi |
3766 » else | 6750 » ;; |
| 6751 » *) |
3767 # Add a -L argument. | 6752 # Add a -L argument. |
3768 newdeplibs="$newdeplibs $a_deplib" | 6753 newdeplibs="$newdeplibs $a_deplib" |
3769 » fi | 6754 » ;; |
| 6755 » esac |
3770 done # Gone through all deplibs. | 6756 done # Gone through all deplibs. |
3771 ;; | 6757 ;; |
3772 none | unknown | *) | 6758 none | unknown | *) |
3773 newdeplibs="" | 6759 newdeplibs="" |
3774 » tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ | 6760 » tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \ |
3775 » -e 's/ -[LR][^ ]*//g'` | 6761 » -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'` |
3776 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then | 6762 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
3777 for i in $predeps $postdeps ; do | 6763 for i in $predeps $postdeps ; do |
3778 # can't use Xsed below, because $i might contain '/' | 6764 # can't use Xsed below, because $i might contain '/' |
3779 » tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i
,,"` | 6765 » tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` |
3780 done | 6766 done |
3781 fi | 6767 fi |
3782 » if $echo "X $tmp_deplibs" | $Xsed -e 's/[ » ]//g' \ | 6768 » if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[» ]//g' | |
3783 » | grep . >/dev/null; then | 6769 » $GREP . >/dev/null; then |
3784 » $echo | 6770 » $ECHO |
3785 if test "X$deplibs_check_method" = "Xnone"; then | 6771 if test "X$deplibs_check_method" = "Xnone"; then |
3786 » $echo "*** Warning: inter-library dependencies are not supported i
n this platform." | 6772 » $ECHO "*** Warning: inter-library dependencies are not supported i
n this platform." |
3787 else | 6773 else |
3788 » $echo "*** Warning: inter-library dependencies are not known to be
supported." | 6774 » $ECHO "*** Warning: inter-library dependencies are not known to be
supported." |
3789 fi | 6775 fi |
3790 » $echo "*** All declared inter-library dependencies are being dropped
." | 6776 » $ECHO "*** All declared inter-library dependencies are being dropped
." |
3791 droppeddeps=yes | 6777 droppeddeps=yes |
3792 fi | 6778 fi |
3793 ;; | 6779 ;; |
3794 esac | 6780 esac |
3795 versuffix=$versuffix_save | 6781 versuffix=$versuffix_save |
3796 major=$major_save | 6782 major=$major_save |
3797 release=$release_save | 6783 release=$release_save |
3798 libname=$libname_save | 6784 libname=$libname_save |
3799 name=$name_save | 6785 name=$name_save |
3800 | 6786 |
3801 case $host in | 6787 case $host in |
3802 *-*-rhapsody* | *-*-darwin1.[012]) | 6788 *-*-rhapsody* | *-*-darwin1.[012]) |
3803 » # On Rhapsody replace the C library is the System framework | 6789 » # On Rhapsody replace the C library with the System framework |
3804 » newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework Syst
em /'` | 6790 » newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframew
ork /'` |
3805 ;; | 6791 ;; |
3806 esac | 6792 esac |
3807 | 6793 |
3808 if test "$droppeddeps" = yes; then | 6794 if test "$droppeddeps" = yes; then |
3809 if test "$module" = yes; then | 6795 if test "$module" = yes; then |
3810 » $echo | 6796 » $ECHO |
3811 » $echo "*** Warning: libtool could not satisfy all declared inter-lib
rary" | 6797 » $ECHO "*** Warning: libtool could not satisfy all declared inter-lib
rary" |
3812 » $echo "*** dependencies of module $libname. Therefore, libtool will
create" | 6798 » $ECHO "*** dependencies of module $libname. Therefore, libtool will
create" |
3813 » $echo "*** a static module, that should work as long as the dlopenin
g" | 6799 » $ECHO "*** a static module, that should work as long as the dlopenin
g" |
3814 » $echo "*** application is linked with the -dlopen flag." | 6800 » $ECHO "*** application is linked with the -dlopen flag." |
3815 if test -z "$global_symbol_pipe"; then | 6801 if test -z "$global_symbol_pipe"; then |
3816 » $echo | 6802 » $ECHO |
3817 » $echo "*** However, this would only work if libtool was able to ex
tract symbol" | 6803 » $ECHO "*** However, this would only work if libtool was able to ex
tract symbol" |
3818 » $echo "*** lists from a program, using \`nm' or equivalent, but li
btool could" | 6804 » $ECHO "*** lists from a program, using \`nm' or equivalent, but li
btool could" |
3819 » $echo "*** not find such a program. So, this module is probably u
seless." | 6805 » $ECHO "*** not find such a program. So, this module is probably u
seless." |
3820 » $echo "*** \`nm' from GNU binutils and a full rebuild may help." | 6806 » $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." |
3821 fi | 6807 fi |
3822 if test "$build_old_libs" = no; then | 6808 if test "$build_old_libs" = no; then |
3823 oldlibs="$output_objdir/$libname.$libext" | 6809 oldlibs="$output_objdir/$libname.$libext" |
3824 build_libtool_libs=module | 6810 build_libtool_libs=module |
3825 build_old_libs=yes | 6811 build_old_libs=yes |
3826 else | 6812 else |
3827 build_libtool_libs=no | 6813 build_libtool_libs=no |
3828 fi | 6814 fi |
3829 else | 6815 else |
3830 » $echo "*** The inter-library dependencies that have been dropped her
e will be" | 6816 » $ECHO "*** The inter-library dependencies that have been dropped her
e will be" |
3831 » $echo "*** automatically added whenever a program is linked with thi
s library" | 6817 » $ECHO "*** automatically added whenever a program is linked with thi
s library" |
3832 » $echo "*** or is declared to -dlopen it." | 6818 » $ECHO "*** or is declared to -dlopen it." |
3833 | 6819 |
3834 if test "$allow_undefined" = no; then | 6820 if test "$allow_undefined" = no; then |
3835 » $echo | 6821 » $ECHO |
3836 » $echo "*** Since this library must not contain undefined symbols," | 6822 » $ECHO "*** Since this library must not contain undefined symbols," |
3837 » $echo "*** because either the platform does not support them or" | 6823 » $ECHO "*** because either the platform does not support them or" |
3838 » $echo "*** it was explicitly requested with -no-undefined," | 6824 » $ECHO "*** it was explicitly requested with -no-undefined," |
3839 » $echo "*** libtool will only create a static version of it." | 6825 » $ECHO "*** libtool will only create a static version of it." |
3840 if test "$build_old_libs" = no; then | 6826 if test "$build_old_libs" = no; then |
3841 oldlibs="$output_objdir/$libname.$libext" | 6827 oldlibs="$output_objdir/$libname.$libext" |
3842 build_libtool_libs=module | 6828 build_libtool_libs=module |
3843 build_old_libs=yes | 6829 build_old_libs=yes |
3844 else | 6830 else |
3845 build_libtool_libs=no | 6831 build_libtool_libs=no |
3846 fi | 6832 fi |
3847 fi | 6833 fi |
3848 fi | 6834 fi |
3849 fi | 6835 fi |
3850 # Done checking deplibs! | 6836 # Done checking deplibs! |
3851 deplibs=$newdeplibs | 6837 deplibs=$newdeplibs |
3852 fi | 6838 fi |
3853 | 6839 # Time to change all our "foo.ltframework" stuff back to "-framework foo" |
| 6840 case $host in |
| 6841 » *-*-darwin*) |
| 6842 » newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframewor
k% -framework \1%g'` |
| 6843 » new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $X
sed -e 's% \([^ $]*\).ltframework% -framework \1%g'` |
| 6844 » deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -fr
amework \1%g'` |
| 6845 » ;; |
| 6846 esac |
3854 | 6847 |
3855 # move library search paths that coincide with paths to not yet | 6848 # move library search paths that coincide with paths to not yet |
3856 # installed libraries to the beginning of the library search list | 6849 # installed libraries to the beginning of the library search list |
3857 new_libs= | 6850 new_libs= |
3858 for path in $notinst_path; do | 6851 for path in $notinst_path; do |
3859 case " $new_libs " in | 6852 case " $new_libs " in |
3860 *" -L$path/$objdir "*) ;; | 6853 *" -L$path/$objdir "*) ;; |
3861 *) | 6854 *) |
3862 case " $deplibs " in | 6855 case " $deplibs " in |
3863 *" -L$path/$objdir "*) | 6856 *" -L$path/$objdir "*) |
3864 new_libs="$new_libs -L$path/$objdir" ;; | 6857 new_libs="$new_libs -L$path/$objdir" ;; |
3865 esac | 6858 esac |
3866 ;; | 6859 ;; |
3867 esac | 6860 esac |
3868 done | 6861 done |
3869 for deplib in $deplibs; do | 6862 for deplib in $deplibs; do |
3870 case $deplib in | 6863 case $deplib in |
3871 -L*) | 6864 -L*) |
3872 case " $new_libs " in | 6865 case " $new_libs " in |
3873 *" $deplib "*) ;; | 6866 *" $deplib "*) ;; |
3874 *) new_libs="$new_libs $deplib" ;; | 6867 *) new_libs="$new_libs $deplib" ;; |
3875 esac | 6868 esac |
3876 ;; | 6869 ;; |
3877 *) new_libs="$new_libs $deplib" ;; | 6870 *) new_libs="$new_libs $deplib" ;; |
3878 esac | 6871 esac |
3879 done | 6872 done |
3880 deplibs="$new_libs" | 6873 deplibs="$new_libs" |
3881 | 6874 |
3882 | |
3883 # All the library-specific variables (install_libdir is set above). | 6875 # All the library-specific variables (install_libdir is set above). |
3884 library_names= | 6876 library_names= |
3885 old_library= | 6877 old_library= |
3886 dlname= | 6878 dlname= |
3887 | 6879 |
3888 # Test again, we may have decided not to build it any more | 6880 # Test again, we may have decided not to build it any more |
3889 if test "$build_libtool_libs" = yes; then | 6881 if test "$build_libtool_libs" = yes; then |
3890 if test "$hardcode_into_libs" = yes; then | 6882 if test "$hardcode_into_libs" = yes; then |
3891 # Hardcode the library paths | 6883 # Hardcode the library paths |
3892 hardcode_libdirs= | 6884 hardcode_libdirs= |
(...skipping 24 matching lines...) Expand all Loading... |
3917 *" $libdir "*) ;; | 6909 *" $libdir "*) ;; |
3918 *) perm_rpath="$perm_rpath $libdir" ;; | 6910 *) perm_rpath="$perm_rpath $libdir" ;; |
3919 esac | 6911 esac |
3920 fi | 6912 fi |
3921 done | 6913 done |
3922 # Substitute the hardcoded libdirs into the rpath. | 6914 # Substitute the hardcoded libdirs into the rpath. |
3923 if test -n "$hardcode_libdir_separator" && | 6915 if test -n "$hardcode_libdir_separator" && |
3924 test -n "$hardcode_libdirs"; then | 6916 test -n "$hardcode_libdirs"; then |
3925 libdir="$hardcode_libdirs" | 6917 libdir="$hardcode_libdirs" |
3926 if test -n "$hardcode_libdir_flag_spec_ld"; then | 6918 if test -n "$hardcode_libdir_flag_spec_ld"; then |
3927 » case $archive_cmds in | 6919 » eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" |
3928 » *\$LD*) eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" ;; | |
3929 » *) eval dep_rpath=\"$hardcode_libdir_flag_spec\" ;; | |
3930 » esac | |
3931 else | 6920 else |
3932 eval dep_rpath=\"$hardcode_libdir_flag_spec\" | 6921 eval dep_rpath=\"$hardcode_libdir_flag_spec\" |
3933 fi | 6922 fi |
3934 fi | 6923 fi |
3935 if test -n "$runpath_var" && test -n "$perm_rpath"; then | 6924 if test -n "$runpath_var" && test -n "$perm_rpath"; then |
3936 # We should set the runpath_var. | 6925 # We should set the runpath_var. |
3937 rpath= | 6926 rpath= |
3938 for dir in $perm_rpath; do | 6927 for dir in $perm_rpath; do |
3939 rpath="$rpath$dir:" | 6928 rpath="$rpath$dir:" |
3940 done | 6929 done |
3941 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" | 6930 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" |
3942 fi | 6931 fi |
3943 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" | 6932 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" |
3944 fi | 6933 fi |
3945 | 6934 |
3946 shlibpath="$finalize_shlibpath" | 6935 shlibpath="$finalize_shlibpath" |
3947 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" | 6936 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" |
3948 if test -n "$shlibpath"; then | 6937 if test -n "$shlibpath"; then |
3949 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_v
ar" | 6938 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_v
ar" |
3950 fi | 6939 fi |
3951 | 6940 |
3952 # Get the real and link names of the library. | 6941 # Get the real and link names of the library. |
3953 eval shared_ext=\"$shrext_cmds\" | 6942 eval shared_ext=\"$shrext_cmds\" |
3954 eval library_names=\"$library_names_spec\" | 6943 eval library_names=\"$library_names_spec\" |
3955 set dummy $library_names | 6944 set dummy $library_names |
3956 » realname="$2" | 6945 » shift |
3957 » shift; shift | 6946 » realname="$1" |
| 6947 » shift |
3958 | 6948 |
3959 if test -n "$soname_spec"; then | 6949 if test -n "$soname_spec"; then |
3960 eval soname=\"$soname_spec\" | 6950 eval soname=\"$soname_spec\" |
3961 else | 6951 else |
3962 soname="$realname" | 6952 soname="$realname" |
3963 fi | 6953 fi |
3964 if test -z "$dlname"; then | 6954 if test -z "$dlname"; then |
3965 dlname=$soname | 6955 dlname=$soname |
3966 fi | 6956 fi |
3967 | 6957 |
3968 lib="$output_objdir/$realname" | 6958 lib="$output_objdir/$realname" |
3969 linknames= | 6959 linknames= |
3970 for link | 6960 for link |
3971 do | 6961 do |
3972 linknames="$linknames $link" | 6962 linknames="$linknames $link" |
3973 done | 6963 done |
3974 | 6964 |
3975 # Use standard objects if they are pic | 6965 # Use standard objects if they are pic |
3976 » test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$
lo2o" | $NL2SP` | 6966 » test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$
lo2o" | $NL2SP` |
| 6967 » test "X$libobjs" = "X " && libobjs= |
| 6968 |
| 6969 » delfiles= |
| 6970 » if test -n "$export_symbols" && test -n "$include_expsyms"; then |
| 6971 » $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" |
| 6972 » export_symbols="$output_objdir/$libname.uexp" |
| 6973 » delfiles="$delfiles $export_symbols" |
| 6974 » fi |
| 6975 |
| 6976 » orig_export_symbols= |
| 6977 » case $host_os in |
| 6978 » cygwin* | mingw* | cegcc*) |
| 6979 » if test -n "$export_symbols" && test -z "$export_symbols_regex"; then |
| 6980 » # exporting using user supplied symfile |
| 6981 » if test "x`$SED 1q $export_symbols`" != xEXPORTS; then |
| 6982 » # and it's NOT already a .def file. Must figure out |
| 6983 » # which of the given symbols are data symbols and tag |
| 6984 » # them as such. So, trigger use of export_symbols_cmds. |
| 6985 » # export_symbols gets reassigned inside the "prepare |
| 6986 » # the list of exported symbols" if statement, so the |
| 6987 » # include_expsyms logic still works. |
| 6988 » orig_export_symbols="$export_symbols" |
| 6989 » export_symbols= |
| 6990 » always_export_symbols=yes |
| 6991 » fi |
| 6992 » fi |
| 6993 » ;; |
| 6994 » esac |
3977 | 6995 |
3978 # Prepare the list of exported symbols | 6996 # Prepare the list of exported symbols |
3979 if test -z "$export_symbols"; then | 6997 if test -z "$export_symbols"; then |
3980 if test "$always_export_symbols" = yes || test -n "$export_symbols_reg
ex"; then | 6998 if test "$always_export_symbols" = yes || test -n "$export_symbols_reg
ex"; then |
3981 » $show "generating symbol list for \`$libname.la'" | 6999 » func_verbose "generating symbol list for \`$libname.la'" |
3982 export_symbols="$output_objdir/$libname.exp" | 7000 export_symbols="$output_objdir/$libname.exp" |
3983 » $run $rm $export_symbols | 7001 » $opt_dry_run || $RM $export_symbols |
3984 cmds=$export_symbols_cmds | 7002 cmds=$export_symbols_cmds |
3985 save_ifs="$IFS"; IFS='~' | 7003 save_ifs="$IFS"; IFS='~' |
3986 for cmd in $cmds; do | 7004 for cmd in $cmds; do |
3987 IFS="$save_ifs" | 7005 IFS="$save_ifs" |
3988 eval cmd=\"$cmd\" | 7006 eval cmd=\"$cmd\" |
3989 » if len=`expr "X$cmd" : ".*"` && | 7007 » func_len " $cmd" |
3990 » test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; the
n | 7008 » len=$func_len_result |
3991 » $show "$cmd" | 7009 » if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; t
hen |
3992 » $run eval "$cmd" || exit $? | 7010 » » func_show_eval "$cmd" 'exit $?' |
3993 » skipped_export=false | 7011 » » skipped_export=false |
3994 else | 7012 else |
3995 » # The command line is too long to execute in one step. | 7013 » » # The command line is too long to execute in one step. |
3996 » $show "using reloadable object file for export list..." | 7014 » » func_verbose "using reloadable object file for export list..." |
3997 » skipped_export=: | 7015 » » skipped_export=: |
3998 # Break out early, otherwise skipped_export may be | 7016 # Break out early, otherwise skipped_export may be |
3999 # set to false by a later but shorter cmd. | 7017 # set to false by a later but shorter cmd. |
4000 break | 7018 break |
4001 fi | 7019 fi |
4002 done | 7020 done |
4003 IFS="$save_ifs" | 7021 IFS="$save_ifs" |
4004 » if test -n "$export_symbols_regex"; then | 7022 » if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:
"; then |
4005 » $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \
"${export_symbols}T\"" | 7023 » func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols
" > "${export_symbols}T"' |
4006 » $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "
${export_symbols}T"' | 7024 » func_show_eval '$MV "${export_symbols}T" "$export_symbols"' |
4007 » $show "$mv \"${export_symbols}T\" \"$export_symbols\"" | |
4008 » $run eval '$mv "${export_symbols}T" "$export_symbols"' | |
4009 fi | 7025 fi |
4010 fi | 7026 fi |
4011 fi | 7027 fi |
4012 | 7028 |
4013 if test -n "$export_symbols" && test -n "$include_expsyms"; then | 7029 if test -n "$export_symbols" && test -n "$include_expsyms"; then |
4014 » $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' | 7030 » tmp_export_symbols="$export_symbols" |
| 7031 » test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_sym
bols" |
| 7032 » $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$
tmp_export_symbols"' |
| 7033 » fi |
| 7034 |
| 7035 » if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; th
en |
| 7036 » # The given exports_symbols file has to be filtered, so filter it. |
| 7037 » func_verbose "filter symbol list for \`$libname.la' to tag DATA export
s" |
| 7038 » # FIXME: $output_objdir/$libname.filter potentially contains lots of |
| 7039 » # 's' commands which not all seds can handle. GNU sed should be fine |
| 7040 » # though. Also, the filter scales superlinearly with the number of |
| 7041 » # global variables. join(1) would be nice here, but unfortunately |
| 7042 » # isn't a blessed tool. |
| 7043 » $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|
,' < $export_symbols > $output_objdir/$libname.filter |
| 7044 » delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" |
| 7045 » export_symbols=$output_objdir/$libname.def |
| 7046 » $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_
symbols > $export_symbols |
4015 fi | 7047 fi |
4016 | 7048 |
4017 tmp_deplibs= | 7049 tmp_deplibs= |
4018 for test_deplib in $deplibs; do | 7050 for test_deplib in $deplibs; do |
4019 » » case " $convenience " in | 7051 » case " $convenience " in |
4020 » » *" $test_deplib "*) ;; | 7052 » *" $test_deplib "*) ;; |
4021 » » *) | 7053 » *) |
4022 » » » tmp_deplibs="$tmp_deplibs $test_deplib" | 7054 » tmp_deplibs="$tmp_deplibs $test_deplib" |
4023 » » » ;; | 7055 » ;; |
4024 » » esac | 7056 » esac |
4025 done | 7057 done |
4026 deplibs="$tmp_deplibs" | 7058 deplibs="$tmp_deplibs" |
4027 | 7059 |
4028 if test -n "$convenience"; then | 7060 if test -n "$convenience"; then |
| 7061 if test -n "$whole_archive_flag_spec" && |
| 7062 test "$compiler_needs_object" = yes && |
| 7063 test -z "$libobjs"; then |
| 7064 # extract the archives, so we have objects to list. |
| 7065 # TODO: could optimize this to just extract one archive. |
| 7066 whole_archive_flag_spec= |
| 7067 fi |
4029 if test -n "$whole_archive_flag_spec"; then | 7068 if test -n "$whole_archive_flag_spec"; then |
4030 save_libobjs=$libobjs | 7069 save_libobjs=$libobjs |
4031 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" | 7070 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" |
| 7071 test "X$libobjs" = "X " && libobjs= |
4032 else | 7072 else |
4033 gentop="$output_objdir/${outputname}x" | 7073 gentop="$output_objdir/${outputname}x" |
4034 generated="$generated $gentop" | 7074 generated="$generated $gentop" |
4035 | 7075 |
4036 func_extract_archives $gentop $convenience | 7076 func_extract_archives $gentop $convenience |
4037 libobjs="$libobjs $func_extract_archives_result" | 7077 libobjs="$libobjs $func_extract_archives_result" |
| 7078 test "X$libobjs" = "X " && libobjs= |
4038 fi | 7079 fi |
4039 fi | 7080 fi |
4040 » | 7081 |
4041 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then | 7082 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then |
4042 eval flag=\"$thread_safe_flag_spec\" | 7083 eval flag=\"$thread_safe_flag_spec\" |
4043 linker_flags="$linker_flags $flag" | 7084 linker_flags="$linker_flags $flag" |
4044 fi | 7085 fi |
4045 | 7086 |
4046 # Make a backup of the uninstalled library when relinking | 7087 # Make a backup of the uninstalled library when relinking |
4047 if test "$mode" = relink; then | 7088 if test "$mode" = relink; then |
4048 » $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${r
ealname}U)' || exit $? | 7089 » $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $r
ealname ${realname}U)' || exit $? |
4049 fi | 7090 fi |
4050 | 7091 |
4051 # Do each of the archive commands. | 7092 # Do each of the archive commands. |
4052 if test "$module" = yes && test -n "$module_cmds" ; then | 7093 if test "$module" = yes && test -n "$module_cmds" ; then |
4053 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then | 7094 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then |
4054 eval test_cmds=\"$module_expsym_cmds\" | 7095 eval test_cmds=\"$module_expsym_cmds\" |
4055 cmds=$module_expsym_cmds | 7096 cmds=$module_expsym_cmds |
4056 else | 7097 else |
4057 eval test_cmds=\"$module_cmds\" | 7098 eval test_cmds=\"$module_cmds\" |
4058 cmds=$module_cmds | 7099 cmds=$module_cmds |
4059 fi | 7100 fi |
4060 else | 7101 else |
4061 » if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then | 7102 » if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then |
4062 » eval test_cmds=\"$archive_expsym_cmds\" | 7103 » eval test_cmds=\"$archive_expsym_cmds\" |
4063 » cmds=$archive_expsym_cmds | 7104 » cmds=$archive_expsym_cmds |
4064 » else | 7105 » else |
4065 » eval test_cmds=\"$archive_cmds\" | 7106 » eval test_cmds=\"$archive_cmds\" |
4066 » cmds=$archive_cmds | 7107 » cmds=$archive_cmds |
4067 fi | 7108 fi |
4068 fi | 7109 fi |
4069 | 7110 |
4070 if test "X$skipped_export" != "X:" && | 7111 if test "X$skipped_export" != "X:" && |
4071 » len=`expr "X$test_cmds" : ".*" 2>/dev/null` && | 7112 » func_len " $test_cmds" && |
4072 » test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then | 7113 » len=$func_len_result && |
| 7114 » test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then |
4073 : | 7115 : |
4074 else | 7116 else |
4075 » # The command line is too long to link in one step, link piecewise. | 7117 » # The command line is too long to link in one step, link piecewise |
4076 » $echo "creating reloadable object files..." | 7118 » # or, if using GNU ld and skipped_export is not :, use a linker |
| 7119 » # script. |
4077 | 7120 |
4078 # Save the value of $output and $libobjs because we want to | 7121 # Save the value of $output and $libobjs because we want to |
4079 # use them later. If we have whole_archive_flag_spec, we | 7122 # use them later. If we have whole_archive_flag_spec, we |
4080 # want to use save_libobjs as it was before | 7123 # want to use save_libobjs as it was before |
4081 # whole_archive_flag_spec was expanded, because we can't | 7124 # whole_archive_flag_spec was expanded, because we can't |
4082 # assume the linker understands whole_archive_flag_spec. | 7125 # assume the linker understands whole_archive_flag_spec. |
4083 # This may have to be revisited, in case too many | 7126 # This may have to be revisited, in case too many |
4084 # convenience libraries get linked in and end up exceeding | 7127 # convenience libraries get linked in and end up exceeding |
4085 # the spec. | 7128 # the spec. |
4086 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then | 7129 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then |
4087 save_libobjs=$libobjs | 7130 save_libobjs=$libobjs |
4088 fi | 7131 fi |
4089 save_output=$output | 7132 save_output=$output |
4090 » output_la=`$echo "X$output" | $Xsed -e "$basename"` | 7133 » output_la=`$ECHO "X$output" | $Xsed -e "$basename"` |
4091 | 7134 |
4092 # Clear the reloadable object creation command queue and | 7135 # Clear the reloadable object creation command queue and |
4093 # initialize k to one. | 7136 # initialize k to one. |
4094 test_cmds= | 7137 test_cmds= |
4095 concat_cmds= | 7138 concat_cmds= |
4096 objlist= | 7139 objlist= |
4097 delfiles= | |
4098 last_robj= | 7140 last_robj= |
4099 k=1 | 7141 k=1 |
4100 » output=$output_objdir/$output_la-${k}.$objext | 7142 |
4101 » # Loop over the list of objects to be linked. | 7143 » if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test
"$with_gnu_ld" = yes; then |
4102 » for obj in $save_libobjs | 7144 » output=${output_objdir}/${output_la}.lnkscript |
4103 » do | 7145 » func_verbose "creating GNU ld script: $output" |
4104 » eval test_cmds=\"$reload_cmds $objlist $last_robj\" | 7146 » $ECHO 'INPUT (' > $output |
4105 » if test "X$objlist" = X || | 7147 » for obj in $save_libobjs |
4106 » { len=`expr "X$test_cmds" : ".*" 2>/dev/null` && | 7148 » do |
4107 » » test "$len" -le "$max_cmd_len"; }; then | 7149 » $ECHO "$obj" >> $output |
4108 » objlist="$objlist $obj" | 7150 » done |
| 7151 » $ECHO ')' >> $output |
| 7152 » delfiles="$delfiles $output" |
| 7153 » elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && tes
t "X$file_list_spec" != X; then |
| 7154 » output=${output_objdir}/${output_la}.lnk |
| 7155 » func_verbose "creating linker input file list: $output" |
| 7156 » : > $output |
| 7157 » set x $save_libobjs |
| 7158 » shift |
| 7159 » firstobj= |
| 7160 » if test "$compiler_needs_object" = yes; then |
| 7161 » firstobj="$1 " |
| 7162 » shift |
| 7163 » fi |
| 7164 » for obj |
| 7165 » do |
| 7166 » $ECHO "$obj" >> $output |
| 7167 » done |
| 7168 » delfiles="$delfiles $output" |
| 7169 » output=$firstobj\"$file_list_spec$output\" |
| 7170 » else |
| 7171 » if test -n "$save_libobjs"; then |
| 7172 » func_verbose "creating reloadable object files..." |
| 7173 » output=$output_objdir/$output_la-${k}.$objext |
| 7174 » eval test_cmds=\"$reload_cmds\" |
| 7175 » func_len " $test_cmds" |
| 7176 » len0=$func_len_result |
| 7177 » len=$len0 |
| 7178 |
| 7179 » # Loop over the list of objects to be linked. |
| 7180 » for obj in $save_libobjs |
| 7181 » do |
| 7182 » » func_len " $obj" |
| 7183 » » func_arith $len + $func_len_result |
| 7184 » » len=$func_arith_result |
| 7185 » » if test "X$objlist" = X || |
| 7186 » » test "$len" -lt "$max_cmd_len"; then |
| 7187 » » func_append objlist " $obj" |
| 7188 » » else |
| 7189 » » # The command $test_cmds is almost too long, add a |
| 7190 » » # command to the queue. |
| 7191 » » if test "$k" -eq 1 ; then |
| 7192 » » # The first file doesn't have a previous command to add. |
| 7193 » » eval concat_cmds=\"$reload_cmds $objlist $last_robj\" |
| 7194 » » else |
| 7195 » » # All subsequent reloadable object files will link in |
| 7196 » » # the last one created. |
| 7197 » » eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last
_robj~\$RM $last_robj\" |
| 7198 » » fi |
| 7199 » » last_robj=$output_objdir/$output_la-${k}.$objext |
| 7200 » » func_arith $k + 1 |
| 7201 » » k=$func_arith_result |
| 7202 » » output=$output_objdir/$output_la-${k}.$objext |
| 7203 » » objlist=$obj |
| 7204 » » func_len " $last_robj" |
| 7205 » » func_arith $len0 + $func_len_result |
| 7206 » » len=$func_arith_result |
| 7207 » » fi |
| 7208 » done |
| 7209 » # Handle the remaining objects by creating one last |
| 7210 » # reloadable object file. All subsequent reloadable object |
| 7211 » # files will link in the last one created. |
| 7212 » test -z "$concat_cmds" || concat_cmds=$concat_cmds~ |
| 7213 » eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj
\" |
| 7214 » if test -n "$last_robj"; then |
| 7215 » eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" |
| 7216 » fi |
| 7217 » delfiles="$delfiles $output" |
| 7218 |
4109 else | 7219 else |
4110 » # The command $test_cmds is almost too long, add a | 7220 » output= |
4111 » # command to the queue. | 7221 » fi |
4112 » if test "$k" -eq 1 ; then | 7222 |
4113 » » # The first file doesn't have a previous command to add. | 7223 » if ${skipped_export-false}; then |
4114 » » eval concat_cmds=\"$reload_cmds $objlist $last_robj\" | 7224 » func_verbose "generating symbol list for \`$libname.la'" |
4115 » else | 7225 » export_symbols="$output_objdir/$libname.exp" |
4116 » » # All subsequent reloadable object files will link in | 7226 » $opt_dry_run || $RM $export_symbols |
4117 » » # the last one created. | 7227 » libobjs=$output |
4118 » » eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_rob
j\" | 7228 » # Append the command to create the export file. |
| 7229 » test -z "$concat_cmds" || concat_cmds=$concat_cmds~ |
| 7230 » eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" |
| 7231 » if test -n "$last_robj"; then |
| 7232 » » eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" |
4119 fi | 7233 fi |
4120 last_robj=$output_objdir/$output_la-${k}.$objext | |
4121 k=`expr $k + 1` | |
4122 output=$output_objdir/$output_la-${k}.$objext | |
4123 objlist=$obj | |
4124 len=1 | |
4125 fi | 7234 fi |
4126 done | |
4127 # Handle the remaining objects by creating one last | |
4128 # reloadable object file. All subsequent reloadable object | |
4129 # files will link in the last one created. | |
4130 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ | |
4131 eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" | |
4132 | 7235 |
4133 » if ${skipped_export-false}; then | 7236 » test -n "$save_libobjs" && |
4134 » $show "generating symbol list for \`$libname.la'" | 7237 » func_verbose "creating a temporary reloadable object file: $output
" |
4135 » export_symbols="$output_objdir/$libname.exp" | |
4136 » $run $rm $export_symbols | |
4137 » libobjs=$output | |
4138 » # Append the command to create the export file. | |
4139 » eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" | |
4140 fi | |
4141 | 7238 |
4142 » # Set up a command to remove the reloadable object files | 7239 » # Loop through the commands generated above and execute them. |
4143 » # after they are used. | 7240 » save_ifs="$IFS"; IFS='~' |
4144 » i=0 | 7241 » for cmd in $concat_cmds; do |
4145 » while test "$i" -lt "$k" | 7242 » IFS="$save_ifs" |
4146 » do | 7243 » $opt_silent || { |
4147 » i=`expr $i + 1` | 7244 » » func_quote_for_expand "$cmd" |
4148 » delfiles="$delfiles $output_objdir/$output_la-${i}.$objext" | 7245 » » eval "func_echo $func_quote_for_expand_result" |
4149 » done | 7246 » } |
| 7247 » $opt_dry_run || eval "$cmd" || { |
| 7248 » » lt_exit=$? |
4150 | 7249 |
4151 » $echo "creating a temporary reloadable object file: $output" | 7250 » » # Restore the uninstalled library and exit |
| 7251 » » if test "$mode" = relink; then |
| 7252 » » ( cd "$output_objdir" && \ |
| 7253 » » $RM "${realname}T" && \ |
| 7254 » » $MV "${realname}U" "$realname" ) |
| 7255 » » fi |
4152 | 7256 |
4153 » # Loop through the commands generated above and execute them. | 7257 » » exit $lt_exit |
4154 » save_ifs="$IFS"; IFS='~' | 7258 » } |
4155 » for cmd in $concat_cmds; do | 7259 » done |
4156 IFS="$save_ifs" | 7260 IFS="$save_ifs" |
4157 » $show "$cmd" | 7261 |
4158 » $run eval "$cmd" || exit $? | 7262 » if test -n "$export_symbols_regex" && ${skipped_export-false}; then |
4159 » done | 7263 » func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols
" > "${export_symbols}T"' |
4160 » IFS="$save_ifs" | 7264 » func_show_eval '$MV "${export_symbols}T" "$export_symbols"' |
| 7265 » fi |
| 7266 » fi |
| 7267 |
| 7268 if ${skipped_export-false}; then |
| 7269 » if test -n "$export_symbols" && test -n "$include_expsyms"; then |
| 7270 » tmp_export_symbols="$export_symbols" |
| 7271 » test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export
_symbols" |
| 7272 » $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >
> "$tmp_export_symbols"' |
| 7273 » fi |
| 7274 |
| 7275 » if test -n "$orig_export_symbols"; then |
| 7276 » # The given exports_symbols file has to be filtered, so filter it. |
| 7277 » func_verbose "filter symbol list for \`$libname.la' to tag DATA ex
ports" |
| 7278 » # FIXME: $output_objdir/$libname.filter potentially contains lots
of |
| 7279 » # 's' commands which not all seds can handle. GNU sed should be fi
ne |
| 7280 » # though. Also, the filter scales superlinearly with the number of |
| 7281 » # global variables. join(1) would be nice here, but unfortunately |
| 7282 » # isn't a blessed tool. |
| 7283 » $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\
1\2|,' < $export_symbols > $output_objdir/$libname.filter |
| 7284 » delfiles="$delfiles $export_symbols $output_objdir/$libname.filter
" |
| 7285 » export_symbols=$output_objdir/$libname.def |
| 7286 » $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_exp
ort_symbols > $export_symbols |
| 7287 » fi |
| 7288 » fi |
4161 | 7289 |
4162 libobjs=$output | 7290 libobjs=$output |
4163 # Restore the value of output. | 7291 # Restore the value of output. |
4164 output=$save_output | 7292 output=$save_output |
4165 | 7293 |
4166 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then | 7294 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then |
4167 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" | 7295 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" |
| 7296 test "X$libobjs" = "X " && libobjs= |
4168 fi | 7297 fi |
4169 # Expand the library linking commands again to reset the | 7298 # Expand the library linking commands again to reset the |
4170 # value of $libobjs for piecewise linking. | 7299 # value of $libobjs for piecewise linking. |
4171 | 7300 |
4172 # Do each of the archive commands. | 7301 # Do each of the archive commands. |
4173 if test "$module" = yes && test -n "$module_cmds" ; then | 7302 if test "$module" = yes && test -n "$module_cmds" ; then |
4174 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then | 7303 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then |
4175 cmds=$module_expsym_cmds | 7304 cmds=$module_expsym_cmds |
4176 else | 7305 else |
4177 cmds=$module_cmds | 7306 cmds=$module_cmds |
4178 fi | 7307 fi |
4179 else | 7308 else |
4180 » if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then | 7309 » if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then |
4181 » cmds=$archive_expsym_cmds | 7310 » cmds=$archive_expsym_cmds |
4182 » else | 7311 » else |
4183 » cmds=$archive_cmds | 7312 » cmds=$archive_cmds |
4184 fi | 7313 fi |
4185 fi | 7314 fi |
| 7315 fi |
4186 | 7316 |
4187 » # Append the command to remove the reloadable object files | 7317 » if test -n "$delfiles"; then |
4188 » # to the just-reset $cmds. | 7318 » # Append the command to remove temporary files to $cmds. |
4189 » eval cmds=\"\$cmds~\$rm $delfiles\" | 7319 » eval cmds=\"\$cmds~\$RM $delfiles\" |
4190 fi | 7320 fi |
| 7321 |
| 7322 # Add any objects from preloaded convenience libraries |
| 7323 if test -n "$dlprefiles"; then |
| 7324 gentop="$output_objdir/${outputname}x" |
| 7325 generated="$generated $gentop" |
| 7326 |
| 7327 func_extract_archives $gentop $dlprefiles |
| 7328 libobjs="$libobjs $func_extract_archives_result" |
| 7329 test "X$libobjs" = "X " && libobjs= |
| 7330 fi |
| 7331 |
4191 save_ifs="$IFS"; IFS='~' | 7332 save_ifs="$IFS"; IFS='~' |
4192 for cmd in $cmds; do | 7333 for cmd in $cmds; do |
4193 IFS="$save_ifs" | 7334 IFS="$save_ifs" |
4194 eval cmd=\"$cmd\" | 7335 eval cmd=\"$cmd\" |
4195 » $show "$cmd" | 7336 » $opt_silent || { |
4196 » $run eval "$cmd" || { | 7337 » func_quote_for_expand "$cmd" |
| 7338 » eval "func_echo $func_quote_for_expand_result" |
| 7339 » } |
| 7340 » $opt_dry_run || eval "$cmd" || { |
4197 lt_exit=$? | 7341 lt_exit=$? |
4198 | 7342 |
4199 # Restore the uninstalled library and exit | 7343 # Restore the uninstalled library and exit |
4200 if test "$mode" = relink; then | 7344 if test "$mode" = relink; then |
4201 » $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realnam
e}U $realname)' | 7345 » ( cd "$output_objdir" && \ |
| 7346 » $RM "${realname}T" && \ |
| 7347 » » $MV "${realname}U" "$realname" ) |
4202 fi | 7348 fi |
4203 | 7349 |
4204 exit $lt_exit | 7350 exit $lt_exit |
4205 } | 7351 } |
4206 done | 7352 done |
4207 IFS="$save_ifs" | 7353 IFS="$save_ifs" |
4208 | 7354 |
4209 # Restore the uninstalled library and exit | 7355 # Restore the uninstalled library and exit |
4210 if test "$mode" = relink; then | 7356 if test "$mode" = relink; then |
4211 » $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${r
ealname}T && $mv "$realname"U $realname)' || exit $? | 7357 » $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $r
ealname ${realname}T && $MV ${realname}U $realname)' || exit $? |
4212 | 7358 |
4213 if test -n "$convenience"; then | 7359 if test -n "$convenience"; then |
4214 if test -z "$whole_archive_flag_spec"; then | 7360 if test -z "$whole_archive_flag_spec"; then |
4215 » $show "${rm}r $gentop" | 7361 » func_show_eval '${RM}r "$gentop"' |
4216 » $run ${rm}r "$gentop" | |
4217 fi | 7362 fi |
4218 fi | 7363 fi |
4219 | 7364 |
4220 exit $EXIT_SUCCESS | 7365 exit $EXIT_SUCCESS |
4221 fi | 7366 fi |
4222 | 7367 |
4223 # Create links to the real library. | 7368 # Create links to the real library. |
4224 for linkname in $linknames; do | 7369 for linkname in $linknames; do |
4225 if test "$realname" != "$linkname"; then | 7370 if test "$realname" != "$linkname"; then |
4226 » $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkn
ame)" | 7371 » func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$r
ealname" "$linkname")' 'exit $?' |
4227 » $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $l
inkname)' || exit $? | |
4228 fi | 7372 fi |
4229 done | 7373 done |
4230 | 7374 |
4231 # If -module or -export-dynamic was specified, set the dlname. | 7375 # If -module or -export-dynamic was specified, set the dlname. |
4232 if test "$module" = yes || test "$export_dynamic" = yes; then | 7376 if test "$module" = yes || test "$export_dynamic" = yes; then |
4233 # On all known operating systems, these are identical. | 7377 # On all known operating systems, these are identical. |
4234 dlname="$soname" | 7378 dlname="$soname" |
4235 fi | 7379 fi |
4236 fi | 7380 fi |
4237 ;; | 7381 ;; |
4238 | 7382 |
4239 obj) | 7383 obj) |
4240 if test -n "$deplibs"; then | 7384 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then |
4241 » $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 | 7385 » func_warning "\`-dlopen' is ignored for objects" |
4242 fi | 7386 fi |
4243 | 7387 |
4244 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then | 7388 case " $deplibs" in |
4245 » $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 | 7389 *\ -l* | *\ -L*) |
4246 fi | 7390 » func_warning "\`-l' and \`-L' are ignored for objects" ;; |
| 7391 esac |
4247 | 7392 |
4248 if test -n "$rpath"; then | 7393 test -n "$rpath" && \ |
4249 » $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2 | 7394 » func_warning "\`-rpath' is ignored for objects" |
4250 fi | |
4251 | 7395 |
4252 if test -n "$xrpath"; then | 7396 test -n "$xrpath" && \ |
4253 » $echo "$modename: warning: \`-R' is ignored for objects" 1>&2 | 7397 » func_warning "\`-R' is ignored for objects" |
4254 fi | |
4255 | 7398 |
4256 if test -n "$vinfo"; then | 7399 test -n "$vinfo" && \ |
4257 » $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2 | 7400 » func_warning "\`-version-info' is ignored for objects" |
4258 fi | |
4259 | 7401 |
4260 if test -n "$release"; then | 7402 test -n "$release" && \ |
4261 » $echo "$modename: warning: \`-release' is ignored for objects" 1>&2 | 7403 » func_warning "\`-release' is ignored for objects" |
4262 fi | |
4263 | 7404 |
4264 case $output in | 7405 case $output in |
4265 *.lo) | 7406 *.lo) |
4266 » if test -n "$objs$old_deplibs"; then | 7407 » test -n "$objs$old_deplibs" && \ |
4267 » $echo "$modename: cannot build library object \`$output' from non-libt
ool objects" 1>&2 | 7408 » func_fatal_error "cannot build library object \`$output' from non-libt
ool objects" |
4268 » exit $EXIT_FAILURE | 7409 |
4269 » fi | 7410 » libobj=$output |
4270 » libobj="$output" | 7411 » func_lo2o "$libobj" |
4271 » obj=`$echo "X$output" | $Xsed -e "$lo2o"` | 7412 » obj=$func_lo2o_result |
4272 ;; | 7413 ;; |
4273 *) | 7414 *) |
4274 libobj= | 7415 libobj= |
4275 obj="$output" | 7416 obj="$output" |
4276 ;; | 7417 ;; |
4277 esac | 7418 esac |
4278 | 7419 |
4279 # Delete the old objects. | 7420 # Delete the old objects. |
4280 $run $rm $obj $libobj | 7421 $opt_dry_run || $RM $obj $libobj |
4281 | 7422 |
4282 # Objects from convenience libraries. This assumes | 7423 # Objects from convenience libraries. This assumes |
4283 # single-version convenience libraries. Whenever we create | 7424 # single-version convenience libraries. Whenever we create |
4284 # different ones for PIC/non-PIC, this we'll have to duplicate | 7425 # different ones for PIC/non-PIC, this we'll have to duplicate |
4285 # the extraction. | 7426 # the extraction. |
4286 reload_conv_objs= | 7427 reload_conv_objs= |
4287 gentop= | 7428 gentop= |
4288 # reload_cmds runs $LD directly, so let us get rid of | 7429 # reload_cmds runs $LD directly, so let us get rid of |
4289 # -Wl from whole_archive_flag_spec and hope we can get by with | 7430 # -Wl from whole_archive_flag_spec and hope we can get by with |
4290 # turning comma into space.. | 7431 # turning comma into space.. |
4291 wl= | 7432 wl= |
4292 | 7433 |
4293 if test -n "$convenience"; then | 7434 if test -n "$convenience"; then |
4294 if test -n "$whole_archive_flag_spec"; then | 7435 if test -n "$whole_archive_flag_spec"; then |
4295 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" | 7436 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" |
4296 » reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $X
sed -e 's|,| |g'` | 7437 » reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $X
sed -e 's|,| |g'` |
4297 else | 7438 else |
4298 gentop="$output_objdir/${obj}x" | 7439 gentop="$output_objdir/${obj}x" |
4299 generated="$generated $gentop" | 7440 generated="$generated $gentop" |
4300 | 7441 |
4301 func_extract_archives $gentop $convenience | 7442 func_extract_archives $gentop $convenience |
4302 reload_conv_objs="$reload_objs $func_extract_archives_result" | 7443 reload_conv_objs="$reload_objs $func_extract_archives_result" |
4303 fi | 7444 fi |
4304 fi | 7445 fi |
4305 | 7446 |
4306 # Create the old-style object. | 7447 # Create the old-style object. |
4307 reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\
.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### tes
tsuite: skip nested quoting test | 7448 reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\
.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### tes
tsuite: skip nested quoting test |
4308 | 7449 |
4309 output="$obj" | 7450 output="$obj" |
4310 cmds=$reload_cmds | 7451 func_execute_cmds "$reload_cmds" 'exit $?' |
4311 save_ifs="$IFS"; IFS='~' | |
4312 for cmd in $cmds; do | |
4313 » IFS="$save_ifs" | |
4314 » eval cmd=\"$cmd\" | |
4315 » $show "$cmd" | |
4316 » $run eval "$cmd" || exit $? | |
4317 done | |
4318 IFS="$save_ifs" | |
4319 | 7452 |
4320 # Exit if we aren't doing a library object file. | 7453 # Exit if we aren't doing a library object file. |
4321 if test -z "$libobj"; then | 7454 if test -z "$libobj"; then |
4322 if test -n "$gentop"; then | 7455 if test -n "$gentop"; then |
4323 » $show "${rm}r $gentop" | 7456 » func_show_eval '${RM}r "$gentop"' |
4324 » $run ${rm}r $gentop | |
4325 fi | 7457 fi |
4326 | 7458 |
4327 exit $EXIT_SUCCESS | 7459 exit $EXIT_SUCCESS |
4328 fi | 7460 fi |
4329 | 7461 |
4330 if test "$build_libtool_libs" != yes; then | 7462 if test "$build_libtool_libs" != yes; then |
4331 if test -n "$gentop"; then | 7463 if test -n "$gentop"; then |
4332 » $show "${rm}r $gentop" | 7464 » func_show_eval '${RM}r "$gentop"' |
4333 » $run ${rm}r $gentop | |
4334 fi | 7465 fi |
4335 | 7466 |
4336 # Create an invalid libtool object if no PIC, so that we don't | 7467 # Create an invalid libtool object if no PIC, so that we don't |
4337 # accidentally link it into a program. | 7468 # accidentally link it into a program. |
4338 # $show "echo timestamp > $libobj" | 7469 # $show "echo timestamp > $libobj" |
4339 » # $run eval "echo timestamp > $libobj" || exit $? | 7470 » # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? |
4340 exit $EXIT_SUCCESS | 7471 exit $EXIT_SUCCESS |
4341 fi | 7472 fi |
4342 | 7473 |
4343 if test -n "$pic_flag" || test "$pic_mode" != default; then | 7474 if test -n "$pic_flag" || test "$pic_mode" != default; then |
4344 # Only do commands if we really have different PIC objects. | 7475 # Only do commands if we really have different PIC objects. |
4345 reload_objs="$libobjs $reload_conv_objs" | 7476 reload_objs="$libobjs $reload_conv_objs" |
4346 output="$libobj" | 7477 output="$libobj" |
4347 » cmds=$reload_cmds | 7478 » func_execute_cmds "$reload_cmds" 'exit $?' |
4348 » save_ifs="$IFS"; IFS='~' | |
4349 » for cmd in $cmds; do | |
4350 » IFS="$save_ifs" | |
4351 » eval cmd=\"$cmd\" | |
4352 » $show "$cmd" | |
4353 » $run eval "$cmd" || exit $? | |
4354 » done | |
4355 » IFS="$save_ifs" | |
4356 fi | 7479 fi |
4357 | 7480 |
4358 if test -n "$gentop"; then | 7481 if test -n "$gentop"; then |
4359 » $show "${rm}r $gentop" | 7482 » func_show_eval '${RM}r "$gentop"' |
4360 » $run ${rm}r $gentop | |
4361 fi | 7483 fi |
4362 | 7484 |
4363 exit $EXIT_SUCCESS | 7485 exit $EXIT_SUCCESS |
4364 ;; | 7486 ;; |
4365 | 7487 |
4366 prog) | 7488 prog) |
4367 case $host in | 7489 case $host in |
4368 » *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; | 7490 » *cygwin*) func_stripname '' '.exe' "$output" |
| 7491 » output=$func_stripname_result.exe;; |
4369 esac | 7492 esac |
4370 if test -n "$vinfo"; then | 7493 test -n "$vinfo" && \ |
4371 » $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&
2 | 7494 » func_warning "\`-version-info' is ignored for programs" |
4372 fi | |
4373 | 7495 |
4374 if test -n "$release"; then | 7496 test -n "$release" && \ |
4375 » $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 | 7497 » func_warning "\`-release' is ignored for programs" |
4376 fi | |
4377 | 7498 |
4378 if test "$preload" = yes; then | 7499 test "$preload" = yes \ |
4379 » if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && | 7500 && test "$dlopen_support" = unknown \ |
4380 » test "$dlopen_self_static" = unknown; then | 7501 » && test "$dlopen_self" = unknown \ |
4381 » $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no
dlopen support." | 7502 » && test "$dlopen_self_static" = unknown && \ |
4382 » fi | 7503 » func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen suppor
t." |
4383 fi | |
4384 | 7504 |
4385 case $host in | 7505 case $host in |
4386 *-*-rhapsody* | *-*-darwin1.[012]) | 7506 *-*-rhapsody* | *-*-darwin1.[012]) |
4387 # On Rhapsody replace the C library is the System framework | 7507 # On Rhapsody replace the C library is the System framework |
4388 » compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framew
ork System /'` | 7508 » compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.
ltframework /'` |
4389 » finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -fram
ework System /'` | 7509 » finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / Syste
m.ltframework /'` |
4390 ;; | 7510 ;; |
4391 esac | 7511 esac |
4392 | 7512 |
4393 case $host in | 7513 case $host in |
4394 *darwin*) | 7514 *-*-darwin*) |
4395 # Don't allow lazy linking, it breaks C++ global constructors | 7515 » # Don't allow lazy linking, it breaks C++ global constructors |
4396 if test "$tagname" = CXX ; then | 7516 » # But is supposedly fixed on 10.4 or later (yay!). |
4397 compile_command="$compile_command ${wl}-bind_at_load" | 7517 » if test "$tagname" = CXX ; then |
4398 finalize_command="$finalize_command ${wl}-bind_at_load" | 7518 » case ${MACOSX_DEPLOYMENT_TARGET-10.0} in |
4399 fi | 7519 » 10.[0123]) |
4400 ;; | 7520 » compile_command="$compile_command ${wl}-bind_at_load" |
| 7521 » finalize_command="$finalize_command ${wl}-bind_at_load" |
| 7522 » ;; |
| 7523 » esac |
| 7524 » fi |
| 7525 » # Time to change all our "foo.ltframework" stuff back to "-framework foo
" |
| 7526 » compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).lt
framework% -framework \1%g'` |
| 7527 » finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).
ltframework% -framework \1%g'` |
| 7528 » ;; |
4401 esac | 7529 esac |
4402 | 7530 |
4403 | 7531 |
4404 # move library search paths that coincide with paths to not yet | 7532 # move library search paths that coincide with paths to not yet |
4405 # installed libraries to the beginning of the library search list | 7533 # installed libraries to the beginning of the library search list |
4406 new_libs= | 7534 new_libs= |
4407 for path in $notinst_path; do | 7535 for path in $notinst_path; do |
4408 case " $new_libs " in | 7536 case " $new_libs " in |
4409 *" -L$path/$objdir "*) ;; | 7537 *" -L$path/$objdir "*) ;; |
4410 *) | 7538 *) |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4465 eval flag=\"$hardcode_libdir_flag_spec\" | 7593 eval flag=\"$hardcode_libdir_flag_spec\" |
4466 rpath="$rpath $flag" | 7594 rpath="$rpath $flag" |
4467 fi | 7595 fi |
4468 elif test -n "$runpath_var"; then | 7596 elif test -n "$runpath_var"; then |
4469 case "$perm_rpath " in | 7597 case "$perm_rpath " in |
4470 *" $libdir "*) ;; | 7598 *" $libdir "*) ;; |
4471 *) perm_rpath="$perm_rpath $libdir" ;; | 7599 *) perm_rpath="$perm_rpath $libdir" ;; |
4472 esac | 7600 esac |
4473 fi | 7601 fi |
4474 case $host in | 7602 case $host in |
4475 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) | 7603 » *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) |
4476 » testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'` | 7604 » testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` |
4477 case :$dllsearchpath: in | 7605 case :$dllsearchpath: in |
4478 *":$libdir:"*) ;; | 7606 *":$libdir:"*) ;; |
| 7607 ::) dllsearchpath=$libdir;; |
4479 *) dllsearchpath="$dllsearchpath:$libdir";; | 7608 *) dllsearchpath="$dllsearchpath:$libdir";; |
4480 esac | 7609 esac |
4481 case :$dllsearchpath: in | 7610 case :$dllsearchpath: in |
4482 *":$testbindir:"*) ;; | 7611 *":$testbindir:"*) ;; |
| 7612 ::) dllsearchpath=$testbindir;; |
4483 *) dllsearchpath="$dllsearchpath:$testbindir";; | 7613 *) dllsearchpath="$dllsearchpath:$testbindir";; |
4484 esac | 7614 esac |
4485 ;; | 7615 ;; |
4486 esac | 7616 esac |
4487 done | 7617 done |
4488 # Substitute the hardcoded libdirs into the rpath. | 7618 # Substitute the hardcoded libdirs into the rpath. |
4489 if test -n "$hardcode_libdir_separator" && | 7619 if test -n "$hardcode_libdir_separator" && |
4490 test -n "$hardcode_libdirs"; then | 7620 test -n "$hardcode_libdirs"; then |
4491 libdir="$hardcode_libdirs" | 7621 libdir="$hardcode_libdirs" |
4492 eval rpath=\" $hardcode_libdir_flag_spec\" | 7622 eval rpath=\" $hardcode_libdir_flag_spec\" |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4524 # Substitute the hardcoded libdirs into the rpath. | 7654 # Substitute the hardcoded libdirs into the rpath. |
4525 if test -n "$hardcode_libdir_separator" && | 7655 if test -n "$hardcode_libdir_separator" && |
4526 test -n "$hardcode_libdirs"; then | 7656 test -n "$hardcode_libdirs"; then |
4527 libdir="$hardcode_libdirs" | 7657 libdir="$hardcode_libdirs" |
4528 eval rpath=\" $hardcode_libdir_flag_spec\" | 7658 eval rpath=\" $hardcode_libdir_flag_spec\" |
4529 fi | 7659 fi |
4530 finalize_rpath="$rpath" | 7660 finalize_rpath="$rpath" |
4531 | 7661 |
4532 if test -n "$libobjs" && test "$build_old_libs" = yes; then | 7662 if test -n "$libobjs" && test "$build_old_libs" = yes; then |
4533 # Transform all the library objects into standard objects. | 7663 # Transform all the library objects into standard objects. |
4534 » compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" |
$NL2SP` | 7664 » compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" |
$NL2SP` |
4535 » finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o"
| $NL2SP` | 7665 » finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o"
| $NL2SP` |
4536 fi | 7666 fi |
4537 | 7667 |
4538 dlsyms= | 7668 func_generate_dlsyms "$outputname" "@PROGRAM@" "no" |
4539 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then | 7669 |
4540 » if test -n "$NM" && test -n "$global_symbol_pipe"; then | 7670 # template prelinking step |
4541 » dlsyms="${outputname}S.c" | 7671 if test -n "$prelink_cmds"; then |
4542 » else | 7672 » func_execute_cmds "$prelink_cmds" 'exit $?' |
4543 » $echo "$modename: not configured to extract global symbols from dlpreo
pened files" 1>&2 | |
4544 » fi | |
4545 fi | 7673 fi |
4546 | 7674 |
4547 if test -n "$dlsyms"; then | 7675 wrappers_required=yes |
4548 » case $dlsyms in | 7676 case $host in |
4549 » "") ;; | 7677 *cygwin* | *mingw* ) |
4550 » *.c) | 7678 if test "$build_libtool_libs" != yes; then |
4551 » # Discover the nlist of each of the dlfiles. | 7679 wrappers_required=no |
4552 » nlist="$output_objdir/${outputname}.nm" | 7680 fi |
4553 | 7681 ;; |
4554 » $show "$rm $nlist ${nlist}S ${nlist}T" | 7682 *cegcc) |
4555 » $run $rm "$nlist" "${nlist}S" "${nlist}T" | 7683 # Disable wrappers for cegcc, we are cross compiling anyway. |
4556 | 7684 wrappers_required=no |
4557 » # Parse the name list into a source file. | 7685 ;; |
4558 » $show "creating $output_objdir/$dlsyms" | 7686 *) |
4559 | 7687 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then |
4560 » test -z "$run" && $echo > "$output_objdir/$dlsyms" "\ | 7688 wrappers_required=no |
4561 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */ | 7689 fi |
4562 /* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */ | 7690 ;; |
4563 | 7691 esac |
4564 #ifdef __cplusplus | 7692 if test "$wrappers_required" = no; then |
4565 extern \"C\" { | |
4566 #endif | |
4567 | |
4568 /* Prevent the only kind of declaration conflicts we can make. */ | |
4569 #define lt_preloaded_symbols some_other_symbol | |
4570 | |
4571 /* External symbol declarations for the compiler. */\ | |
4572 " | |
4573 | |
4574 » if test "$dlself" = yes; then | |
4575 » $show "generating symbol list for \`$output'" | |
4576 | |
4577 » test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" | |
4578 | |
4579 » # Add our own program objects to the symbol list. | |
4580 » progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" |
$NL2SP` | |
4581 » for arg in $progfiles; do | |
4582 » $show "extracting global C symbols from \`$arg'" | |
4583 » $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" | |
4584 » done | |
4585 | |
4586 » if test -n "$exclude_expsyms"; then | |
4587 » $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' | |
4588 » $run eval '$mv "$nlist"T "$nlist"' | |
4589 » fi | |
4590 | |
4591 » if test -n "$export_symbols_regex"; then | |
4592 » $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' | |
4593 » $run eval '$mv "$nlist"T "$nlist"' | |
4594 » fi | |
4595 | |
4596 » # Prepare the list of exported symbols | |
4597 » if test -z "$export_symbols"; then | |
4598 » export_symbols="$output_objdir/$outputname.exp" | |
4599 » $run $rm $export_symbols | |
4600 » $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p
' "'< "$nlist" > "$export_symbols"' | |
4601 case $host in | |
4602 *cygwin* | *mingw* ) | |
4603 » $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' | |
4604 » » $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.
def"' | |
4605 ;; | |
4606 esac | |
4607 » else | |
4608 » $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$
/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' | |
4609 » $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "
$nlist"T' | |
4610 » $run eval 'mv "$nlist"T "$nlist"' | |
4611 case $host in | |
4612 *cygwin* | *mingw* ) | |
4613 » $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' | |
4614 » » $run eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' | |
4615 ;; | |
4616 esac | |
4617 » fi | |
4618 » fi | |
4619 | |
4620 » for arg in $dlprefiles; do | |
4621 » $show "extracting global C symbols from \`$arg'" | |
4622 » name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` | |
4623 » $run eval '$echo ": $name " >> "$nlist"' | |
4624 » $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" | |
4625 » done | |
4626 | |
4627 » if test -z "$run"; then | |
4628 » # Make sure we have at least an empty file. | |
4629 » test -f "$nlist" || : > "$nlist" | |
4630 | |
4631 » if test -n "$exclude_expsyms"; then | |
4632 » $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T | |
4633 » $mv "$nlist"T "$nlist" | |
4634 » fi | |
4635 | |
4636 » # Try sorting and uniquifying the output. | |
4637 » if grep -v "^: " < "$nlist" | | |
4638 » » if sort -k 3 </dev/null >/dev/null 2>&1; then | |
4639 » » sort -k 3 | |
4640 » » else | |
4641 » » sort +2 | |
4642 » » fi | | |
4643 » » uniq > "$nlist"S; then | |
4644 » : | |
4645 » else | |
4646 » grep -v "^: " < "$nlist" > "$nlist"S | |
4647 » fi | |
4648 | |
4649 » if test -f "$nlist"S; then | |
4650 » eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dl
syms"' | |
4651 » else | |
4652 » $echo '/* NONE */' >> "$output_objdir/$dlsyms" | |
4653 » fi | |
4654 | |
4655 » $echo >> "$output_objdir/$dlsyms" "\ | |
4656 | |
4657 #undef lt_preloaded_symbols | |
4658 | |
4659 #if defined (__STDC__) && __STDC__ | |
4660 # define lt_ptr void * | |
4661 #else | |
4662 # define lt_ptr char * | |
4663 # define const | |
4664 #endif | |
4665 | |
4666 /* The mapping between symbol names and symbols. */ | |
4667 " | |
4668 | |
4669 » case $host in | |
4670 » *cygwin* | *mingw* ) | |
4671 » $echo >> "$output_objdir/$dlsyms" "\ | |
4672 /* DATA imports from DLLs on WIN32 can't be const, because | |
4673 runtime relocations are performed -- see ld's documentation | |
4674 on pseudo-relocs */ | |
4675 struct { | |
4676 " | |
4677 » ;; | |
4678 » * ) | |
4679 » $echo >> "$output_objdir/$dlsyms" "\ | |
4680 const struct { | |
4681 " | |
4682 » ;; | |
4683 » esac | |
4684 | |
4685 | |
4686 » $echo >> "$output_objdir/$dlsyms" "\ | |
4687 const char *name; | |
4688 lt_ptr address; | |
4689 } | |
4690 lt_preloaded_symbols[] = | |
4691 {\ | |
4692 " | |
4693 | |
4694 » eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdi
r/$dlsyms" | |
4695 | |
4696 » $echo >> "$output_objdir/$dlsyms" "\ | |
4697 {0, (lt_ptr) 0} | |
4698 }; | |
4699 | |
4700 /* This works around a problem in FreeBSD linker */ | |
4701 #ifdef FREEBSD_WORKAROUND | |
4702 static const void *lt_preloaded_setup() { | |
4703 return lt_preloaded_symbols; | |
4704 } | |
4705 #endif | |
4706 | |
4707 #ifdef __cplusplus | |
4708 } | |
4709 #endif\ | |
4710 " | |
4711 » fi | |
4712 | |
4713 » pic_flag_for_symtable= | |
4714 » case $host in | |
4715 » # compiling the symbol table file with pic_flag works around | |
4716 » # a FreeBSD bug that causes programs to crash when -lm is | |
4717 » # linked before any other PIC object. But we must not use | |
4718 » # pic_flag when linking with -static. The problem exists in | |
4719 » # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. | |
4720 » *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) | |
4721 » case "$compile_command " in | |
4722 » *" -static "*) ;; | |
4723 » *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";; | |
4724 » esac;; | |
4725 » *-*-hpux*) | |
4726 » case "$compile_command " in | |
4727 » *" -static "*) ;; | |
4728 » *) pic_flag_for_symtable=" $pic_flag";; | |
4729 » esac | |
4730 » esac | |
4731 | |
4732 » # Now compile the dynamic symbol file. | |
4733 » $show "(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_f
lag_for_symtable \"$dlsyms\")" | |
4734 » $run eval '(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$p
ic_flag_for_symtable "$dlsyms")' || exit $? | |
4735 | |
4736 » # Clean up the generated files. | |
4737 » $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T" | |
4738 » $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" | |
4739 | |
4740 » # Transform the symbol file into the correct name. | |
4741 case $host in | |
4742 *cygwin* | *mingw* ) | |
4743 if test -f "$output_objdir/${outputname}.def" ; then | |
4744 compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%
@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objex
t}%" | $NL2SP` | |
4745 finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "
s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${obj
ext}%" | $NL2SP` | |
4746 else | |
4747 compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%
@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` | |
4748 finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "
s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` | |
4749 fi | |
4750 ;; | |
4751 * ) | |
4752 compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@S
YMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` | |
4753 finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%
@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` | |
4754 ;; | |
4755 esac | |
4756 » ;; | |
4757 » *) | |
4758 » $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 | |
4759 » exit $EXIT_FAILURE | |
4760 » ;; | |
4761 » esac | |
4762 else | |
4763 » # We keep going just in case the user didn't refer to | |
4764 » # lt_preloaded_symbols. The linker will fail if global_symbol_pipe | |
4765 » # really was required. | |
4766 | |
4767 » # Nullify the symbol file. | |
4768 » compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMF
ILE@%%" | $NL2SP` | |
4769 » finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SY
MFILE@%%" | $NL2SP` | |
4770 fi | |
4771 | |
4772 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then | |
4773 # Replace the output file specification. | 7693 # Replace the output file specification. |
4774 » compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPU
T@%'"$output"'%g' | $NL2SP` | 7694 » compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$out
put"'%g'` |
4775 link_command="$compile_command$compile_rpath" | 7695 link_command="$compile_command$compile_rpath" |
4776 | 7696 |
4777 # We have no uninstalled library dependencies, so finalize right now. | 7697 # We have no uninstalled library dependencies, so finalize right now. |
4778 » $show "$link_command" | 7698 » exit_status=0 |
4779 » $run eval "$link_command" | 7699 » func_show_eval "$link_command" 'exit_status=$?' |
4780 » exit_status=$? | |
4781 | 7700 |
4782 # Delete the generated files. | 7701 # Delete the generated files. |
4783 » if test -n "$dlsyms"; then | 7702 » if test -f "$output_objdir/${outputname}S.${objext}"; then |
4784 » $show "$rm $output_objdir/${outputname}S.${objext}" | 7703 » func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' |
4785 » $run $rm "$output_objdir/${outputname}S.${objext}" | |
4786 fi | 7704 fi |
4787 | 7705 |
4788 exit $exit_status | 7706 exit $exit_status |
4789 fi | 7707 fi |
4790 | 7708 |
4791 if test -n "$shlibpath_var"; then | |
4792 # We should set the shlibpath_var | |
4793 rpath= | |
4794 for dir in $temp_rpath; do | |
4795 case $dir in | |
4796 [\\/]* | [A-Za-z]:[\\/]*) | |
4797 # Absolute path. | |
4798 rpath="$rpath$dir:" | |
4799 ;; | |
4800 *) | |
4801 # Relative path: add a thisdir entry. | |
4802 rpath="$rpath\$thisdir/$dir:" | |
4803 ;; | |
4804 esac | |
4805 done | |
4806 temp_rpath="$rpath" | |
4807 fi | |
4808 | |
4809 if test -n "$compile_shlibpath$finalize_shlibpath"; then | 7709 if test -n "$compile_shlibpath$finalize_shlibpath"; then |
4810 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\
$$shlibpath_var\" $compile_command" | 7710 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\
$$shlibpath_var\" $compile_command" |
4811 fi | 7711 fi |
4812 if test -n "$finalize_shlibpath"; then | 7712 if test -n "$finalize_shlibpath"; then |
4813 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\"
$finalize_command" | 7713 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\"
$finalize_command" |
4814 fi | 7714 fi |
4815 | 7715 |
4816 compile_var= | 7716 compile_var= |
4817 finalize_var= | 7717 finalize_var= |
4818 if test -n "$runpath_var"; then | 7718 if test -n "$runpath_var"; then |
(...skipping 12 matching lines...) Expand all Loading... |
4831 rpath="$rpath$dir:" | 7731 rpath="$rpath$dir:" |
4832 done | 7732 done |
4833 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " | 7733 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " |
4834 fi | 7734 fi |
4835 fi | 7735 fi |
4836 | 7736 |
4837 if test "$no_install" = yes; then | 7737 if test "$no_install" = yes; then |
4838 # We don't need to create a wrapper script. | 7738 # We don't need to create a wrapper script. |
4839 link_command="$compile_var$compile_command$compile_rpath" | 7739 link_command="$compile_var$compile_command$compile_rpath" |
4840 # Replace the output file specification. | 7740 # Replace the output file specification. |
4841 » link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%
g'` | 7741 » link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%
g'` |
4842 # Delete the old output file. | 7742 # Delete the old output file. |
4843 » $run $rm $output | 7743 » $opt_dry_run || $RM $output |
4844 # Link the executable and exit | 7744 # Link the executable and exit |
4845 » $show "$link_command" | 7745 » func_show_eval "$link_command" 'exit $?' |
4846 » $run eval "$link_command" || exit $? | |
4847 exit $EXIT_SUCCESS | 7746 exit $EXIT_SUCCESS |
4848 fi | 7747 fi |
4849 | 7748 |
4850 if test "$hardcode_action" = relink; then | 7749 if test "$hardcode_action" = relink; then |
4851 # Fast installation is not supported | 7750 # Fast installation is not supported |
4852 link_command="$compile_var$compile_command$compile_rpath" | 7751 link_command="$compile_var$compile_command$compile_rpath" |
4853 relink_command="$finalize_var$finalize_command$finalize_rpath" | 7752 relink_command="$finalize_var$finalize_command$finalize_rpath" |
4854 | 7753 |
4855 » $echo "$modename: warning: this platform does not like uninstalled share
d libraries" 1>&2 | 7754 » func_warning "this platform does not like uninstalled shared libraries" |
4856 » $echo "$modename: \`$output' will be relinked during installation" 1>&2 | 7755 » func_warning "\`$output' will be relinked during installation" |
4857 else | 7756 else |
4858 if test "$fast_install" != no; then | 7757 if test "$fast_install" != no; then |
4859 link_command="$finalize_var$compile_command$finalize_rpath" | 7758 link_command="$finalize_var$compile_command$finalize_rpath" |
4860 if test "$fast_install" = yes; then | 7759 if test "$fast_install" = yes; then |
4861 » relink_command=`$echo "X$compile_var$compile_command$compile_rpath"
| $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP` | 7760 » relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath"
| $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` |
4862 else | 7761 else |
4863 # fast_install is set to needless | 7762 # fast_install is set to needless |
4864 relink_command= | 7763 relink_command= |
4865 fi | 7764 fi |
4866 else | 7765 else |
4867 link_command="$compile_var$compile_command$compile_rpath" | 7766 link_command="$compile_var$compile_command$compile_rpath" |
4868 relink_command="$finalize_var$finalize_command$finalize_rpath" | 7767 relink_command="$finalize_var$finalize_command$finalize_rpath" |
4869 fi | 7768 fi |
4870 fi | 7769 fi |
4871 | 7770 |
4872 # Replace the output file specification. | 7771 # Replace the output file specification. |
4873 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objd
ir/$outputname"'%g'` | 7772 link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objd
ir/$outputname"'%g'` |
4874 | 7773 |
4875 # Delete the old output files. | 7774 # Delete the old output files. |
4876 $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname | 7775 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$
outputname |
4877 | 7776 |
4878 $show "$link_command" | 7777 func_show_eval "$link_command" 'exit $?' |
4879 $run eval "$link_command" || exit $? | |
4880 | 7778 |
4881 # Now create the wrapper script. | 7779 # Now create the wrapper script. |
4882 $show "creating $output" | 7780 func_verbose "creating $output" |
4883 | 7781 |
4884 # Quote the relink command for shipping. | 7782 # Quote the relink command for shipping. |
4885 if test -n "$relink_command"; then | 7783 if test -n "$relink_command"; then |
4886 # Preserve any variables that may affect compiler behavior | 7784 # Preserve any variables that may affect compiler behavior |
4887 for var in $variables_saved_for_relink; do | 7785 for var in $variables_saved_for_relink; do |
4888 if eval test -z \"\${$var+set}\"; then | 7786 if eval test -z \"\${$var+set}\"; then |
4889 » relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=;
export $var; }; }; $relink_command" | 7787 » relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $v
ar=; export $var; }; }; $relink_command" |
4890 elif eval var_value=\$$var; test -z "$var_value"; then | 7788 elif eval var_value=\$$var; test -z "$var_value"; then |
4891 relink_command="$var=; export $var; $relink_command" | 7789 relink_command="$var=; export $var; $relink_command" |
4892 else | 7790 else |
4893 » var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` | 7791 » func_quote_for_eval "$var_value" |
4894 » relink_command="$var=\"$var_value\"; export $var; $relink_command" | 7792 » relink_command="$var=$func_quote_for_eval_result; export $var; $reli
nk_command" |
4895 fi | 7793 fi |
4896 done | 7794 done |
4897 relink_command="(cd `pwd`; $relink_command)" | 7795 relink_command="(cd `pwd`; $relink_command)" |
4898 » relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote
_subst" | $NL2SP` | 7796 » relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` |
4899 fi | 7797 fi |
4900 | 7798 |
4901 # Quote $echo for shipping. | 7799 # Quote $ECHO for shipping. |
4902 if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then | 7800 if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then |
4903 case $progpath in | 7801 case $progpath in |
4904 [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; | 7802 [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; |
4905 *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; | 7803 *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; |
4906 esac | 7804 esac |
4907 » qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` | 7805 » qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` |
4908 else | 7806 else |
4909 » qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` | 7807 » qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` |
4910 fi | 7808 fi |
4911 | 7809 |
4912 # Only actually do things if our run command is non-null. | 7810 # Only actually do things if not in dry run mode. |
4913 if test -z "$run"; then | 7811 $opt_dry_run || { |
4914 # win32 will think the script is a binary if it has | 7812 # win32 will think the script is a binary if it has |
4915 # a .exe suffix, so we strip it off here. | 7813 # a .exe suffix, so we strip it off here. |
4916 case $output in | 7814 case $output in |
4917 » *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; | 7815 » *.exe) func_stripname '' '.exe' "$output" |
| 7816 » output=$func_stripname_result ;; |
4918 esac | 7817 esac |
4919 # test for cygwin because mv fails w/o .exe extensions | 7818 # test for cygwin because mv fails w/o .exe extensions |
4920 case $host in | 7819 case $host in |
4921 *cygwin*) | 7820 *cygwin*) |
4922 exeext=.exe | 7821 exeext=.exe |
4923 » outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; | 7822 » func_stripname '' '.exe' "$outputname" |
| 7823 » outputname=$func_stripname_result ;; |
4924 *) exeext= ;; | 7824 *) exeext= ;; |
4925 esac | 7825 esac |
4926 case $host in | 7826 case $host in |
4927 *cygwin* | *mingw* ) | 7827 *cygwin* | *mingw* ) |
4928 output_name=`basename $output` | 7828 » func_dirname_and_basename "$output" "" "." |
4929 output_path=`dirname $output` | 7829 » output_name=$func_basename_result |
4930 cwrappersource="$output_path/$objdir/lt-$output_name.c" | 7830 » output_path=$func_dirname_result |
4931 cwrapper="$output_path/$output_name.exe" | 7831 » cwrappersource="$output_path/$objdir/lt-$output_name.c" |
4932 $rm $cwrappersource $cwrapper | 7832 » cwrapper="$output_path/$output_name.exe" |
4933 trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 | 7833 » $RM $cwrappersource $cwrapper |
| 7834 » trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 |
4934 | 7835 |
4935 » cat > $cwrappersource <<EOF | 7836 » func_emit_cwrapperexe_src > $cwrappersource |
4936 | 7837 |
4937 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname | 7838 » # The wrapper executable is built using the $host compiler, |
4938 Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP | 7839 » # because it contains $host paths and files. If cross- |
| 7840 » # compiling, it, like the target executable, must be |
| 7841 » # executed on the $host or under an emulation environment. |
| 7842 » $opt_dry_run || { |
| 7843 » $LTCC $LTCFLAGS -o $cwrapper $cwrappersource |
| 7844 » $STRIP $cwrapper |
| 7845 » } |
4939 | 7846 |
4940 The $output program cannot be directly executed until all the libtool | 7847 » # Now, create the wrapper script for func_source use: |
4941 libraries that it depends on are installed. | 7848 » func_ltwrapper_scriptname $cwrapper |
| 7849 » $RM $func_ltwrapper_scriptname_result |
| 7850 » trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2
15 |
| 7851 » $opt_dry_run || { |
| 7852 » # note: this script will not be executed, so do not chmod. |
| 7853 » if test "x$build" = "x$host" ; then |
| 7854 » » $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result |
| 7855 » else |
| 7856 » » func_emit_wrapper no > $func_ltwrapper_scriptname_result |
| 7857 » fi |
| 7858 » } |
| 7859 » ;; |
| 7860 » * ) |
| 7861 » $RM $output |
| 7862 » trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 |
4942 | 7863 |
4943 This wrapper executable should never be moved out of the build directory. | 7864 func_emit_wrapper no > $output |
4944 If it is, it will not operate correctly. | 7865 chmod +x $output |
4945 | |
4946 Currently, it simply execs the wrapper *script* "/bin/sh $output", | |
4947 but could eventually absorb all of the scripts functionality and | |
4948 exec $objdir/$outputname directly. | |
4949 */ | |
4950 EOF | |
4951 cat >> $cwrappersource<<"EOF" | |
4952 #include <stdio.h> | |
4953 #include <stdlib.h> | |
4954 #include <unistd.h> | |
4955 #include <malloc.h> | |
4956 #include <stdarg.h> | |
4957 #include <assert.h> | |
4958 #include <string.h> | |
4959 #include <ctype.h> | |
4960 #include <sys/stat.h> | |
4961 | |
4962 #if defined(PATH_MAX) | |
4963 # define LT_PATHMAX PATH_MAX | |
4964 #elif defined(MAXPATHLEN) | |
4965 # define LT_PATHMAX MAXPATHLEN | |
4966 #else | |
4967 # define LT_PATHMAX 1024 | |
4968 #endif | |
4969 | |
4970 #ifndef DIR_SEPARATOR | |
4971 # define DIR_SEPARATOR '/' | |
4972 # define PATH_SEPARATOR ':' | |
4973 #endif | |
4974 | |
4975 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ | |
4976 defined (__OS2__) | |
4977 # define HAVE_DOS_BASED_FILE_SYSTEM | |
4978 # ifndef DIR_SEPARATOR_2 | |
4979 # define DIR_SEPARATOR_2 '\\' | |
4980 # endif | |
4981 # ifndef PATH_SEPARATOR_2 | |
4982 # define PATH_SEPARATOR_2 ';' | |
4983 # endif | |
4984 #endif | |
4985 | |
4986 #ifndef DIR_SEPARATOR_2 | |
4987 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) | |
4988 #else /* DIR_SEPARATOR_2 */ | |
4989 # define IS_DIR_SEPARATOR(ch) \ | |
4990 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) | |
4991 #endif /* DIR_SEPARATOR_2 */ | |
4992 | |
4993 #ifndef PATH_SEPARATOR_2 | |
4994 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) | |
4995 #else /* PATH_SEPARATOR_2 */ | |
4996 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) | |
4997 #endif /* PATH_SEPARATOR_2 */ | |
4998 | |
4999 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) | |
5000 #define XFREE(stale) do { \ | |
5001 if (stale) { free ((void *) stale); stale = 0; } \ | |
5002 } while (0) | |
5003 | |
5004 /* -DDEBUG is fairly common in CFLAGS. */ | |
5005 #undef DEBUG | |
5006 #if defined DEBUGWRAPPER | |
5007 # define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__) | |
5008 #else | |
5009 # define DEBUG(format, ...) | |
5010 #endif | |
5011 | |
5012 const char *program_name = NULL; | |
5013 | |
5014 void * xmalloc (size_t num); | |
5015 char * xstrdup (const char *string); | |
5016 const char * base_name (const char *name); | |
5017 char * find_executable(const char *wrapper); | |
5018 int check_executable(const char *path); | |
5019 char * strendzap(char *str, const char *pat); | |
5020 void lt_fatal (const char *message, ...); | |
5021 | |
5022 int | |
5023 main (int argc, char *argv[]) | |
5024 { | |
5025 char **newargz; | |
5026 int i; | |
5027 | |
5028 program_name = (char *) xstrdup (base_name (argv[0])); | |
5029 DEBUG("(main) argv[0] : %s\n",argv[0]); | |
5030 DEBUG("(main) program_name : %s\n",program_name); | |
5031 newargz = XMALLOC(char *, argc+2); | |
5032 EOF | |
5033 | |
5034 cat >> $cwrappersource <<EOF | |
5035 newargz[0] = (char *) xstrdup("$SHELL"); | |
5036 EOF | |
5037 | |
5038 cat >> $cwrappersource <<"EOF" | |
5039 newargz[1] = find_executable(argv[0]); | |
5040 if (newargz[1] == NULL) | |
5041 lt_fatal("Couldn't find %s", argv[0]); | |
5042 DEBUG("(main) found exe at : %s\n",newargz[1]); | |
5043 /* we know the script has the same name, without the .exe */ | |
5044 /* so make sure newargz[1] doesn't end in .exe */ | |
5045 strendzap(newargz[1],".exe"); | |
5046 for (i = 1; i < argc; i++) | |
5047 newargz[i+1] = xstrdup(argv[i]); | |
5048 newargz[argc+1] = NULL; | |
5049 | |
5050 for (i=0; i<argc+1; i++) | |
5051 { | |
5052 DEBUG("(main) newargz[%d] : %s\n",i,newargz[i]); | |
5053 ; | |
5054 } | |
5055 | |
5056 EOF | |
5057 | |
5058 case $host_os in | |
5059 mingw*) | |
5060 cat >> $cwrappersource <<EOF | |
5061 execv("$SHELL",(char const **)newargz); | |
5062 EOF | |
5063 ;; | |
5064 *) | |
5065 cat >> $cwrappersource <<EOF | |
5066 execv("$SHELL",newargz); | |
5067 EOF | |
5068 ;; | |
5069 esac | |
5070 | |
5071 cat >> $cwrappersource <<"EOF" | |
5072 return 127; | |
5073 } | |
5074 | |
5075 void * | |
5076 xmalloc (size_t num) | |
5077 { | |
5078 void * p = (void *) malloc (num); | |
5079 if (!p) | |
5080 lt_fatal ("Memory exhausted"); | |
5081 | |
5082 return p; | |
5083 } | |
5084 | |
5085 char * | |
5086 xstrdup (const char *string) | |
5087 { | |
5088 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL | |
5089 ; | |
5090 } | |
5091 | |
5092 const char * | |
5093 base_name (const char *name) | |
5094 { | |
5095 const char *base; | |
5096 | |
5097 #if defined (HAVE_DOS_BASED_FILE_SYSTEM) | |
5098 /* Skip over the disk name in MSDOS pathnames. */ | |
5099 if (isalpha ((unsigned char)name[0]) && name[1] == ':') | |
5100 name += 2; | |
5101 #endif | |
5102 | |
5103 for (base = name; *name; name++) | |
5104 if (IS_DIR_SEPARATOR (*name)) | |
5105 base = name + 1; | |
5106 return base; | |
5107 } | |
5108 | |
5109 int | |
5110 check_executable(const char * path) | |
5111 { | |
5112 struct stat st; | |
5113 | |
5114 DEBUG("(check_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!"
); | |
5115 if ((!path) || (!*path)) | |
5116 return 0; | |
5117 | |
5118 if ((stat (path, &st) >= 0) && | |
5119 ( | |
5120 /* MinGW & native WIN32 do not support S_IXOTH or S_IXGRP */ | |
5121 #if defined (S_IXOTH) | |
5122 ((st.st_mode & S_IXOTH) == S_IXOTH) || | |
5123 #endif | |
5124 #if defined (S_IXGRP) | |
5125 ((st.st_mode & S_IXGRP) == S_IXGRP) || | |
5126 #endif | |
5127 ((st.st_mode & S_IXUSR) == S_IXUSR)) | |
5128 ) | |
5129 return 1; | |
5130 else | |
5131 return 0; | |
5132 } | |
5133 | |
5134 /* Searches for the full path of the wrapper. Returns | |
5135 newly allocated full path name if found, NULL otherwise */ | |
5136 char * | |
5137 find_executable (const char* wrapper) | |
5138 { | |
5139 int has_slash = 0; | |
5140 const char* p; | |
5141 const char* p_next; | |
5142 /* static buffer for getcwd */ | |
5143 char tmp[LT_PATHMAX + 1]; | |
5144 int tmp_len; | |
5145 char* concat_name; | |
5146 | |
5147 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") :
"NULL!"); | |
5148 | |
5149 if ((wrapper == NULL) || (*wrapper == '\0')) | |
5150 return NULL; | |
5151 | |
5152 /* Absolute path? */ | |
5153 #if defined (HAVE_DOS_BASED_FILE_SYSTEM) | |
5154 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':') | |
5155 { | |
5156 concat_name = xstrdup (wrapper); | |
5157 if (check_executable(concat_name)) | |
5158 return concat_name; | |
5159 XFREE(concat_name); | |
5160 } | |
5161 else | |
5162 { | |
5163 #endif | |
5164 if (IS_DIR_SEPARATOR (wrapper[0])) | |
5165 { | |
5166 concat_name = xstrdup (wrapper); | |
5167 if (check_executable(concat_name)) | |
5168 return concat_name; | |
5169 XFREE(concat_name); | |
5170 } | |
5171 #if defined (HAVE_DOS_BASED_FILE_SYSTEM) | |
5172 } | |
5173 #endif | |
5174 | |
5175 for (p = wrapper; *p; p++) | |
5176 if (*p == '/') | |
5177 { | |
5178 has_slash = 1; | |
5179 break; | |
5180 } | |
5181 if (!has_slash) | |
5182 { | |
5183 /* no slashes; search PATH */ | |
5184 const char* path = getenv ("PATH"); | |
5185 if (path != NULL) | |
5186 { | |
5187 for (p = path; *p; p = p_next) | |
5188 { | |
5189 const char* q; | |
5190 size_t p_len; | |
5191 for (q = p; *q; q++) | |
5192 if (IS_PATH_SEPARATOR(*q)) | |
5193 break; | |
5194 p_len = q - p; | |
5195 p_next = (*q == '\0' ? q : q + 1); | |
5196 if (p_len == 0) | |
5197 { | |
5198 /* empty path: current directory */ | |
5199 if (getcwd (tmp, LT_PATHMAX) == NULL) | |
5200 lt_fatal ("getcwd failed"); | |
5201 tmp_len = strlen(tmp); | |
5202 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1); | |
5203 memcpy (concat_name, tmp, tmp_len); | |
5204 concat_name[tmp_len] = '/'; | |
5205 strcpy (concat_name + tmp_len + 1, wrapper); | |
5206 } | |
5207 else | |
5208 { | |
5209 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1); | |
5210 memcpy (concat_name, p, p_len); | |
5211 concat_name[p_len] = '/'; | |
5212 strcpy (concat_name + p_len + 1, wrapper); | |
5213 } | |
5214 if (check_executable(concat_name)) | |
5215 return concat_name; | |
5216 XFREE(concat_name); | |
5217 } | |
5218 } | |
5219 /* not found in PATH; assume curdir */ | |
5220 } | |
5221 /* Relative path | not found in path: prepend cwd */ | |
5222 if (getcwd (tmp, LT_PATHMAX) == NULL) | |
5223 lt_fatal ("getcwd failed"); | |
5224 tmp_len = strlen(tmp); | |
5225 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1); | |
5226 memcpy (concat_name, tmp, tmp_len); | |
5227 concat_name[tmp_len] = '/'; | |
5228 strcpy (concat_name + tmp_len + 1, wrapper); | |
5229 | |
5230 if (check_executable(concat_name)) | |
5231 return concat_name; | |
5232 XFREE(concat_name); | |
5233 return NULL; | |
5234 } | |
5235 | |
5236 char * | |
5237 strendzap(char *str, const char *pat) | |
5238 { | |
5239 size_t len, patlen; | |
5240 | |
5241 assert(str != NULL); | |
5242 assert(pat != NULL); | |
5243 | |
5244 len = strlen(str); | |
5245 patlen = strlen(pat); | |
5246 | |
5247 if (patlen <= len) | |
5248 { | |
5249 str += len - patlen; | |
5250 if (strcmp(str, pat) == 0) | |
5251 *str = '\0'; | |
5252 } | |
5253 return str; | |
5254 } | |
5255 | |
5256 static void | |
5257 lt_error_core (int exit_status, const char * mode, | |
5258 const char * message, va_list ap) | |
5259 { | |
5260 fprintf (stderr, "%s: %s: ", program_name, mode); | |
5261 vfprintf (stderr, message, ap); | |
5262 fprintf (stderr, ".\n"); | |
5263 | |
5264 if (exit_status >= 0) | |
5265 exit (exit_status); | |
5266 } | |
5267 | |
5268 void | |
5269 lt_fatal (const char *message, ...) | |
5270 { | |
5271 va_list ap; | |
5272 va_start (ap, message); | |
5273 lt_error_core (EXIT_FAILURE, "FATAL", message, ap); | |
5274 va_end (ap); | |
5275 } | |
5276 EOF | |
5277 # we should really use a build-platform specific compiler | |
5278 # here, but OTOH, the wrappers (shell script and this C one) | |
5279 # are only useful if you want to execute the "real" binary. | |
5280 # Since the "real" binary is built for $host, then this | |
5281 # wrapper might as well be built for $host, too. | |
5282 $run $LTCC $LTCFLAGS -s -o $cwrapper $cwrappersource | |
5283 ;; | |
5284 esac | |
5285 $rm $output | |
5286 trap "$rm $output; exit $EXIT_FAILURE" 1 2 15 | |
5287 | |
5288 $echo > $output "\ | |
5289 #! $SHELL | |
5290 | |
5291 # $output - temporary wrapper script for $objdir/$outputname | |
5292 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP | |
5293 # | |
5294 # The $output program cannot be directly executed until all the libtool | |
5295 # libraries that it depends on are installed. | |
5296 # | |
5297 # This wrapper script should never be moved out of the build directory. | |
5298 # If it is, it will not operate correctly. | |
5299 | |
5300 # Sed substitution that helps us do robust quoting. It backslashifies | |
5301 # metacharacters that are still active within double-quoted strings. | |
5302 Xsed='${SED} -e 1s/^X//' | |
5303 sed_quote_subst='$sed_quote_subst' | |
5304 | |
5305 # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). | |
5306 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then | |
5307 emulate sh | |
5308 NULLCMD=: | |
5309 # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which | |
5310 # is contrary to our usage. Disable this feature. | |
5311 alias -g '\${1+\"\$@\"}'='\"\$@\"' | |
5312 setopt NO_GLOB_SUBST | |
5313 else | |
5314 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac | |
5315 fi | |
5316 BIN_SH=xpg4; export BIN_SH # for Tru64 | |
5317 DUALCASE=1; export DUALCASE # for MKS sh | |
5318 | |
5319 # The HP-UX ksh and POSIX shell print the target directory to stdout | |
5320 # if CDPATH is set. | |
5321 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
5322 | |
5323 relink_command=\"$relink_command\" | |
5324 | |
5325 # This environment variable determines our operation mode. | |
5326 if test \"\$libtool_install_magic\" = \"$magic\"; then | |
5327 # install mode needs the following variable: | |
5328 notinst_deplibs='$notinst_deplibs' | |
5329 else | |
5330 # When we are sourced in execute mode, \$file and \$echo are already set. | |
5331 if test \"\$libtool_execute_magic\" != \"$magic\"; then | |
5332 echo=\"$qecho\" | |
5333 file=\"\$0\" | |
5334 # Make sure echo works. | |
5335 if test \"X\$1\" = X--no-reexec; then | |
5336 # Discard the --no-reexec flag, and continue. | |
5337 shift | |
5338 elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then | |
5339 # Yippee, \$echo works! | |
5340 : | |
5341 else | |
5342 # Restart under the correct shell, and then maybe \$echo will work. | |
5343 exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} | |
5344 fi | |
5345 fi\ | |
5346 " | |
5347 $echo >> $output "\ | |
5348 | |
5349 # Find the directory that this script lives in. | |
5350 thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` | |
5351 test \"x\$thisdir\" = \"x\$file\" && thisdir=. | |
5352 | |
5353 # Follow symbolic links until we get to the real thisdir. | |
5354 file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` | |
5355 while test -n \"\$file\"; do | |
5356 destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` | |
5357 | |
5358 # If there was a directory component, then change thisdir. | |
5359 if test \"x\$destdir\" != \"x\$file\"; then | |
5360 case \"\$destdir\" in | |
5361 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; | |
5362 *) thisdir=\"\$thisdir/\$destdir\" ;; | |
5363 esac | |
5364 fi | |
5365 | |
5366 file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` | |
5367 file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` | |
5368 done | |
5369 | |
5370 # Try to get the absolute directory name. | |
5371 absdir=\`cd \"\$thisdir\" && pwd\` | |
5372 test -n \"\$absdir\" && thisdir=\"\$absdir\" | |
5373 " | |
5374 | |
5375 if test "$fast_install" = yes; then | |
5376 $echo >> $output "\ | |
5377 program=lt-'$outputname'$exeext | |
5378 progdir=\"\$thisdir/$objdir\" | |
5379 | |
5380 if test ! -f \"\$progdir/\$program\" || \\ | |
5381 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/
null | ${SED} 1q\`; \\ | |
5382 test \"X\$file\" != \"X\$progdir/\$program\"; }; then | |
5383 | |
5384 file=\"\$\$-\$program\" | |
5385 | |
5386 if test ! -d \"\$progdir\"; then | |
5387 $mkdir \"\$progdir\" | |
5388 else | |
5389 $rm \"\$progdir/\$file\" | |
5390 fi" | |
5391 | |
5392 $echo >> $output "\ | |
5393 | |
5394 # relink executable if necessary | |
5395 if test -n \"\$relink_command\"; then | |
5396 if relink_command_output=\`eval \$relink_command 2>&1\`; then : | |
5397 else | |
5398 $echo \"\$relink_command_output\" >&2 | |
5399 $rm \"\$progdir/\$file\" | |
5400 exit $EXIT_FAILURE | |
5401 fi | |
5402 fi | |
5403 | |
5404 $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || | |
5405 { $rm \"\$progdir/\$program\"; | |
5406 $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; } | |
5407 $rm \"\$progdir/\$file\" | |
5408 fi" | |
5409 else | |
5410 $echo >> $output "\ | |
5411 program='$outputname' | |
5412 progdir=\"\$thisdir/$objdir\" | |
5413 " | |
5414 fi | |
5415 | |
5416 $echo >> $output "\ | |
5417 | |
5418 if test -f \"\$progdir/\$program\"; then" | |
5419 | |
5420 # Export our shlibpath_var if we have one. | |
5421 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var"
&& test -n "$temp_rpath"; then | |
5422 $echo >> $output "\ | |
5423 # Add our own library path to $shlibpath_var | |
5424 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" | |
5425 | |
5426 # Some systems cannot cope with colon-terminated $shlibpath_var | |
5427 # The second colon is a workaround for a bug in BeOS R4 sed | |
5428 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` | |
5429 | |
5430 export $shlibpath_var | |
5431 " | |
5432 fi | |
5433 | |
5434 # fixup the dll searchpath if we need to. | |
5435 if test -n "$dllsearchpath"; then | |
5436 $echo >> $output "\ | |
5437 # Add the dll search path components to the executable PATH | |
5438 PATH=$dllsearchpath:\$PATH | |
5439 " | |
5440 fi | |
5441 | |
5442 $echo >> $output "\ | |
5443 if test \"\$libtool_execute_magic\" != \"$magic\"; then | |
5444 # Run the actual program with our arguments. | |
5445 " | |
5446 case $host in | |
5447 # Backslashes separate directories on plain windows | |
5448 *-*-mingw | *-*-os2*) | |
5449 $echo >> $output "\ | |
5450 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} | |
5451 " | |
5452 ;; | |
5453 | |
5454 *) | |
5455 $echo >> $output "\ | |
5456 exec \"\$progdir/\$program\" \${1+\"\$@\"} | |
5457 " | |
5458 ;; | 7866 ;; |
5459 esac | 7867 esac |
5460 » $echo >> $output "\ | 7868 } |
5461 \$echo \"\$0: cannot exec \$program \$*\" | |
5462 exit $EXIT_FAILURE | |
5463 fi | |
5464 else | |
5465 # The program doesn't exist. | |
5466 \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 | |
5467 \$echo \"This script is just a wrapper for \$program.\" 1>&2 | |
5468 $echo \"See the $PACKAGE documentation for more information.\" 1>&2 | |
5469 exit $EXIT_FAILURE | |
5470 fi | |
5471 fi\ | |
5472 " | |
5473 » chmod +x $output | |
5474 fi | |
5475 exit $EXIT_SUCCESS | 7869 exit $EXIT_SUCCESS |
5476 ;; | 7870 ;; |
5477 esac | 7871 esac |
5478 | 7872 |
5479 # See if we need to build an old-fashioned archive. | 7873 # See if we need to build an old-fashioned archive. |
5480 for oldlib in $oldlibs; do | 7874 for oldlib in $oldlibs; do |
5481 | 7875 |
5482 if test "$build_libtool_libs" = convenience; then | 7876 if test "$build_libtool_libs" = convenience; then |
5483 » oldobjs="$libobjs_save" | 7877 » oldobjs="$libobjs_save $symfileobj" |
5484 addlibs="$convenience" | 7878 addlibs="$convenience" |
5485 build_libtool_libs=no | 7879 build_libtool_libs=no |
5486 else | 7880 else |
5487 if test "$build_libtool_libs" = module; then | 7881 if test "$build_libtool_libs" = module; then |
5488 oldobjs="$libobjs_save" | 7882 oldobjs="$libobjs_save" |
5489 build_libtool_libs=no | 7883 build_libtool_libs=no |
5490 else | 7884 else |
5491 oldobjs="$old_deplibs $non_pic_objects" | 7885 oldobjs="$old_deplibs $non_pic_objects" |
| 7886 if test "$preload" = yes && test -f "$symfileobj"; then |
| 7887 oldobjs="$oldobjs $symfileobj" |
| 7888 fi |
5492 fi | 7889 fi |
5493 addlibs="$old_convenience" | 7890 addlibs="$old_convenience" |
5494 fi | 7891 fi |
5495 | 7892 |
5496 if test -n "$addlibs"; then | 7893 if test -n "$addlibs"; then |
5497 gentop="$output_objdir/${outputname}x" | 7894 gentop="$output_objdir/${outputname}x" |
5498 generated="$generated $gentop" | 7895 generated="$generated $gentop" |
5499 | 7896 |
5500 func_extract_archives $gentop $addlibs | 7897 func_extract_archives $gentop $addlibs |
5501 oldobjs="$oldobjs $func_extract_archives_result" | 7898 oldobjs="$oldobjs $func_extract_archives_result" |
5502 fi | 7899 fi |
5503 | 7900 |
5504 # Do each command in the archive commands. | 7901 # Do each command in the archive commands. |
5505 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = ye
s; then | 7902 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = ye
s; then |
5506 cmds=$old_archive_from_new_cmds | 7903 » cmds=$old_archive_from_new_cmds |
5507 else | 7904 else |
| 7905 |
| 7906 # Add any objects from preloaded convenience libraries |
| 7907 if test -n "$dlprefiles"; then |
| 7908 gentop="$output_objdir/${outputname}x" |
| 7909 generated="$generated $gentop" |
| 7910 |
| 7911 func_extract_archives $gentop $dlprefiles |
| 7912 oldobjs="$oldobjs $func_extract_archives_result" |
| 7913 fi |
| 7914 |
5508 # POSIX demands no paths to be encoded in archives. We have | 7915 # POSIX demands no paths to be encoded in archives. We have |
5509 # to avoid creating archives with duplicate basenames if we | 7916 # to avoid creating archives with duplicate basenames if we |
5510 # might have to extract them afterwards, e.g., when creating a | 7917 # might have to extract them afterwards, e.g., when creating a |
5511 # static archive out of a convenience library, or when linking | 7918 # static archive out of a convenience library, or when linking |
5512 # the entirety of a libtool archive into another (currently | 7919 # the entirety of a libtool archive into another (currently |
5513 # not supported by libtool). | 7920 # not supported by libtool). |
5514 if (for obj in $oldobjs | 7921 if (for obj in $oldobjs |
5515 do | 7922 do |
5516 » $echo "X$obj" | $Xsed -e 's%^.*/%%' | 7923 » func_basename "$obj" |
| 7924 » $ECHO "$func_basename_result" |
5517 done | sort | sort -uc >/dev/null 2>&1); then | 7925 done | sort | sort -uc >/dev/null 2>&1); then |
5518 : | 7926 : |
5519 else | 7927 else |
5520 » $echo "copying selected object files to avoid basename conflicts..." | 7928 » $ECHO "copying selected object files to avoid basename conflicts..." |
5521 | 7929 » gentop="$output_objdir/${outputname}x" |
5522 » if test -z "$gentop"; then | 7930 » generated="$generated $gentop" |
5523 » gentop="$output_objdir/${outputname}x" | 7931 » func_mkdir_p "$gentop" |
5524 » generated="$generated $gentop" | |
5525 | |
5526 » $show "${rm}r $gentop" | |
5527 » $run ${rm}r "$gentop" | |
5528 » $show "$mkdir $gentop" | |
5529 » $run $mkdir "$gentop" | |
5530 » exit_status=$? | |
5531 » if test "$exit_status" -ne 0 && test ! -d "$gentop"; then | |
5532 » exit $exit_status | |
5533 » fi | |
5534 » fi | |
5535 | |
5536 save_oldobjs=$oldobjs | 7932 save_oldobjs=$oldobjs |
5537 oldobjs= | 7933 oldobjs= |
5538 counter=1 | 7934 counter=1 |
5539 for obj in $save_oldobjs | 7935 for obj in $save_oldobjs |
5540 do | 7936 do |
5541 » objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` | 7937 » func_basename "$obj" |
| 7938 » objbase="$func_basename_result" |
5542 case " $oldobjs " in | 7939 case " $oldobjs " in |
5543 " ") oldobjs=$obj ;; | 7940 " ") oldobjs=$obj ;; |
5544 *[\ /]"$objbase "*) | 7941 *[\ /]"$objbase "*) |
5545 while :; do | 7942 while :; do |
5546 # Make sure we don't pick an alternate name that also | 7943 # Make sure we don't pick an alternate name that also |
5547 # overlaps. | 7944 # overlaps. |
5548 newobj=lt$counter-$objbase | 7945 newobj=lt$counter-$objbase |
5549 » » counter=`expr $counter + 1` | 7946 » » func_arith $counter + 1 |
| 7947 » » counter=$func_arith_result |
5550 case " $oldobjs " in | 7948 case " $oldobjs " in |
5551 *[\ /]"$newobj "*) ;; | 7949 *[\ /]"$newobj "*) ;; |
5552 *) if test ! -f "$gentop/$newobj"; then break; fi ;; | 7950 *) if test ! -f "$gentop/$newobj"; then break; fi ;; |
5553 esac | 7951 esac |
5554 done | 7952 done |
5555 » $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" | 7953 » func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj
" |
5556 » $run ln "$obj" "$gentop/$newobj" || | |
5557 » $run cp "$obj" "$gentop/$newobj" | |
5558 oldobjs="$oldobjs $gentop/$newobj" | 7954 oldobjs="$oldobjs $gentop/$newobj" |
5559 ;; | 7955 ;; |
5560 *) oldobjs="$oldobjs $obj" ;; | 7956 *) oldobjs="$oldobjs $obj" ;; |
5561 esac | 7957 esac |
5562 done | 7958 done |
5563 fi | 7959 fi |
5564 | |
5565 eval cmds=\"$old_archive_cmds\" | 7960 eval cmds=\"$old_archive_cmds\" |
5566 | 7961 |
5567 » if len=`expr "X$cmds" : ".*"` && | 7962 » func_len " $cmds" |
5568 » test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then | 7963 » len=$func_len_result |
| 7964 » if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then |
5569 cmds=$old_archive_cmds | 7965 cmds=$old_archive_cmds |
5570 else | 7966 else |
5571 # the command line is too long to link in one step, link in parts | 7967 # the command line is too long to link in one step, link in parts |
5572 » $echo "using piecewise archive linking..." | 7968 » func_verbose "using piecewise archive linking..." |
5573 save_RANLIB=$RANLIB | 7969 save_RANLIB=$RANLIB |
5574 RANLIB=: | 7970 RANLIB=: |
5575 objlist= | 7971 objlist= |
5576 concat_cmds= | 7972 concat_cmds= |
5577 save_oldobjs=$oldobjs | 7973 save_oldobjs=$oldobjs |
5578 | 7974 » oldobjs= |
5579 # Is there a better way of finding the last object in the list? | 7975 # Is there a better way of finding the last object in the list? |
5580 for obj in $save_oldobjs | 7976 for obj in $save_oldobjs |
5581 do | 7977 do |
5582 last_oldobj=$obj | 7978 last_oldobj=$obj |
5583 done | 7979 done |
| 7980 eval test_cmds=\"$old_archive_cmds\" |
| 7981 func_len " $test_cmds" |
| 7982 len0=$func_len_result |
| 7983 len=$len0 |
5584 for obj in $save_oldobjs | 7984 for obj in $save_oldobjs |
5585 do | 7985 do |
5586 » oldobjs="$objlist $obj" | 7986 » func_len " $obj" |
5587 » objlist="$objlist $obj" | 7987 » func_arith $len + $func_len_result |
5588 » eval test_cmds=\"$old_archive_cmds\" | 7988 » len=$func_arith_result |
5589 » if len=`expr "X$test_cmds" : ".*" 2>/dev/null` && | 7989 » func_append objlist " $obj" |
5590 » test "$len" -le "$max_cmd_len"; then | 7990 » if test "$len" -lt "$max_cmd_len"; then |
5591 : | 7991 : |
5592 else | 7992 else |
5593 # the above command should be used before it gets too long | 7993 # the above command should be used before it gets too long |
5594 oldobjs=$objlist | 7994 oldobjs=$objlist |
5595 if test "$obj" = "$last_oldobj" ; then | 7995 if test "$obj" = "$last_oldobj" ; then |
5596 » RANLIB=$save_RANLIB | 7996 » » RANLIB=$save_RANLIB |
5597 fi | 7997 fi |
5598 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ | 7998 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ |
5599 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" | 7999 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" |
5600 objlist= | 8000 objlist= |
| 8001 len=$len0 |
5601 fi | 8002 fi |
5602 done | 8003 done |
5603 RANLIB=$save_RANLIB | 8004 RANLIB=$save_RANLIB |
5604 oldobjs=$objlist | 8005 oldobjs=$objlist |
5605 if test "X$oldobjs" = "X" ; then | 8006 if test "X$oldobjs" = "X" ; then |
5606 eval cmds=\"\$concat_cmds\" | 8007 eval cmds=\"\$concat_cmds\" |
5607 else | 8008 else |
5608 eval cmds=\"\$concat_cmds~\$old_archive_cmds\" | 8009 eval cmds=\"\$concat_cmds~\$old_archive_cmds\" |
5609 fi | 8010 fi |
5610 fi | 8011 fi |
5611 fi | 8012 fi |
5612 save_ifs="$IFS"; IFS='~' | 8013 func_execute_cmds "$cmds" 'exit $?' |
5613 for cmd in $cmds; do | |
5614 eval cmd=\"$cmd\" | |
5615 » IFS="$save_ifs" | |
5616 » $show "$cmd" | |
5617 » $run eval "$cmd" || exit $? | |
5618 done | |
5619 IFS="$save_ifs" | |
5620 done | 8014 done |
5621 | 8015 |
5622 if test -n "$generated"; then | 8016 test -n "$generated" && \ |
5623 $show "${rm}r$generated" | 8017 func_show_eval "${RM}r$generated" |
5624 $run ${rm}r$generated | |
5625 fi | |
5626 | 8018 |
5627 # Now create the libtool archive. | 8019 # Now create the libtool archive. |
5628 case $output in | 8020 case $output in |
5629 *.la) | 8021 *.la) |
5630 old_library= | 8022 old_library= |
5631 test "$build_old_libs" = yes && old_library="$libname.$libext" | 8023 test "$build_old_libs" = yes && old_library="$libname.$libext" |
5632 $show "creating $output" | 8024 func_verbose "creating $output" |
5633 | 8025 |
5634 # Preserve any variables that may affect compiler behavior | 8026 # Preserve any variables that may affect compiler behavior |
5635 for var in $variables_saved_for_relink; do | 8027 for var in $variables_saved_for_relink; do |
5636 if eval test -z \"\${$var+set}\"; then | 8028 if eval test -z \"\${$var+set}\"; then |
5637 » relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; e
xport $var; }; }; $relink_command" | 8029 » relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var
=; export $var; }; }; $relink_command" |
5638 elif eval var_value=\$$var; test -z "$var_value"; then | 8030 elif eval var_value=\$$var; test -z "$var_value"; then |
5639 relink_command="$var=; export $var; $relink_command" | 8031 relink_command="$var=; export $var; $relink_command" |
5640 else | 8032 else |
5641 » var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` | 8033 » func_quote_for_eval "$var_value" |
5642 » relink_command="$var=\"$var_value\"; export $var; $relink_command" | 8034 » relink_command="$var=$func_quote_for_eval_result; export $var; $relink
_command" |
5643 fi | 8035 fi |
5644 done | 8036 done |
5645 # Quote the link command for shipping. | 8037 # Quote the link command for shipping. |
5646 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $
libtool_args @inst_prefix_dir@)" | 8038 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $
libtool_args @inst_prefix_dir@)" |
5647 relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_s
ubst" | $NL2SP` | 8039 relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` |
5648 if test "$hardcode_automatic" = yes ; then | 8040 if test "$hardcode_automatic" = yes ; then |
5649 relink_command= | 8041 relink_command= |
5650 fi | 8042 fi |
5651 | 8043 |
5652 | |
5653 # Only create the output if not a dry run. | 8044 # Only create the output if not a dry run. |
5654 if test -z "$run"; then | 8045 $opt_dry_run || { |
5655 for installed in no yes; do | 8046 for installed in no yes; do |
5656 if test "$installed" = yes; then | 8047 if test "$installed" = yes; then |
5657 if test -z "$install_libdir"; then | 8048 if test -z "$install_libdir"; then |
5658 break | 8049 break |
5659 fi | 8050 fi |
5660 output="$output_objdir/$outputname"i | 8051 output="$output_objdir/$outputname"i |
5661 # Replace all uninstalled libtool libraries with the installed ones | 8052 # Replace all uninstalled libtool libraries with the installed ones |
5662 newdependency_libs= | 8053 newdependency_libs= |
5663 for deplib in $dependency_libs; do | 8054 for deplib in $dependency_libs; do |
5664 case $deplib in | 8055 case $deplib in |
5665 *.la) | 8056 *.la) |
5666 » » name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` | 8057 » » func_basename "$deplib" |
| 8058 » » name="$func_basename_result" |
5667 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` | 8059 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` |
5668 » » if test -z "$libdir"; then | 8060 » » test -z "$libdir" && \ |
5669 » » $echo "$modename: \`$deplib' is not a valid libtool archive" 1
>&2 | 8061 » » func_fatal_error "\`$deplib' is not a valid libtool archive" |
5670 » » exit $EXIT_FAILURE | |
5671 » » fi | |
5672 newdependency_libs="$newdependency_libs $libdir/$name" | 8062 newdependency_libs="$newdependency_libs $libdir/$name" |
5673 ;; | 8063 ;; |
5674 *) newdependency_libs="$newdependency_libs $deplib" ;; | 8064 *) newdependency_libs="$newdependency_libs $deplib" ;; |
5675 esac | 8065 esac |
5676 done | 8066 done |
5677 dependency_libs="$newdependency_libs" | 8067 dependency_libs="$newdependency_libs" |
5678 newdlfiles= | 8068 newdlfiles= |
| 8069 |
5679 for lib in $dlfiles; do | 8070 for lib in $dlfiles; do |
5680 » name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` | 8071 » case $lib in |
5681 » eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` | 8072 » *.la) |
5682 » if test -z "$libdir"; then | 8073 » func_basename "$lib" |
5683 » » $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 | 8074 » » name="$func_basename_result" |
5684 » » exit $EXIT_FAILURE | 8075 » » eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` |
5685 » fi | 8076 » » test -z "$libdir" && \ |
5686 » newdlfiles="$newdlfiles $libdir/$name" | 8077 » » func_fatal_error "\`$lib' is not a valid libtool archive" |
| 8078 » » newdlfiles="$newdlfiles $libdir/$name" |
| 8079 » » ;; |
| 8080 » *) newdlfiles="$newdlfiles $lib" ;; |
| 8081 » esac |
5687 done | 8082 done |
5688 dlfiles="$newdlfiles" | 8083 dlfiles="$newdlfiles" |
5689 newdlprefiles= | 8084 newdlprefiles= |
5690 for lib in $dlprefiles; do | 8085 for lib in $dlprefiles; do |
5691 » name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` | 8086 » case $lib in |
5692 » eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` | 8087 » *.la) |
5693 » if test -z "$libdir"; then | 8088 » » # Only pass preopened files to the pseudo-archive (for |
5694 » » $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 | 8089 » » # eventual linking with the app. that links it) if we |
5695 » » exit $EXIT_FAILURE | 8090 » » # didn't already link the preopened objects directly into |
5696 » fi | 8091 » » # the library: |
5697 » newdlprefiles="$newdlprefiles $libdir/$name" | 8092 » » func_basename "$lib" |
| 8093 » » name="$func_basename_result" |
| 8094 » » eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` |
| 8095 » » test -z "$libdir" && \ |
| 8096 » » func_fatal_error "\`$lib' is not a valid libtool archive" |
| 8097 » » newdlprefiles="$newdlprefiles $libdir/$name" |
| 8098 » » ;; |
| 8099 » esac |
5698 done | 8100 done |
5699 dlprefiles="$newdlprefiles" | 8101 dlprefiles="$newdlprefiles" |
5700 else | 8102 else |
5701 newdlfiles= | 8103 newdlfiles= |
5702 for lib in $dlfiles; do | 8104 for lib in $dlfiles; do |
5703 case $lib in | 8105 case $lib in |
5704 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; | 8106 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; |
5705 *) abs=`pwd`"/$lib" ;; | 8107 *) abs=`pwd`"/$lib" ;; |
5706 esac | 8108 esac |
5707 newdlfiles="$newdlfiles $abs" | 8109 newdlfiles="$newdlfiles $abs" |
5708 done | 8110 done |
5709 dlfiles="$newdlfiles" | 8111 dlfiles="$newdlfiles" |
5710 newdlprefiles= | 8112 newdlprefiles= |
5711 for lib in $dlprefiles; do | 8113 for lib in $dlprefiles; do |
5712 case $lib in | 8114 case $lib in |
5713 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; | 8115 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; |
5714 *) abs=`pwd`"/$lib" ;; | 8116 *) abs=`pwd`"/$lib" ;; |
5715 esac | 8117 esac |
5716 newdlprefiles="$newdlprefiles $abs" | 8118 newdlprefiles="$newdlprefiles $abs" |
5717 done | 8119 done |
5718 dlprefiles="$newdlprefiles" | 8120 dlprefiles="$newdlprefiles" |
5719 fi | 8121 fi |
5720 » $rm $output | 8122 » $RM $output |
5721 # place dlname in correct position for cygwin | 8123 # place dlname in correct position for cygwin |
5722 tdlname=$dlname | 8124 tdlname=$dlname |
5723 case $host,$output,$installed,$module,$dlname in | 8125 case $host,$output,$installed,$module,$dlname in |
5724 » *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../b
in/$dlname ;; | 8126 » *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*la
i,yes,no,*.dll) tdlname=../bin/$dlname ;; |
5725 esac | 8127 esac |
5726 » $echo > $output "\ | 8128 » $ECHO > $output "\ |
5727 # $outputname - a libtool library file | 8129 # $outputname - a libtool library file |
5728 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP | 8130 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION |
5729 # | 8131 # |
5730 # Please DO NOT delete this file! | 8132 # Please DO NOT delete this file! |
5731 # It is necessary for linking the library. | 8133 # It is necessary for linking the library. |
5732 | 8134 |
5733 # The name that we can dlopen(3). | 8135 # The name that we can dlopen(3). |
5734 dlname='$tdlname' | 8136 dlname='$tdlname' |
5735 | 8137 |
5736 # Names of this library. | 8138 # Names of this library. |
5737 library_names='$library_names' | 8139 library_names='$library_names' |
5738 | 8140 |
5739 # The name of the static archive. | 8141 # The name of the static archive. |
5740 old_library='$old_library' | 8142 old_library='$old_library' |
5741 | 8143 |
| 8144 # Linker flags that can not go in dependency_libs. |
| 8145 inherited_linker_flags='$new_inherited_linker_flags' |
| 8146 |
5742 # Libraries that this one depends upon. | 8147 # Libraries that this one depends upon. |
5743 dependency_libs='$dependency_libs' | 8148 dependency_libs='$dependency_libs' |
5744 | 8149 |
| 8150 # Names of additional weak libraries provided by this library |
| 8151 weak_library_names='$weak_libs' |
| 8152 |
5745 # Version information for $libname. | 8153 # Version information for $libname. |
5746 current=$current | 8154 current=$current |
5747 age=$age | 8155 age=$age |
5748 revision=$revision | 8156 revision=$revision |
5749 | 8157 |
5750 # Is this an already installed library? | 8158 # Is this an already installed library? |
5751 installed=$installed | 8159 installed=$installed |
5752 | 8160 |
5753 # Should we warn about portability when linking against -modules? | 8161 # Should we warn about portability when linking against -modules? |
5754 shouldnotlink=$module | 8162 shouldnotlink=$module |
5755 | 8163 |
5756 # Files to dlopen/dlpreopen | 8164 # Files to dlopen/dlpreopen |
5757 dlopen='$dlfiles' | 8165 dlopen='$dlfiles' |
5758 dlpreopen='$dlprefiles' | 8166 dlpreopen='$dlprefiles' |
5759 | 8167 |
5760 # Directory that this library needs to be installed in: | 8168 # Directory that this library needs to be installed in: |
5761 libdir='$install_libdir'" | 8169 libdir='$install_libdir'" |
5762 if test "$installed" = no && test "$need_relink" = yes; then | 8170 if test "$installed" = no && test "$need_relink" = yes; then |
5763 » $echo >> $output "\ | 8171 » $ECHO >> $output "\ |
5764 relink_command=\"$relink_command\"" | 8172 relink_command=\"$relink_command\"" |
5765 fi | 8173 fi |
5766 done | 8174 done |
5767 fi | 8175 } |
5768 | 8176 |
5769 # Do a symbolic link so that the libtool archive can be found in | 8177 # Do a symbolic link so that the libtool archive can be found in |
5770 # LD_LIBRARY_PATH before the program is installed. | 8178 # LD_LIBRARY_PATH before the program is installed. |
5771 $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outp
utname)" | 8179 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$o
utputname" "$outputname" )' 'exit $?' |
5772 $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $
outputname)' || exit $? | |
5773 ;; | 8180 ;; |
5774 esac | 8181 esac |
5775 exit $EXIT_SUCCESS | 8182 exit $EXIT_SUCCESS |
5776 ;; | 8183 } |
5777 | 8184 |
5778 # libtool install mode | 8185 { test "$mode" = link || test "$mode" = relink; } && |
5779 install) | 8186 func_mode_link ${1+"$@"} |
5780 modename="$modename: install" | |
5781 | 8187 |
5782 # There may be an optional sh(1) argument at the beginning of | |
5783 # install_prog (especially on Windows NT). | |
5784 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || | |
5785 # Allow the use of GNU shtool's install command. | |
5786 $echo "X$nonopt" | grep shtool > /dev/null; then | |
5787 # Aesthetically quote it. | |
5788 arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` | |
5789 case $arg in | |
5790 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") | |
5791 arg="\"$arg\"" | |
5792 ;; | |
5793 esac | |
5794 install_prog="$arg " | |
5795 arg="$1" | |
5796 shift | |
5797 else | |
5798 install_prog= | |
5799 arg=$nonopt | |
5800 fi | |
5801 | 8188 |
5802 # The real first argument should be the name of the installation program. | 8189 # func_mode_uninstall arg... |
5803 # Aesthetically quote it. | 8190 func_mode_uninstall () |
5804 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` | 8191 { |
5805 case $arg in | 8192 $opt_debug |
5806 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") | 8193 RM="$nonopt" |
5807 arg="\"$arg\"" | |
5808 ;; | |
5809 esac | |
5810 install_prog="$install_prog$arg" | |
5811 | |
5812 # We need to accept at least all the BSD install flags. | |
5813 dest= | |
5814 files= | |
5815 opts= | |
5816 prev= | |
5817 install_type= | |
5818 isdir=no | |
5819 stripme= | |
5820 for arg | |
5821 do | |
5822 if test -n "$dest"; then | |
5823 files="$files $dest" | |
5824 dest=$arg | |
5825 continue | |
5826 fi | |
5827 | |
5828 case $arg in | |
5829 -d) isdir=yes ;; | |
5830 -f) | |
5831 case " $install_prog " in | |
5832 *[\\\ /]cp\ *) ;; | |
5833 *) prev=$arg ;; | |
5834 esac | |
5835 ;; | |
5836 -g | -m | -o) prev=$arg ;; | |
5837 -s) | |
5838 stripme=" -s" | |
5839 continue | |
5840 ;; | |
5841 -*) | |
5842 ;; | |
5843 *) | |
5844 # If the previous option needed an argument, then skip it. | |
5845 if test -n "$prev"; then | |
5846 prev= | |
5847 else | |
5848 dest=$arg | |
5849 continue | |
5850 fi | |
5851 ;; | |
5852 esac | |
5853 | |
5854 # Aesthetically quote the argument. | |
5855 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` | |
5856 case $arg in | |
5857 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") | |
5858 arg="\"$arg\"" | |
5859 ;; | |
5860 esac | |
5861 install_prog="$install_prog $arg" | |
5862 done | |
5863 | |
5864 if test -z "$install_prog"; then | |
5865 $echo "$modename: you must specify an install program" 1>&2 | |
5866 $echo "$help" 1>&2 | |
5867 exit $EXIT_FAILURE | |
5868 fi | |
5869 | |
5870 if test -n "$prev"; then | |
5871 $echo "$modename: the \`$prev' option requires an argument" 1>&2 | |
5872 $echo "$help" 1>&2 | |
5873 exit $EXIT_FAILURE | |
5874 fi | |
5875 | |
5876 if test -z "$files"; then | |
5877 if test -z "$dest"; then | |
5878 $echo "$modename: no file or destination specified" 1>&2 | |
5879 else | |
5880 $echo "$modename: you must specify a destination" 1>&2 | |
5881 fi | |
5882 $echo "$help" 1>&2 | |
5883 exit $EXIT_FAILURE | |
5884 fi | |
5885 | |
5886 # Strip any trailing slash from the destination. | |
5887 dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` | |
5888 | |
5889 # Check to see that the destination is a directory. | |
5890 test -d "$dest" && isdir=yes | |
5891 if test "$isdir" = yes; then | |
5892 destdir="$dest" | |
5893 destname= | |
5894 else | |
5895 destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` | |
5896 test "X$destdir" = "X$dest" && destdir=. | |
5897 destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` | |
5898 | |
5899 # Not a directory, so check to see that there is only one file specified. | |
5900 set dummy $files | |
5901 if test "$#" -gt 2; then | |
5902 $echo "$modename: \`$dest' is not a directory" 1>&2 | |
5903 $echo "$help" 1>&2 | |
5904 exit $EXIT_FAILURE | |
5905 fi | |
5906 fi | |
5907 case $destdir in | |
5908 [\\/]* | [A-Za-z]:[\\/]*) ;; | |
5909 *) | |
5910 for file in $files; do | |
5911 case $file in | |
5912 *.lo) ;; | |
5913 *) | |
5914 $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2 | |
5915 $echo "$help" 1>&2 | |
5916 exit $EXIT_FAILURE | |
5917 ;; | |
5918 esac | |
5919 done | |
5920 ;; | |
5921 esac | |
5922 | |
5923 # This variable tells wrapper scripts just to set variables rather | |
5924 # than running their programs. | |
5925 libtool_install_magic="$magic" | |
5926 | |
5927 staticlibs= | |
5928 future_libdirs= | |
5929 current_libdirs= | |
5930 for file in $files; do | |
5931 | |
5932 # Do each installation. | |
5933 case $file in | |
5934 *.$libext) | |
5935 # Do the static libraries later. | |
5936 staticlibs="$staticlibs $file" | |
5937 ;; | |
5938 | |
5939 *.la) | |
5940 # Check to see that this really is a libtool archive. | |
5941 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null
2>&1; then : | |
5942 else | |
5943 $echo "$modename: \`$file' is not a valid libtool archive" 1>&2 | |
5944 $echo "$help" 1>&2 | |
5945 exit $EXIT_FAILURE | |
5946 fi | |
5947 | |
5948 library_names= | |
5949 old_library= | |
5950 relink_command= | |
5951 # If there is no directory component, then add one. | |
5952 case $file in | |
5953 */* | *\\*) . $file ;; | |
5954 *) . ./$file ;; | |
5955 esac | |
5956 | |
5957 # Add the libdir to current_libdirs if it is the destination. | |
5958 if test "X$destdir" = "X$libdir"; then | |
5959 case "$current_libdirs " in | |
5960 *" $libdir "*) ;; | |
5961 *) current_libdirs="$current_libdirs $libdir" ;; | |
5962 esac | |
5963 else | |
5964 # Note the libdir as a future libdir. | |
5965 case "$future_libdirs " in | |
5966 *" $libdir "*) ;; | |
5967 *) future_libdirs="$future_libdirs $libdir" ;; | |
5968 esac | |
5969 fi | |
5970 | |
5971 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ | |
5972 test "X$dir" = "X$file/" && dir= | |
5973 dir="$dir$objdir" | |
5974 | |
5975 if test -n "$relink_command"; then | |
5976 # Determine the prefix the user has applied to our future dir. | |
5977 inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` | |
5978 | |
5979 # Don't allow the user to place us outside of our expected | |
5980 # location b/c this prevents finding dependent libraries that | |
5981 # are installed to the same prefix. | |
5982 # At present, this check doesn't affect windows .dll's that | |
5983 # are installed into $libdir/../bin (currently, that works fine) | |
5984 # but it's something to keep an eye on. | |
5985 if test "$inst_prefix_dir" = "$destdir"; then | |
5986 $echo "$modename: error: cannot install \`$file' to a directory not
ending in $libdir" 1>&2 | |
5987 exit $EXIT_FAILURE | |
5988 fi | |
5989 | |
5990 if test -n "$inst_prefix_dir"; then | |
5991 # Stick the inst_prefix_dir data into the link command. | |
5992 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_pre
fix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP` | |
5993 else | |
5994 relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_pre
fix_dir@%%" | $NL2SP` | |
5995 fi | |
5996 | |
5997 $echo "$modename: warning: relinking \`$file'" 1>&2 | |
5998 $show "$relink_command" | |
5999 if $run eval "$relink_command"; then : | |
6000 else | |
6001 $echo "$modename: error: relink \`$file' with the above command befo
re installing it" 1>&2 | |
6002 exit $EXIT_FAILURE | |
6003 fi | |
6004 fi | |
6005 | |
6006 # See the names of the shared library. | |
6007 set dummy $library_names | |
6008 if test -n "$2"; then | |
6009 realname="$2" | |
6010 shift | |
6011 shift | |
6012 | |
6013 srcname="$realname" | |
6014 test -n "$relink_command" && srcname="$realname"T | |
6015 | |
6016 # Install the shared library and build the symlinks. | |
6017 $show "$install_prog $dir/$srcname $destdir/$realname" | |
6018 $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $? | |
6019 if test -n "$stripme" && test -n "$striplib"; then | |
6020 $show "$striplib $destdir/$realname" | |
6021 $run eval "$striplib $destdir/$realname" || exit $? | |
6022 fi | |
6023 | |
6024 if test "$#" -gt 0; then | |
6025 # Delete the old symlinks, and create new ones. | |
6026 # Try `ln -sf' first, because the `ln' binary might depend on | |
6027 # the symlink we replace! Solaris /bin/ln does not understand -f, | |
6028 # so we also need to try rm && ln -s. | |
6029 for linkname | |
6030 do | |
6031 if test "$linkname" != "$realname"; then | |
6032 $show "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $
linkname && $LN_S $realname $linkname; }; })" | |
6033 $run eval "(cd $destdir && { $LN_S -f $realname $linkname || { $
rm $linkname && $LN_S $realname $linkname; }; })" | |
6034 fi | |
6035 done | |
6036 fi | |
6037 | |
6038 # Do each command in the postinstall commands. | |
6039 lib="$destdir/$realname" | |
6040 cmds=$postinstall_cmds | |
6041 save_ifs="$IFS"; IFS='~' | |
6042 for cmd in $cmds; do | |
6043 IFS="$save_ifs" | |
6044 eval cmd=\"$cmd\" | |
6045 $show "$cmd" | |
6046 $run eval "$cmd" || { | |
6047 lt_exit=$? | |
6048 | |
6049 # Restore the uninstalled library and exit | |
6050 if test "$mode" = relink; then | |
6051 $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realn
ame}U $realname)' | |
6052 fi | |
6053 | |
6054 exit $lt_exit | |
6055 } | |
6056 done | |
6057 IFS="$save_ifs" | |
6058 fi | |
6059 | |
6060 # Install the pseudo-library for information purposes. | |
6061 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` | |
6062 instname="$dir/$name"i | |
6063 $show "$install_prog $instname $destdir/$name" | |
6064 $run eval "$install_prog $instname $destdir/$name" || exit $? | |
6065 | |
6066 # Maybe install the static library, too. | |
6067 test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" | |
6068 ;; | |
6069 | |
6070 *.lo) | |
6071 # Install (i.e. copy) a libtool object. | |
6072 | |
6073 # Figure out destination file name, if it wasn't already specified. | |
6074 if test -n "$destname"; then | |
6075 destfile="$destdir/$destname" | |
6076 else | |
6077 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` | |
6078 destfile="$destdir/$destfile" | |
6079 fi | |
6080 | |
6081 # Deduce the name of the destination old-style object file. | |
6082 case $destfile in | |
6083 *.lo) | |
6084 staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` | |
6085 ;; | |
6086 *.$objext) | |
6087 staticdest="$destfile" | |
6088 destfile= | |
6089 ;; | |
6090 *) | |
6091 $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2 | |
6092 $echo "$help" 1>&2 | |
6093 exit $EXIT_FAILURE | |
6094 ;; | |
6095 esac | |
6096 | |
6097 # Install the libtool object if requested. | |
6098 if test -n "$destfile"; then | |
6099 $show "$install_prog $file $destfile" | |
6100 $run eval "$install_prog $file $destfile" || exit $? | |
6101 fi | |
6102 | |
6103 # Install the old object if enabled. | |
6104 if test "$build_old_libs" = yes; then | |
6105 # Deduce the name of the old-style object file. | |
6106 staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` | |
6107 | |
6108 $show "$install_prog $staticobj $staticdest" | |
6109 $run eval "$install_prog \$staticobj \$staticdest" || exit $? | |
6110 fi | |
6111 exit $EXIT_SUCCESS | |
6112 ;; | |
6113 | |
6114 *) | |
6115 # Figure out destination file name, if it wasn't already specified. | |
6116 if test -n "$destname"; then | |
6117 destfile="$destdir/$destname" | |
6118 else | |
6119 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` | |
6120 destfile="$destdir/$destfile" | |
6121 fi | |
6122 | |
6123 # If the file is missing, and there is a .exe on the end, strip it | |
6124 # because it is most likely a libtool script we actually want to | |
6125 # install | |
6126 stripped_ext="" | |
6127 case $file in | |
6128 *.exe) | |
6129 if test ! -f "$file"; then | |
6130 file=`$echo $file|${SED} 's,.exe$,,'` | |
6131 stripped_ext=".exe" | |
6132 fi | |
6133 ;; | |
6134 esac | |
6135 | |
6136 # Do a test to see if this is really a libtool program. | |
6137 case $host in | |
6138 *cygwin*|*mingw*) | |
6139 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` | |
6140 ;; | |
6141 *) | |
6142 wrapper=$file | |
6143 ;; | |
6144 esac | |
6145 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/nu
ll 2>&1; then | |
6146 notinst_deplibs= | |
6147 relink_command= | |
6148 | |
6149 # Note that it is not necessary on cygwin/mingw to append a dot to | |
6150 # foo even if both foo and FILE.exe exist: automatic-append-.exe | |
6151 # behavior happens only for exec(3), not for open(2)! Also, sourcing | |
6152 # `FILE.' does not work on cygwin managed mounts. | |
6153 # | |
6154 # If there is no directory component, then add one. | |
6155 case $wrapper in | |
6156 */* | *\\*) . ${wrapper} ;; | |
6157 *) . ./${wrapper} ;; | |
6158 esac | |
6159 | |
6160 # Check the variables that should have been set. | |
6161 if test -z "$notinst_deplibs"; then | |
6162 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2 | |
6163 exit $EXIT_FAILURE | |
6164 fi | |
6165 | |
6166 finalize=yes | |
6167 for lib in $notinst_deplibs; do | |
6168 # Check to see that each library is installed. | |
6169 libdir= | |
6170 if test -f "$lib"; then | |
6171 # If there is no directory component, then add one. | |
6172 case $lib in | |
6173 */* | *\\*) . $lib ;; | |
6174 *) . ./$lib ;; | |
6175 esac | |
6176 fi | |
6177 libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsui
te: skip nested quoting test | |
6178 if test -n "$libdir" && test ! -f "$libfile"; then | |
6179 $echo "$modename: warning: \`$lib' has not been installed in \`$li
bdir'" 1>&2 | |
6180 finalize=no | |
6181 fi | |
6182 done | |
6183 | |
6184 relink_command= | |
6185 # Note that it is not necessary on cygwin/mingw to append a dot to | |
6186 # foo even if both foo and FILE.exe exist: automatic-append-.exe | |
6187 # behavior happens only for exec(3), not for open(2)! Also, sourcing | |
6188 # `FILE.' does not work on cygwin managed mounts. | |
6189 # | |
6190 # If there is no directory component, then add one. | |
6191 case $wrapper in | |
6192 */* | *\\*) . ${wrapper} ;; | |
6193 *) . ./${wrapper} ;; | |
6194 esac | |
6195 | |
6196 outputname= | |
6197 if test "$fast_install" = no && test -n "$relink_command"; then | |
6198 if test "$finalize" = yes && test -z "$run"; then | |
6199 tmpdir=`func_mktempdir` | |
6200 file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` | |
6201 outputname="$tmpdir/$file" | |
6202 # Replace the output file specification. | |
6203 relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@O
UTPUT@%'"$outputname"'%g' | $NL2SP` | |
6204 | |
6205 $show "$relink_command" | |
6206 if $run eval "$relink_command"; then : | |
6207 else | |
6208 $echo "$modename: error: relink \`$file' with the above command
before installing it" 1>&2 | |
6209 ${rm}r "$tmpdir" | |
6210 continue | |
6211 fi | |
6212 file="$outputname" | |
6213 else | |
6214 $echo "$modename: warning: cannot relink \`$file'" 1>&2 | |
6215 fi | |
6216 else | |
6217 # Install the binary that we compiled earlier. | |
6218 file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\
1%"` | |
6219 fi | |
6220 fi | |
6221 | |
6222 # remove .exe since cygwin /usr/bin/install will append another | |
6223 # one anyway | |
6224 case $install_prog,$host in | |
6225 */usr/bin/install*,*cygwin*) | |
6226 case $file:$destfile in | |
6227 *.exe:*.exe) | |
6228 # this is ok | |
6229 ;; | |
6230 *.exe:*) | |
6231 destfile=$destfile.exe | |
6232 ;; | |
6233 *:*.exe) | |
6234 destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` | |
6235 ;; | |
6236 esac | |
6237 ;; | |
6238 esac | |
6239 $show "$install_prog$stripme $file $destfile" | |
6240 $run eval "$install_prog\$stripme \$file \$destfile" || exit $? | |
6241 test -n "$outputname" && ${rm}r "$tmpdir" | |
6242 ;; | |
6243 esac | |
6244 done | |
6245 | |
6246 for file in $staticlibs; do | |
6247 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` | |
6248 | |
6249 # Set up the ranlib parameters. | |
6250 oldlib="$destdir/$name" | |
6251 | |
6252 $show "$install_prog $file $oldlib" | |
6253 $run eval "$install_prog \$file \$oldlib" || exit $? | |
6254 | |
6255 if test -n "$stripme" && test -n "$old_striplib"; then | |
6256 $show "$old_striplib $oldlib" | |
6257 $run eval "$old_striplib $oldlib" || exit $? | |
6258 fi | |
6259 | |
6260 # Do each command in the postinstall commands. | |
6261 cmds=$old_postinstall_cmds | |
6262 save_ifs="$IFS"; IFS='~' | |
6263 for cmd in $cmds; do | |
6264 IFS="$save_ifs" | |
6265 eval cmd=\"$cmd\" | |
6266 $show "$cmd" | |
6267 $run eval "$cmd" || exit $? | |
6268 done | |
6269 IFS="$save_ifs" | |
6270 done | |
6271 | |
6272 if test -n "$future_libdirs"; then | |
6273 $echo "$modename: warning: remember to run \`$progname --finish$future_lib
dirs'" 1>&2 | |
6274 fi | |
6275 | |
6276 if test -n "$current_libdirs"; then | |
6277 # Maybe just do a dry run. | |
6278 test -n "$run" && current_libdirs=" -n$current_libdirs" | |
6279 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' | |
6280 else | |
6281 exit $EXIT_SUCCESS | |
6282 fi | |
6283 ;; | |
6284 | |
6285 # libtool finish mode | |
6286 finish) | |
6287 modename="$modename: finish" | |
6288 libdirs="$nonopt" | |
6289 admincmds= | |
6290 | |
6291 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then | |
6292 for dir | |
6293 do | |
6294 libdirs="$libdirs $dir" | |
6295 done | |
6296 | |
6297 for libdir in $libdirs; do | |
6298 if test -n "$finish_cmds"; then | |
6299 # Do each command in the finish commands. | |
6300 cmds=$finish_cmds | |
6301 save_ifs="$IFS"; IFS='~' | |
6302 for cmd in $cmds; do | |
6303 IFS="$save_ifs" | |
6304 eval cmd=\"$cmd\" | |
6305 $show "$cmd" | |
6306 $run eval "$cmd" || admincmds="$admincmds | |
6307 $cmd" | |
6308 done | |
6309 IFS="$save_ifs" | |
6310 fi | |
6311 if test -n "$finish_eval"; then | |
6312 # Do the single finish_eval. | |
6313 eval cmds=\"$finish_eval\" | |
6314 $run eval "$cmds" || admincmds="$admincmds | |
6315 $cmds" | |
6316 fi | |
6317 done | |
6318 fi | |
6319 | |
6320 # Exit here if they wanted silent mode. | |
6321 test "$show" = : && exit $EXIT_SUCCESS | |
6322 | |
6323 $echo "X--------------------------------------------------------------------
--" | $Xsed | |
6324 $echo "Libraries have been installed in:" | |
6325 for libdir in $libdirs; do | |
6326 $echo " $libdir" | |
6327 done | |
6328 $echo | |
6329 $echo "If you ever happen to want to link against installed libraries" | |
6330 $echo "in a given directory, LIBDIR, you must either use libtool, and" | |
6331 $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" | |
6332 $echo "flag during linking and do at least one of the following:" | |
6333 if test -n "$shlibpath_var"; then | |
6334 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" | |
6335 $echo " during execution" | |
6336 fi | |
6337 if test -n "$runpath_var"; then | |
6338 $echo " - add LIBDIR to the \`$runpath_var' environment variable" | |
6339 $echo " during linking" | |
6340 fi | |
6341 if test -n "$hardcode_libdir_flag_spec"; then | |
6342 libdir=LIBDIR | |
6343 eval flag=\"$hardcode_libdir_flag_spec\" | |
6344 | |
6345 $echo " - use the \`$flag' linker flag" | |
6346 fi | |
6347 if test -n "$admincmds"; then | |
6348 $echo " - have your system administrator run these commands:$admincmds" | |
6349 fi | |
6350 if test -f /etc/ld.so.conf; then | |
6351 $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf
'" | |
6352 fi | |
6353 $echo | |
6354 $echo "See any operating system documentation about shared libraries for" | |
6355 $echo "more information, such as the ld(1) and ld.so(8) manual pages." | |
6356 $echo "X--------------------------------------------------------------------
--" | $Xsed | |
6357 exit $EXIT_SUCCESS | |
6358 ;; | |
6359 | |
6360 # libtool execute mode | |
6361 execute) | |
6362 modename="$modename: execute" | |
6363 | |
6364 # The first argument is the command name. | |
6365 cmd="$nonopt" | |
6366 if test -z "$cmd"; then | |
6367 $echo "$modename: you must specify a COMMAND" 1>&2 | |
6368 $echo "$help" | |
6369 exit $EXIT_FAILURE | |
6370 fi | |
6371 | |
6372 # Handle -dlopen flags immediately. | |
6373 for file in $execute_dlfiles; do | |
6374 if test ! -f "$file"; then | |
6375 $echo "$modename: \`$file' is not a file" 1>&2 | |
6376 $echo "$help" 1>&2 | |
6377 exit $EXIT_FAILURE | |
6378 fi | |
6379 | |
6380 dir= | |
6381 case $file in | |
6382 *.la) | |
6383 # Check to see that this really is a libtool archive. | |
6384 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null
2>&1; then : | |
6385 else | |
6386 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 | |
6387 $echo "$help" 1>&2 | |
6388 exit $EXIT_FAILURE | |
6389 fi | |
6390 | |
6391 # Read the libtool library. | |
6392 dlname= | |
6393 library_names= | |
6394 | |
6395 # If there is no directory component, then add one. | |
6396 case $file in | |
6397 */* | *\\*) . $file ;; | |
6398 *) . ./$file ;; | |
6399 esac | |
6400 | |
6401 # Skip this library if it cannot be dlopened. | |
6402 if test -z "$dlname"; then | |
6403 # Warn if it was a shared library. | |
6404 test -n "$library_names" && $echo "$modename: warning: \`$file' was no
t linked with \`-export-dynamic'" | |
6405 continue | |
6406 fi | |
6407 | |
6408 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` | |
6409 test "X$dir" = "X$file" && dir=. | |
6410 | |
6411 if test -f "$dir/$objdir/$dlname"; then | |
6412 dir="$dir/$objdir" | |
6413 else | |
6414 if test ! -f "$dir/$dlname"; then | |
6415 $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdi
r'" 1>&2 | |
6416 exit $EXIT_FAILURE | |
6417 fi | |
6418 fi | |
6419 ;; | |
6420 | |
6421 *.lo) | |
6422 # Just add the directory containing the .lo file. | |
6423 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` | |
6424 test "X$dir" = "X$file" && dir=. | |
6425 ;; | |
6426 | |
6427 *) | |
6428 $echo "$modename: warning \`-dlopen' is ignored for non-libtool librarie
s and objects" 1>&2 | |
6429 continue | |
6430 ;; | |
6431 esac | |
6432 | |
6433 # Get the absolute pathname. | |
6434 absdir=`cd "$dir" && pwd` | |
6435 test -n "$absdir" && dir="$absdir" | |
6436 | |
6437 # Now add the directory to shlibpath_var. | |
6438 if eval "test -z \"\$$shlibpath_var\""; then | |
6439 eval "$shlibpath_var=\"\$dir\"" | |
6440 else | |
6441 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" | |
6442 fi | |
6443 done | |
6444 | |
6445 # This variable tells wrapper scripts just to set shlibpath_var | |
6446 # rather than running their programs. | |
6447 libtool_execute_magic="$magic" | |
6448 | |
6449 # Check if any of the arguments is a wrapper script. | |
6450 args= | |
6451 for file | |
6452 do | |
6453 case $file in | |
6454 -*) ;; | |
6455 *) | |
6456 # Do a test to see if this is really a libtool program. | |
6457 if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null
2>&1; then | |
6458 # If there is no directory component, then add one. | |
6459 case $file in | |
6460 */* | *\\*) . $file ;; | |
6461 *) . ./$file ;; | |
6462 esac | |
6463 | |
6464 # Transform arg to wrapped name. | |
6465 file="$progdir/$program" | |
6466 fi | |
6467 ;; | |
6468 esac | |
6469 # Quote arguments (to preserve shell metacharacters). | |
6470 file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` | |
6471 args="$args \"$file\"" | |
6472 done | |
6473 | |
6474 if test -z "$run"; then | |
6475 if test -n "$shlibpath_var"; then | |
6476 # Export the shlibpath_var. | |
6477 eval "export $shlibpath_var" | |
6478 fi | |
6479 | |
6480 # Restore saved environment variables | |
6481 for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES | |
6482 do | |
6483 eval "if test \"\${save_$lt_var+set}\" = set; then | |
6484 $lt_var=\$save_$lt_var; export $lt_var | |
6485 fi" | |
6486 done | |
6487 | |
6488 # Now prepare to actually exec the command. | |
6489 exec_cmd="\$cmd$args" | |
6490 else | |
6491 # Display what would be done. | |
6492 if test -n "$shlibpath_var"; then | |
6493 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\"" | |
6494 $echo "export $shlibpath_var" | |
6495 fi | |
6496 $echo "$cmd$args" | |
6497 exit $EXIT_SUCCESS | |
6498 fi | |
6499 ;; | |
6500 | |
6501 # libtool clean and uninstall mode | |
6502 clean | uninstall) | |
6503 modename="$modename: $mode" | |
6504 rm="$nonopt" | |
6505 files= | 8194 files= |
6506 rmforce= | 8195 rmforce= |
6507 exit_status=0 | 8196 exit_status=0 |
6508 | 8197 |
6509 # This variable tells wrapper scripts just to set variables rather | 8198 # This variable tells wrapper scripts just to set variables rather |
6510 # than running their programs. | 8199 # than running their programs. |
6511 libtool_install_magic="$magic" | 8200 libtool_install_magic="$magic" |
6512 | 8201 |
6513 for arg | 8202 for arg |
6514 do | 8203 do |
6515 case $arg in | 8204 case $arg in |
6516 -f) rm="$rm $arg"; rmforce=yes ;; | 8205 -f) RM="$RM $arg"; rmforce=yes ;; |
6517 -*) rm="$rm $arg" ;; | 8206 -*) RM="$RM $arg" ;; |
6518 *) files="$files $arg" ;; | 8207 *) files="$files $arg" ;; |
6519 esac | 8208 esac |
6520 done | 8209 done |
6521 | 8210 |
6522 if test -z "$rm"; then | 8211 test -z "$RM" && \ |
6523 $echo "$modename: you must specify an RM program" 1>&2 | 8212 func_fatal_help "you must specify an RM program" |
6524 $echo "$help" 1>&2 | |
6525 exit $EXIT_FAILURE | |
6526 fi | |
6527 | 8213 |
6528 rmdirs= | 8214 rmdirs= |
6529 | 8215 |
6530 origobjdir="$objdir" | 8216 origobjdir="$objdir" |
6531 for file in $files; do | 8217 for file in $files; do |
6532 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` | 8218 func_dirname "$file" "" "." |
6533 if test "X$dir" = "X$file"; then | 8219 dir="$func_dirname_result" |
6534 » dir=. | 8220 if test "X$dir" = X.; then |
6535 objdir="$origobjdir" | 8221 objdir="$origobjdir" |
6536 else | 8222 else |
6537 objdir="$dir/$origobjdir" | 8223 objdir="$dir/$origobjdir" |
6538 fi | 8224 fi |
6539 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` | 8225 func_basename "$file" |
| 8226 name="$func_basename_result" |
6540 test "$mode" = uninstall && objdir="$dir" | 8227 test "$mode" = uninstall && objdir="$dir" |
6541 | 8228 |
6542 # Remember objdir for removal later, being careful to avoid duplicates | 8229 # Remember objdir for removal later, being careful to avoid duplicates |
6543 if test "$mode" = clean; then | 8230 if test "$mode" = clean; then |
6544 case " $rmdirs " in | 8231 case " $rmdirs " in |
6545 *" $objdir "*) ;; | 8232 *" $objdir "*) ;; |
6546 *) rmdirs="$rmdirs $objdir" ;; | 8233 *) rmdirs="$rmdirs $objdir" ;; |
6547 esac | 8234 esac |
6548 fi | 8235 fi |
6549 | 8236 |
6550 # Don't error if the file doesn't exist and rm -f was used. | 8237 # Don't error if the file doesn't exist and rm -f was used. |
6551 if (test -L "$file") >/dev/null 2>&1 \ | 8238 if { test -L "$file"; } >/dev/null 2>&1 || |
6552 » || (test -h "$file") >/dev/null 2>&1 \ | 8239 » { test -h "$file"; } >/dev/null 2>&1 || |
6553 » || test -f "$file"; then | 8240 » test -f "$file"; then |
6554 : | 8241 : |
6555 elif test -d "$file"; then | 8242 elif test -d "$file"; then |
6556 exit_status=1 | 8243 exit_status=1 |
6557 continue | 8244 continue |
6558 elif test "$rmforce" = yes; then | 8245 elif test "$rmforce" = yes; then |
6559 continue | 8246 continue |
6560 fi | 8247 fi |
6561 | 8248 |
6562 rmfiles="$file" | 8249 rmfiles="$file" |
6563 | 8250 |
6564 case $name in | 8251 case $name in |
6565 *.la) | 8252 *.la) |
6566 # Possibly a libtool archive, so verify it. | 8253 # Possibly a libtool archive, so verify it. |
6567 » if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null
2>&1; then | 8254 » if func_lalib_p "$file"; then |
6568 » . $dir/$name | 8255 » func_source $dir/$name |
6569 | 8256 |
6570 # Delete the libtool libraries and symlinks. | 8257 # Delete the libtool libraries and symlinks. |
6571 for n in $library_names; do | 8258 for n in $library_names; do |
6572 rmfiles="$rmfiles $objdir/$n" | 8259 rmfiles="$rmfiles $objdir/$n" |
6573 done | 8260 done |
6574 test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" | 8261 test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" |
6575 | 8262 |
6576 case "$mode" in | 8263 case "$mode" in |
6577 clean) | 8264 clean) |
6578 case " $library_names " in | 8265 case " $library_names " in |
6579 # " " in the beginning catches empty $dlname | 8266 # " " in the beginning catches empty $dlname |
6580 *" $dlname "*) ;; | 8267 *" $dlname "*) ;; |
6581 *) rmfiles="$rmfiles $objdir/$dlname" ;; | 8268 *) rmfiles="$rmfiles $objdir/$dlname" ;; |
6582 esac | 8269 esac |
6583 » test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name
}i" | 8270 » test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}
i" |
6584 ;; | 8271 ;; |
6585 uninstall) | 8272 uninstall) |
6586 if test -n "$library_names"; then | 8273 if test -n "$library_names"; then |
6587 # Do each command in the postuninstall commands. | 8274 # Do each command in the postuninstall commands. |
6588 » cmds=$postuninstall_cmds | 8275 » func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes ||
exit_status=1' |
6589 » save_ifs="$IFS"; IFS='~' | |
6590 » for cmd in $cmds; do | |
6591 » » IFS="$save_ifs" | |
6592 » » eval cmd=\"$cmd\" | |
6593 » » $show "$cmd" | |
6594 » » $run eval "$cmd" | |
6595 » » if test "$?" -ne 0 && test "$rmforce" != yes; then | |
6596 » » exit_status=1 | |
6597 » » fi | |
6598 » done | |
6599 » IFS="$save_ifs" | |
6600 fi | 8276 fi |
6601 | 8277 |
6602 if test -n "$old_library"; then | 8278 if test -n "$old_library"; then |
6603 # Do each command in the old_postuninstall commands. | 8279 # Do each command in the old_postuninstall commands. |
6604 » cmds=$old_postuninstall_cmds | 8280 » func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes
|| exit_status=1' |
6605 » save_ifs="$IFS"; IFS='~' | |
6606 » for cmd in $cmds; do | |
6607 » » IFS="$save_ifs" | |
6608 » » eval cmd=\"$cmd\" | |
6609 » » $show "$cmd" | |
6610 » » $run eval "$cmd" | |
6611 » » if test "$?" -ne 0 && test "$rmforce" != yes; then | |
6612 » » exit_status=1 | |
6613 » » fi | |
6614 » done | |
6615 » IFS="$save_ifs" | |
6616 fi | 8281 fi |
6617 # FIXME: should reinstall the best remaining shared library. | 8282 # FIXME: should reinstall the best remaining shared library. |
6618 ;; | 8283 ;; |
6619 esac | 8284 esac |
6620 fi | 8285 fi |
6621 ;; | 8286 ;; |
6622 | 8287 |
6623 *.lo) | 8288 *.lo) |
6624 # Possibly a libtool object, so verify it. | 8289 # Possibly a libtool object, so verify it. |
6625 » if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null
2>&1; then | 8290 » if func_lalib_p "$file"; then |
6626 | 8291 |
6627 # Read the .lo file | 8292 # Read the .lo file |
6628 » . $dir/$name | 8293 » func_source $dir/$name |
6629 | 8294 |
6630 # Add PIC object to the list of files to remove. | 8295 # Add PIC object to the list of files to remove. |
6631 » if test -n "$pic_object" \ | 8296 » if test -n "$pic_object" && |
6632 » && test "$pic_object" != none; then | 8297 » test "$pic_object" != none; then |
6633 rmfiles="$rmfiles $dir/$pic_object" | 8298 rmfiles="$rmfiles $dir/$pic_object" |
6634 fi | 8299 fi |
6635 | 8300 |
6636 # Add non-PIC object to the list of files to remove. | 8301 # Add non-PIC object to the list of files to remove. |
6637 » if test -n "$non_pic_object" \ | 8302 » if test -n "$non_pic_object" && |
6638 » && test "$non_pic_object" != none; then | 8303 » test "$non_pic_object" != none; then |
6639 rmfiles="$rmfiles $dir/$non_pic_object" | 8304 rmfiles="$rmfiles $dir/$non_pic_object" |
6640 fi | 8305 fi |
6641 fi | 8306 fi |
6642 ;; | 8307 ;; |
6643 | 8308 |
6644 *) | 8309 *) |
6645 if test "$mode" = clean ; then | 8310 if test "$mode" = clean ; then |
6646 noexename=$name | 8311 noexename=$name |
6647 case $file in | 8312 case $file in |
6648 *.exe) | 8313 *.exe) |
6649 » file=`$echo $file|${SED} 's,.exe$,,'` | 8314 » func_stripname '' '.exe' "$file" |
6650 » noexename=`$echo $name|${SED} 's,.exe$,,'` | 8315 » file=$func_stripname_result |
| 8316 » func_stripname '' '.exe' "$name" |
| 8317 » noexename=$func_stripname_result |
6651 # $file with .exe has already been added to rmfiles, | 8318 # $file with .exe has already been added to rmfiles, |
6652 # add $file without .exe | 8319 # add $file without .exe |
6653 rmfiles="$rmfiles $file" | 8320 rmfiles="$rmfiles $file" |
6654 ;; | 8321 ;; |
6655 esac | 8322 esac |
6656 # Do a test to see if this is a libtool program. | 8323 # Do a test to see if this is a libtool program. |
6657 » if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/nu
ll 2>&1; then | 8324 » if func_ltwrapper_p "$file"; then |
6658 » relink_command= | 8325 » if func_ltwrapper_executable_p "$file"; then |
6659 » . $dir/$noexename | 8326 » func_ltwrapper_scriptname "$file" |
| 8327 » relink_command= |
| 8328 » func_source $func_ltwrapper_scriptname_result |
| 8329 » rmfiles="$rmfiles $func_ltwrapper_scriptname_result" |
| 8330 » else |
| 8331 » relink_command= |
| 8332 » func_source $dir/$noexename |
| 8333 » fi |
6660 | 8334 |
6661 # note $name still contains .exe if it was in $file originally | 8335 # note $name still contains .exe if it was in $file originally |
6662 # as does the version of $file that was added into $rmfiles | 8336 # as does the version of $file that was added into $rmfiles |
6663 rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" | 8337 rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" |
6664 if test "$fast_install" = yes && test -n "$relink_command"; then | 8338 if test "$fast_install" = yes && test -n "$relink_command"; then |
6665 rmfiles="$rmfiles $objdir/lt-$name" | 8339 rmfiles="$rmfiles $objdir/lt-$name" |
6666 fi | 8340 fi |
6667 if test "X$noexename" != "X$name" ; then | 8341 if test "X$noexename" != "X$name" ; then |
6668 rmfiles="$rmfiles $objdir/lt-${noexename}.c" | 8342 rmfiles="$rmfiles $objdir/lt-${noexename}.c" |
6669 fi | 8343 fi |
6670 fi | 8344 fi |
6671 fi | 8345 fi |
6672 ;; | 8346 ;; |
6673 esac | 8347 esac |
6674 $show "$rm $rmfiles" | 8348 func_show_eval "$RM $rmfiles" 'exit_status=1' |
6675 $run $rm $rmfiles || exit_status=1 | |
6676 done | 8349 done |
6677 objdir="$origobjdir" | 8350 objdir="$origobjdir" |
6678 | 8351 |
6679 # Try to remove the ${objdir}s in the directories where we deleted files | 8352 # Try to remove the ${objdir}s in the directories where we deleted files |
6680 for dir in $rmdirs; do | 8353 for dir in $rmdirs; do |
6681 if test -d "$dir"; then | 8354 if test -d "$dir"; then |
6682 » $show "rmdir $dir" | 8355 » func_show_eval "rmdir $dir >/dev/null 2>&1" |
6683 » $run rmdir $dir >/dev/null 2>&1 | |
6684 fi | 8356 fi |
6685 done | 8357 done |
6686 | 8358 |
6687 exit $exit_status | 8359 exit $exit_status |
6688 ;; | 8360 } |
6689 | 8361 |
6690 "") | 8362 { test "$mode" = uninstall || test "$mode" = clean; } && |
6691 $echo "$modename: you must specify a MODE" 1>&2 | 8363 func_mode_uninstall ${1+"$@"} |
6692 $echo "$generic_help" 1>&2 | |
6693 exit $EXIT_FAILURE | |
6694 ;; | |
6695 esac | |
6696 | 8364 |
6697 if test -z "$exec_cmd"; then | 8365 test -z "$mode" && { |
6698 $echo "$modename: invalid operation mode \`$mode'" 1>&2 | 8366 help="$generic_help" |
6699 $echo "$generic_help" 1>&2 | 8367 func_fatal_help "you must specify a MODE" |
6700 exit $EXIT_FAILURE | 8368 } |
6701 fi | 8369 |
6702 fi # test -z "$show_help" | 8370 test -z "$exec_cmd" && \ |
| 8371 func_fatal_help "invalid operation mode \`$mode'" |
6703 | 8372 |
6704 if test -n "$exec_cmd"; then | 8373 if test -n "$exec_cmd"; then |
6705 eval exec $exec_cmd | 8374 eval exec "$exec_cmd" |
6706 exit $EXIT_FAILURE | 8375 exit $EXIT_FAILURE |
6707 fi | 8376 fi |
6708 | 8377 |
6709 # We need to display help for each of the modes. | 8378 exit $exit_status |
6710 case $mode in | |
6711 "") $echo \ | |
6712 "Usage: $modename [OPTION]... [MODE-ARG]... | |
6713 | 8379 |
6714 Provide generalized library-building support services. | |
6715 | |
6716 --config show all configuration variables | |
6717 --debug enable verbose shell tracing | |
6718 -n, --dry-run display commands without modifying any files | |
6719 --features display basic configuration information and exit | |
6720 --finish same as \`--mode=finish' | |
6721 --help display this help message and exit | |
6722 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS] | |
6723 --quiet same as \`--silent' | |
6724 --silent don't print informational messages | |
6725 --tag=TAG use configuration variables from tag TAG | |
6726 --version print version information | |
6727 | |
6728 MODE must be one of the following: | |
6729 | |
6730 clean remove files from the build directory | |
6731 compile compile a source file into a libtool object | |
6732 execute automatically set library path, then run a program | |
6733 finish complete the installation of libtool libraries | |
6734 install install libraries or executables | |
6735 link create a library or an executable | |
6736 uninstall remove libraries from an installed directory | |
6737 | |
6738 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for | |
6739 a more detailed description of MODE. | |
6740 | |
6741 Report bugs to <bug-libtool@gnu.org>." | |
6742 exit $EXIT_SUCCESS | |
6743 ;; | |
6744 | |
6745 clean) | |
6746 $echo \ | |
6747 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE... | |
6748 | |
6749 Remove files from the build directory. | |
6750 | |
6751 RM is the name of the program to use to delete files associated with each FILE | |
6752 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed | |
6753 to RM. | |
6754 | |
6755 If FILE is a libtool library, object or program, all the files associated | |
6756 with it are deleted. Otherwise, only FILE itself is deleted using RM." | |
6757 ;; | |
6758 | |
6759 compile) | |
6760 $echo \ | |
6761 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE | |
6762 | |
6763 Compile a source file into a libtool library object. | |
6764 | |
6765 This mode accepts the following additional options: | |
6766 | |
6767 -o OUTPUT-FILE set the output file name to OUTPUT-FILE | |
6768 -prefer-pic try to building PIC objects only | |
6769 -prefer-non-pic try to building non-PIC objects only | |
6770 -static always build a \`.o' file suitable for static linking | |
6771 | |
6772 COMPILE-COMMAND is a command to be used in creating a \`standard' object file | |
6773 from the given SOURCEFILE. | |
6774 | |
6775 The output file name is determined by removing the directory component from | |
6776 SOURCEFILE, then substituting the C source code suffix \`.c' with the | |
6777 library object suffix, \`.lo'." | |
6778 ;; | |
6779 | |
6780 execute) | |
6781 $echo \ | |
6782 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]... | |
6783 | |
6784 Automatically set library path, then run a program. | |
6785 | |
6786 This mode accepts the following additional options: | |
6787 | |
6788 -dlopen FILE add the directory containing FILE to the library path | |
6789 | |
6790 This mode sets the library path environment variable according to \`-dlopen' | |
6791 flags. | |
6792 | |
6793 If any of the ARGS are libtool executable wrappers, then they are translated | |
6794 into their corresponding uninstalled binary, and any of their required library | |
6795 directories are added to the library path. | |
6796 | |
6797 Then, COMMAND is executed, with ARGS as arguments." | |
6798 ;; | |
6799 | |
6800 finish) | |
6801 $echo \ | |
6802 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]... | |
6803 | |
6804 Complete the installation of libtool libraries. | |
6805 | |
6806 Each LIBDIR is a directory that contains libtool libraries. | |
6807 | |
6808 The commands that this mode executes may require superuser privileges. Use | |
6809 the \`--dry-run' option if you just want to see what would be executed." | |
6810 ;; | |
6811 | |
6812 install) | |
6813 $echo \ | |
6814 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND... | |
6815 | |
6816 Install executables or libraries. | |
6817 | |
6818 INSTALL-COMMAND is the installation command. The first component should be | |
6819 either the \`install' or \`cp' program. | |
6820 | |
6821 The rest of the components are interpreted as arguments to that command (only | |
6822 BSD-compatible install options are recognized)." | |
6823 ;; | |
6824 | |
6825 link) | |
6826 $echo \ | |
6827 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND... | |
6828 | |
6829 Link object files or libraries together to form another library, or to | |
6830 create an executable program. | |
6831 | |
6832 LINK-COMMAND is a command using the C compiler that you would use to create | |
6833 a program from several object files. | |
6834 | |
6835 The following components of LINK-COMMAND are treated specially: | |
6836 | |
6837 -all-static do not do any dynamic linking at all | |
6838 -avoid-version do not add a version suffix if possible | |
6839 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime | |
6840 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols | |
6841 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) | |
6842 -export-symbols SYMFILE | |
6843 try to export only the symbols listed in SYMFILE | |
6844 -export-symbols-regex REGEX | |
6845 try to export only the symbols matching REGEX | |
6846 -LLIBDIR search LIBDIR for required installed libraries | |
6847 -lNAME OUTPUT-FILE requires the installed library libNAME | |
6848 -module build a library that can dlopened | |
6849 -no-fast-install disable the fast-install mode | |
6850 -no-install link a not-installable executable | |
6851 -no-undefined declare that a library does not refer to external symbols | |
6852 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects | |
6853 -objectlist FILE Use a list of object files found in FILE to specify objects | |
6854 -precious-files-regex REGEX | |
6855 don't remove output files matching REGEX | |
6856 -release RELEASE specify package release information | |
6857 -rpath LIBDIR the created library will eventually be installed in LIBDIR | |
6858 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries | |
6859 -static do not do any dynamic linking of uninstalled libtool librari
es | |
6860 -static-libtool-libs | |
6861 do not do any dynamic linking of libtool libraries | |
6862 -version-info CURRENT[:REVISION[:AGE]] | |
6863 specify library version info [each variable defaults to 0] | |
6864 | |
6865 All other options (arguments beginning with \`-') are ignored. | |
6866 | |
6867 Every other argument is treated as a filename. Files ending in \`.la' are | |
6868 treated as uninstalled libtool libraries, other files are standard or library | |
6869 object files. | |
6870 | |
6871 If the OUTPUT-FILE ends in \`.la', then a libtool library is created, | |
6872 only library objects (\`.lo' files) may be specified, and \`-rpath' is | |
6873 required, except when creating a convenience library. | |
6874 | |
6875 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created | |
6876 using \`ar' and \`ranlib', or on Windows using \`lib'. | |
6877 | |
6878 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file | |
6879 is created, otherwise an executable program is created." | |
6880 ;; | |
6881 | |
6882 uninstall) | |
6883 $echo \ | |
6884 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... | |
6885 | |
6886 Remove libraries from an installation directory. | |
6887 | |
6888 RM is the name of the program to use to delete files associated with each FILE | |
6889 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed | |
6890 to RM. | |
6891 | |
6892 If FILE is a libtool library, all the files associated with it are deleted. | |
6893 Otherwise, only FILE itself is deleted using RM." | |
6894 ;; | |
6895 | |
6896 *) | |
6897 $echo "$modename: invalid operation mode \`$mode'" 1>&2 | |
6898 $echo "$help" 1>&2 | |
6899 exit $EXIT_FAILURE | |
6900 ;; | |
6901 esac | |
6902 | |
6903 $echo | |
6904 $echo "Try \`$modename --help' for more information about other modes." | |
6905 | |
6906 exit $? | |
6907 | 8380 |
6908 # The TAGs below are defined such that we never get into a situation | 8381 # The TAGs below are defined such that we never get into a situation |
6909 # in which we disable both kinds of libraries. Given conflicting | 8382 # in which we disable both kinds of libraries. Given conflicting |
6910 # choices, we go for a static library, that is the most portable, | 8383 # choices, we go for a static library, that is the most portable, |
6911 # since we can't tell whether shared libraries were disabled because | 8384 # since we can't tell whether shared libraries were disabled because |
6912 # the user asked for that or because the platform doesn't support | 8385 # the user asked for that or because the platform doesn't support |
6913 # them. This is particularly important on AIX, because we don't | 8386 # them. This is particularly important on AIX, because we don't |
6914 # support having both static and shared libraries enabled at the same | 8387 # support having both static and shared libraries enabled at the same |
6915 # time on that platform, so we default to a shared-only configuration. | 8388 # time on that platform, so we default to a shared-only configuration. |
6916 # If a disable-shared tag is given, we'll fallback to a static-only | 8389 # If a disable-shared tag is given, we'll fallback to a static-only |
6917 # configuration. But we'll never go from static-only to shared-only. | 8390 # configuration. But we'll never go from static-only to shared-only. |
6918 | 8391 |
6919 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared | 8392 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared |
6920 disable_libs=shared | 8393 build_libtool_libs=no |
| 8394 build_old_libs=yes |
6921 # ### END LIBTOOL TAG CONFIG: disable-shared | 8395 # ### END LIBTOOL TAG CONFIG: disable-shared |
6922 | 8396 |
6923 # ### BEGIN LIBTOOL TAG CONFIG: disable-static | 8397 # ### BEGIN LIBTOOL TAG CONFIG: disable-static |
6924 disable_libs=static | 8398 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` |
6925 # ### END LIBTOOL TAG CONFIG: disable-static | 8399 # ### END LIBTOOL TAG CONFIG: disable-static |
6926 | 8400 |
6927 # Local Variables: | 8401 # Local Variables: |
6928 # mode:shell-script | 8402 # mode:shell-script |
6929 # sh-indentation:2 | 8403 # sh-indentation:2 |
6930 # End: | 8404 # End: |
| 8405 # vi:sw=2 |
| 8406 |
OLD | NEW |