comparison build-scripts/ltmain.sh @ 4277:803eeeeaa8a0 SDL-1.2

Updated libtool to version 2.2.6a
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Oct 2009 22:31:25 +0000
parents 39715a34a0be
children 3500563bb2f8
comparison
equal deleted inserted replaced
4276:0e7b63f8ac75 4277:803eeeeaa8a0
1 # Based on libtool-1.5.22 1 # Generated from ltmain.m4sh.
2 # ltmain.sh - Provide generalized library-building support services. 2
3 # NOTE: Changing this file will not affect anything until you rerun configure. 3 # ltmain.sh (GNU libtool) 2.2.6
4 # 4 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
5 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 5
6 # Free Software Foundation, Inc. 6 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
7 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 7 # This is free software; see the source for copying conditions. There is NO
8 # 8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9 # This program is free software; you can redistribute it and/or modify 9
10 # GNU Libtool is free software; you can redistribute it and/or modify
10 # 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
11 # the Free Software Foundation; either version 2 of the License, or 12 # the Free Software Foundation; either version 2 of the License, or
12 # (at your option) any later version. 13 # (at your option) any later version.
13 # 14 #
14 # 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
15 # WITHOUT ANY WARRANTY; without even the implied warranty of 21 # WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # General Public License for more details. 23 # General Public License for more details.
18 # 24 #
19 # 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
20 # along with this program; if not, write to the Free Software 26 # along with GNU Libtool; see the file COPYING. If not, a copy
21 # 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]...
22 # 32 #
23 # As a special exception to the GNU General Public License, if you 33 # Provide generalized library-building support services.
24 # distribute this file as part of a program that contains a 34 #
25 # configuration script generated by Autoconf, you may include it under 35 # --config show all configuration variables
26 # the same distribution terms that you use for the rest of that program. 36 # --debug enable verbose shell tracing
27 37 # -n, --dry-run display commands without modifying any files
28 basename="s,^.*/,,g" 38 # --features display basic configuration information and exit
39 # --mode=MODE use operation mode MODE
40 # --preserve-dup-deps don't remove duplicate dependency libraries
41 # --quiet, --silent don't print informational messages
42 # --tag=TAG use configuration variables from tag TAG
43 # -v, --verbose print informational messages (default)
44 # --version print version information
45 # -h, --help print short or long help message
46 #
47 # MODE must be one of the following:
48 #
49 # clean remove files from the build directory
50 # compile compile a source file into a libtool object
51 # execute automatically set library path, then run a program
52 # finish complete the installation of libtool libraries
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.6
69 # automake: $automake_version
70 # autoconf: $autoconf_version
71 #
72 # Report bugs to <bug-libtool@gnu.org>.
73
74 PROGRAM=ltmain.sh
75 PACKAGE=libtool
76 VERSION=2.2.6
77 TIMESTAMP=""
78 package_revision=1.3012
79
80 # Be Bourne compatible
81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
82 emulate sh
83 NULLCMD=:
84 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
85 # is contrary to our usage. Disable this feature.
86 alias -g '${1+"$@"}'='"$@"'
87 setopt NO_GLOB_SUBST
88 else
89 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
90 fi
91 BIN_SH=xpg4; export BIN_SH # for Tru64
92 DUALCASE=1; export DUALCASE # for MKS sh
93
94 # NLS nuisances: We save the old values to restore during execute mode.
95 # Only set LANG and LC_ALL to C if already set.
96 # These must not be set unconditionally because not all systems understand
97 # e.g. LANG=C (notably SCO).
98 lt_user_locale=
99 lt_safe_locale=
100 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
101 do
102 eval "if test \"\${$lt_var+set}\" = set; then
103 save_$lt_var=\$$lt_var
104 $lt_var=C
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\"
108 fi"
109 done
110
111 $lt_unset CDPATH
112
113
114
115
116
117 : ${CP="cp -f"}
118 : ${ECHO="echo"}
119 : ${EGREP="/usr/bin/grep -E"}
120 : ${FGREP="/usr/bin/grep -F"}
121 : ${GREP="/usr/bin/grep"}
122 : ${LN_S="ln -s"}
123 : ${MAKE="make"}
124 : ${MKDIR="mkdir"}
125 : ${MV="mv -f"}
126 : ${RM="rm -f"}
127 : ${SED="/opt/local/bin/gsed"}
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
139 # Make sure IFS has a sensible default
140 lt_nl='
141 '
142 IFS=" $lt_nl"
143
144 dirname="s,/[^/]*$,,"
145 basename="s,^.*/,,"
146
147 # func_dirname_and_basename file append nondir_replacement
148 # perform func_basename and func_dirname in a single function
149 # call:
150 # dirname: Compute the dirname of FILE. If nonempty,
151 # add APPEND to the result, otherwise set result
152 # to NONDIR_REPLACEMENT.
153 # value returned in "$func_dirname_result"
154 # basename: Compute filename of FILE.
155 # value retuned in "$func_basename_result"
156 # Implementation must be kept synchronized with func_dirname
157 # and func_basename. For efficiency, we do not delegate to
158 # those functions but instead duplicate the functionality here.
159 func_dirname_and_basename ()
160 {
161 # Extract subdirectory from the argument.
162 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
163 if test "X$func_dirname_result" = "X${1}"; then
164 func_dirname_result="${3}"
165 else
166 func_dirname_result="$func_dirname_result${2}"
167 fi
168 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
169 }
170
171 # Generated shell functions inserted here.
29 172
30 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh 173 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
31 # is ksh but when the shell is invoked as "sh" and the current value of 174 # is ksh but when the shell is invoked as "sh" and the current value of
32 # the _XPG environment variable is not equal to 1 (one), the special 175 # the _XPG environment variable is not equal to 1 (one), the special
33 # positional parameter $0, within a function call, is the name of the 176 # positional parameter $0, within a function call, is the name of the
34 # function. 177 # function.
35 progpath="$0" 178 progpath="$0"
36 179
37 # The name of this program: 180 # The name of this program:
38 progname=`echo "$progpath" | $SED $basename` 181 # In the unlikely event $progname began with a '-', it would play havoc with
39 modename="$progname" 182 # func_echo (imagine progname=-n), so we prepend ./ in that case:
40 183 func_dirname_and_basename "$progpath"
41 # Global variables: 184 progname=$func_basename_result
42 EXIT_SUCCESS=0 185 case $progname in
43 EXIT_FAILURE=1 186 -*) progname=./$progname ;;
44 187 esac
45 PROGRAM=ltmain.sh 188
46 PACKAGE=libtool 189 # Make sure we have an absolute path for reexecution:
47 VERSION=1.5.22 190 case $progpath in
48 TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" 191 [\\/]*|[A-Za-z]:\\*) ;;
49 192 *[\\/]*)
50 # See if we are running on zsh, and set the options which allow our 193 progdir=$func_dirname_result
51 # commands through without removal of \ escapes. 194 progdir=`cd "$progdir" && pwd`
52 if test -n "${ZSH_VERSION+set}" ; then 195 progpath="$progdir/$progname"
53 setopt NO_GLOB_SUBST 196 ;;
54 fi 197 *)
55 198 save_IFS="$IFS"
56 # Check that we have a working $echo. 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
349
350 # func_mktempdir [string]
351 # Make a temporary directory that won't clash with other running
352 # libtool processes, and avoids race conditions if possible. If
353 # given, STRING is the basename for that directory.
354 func_mktempdir ()
355 {
356 my_template="${TMPDIR-/tmp}/${1-$progname}"
357
358 if test "$opt_dry_run" = ":"; then
359 # Return a directory name, but don't create it in dry-run mode
360 my_tmpdir="${my_template}-$$"
361 else
362
363 # If mktemp works, use that first and foremost
364 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
365
366 if test ! -d "$my_tmpdir"; then
367 # Failing that, at least try and use $RANDOM to avoid a race
368 my_tmpdir="${my_template}-${RANDOM-0}$$"
369
370 save_mktempdir_umask=`umask`
371 umask 0077
372 $MKDIR "$my_tmpdir"
373 umask $save_mktempdir_umask
374 fi
375
376 # If we're not in dry-run mode, bomb out on failure
377 test -d "$my_tmpdir" || \
378 func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
379 fi
380
381 $ECHO "X$my_tmpdir" | $Xsed
382 }
383
384
385 # func_quote_for_eval arg
386 # Aesthetically quote ARG to be evaled later.
387 # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
388 # is double-quoted, suitable for a subsequent eval, whereas
389 # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
390 # which are still active within double quotes backslashified.
391 func_quote_for_eval ()
392 {
393 case $1 in
394 *[\\\`\"\$]*)
395 func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
396 *)
397 func_quote_for_eval_unquoted_result="$1" ;;
398 esac
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.
57 if test "X$1" = X--no-reexec; then 560 if test "X$1" = X--no-reexec; then
58 # Discard the --no-reexec flag, and continue. 561 # Discard the --no-reexec flag, and continue.
59 shift 562 shift
60 elif test "X$1" = X--fallback-echo; then 563 elif test "X$1" = X--fallback-echo; then
61 # Avoid inline document here, it may be left over 564 # Avoid inline document here, it may be left over
62 : 565 :
63 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then 566 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
64 # Yippee, $echo works! 567 # Yippee, $ECHO works!
65 : 568 :
66 else 569 else
67 # Restart under the correct shell, and then maybe $echo will work. 570 # Restart under the correct shell, and then maybe $ECHO will work.
68 exec $SHELL "$progpath" --no-reexec ${1+"$@"} 571 exec $SHELL "$progpath" --no-reexec ${1+"$@"}
69 fi 572 fi
70 573
71 if test "X$1" = X--fallback-echo; then 574 if test "X$1" = X--fallback-echo; then
72 # used as fallback echo 575 # used as fallback echo
75 $* 578 $*
76 EOF 579 EOF
77 exit $EXIT_SUCCESS 580 exit $EXIT_SUCCESS
78 fi 581 fi
79 582
80 default_mode=
81 help="Try \`$progname --help' for more information."
82 magic="%%%MAGIC variable%%%" 583 magic="%%%MAGIC variable%%%"
83 mkdir="mkdir" 584 magic_exe="%%%MAGIC EXE variable%%%"
84 mv="mv -f"
85 rm="rm -f"
86
87 # Sed substitution that helps us do robust quoting. It backslashifies
88 # metacharacters that are still active within double-quoted strings.
89 Xsed="${SED}"' -e 1s/^X//'
90 sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
91 # test EBCDIC or ASCII
92 case `echo X|tr X '\101'` in
93 A) # ASCII based system
94 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
95 SP2NL='tr \040 \012'
96 NL2SP='tr \015\012 \040\040'
97 ;;
98 *) # EBCDIC based system
99 SP2NL='tr \100 \n'
100 NL2SP='tr \r\n \100\100'
101 ;;
102 esac
103
104 # NLS nuisances.
105 # Only set LANG and LC_ALL to C if already set.
106 # These must not be set unconditionally because not all systems understand
107 # e.g. LANG=C (notably SCO).
108 # We save the old values to restore during execute mode.
109 if test "${LC_ALL+set}" = set; then
110 save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL
111 fi
112 if test "${LANG+set}" = set; then
113 save_LANG="$LANG"; LANG=C; export LANG
114 fi
115
116 # Make sure IFS has a sensible default
117 lt_nl='
118 '
119 IFS=" $lt_nl"
120
121 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
122 $echo "$modename: not configured to build any kind of library" 1>&2
123 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
124 exit $EXIT_FAILURE
125 fi
126 585
127 # Global variables. 586 # Global variables.
128 mode=$default_mode 587 # $mode is unset
129 nonopt= 588 nonopt=
130 prev=
131 prevopt=
132 run=
133 show="$echo"
134 show_help=
135 execute_dlfiles= 589 execute_dlfiles=
136 duplicate_deps=no
137 preserve_args= 590 preserve_args=
138 lo2o="s/\\.lo\$/.${objext}/" 591 lo2o="s/\\.lo\$/.${objext}/"
139 o2lo="s/\\.${objext}\$/.lo/" 592 o2lo="s/\\.${objext}\$/.lo/"
140 593 extracted_archives=
141 ##################################### 594 extracted_serial=0
142 # Shell function definitions: 595
143 # This seems to be the best place for them 596 opt_dry_run=false
144 597 opt_duplicate_deps=false
145 # func_mktempdir [string] 598 opt_silent=false
146 # Make a temporary directory that won't clash with other running 599 opt_debug=:
147 # libtool processes, and avoids race conditions if possible. If 600
148 # given, STRING is the basename for that directory. 601 # If this variable is set in any of the actions, the command in it
149 func_mktempdir () 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 ()
150 { 610 {
151 my_template="${TMPDIR-/tmp}/${1-$progname}" 611 func_error ${1+"$@"}
152 612 func_error "See the $PACKAGE documentation for more information."
153 if test "$run" = ":"; then 613 func_fatal_error "Fatal configuration error."
154 # Return a directory name, but don't create it in dry-run mode 614 }
155 my_tmpdir="${my_template}-$$" 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: $tagname\$/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"
156 else 642 else
157 643 $ECHO "disable shared libraries"
158 # If mktemp works, use that first and foremost 644 fi
159 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` 645 if test "$build_old_libs" = yes; then
160 646 $ECHO "enable static libraries"
161 if test ! -d "$my_tmpdir"; then 647 else
162 # Failing that, at least try and use $RANDOM to avoid a race 648 $ECHO "disable static libraries"
163 my_tmpdir="${my_template}-${RANDOM-0}$$" 649 fi
164 650
165 save_mktempdir_umask=`umask` 651 exit $?
166 umask 0077 652 }
167 $mkdir "$my_tmpdir" 653
168 umask $save_mktempdir_umask 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"
169 fi 690 fi
170 691 ;;
171 # If we're not in dry-run mode, bomb out on failure 692 esac
172 test -d "$my_tmpdir" || { 693 }
173 $echo "cannot create temporary directory \`$my_tmpdir'" 1>&2 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
703 ;;
704 compile|compil|compi|comp|com|co|c)
705 shift; set dummy --mode compile ${1+"$@"}; shift
706 ;;
707 execute|execut|execu|exec|exe|ex|e)
708 shift; set dummy --mode execute ${1+"$@"}; shift
709 ;;
710 finish|finis|fini|fin|fi|f)
711 shift; set dummy --mode finish ${1+"$@"}; shift
712 ;;
713 install|instal|insta|inst|ins|in|i)
714 shift; set dummy --mode install ${1+"$@"}; shift
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
721 ;;
722 esac
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_revision.
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
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_stripname_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
1001 }
1002
1003
1004 # func_infer_tag arg
1005 # Infer tagged configuration to use if any are available and
1006 # if one wasn't chosen via the "--tag" command line option.
1007 # Only attempt this if the compiler in the base compile
1008 # command doesn't match the default compiler.
1009 # arg is usually of the form 'gcc ...'
1010 func_infer_tag ()
1011 {
1012 $opt_debug
1013 if test -n "$available_tags" && test -z "$tagname"; then
1014 CC_quoted=
1015 for arg in $CC; do
1016 func_quote_for_eval "$arg"
1017 CC_quoted="$CC_quoted $func_quote_for_eval_result"
1018 done
1019 case $@ in
1020 # Blanks in the command may have been stripped by the calling shell,
1021 # but not from the CC environment variable when configure was run.
1022 " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
1023 # Blanks at the start of $base_compile will cause this to fail
1024 # if we don't check for them as well.
1025 *)
1026 for z in $available_tags; do
1027 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
1028 # Evaluate the configuration.
1029 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
1030 CC_quoted=
1031 for arg in $CC; do
1032 # Double-quote args containing other shell metacharacters.
1033 func_quote_for_eval "$arg"
1034 CC_quoted="$CC_quoted $func_quote_for_eval_result"
1035 done
1036 case "$@ " in
1037 " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
1038 # The compiler in the base compile command matches
1039 # the one in the tagged configuration.
1040 # Assume this is the tagged configuration we want.
1041 tagname=$z
1042 break
1043 ;;
1044 esac
1045 fi
1046 done
1047 # If $tagname still isn't set, then no tagged configuration
1048 # was found and let the user know that the "--tag" command
1049 # line option must be used.
1050 if test -z "$tagname"; then
1051 func_echo "unable to infer tagged configuration"
1052 func_fatal_error "specify a tag with \`--tag'"
1053 # else
1054 # func_verbose "using $tagname tagged configuration"
1055 fi
1056 ;;
1057 esac
1058 fi
1059 }
1060
1061
1062
1063 # func_write_libtool_object output_name pic_name nonpic_name
1064 # Create a libtool object file (analogous to a ".la" file),
1065 # but don't create it if we're doing a dry run.
1066 func_write_libtool_object ()
1067 {
1068 write_libobj=${1}
1069 if test "$build_libtool_libs" = yes; then
1070 write_lobj=\'${2}\'
1071 else
1072 write_lobj=none
1073 fi
1074
1075 if test "$build_old_libs" = yes; then
1076 write_oldobj=\'${3}\'
1077 else
1078 write_oldobj=none
1079 fi
1080
1081 $opt_dry_run || {
1082 cat >${write_libobj}T <<EOF
1083 # $write_libobj - a libtool object file
1084 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
1085 #
1086 # Please DO NOT delete this file!
1087 # It is necessary for linking the library.
1088
1089 # Name of the PIC object.
1090 pic_object=$write_lobj
1091
1092 # Name of the non-PIC object
1093 non_pic_object=$write_oldobj
1094
1095 EOF
1096 $MV "${write_libobj}T" "${write_libobj}"
1097 }
1098 }
1099
1100 # func_mode_compile arg...
1101 func_mode_compile ()
1102 {
1103 $opt_debug
1104 # Get the compilation command and the source file.
1105 base_compile=
1106 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
1107 suppress_opt=yes
1108 suppress_output=
1109 arg_mode=normal
1110 libobj=
1111 later=
1112 pie_flag=
1113
1114 for arg
1115 do
1116 case $arg_mode in
1117 arg )
1118 # do not "continue". Instead, add this to base_compile
1119 lastarg="$arg"
1120 arg_mode=normal
1121 ;;
1122
1123 target )
1124 libobj="$arg"
1125 arg_mode=normal
1126 continue
1127 ;;
1128
1129 normal )
1130 # Accept any command-line options.
1131 case $arg in
1132 -o)
1133 test -n "$libobj" && \
1134 func_fatal_error "you cannot specify \`-o' more than once"
1135 arg_mode=target
1136 continue
1137 ;;
1138
1139 -pie | -fpie | -fPIE)
1140 pie_flag="$pie_flag $arg"
1141 continue
1142 ;;
1143
1144 -shared | -static | -prefer-pic | -prefer-non-pic)
1145 later="$later $arg"
1146 continue
1147 ;;
1148
1149 -no-suppress)
1150 suppress_opt=no
1151 continue
1152 ;;
1153
1154 -Xcompiler)
1155 arg_mode=arg # the next one goes into the "base_compile" arg list
1156 continue # The current "srcfile" will either be retained or
1157 ;; # replaced later. I would guess that would be a bug.
1158
1159 -Wc,*)
1160 func_stripname '-Wc,' '' "$arg"
1161 args=$func_stripname_result
1162 lastarg=
1163 save_ifs="$IFS"; IFS=','
1164 for arg in $args; do
1165 IFS="$save_ifs"
1166 func_quote_for_eval "$arg"
1167 lastarg="$lastarg $func_quote_for_eval_result"
1168 done
1169 IFS="$save_ifs"
1170 func_stripname ' ' '' "$lastarg"
1171 lastarg=$func_stripname_result
1172
1173 # Add the arguments to base_compile.
1174 base_compile="$base_compile $lastarg"
1175 continue
1176 ;;
1177
1178 *)
1179 # Accept the current argument as the source file.
1180 # The previous "srcfile" becomes the current argument.
1181 #
1182 lastarg="$srcfile"
1183 srcfile="$arg"
1184 ;;
1185 esac # case $arg
1186 ;;
1187 esac # case $arg_mode
1188
1189 # Aesthetically quote the previous argument.
1190 func_quote_for_eval "$lastarg"
1191 base_compile="$base_compile $func_quote_for_eval_result"
1192 done # for arg
1193
1194 case $arg_mode in
1195 arg)
1196 func_fatal_error "you must specify an argument for -Xcompile"
1197 ;;
1198 target)
1199 func_fatal_error "you must specify a target with \`-o'"
1200 ;;
1201 *)
1202 # Get the name of the library object.
1203 test -z "$libobj" && {
1204 func_basename "$srcfile"
1205 libobj="$func_basename_result"
1206 }
1207 ;;
1208 esac
1209
1210 # Recognize several different file suffixes.
1211 # If the user specifies -o file.o, it is replaced with file.lo
1212 case $libobj in
1213 *.[cCFSifmso] | \
1214 *.ada | *.adb | *.ads | *.asm | \
1215 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
1216 *.[fF][09]? | *.for | *.java | *.obj | *.sx)
1217 func_xform "$libobj"
1218 libobj=$func_xform_result
1219 ;;
1220 esac
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
1229 func_infer_tag $base_compile
1230
1231 for arg in $later; do
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
1240 -static)
1241 build_libtool_libs=no
1242 build_old_libs=yes
1243 continue
1244 ;;
1245
1246 -prefer-pic)
1247 pic_mode=yes
1248 continue
1249 ;;
1250
1251 -prefer-non-pic)
1252 pic_mode=no
1253 continue
1254 ;;
1255 esac
1256 done
1257
1258 func_quote_for_eval "$libobj"
1259 test "X$libobj" != "X$func_quote_for_eval_result" \
1260 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
1261 && func_warning "libobj name \`$libobj' may not contain shell special characters."
1262 func_dirname_and_basename "$obj" "/" ""
1263 objname="$func_basename_result"
1264 xdir="$func_dirname_result"
1265 lobj=${xdir}$objdir/$objname
1266
1267 test -z "$base_compile" && \
1268 func_fatal_help "you must specify a compilation command"
1269
1270 # Delete any leftover library objects.
1271 if test "$build_old_libs" = yes; then
1272 removelist="$obj $lobj $libobj ${libobj}T"
1273 else
1274 removelist="$lobj $libobj ${libobj}T"
1275 fi
1276
1277 # On Cygwin there's no "real" PIC flag so we must build both object types
1278 case $host_os in
1279 cygwin* | mingw* | pw32* | os2* | cegcc*)
1280 pic_mode=default
1281 ;;
1282 esac
1283 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
1284 # non-PIC code in shared libraries is not supported
1285 pic_mode=default
1286 fi
1287
1288 # Calculate the filename of the output object if compiler does
1289 # not support -o with -c
1290 if test "$compiler_c_o" = no; then
1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
1292 lockfile="$output_obj.lock"
1293 else
1294 output_obj=
1295 need_locks=no
1296 lockfile=
1297 fi
1298
1299 # Lock this critical section if it is needed
1300 # We use this script file to make the link, it avoids creating a new file
1301 if test "$need_locks" = yes; then
1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
1303 func_echo "Waiting for $lockfile to be removed"
1304 sleep 2
1305 done
1306 elif test "$need_locks" = warn; then
1307 if test -f "$lockfile"; then
1308 $ECHO "\
1309 *** ERROR, $lockfile exists and contains:
1310 `cat $lockfile 2>/dev/null`
1311
1312 This indicates that another process is trying to use the same
1313 temporary object file, and libtool could not work around it because
1314 your compiler does not support \`-c' and \`-o' together. If you
1315 repeat this compilation, it may succeed, by chance, but you had better
1316 avoid parallel builds (make -j) in this platform, or get a better
1317 compiler."
1318
1319 $opt_dry_run || $RM $removelist
174 exit $EXIT_FAILURE 1320 exit $EXIT_FAILURE
175 } 1321 fi
1322 removelist="$removelist $output_obj"
1323 $ECHO "$srcfile" > "$lockfile"
176 fi 1324 fi
177 1325
178 $echo "X$my_tmpdir" | $Xsed 1326 $opt_dry_run || $RM $removelist
1327 removelist="$removelist $lockfile"
1328 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
1329
1330 if test -n "$fix_srcfile_path"; then
1331 eval srcfile=\"$fix_srcfile_path\"
1332 fi
1333 func_quote_for_eval "$srcfile"
1334 qsrcfile=$func_quote_for_eval_result
1335
1336 # Only build a PIC object if we are building libtool libraries.
1337 if test "$build_libtool_libs" = yes; then
1338 # Without this assignment, base_compile gets emptied.
1339 fbsd_hideous_sh_bug=$base_compile
1340
1341 if test "$pic_mode" != no; then
1342 command="$base_compile $qsrcfile $pic_flag"
1343 else
1344 # Don't build PIC code
1345 command="$base_compile $qsrcfile"
1346 fi
1347
1348 func_mkdir_p "$xdir$objdir"
1349
1350 if test -z "$output_obj"; then
1351 # Place PIC objects in $objdir
1352 command="$command -o $lobj"
1353 fi
1354
1355 func_show_eval_locale "$command" \
1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
1357
1358 if test "$need_locks" = warn &&
1359 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
1360 $ECHO "\
1361 *** ERROR, $lockfile contains:
1362 `cat $lockfile 2>/dev/null`
1363
1364 but it should contain:
1365 $srcfile
1366
1367 This indicates that another process is trying to use the same
1368 temporary object file, and libtool could not work around it because
1369 your compiler does not support \`-c' and \`-o' together. If you
1370 repeat this compilation, it may succeed, by chance, but you had better
1371 avoid parallel builds (make -j) in this platform, or get a better
1372 compiler."
1373
1374 $opt_dry_run || $RM $removelist
1375 exit $EXIT_FAILURE
1376 fi
1377
1378 # Just move the object if needed, then go on to compile the next one
1379 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
1380 func_show_eval '$MV "$output_obj" "$lobj"' \
1381 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
1382 fi
1383
1384 # Allow error messages only from the first compilation.
1385 if test "$suppress_opt" = yes; then
1386 suppress_output=' >/dev/null 2>&1'
1387 fi
1388 fi
1389
1390 # Only build a position-dependent object if we build old libraries.
1391 if test "$build_old_libs" = yes; then
1392 if test "$pic_mode" != yes; then
1393 # Don't build PIC code
1394 command="$base_compile $qsrcfile$pie_flag"
1395 else
1396 command="$base_compile $qsrcfile $pic_flag"
1397 fi
1398 if test "$compiler_c_o" = yes; then
1399 command="$command -o $obj"
1400 fi
1401
1402 # Suppress compiler output if we already did a PIC compilation.
1403 command="$command$suppress_output"
1404 func_show_eval_locale "$command" \
1405 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
1406
1407 if test "$need_locks" = warn &&
1408 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
1409 $ECHO "\
1410 *** ERROR, $lockfile contains:
1411 `cat $lockfile 2>/dev/null`
1412
1413 but it should contain:
1414 $srcfile
1415
1416 This indicates that another process is trying to use the same
1417 temporary object file, and libtool could not work around it because
1418 your compiler does not support \`-c' and \`-o' together. If you
1419 repeat this compilation, it may succeed, by chance, but you had better
1420 avoid parallel builds (make -j) in this platform, or get a better
1421 compiler."
1422
1423 $opt_dry_run || $RM $removelist
1424 exit $EXIT_FAILURE
1425 fi
1426
1427 # Just move the object if needed
1428 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
1429 func_show_eval '$MV "$output_obj" "$obj"' \
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
179 } 1445 }
180 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 libraries
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"
1675 else
1676 if test ! -f "$dir/$dlname"; then
1677 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
1678 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 objects"
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\""
1703 fi
1704 done
1705
1706 # This variable tells wrapper scripts just to set shlibpath_var
1707 # rather than running their programs.
1708 libtool_execute_magic="$magic"
1709
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 $linkname || { $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'` ### testsuite: 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 before 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 files"
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" | $NL2SP`
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" > "$nlist"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_dlsyms"'
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_objdir/$my_dlsyms"
2455 ;;
2456 *)
2457 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_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@%$symfileobj%"`
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 }
181 2545
182 # func_win32_libid arg 2546 # func_win32_libid arg
183 # return the library type of file 'arg' 2547 # return the library type of file 'arg'
184 # 2548 #
185 # Need a lot of goo to handle *both* DLLs and import libs 2549 # Need a lot of goo to handle *both* DLLs and import libs
186 # Has to be a shell function in order to 'eat' the argument 2550 # Has to be a shell function in order to 'eat' the argument
187 # that is supplied when $file_magic_command is called. 2551 # that is supplied when $file_magic_command is called.
188 func_win32_libid () 2552 func_win32_libid ()
189 { 2553 {
2554 $opt_debug
190 win32_libid_type="unknown" 2555 win32_libid_type="unknown"
191 win32_fileres=`file -L $1 2>/dev/null` 2556 win32_fileres=`file -L $1 2>/dev/null`
192 case $win32_fileres in 2557 case $win32_fileres in
193 *ar\ archive\ import\ library*) # definitely import 2558 *ar\ archive\ import\ library*) # definitely import
194 win32_libid_type="x86 archive import" 2559 win32_libid_type="x86 archive import"
195 ;; 2560 ;;
196 *ar\ archive*) # could be an import, or static 2561 *ar\ archive*) # could be an import, or static
197 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ 2562 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
198 $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then 2563 $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
199 win32_nmres=`eval $NM -f posix -A $1 | \ 2564 win32_nmres=`eval $NM -f posix -A $1 |
200 $SED -n -e '1,100{/ I /{s,.*,import,;p;q;};}'` 2565 $SED -n -e '
2566 1,100{
2567 / I /{
2568 s,.*,import,
2569 p
2570 q
2571 }
2572 }'`
201 case $win32_nmres in 2573 case $win32_nmres in
202 import*) win32_libid_type="x86 archive import";; 2574 import*) win32_libid_type="x86 archive import";;
203 *) win32_libid_type="x86 archive static";; 2575 *) win32_libid_type="x86 archive static";;
204 esac 2576 esac
205 fi 2577 fi
213 win32_libid_type="x86 DLL" 2585 win32_libid_type="x86 DLL"
214 ;; 2586 ;;
215 esac 2587 esac
216 ;; 2588 ;;
217 esac 2589 esac
218 $echo $win32_libid_type 2590 $ECHO "$win32_libid_type"
219 } 2591 }
220 2592
221
222 # func_infer_tag arg
223 # Infer tagged configuration to use if any are available and
224 # if one wasn't chosen via the "--tag" command line option.
225 # Only attempt this if the compiler in the base compile
226 # command doesn't match the default compiler.
227 # arg is usually of the form 'gcc ...'
228 func_infer_tag ()
229 {
230 if test -n "$available_tags" && test -z "$tagname"; then
231 CC_quoted=
232 for arg in $CC; do
233 case $arg in
234 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
235 arg="\"$arg\""
236 ;;
237 esac
238 CC_quoted="$CC_quoted $arg"
239 done
240 case $@ in
241 # Blanks in the command may have been stripped by the calling shell,
242 # but not from the CC environment variable when configure was run.
243 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
244 # Blanks at the start of $base_compile will cause this to fail
245 # if we don't check for them as well.
246 *)
247 for z in $available_tags; do
248 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
249 # Evaluate the configuration.
250 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
251 CC_quoted=
252 for arg in $CC; do
253 # Double-quote args containing other shell metacharacters.
254 case $arg in
255 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
256 arg="\"$arg\""
257 ;;
258 esac
259 CC_quoted="$CC_quoted $arg"
260 done
261 case "$@ " in
262 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
263 # The compiler in the base compile command matches
264 # the one in the tagged configuration.
265 # Assume this is the tagged configuration we want.
266 tagname=$z
267 break
268 ;;
269 esac
270 fi
271 done
272 # If $tagname still isn't set, then no tagged configuration
273 # was found and let the user know that the "--tag" command
274 # line option must be used.
275 if test -z "$tagname"; then
276 $echo "$modename: unable to infer tagged configuration"
277 $echo "$modename: specify a tag with \`--tag'" 1>&2
278 exit $EXIT_FAILURE
279 # else
280 # $echo "$modename: using $tagname tagged configuration"
281 fi
282 ;;
283 esac
284 fi
285 }
286 2593
287 2594
288 # func_extract_an_archive dir oldlib 2595 # func_extract_an_archive dir oldlib
289 func_extract_an_archive () 2596 func_extract_an_archive ()
290 { 2597 {
2598 $opt_debug
291 f_ex_an_ar_dir="$1"; shift 2599 f_ex_an_ar_dir="$1"; shift
292 f_ex_an_ar_oldlib="$1" 2600 f_ex_an_ar_oldlib="$1"
293 2601 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?'
294 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
295 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
296 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then 2602 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
297 : 2603 :
298 else 2604 else
299 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2 2605 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
300 exit $EXIT_FAILURE
301 fi 2606 fi
302 } 2607 }
2608
303 2609
304 # func_extract_archives gentop oldlib ... 2610 # func_extract_archives gentop oldlib ...
305 func_extract_archives () 2611 func_extract_archives ()
306 { 2612 {
2613 $opt_debug
307 my_gentop="$1"; shift 2614 my_gentop="$1"; shift
308 my_oldlibs=${1+"$@"} 2615 my_oldlibs=${1+"$@"}
309 my_oldobjs="" 2616 my_oldobjs=""
310 my_xlib="" 2617 my_xlib=""
311 my_xabs="" 2618 my_xabs=""
312 my_xdir="" 2619 my_xdir=""
313 my_status=""
314
315 $show "${rm}r $my_gentop"
316 $run ${rm}r "$my_gentop"
317 $show "$mkdir $my_gentop"
318 $run $mkdir "$my_gentop"
319 my_status=$?
320 if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then
321 exit $my_status
322 fi
323 2620
324 for my_xlib in $my_oldlibs; do 2621 for my_xlib in $my_oldlibs; do
325 # Extract the objects. 2622 # Extract the objects.
326 case $my_xlib in 2623 case $my_xlib in
327 [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; 2624 [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
328 *) my_xabs=`pwd`"/$my_xlib" ;; 2625 *) my_xabs=`pwd`"/$my_xlib" ;;
329 esac 2626 esac
330 my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` 2627 func_basename "$my_xlib"
331 my_xdir="$my_gentop/$my_xlib" 2628 my_xlib="$func_basename_result"
332 2629 my_xlib_u=$my_xlib
333 $show "${rm}r $my_xdir" 2630 while :; do
334 $run ${rm}r "$my_xdir" 2631 case " $extracted_archives " in
335 $show "$mkdir $my_xdir" 2632 *" $my_xlib_u "*)
336 $run $mkdir "$my_xdir" 2633 func_arith $extracted_serial + 1
337 exit_status=$? 2634 extracted_serial=$func_arith_result
338 if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then 2635 my_xlib_u=lt$extracted_serial-$my_xlib ;;
339 exit $exit_status 2636 *) break ;;
340 fi 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
341 case $host in 2644 case $host in
342 *-darwin*) 2645 *-darwin*)
343 $show "Extracting $my_xabs" 2646 func_verbose "Extracting $my_xabs"
344 # Do not bother doing anything if just a dry run 2647 # Do not bother doing anything if just a dry run
345 if test -z "$run"; then 2648 $opt_dry_run || {
346 darwin_orig_dir=`pwd` 2649 darwin_orig_dir=`pwd`
347 cd $my_xdir || exit $? 2650 cd $my_xdir || exit $?
348 darwin_archive=$my_xabs 2651 darwin_archive=$my_xabs
349 darwin_curdir=`pwd` 2652 darwin_curdir=`pwd`
350 darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'` 2653 darwin_base_archive=`basename "$darwin_archive"`
351 darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null` 2654 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
352 if test -n "$darwin_arches"; then 2655 if test -n "$darwin_arches"; then
353 darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'` 2656 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
354 darwin_arch= 2657 darwin_arch=
355 $show "$darwin_base_archive has multiple architectures $darwin_arches" 2658 func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
356 for darwin_arch in $darwin_arches ; do 2659 for darwin_arch in $darwin_arches ; do
357 mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}" 2660 func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
358 lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" 2661 $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
359 cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" 2662 cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
360 func_extract_an_archive "`pwd`" "${darwin_base_archive}" 2663 func_extract_an_archive "`pwd`" "${darwin_base_archive}"
361 cd "$darwin_curdir" 2664 cd "$darwin_curdir"
362 $rm "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" 2665 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
363 done # $darwin_arches 2666 done # $darwin_arches
364 ## Okay now we have a bunch of thin objects, gotta fatten them up :) 2667 ## Okay now we've a bunch of thin objects, gotta fatten them up :)
365 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP` 2668 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
366 darwin_file= 2669 darwin_file=
367 darwin_files= 2670 darwin_files=
368 for darwin_file in $darwin_filelist; do 2671 for darwin_file in $darwin_filelist; do
369 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` 2672 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
370 lipo -create -output "$darwin_file" $darwin_files 2673 $LIPO -create -output "$darwin_file" $darwin_files
371 done # $darwin_filelist 2674 done # $darwin_filelist
372 ${rm}r unfat-$$ 2675 $RM -rf unfat-$$
373 cd "$darwin_orig_dir" 2676 cd "$darwin_orig_dir"
374 else 2677 else
375 cd "$darwin_orig_dir" 2678 cd $darwin_orig_dir
376 func_extract_an_archive "$my_xdir" "$my_xabs" 2679 func_extract_an_archive "$my_xdir" "$my_xabs"
377 fi # $darwin_arches 2680 fi # $darwin_arches
378 fi # $run 2681 } # !$opt_dry_run
379 ;; 2682 ;;
380 *) 2683 *)
381 func_extract_an_archive "$my_xdir" "$my_xabs" 2684 func_extract_an_archive "$my_xdir" "$my_xabs"
382 ;; 2685 ;;
383 esac 2686 esac
384 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` 2687 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
385 done 2688 done
2689
386 func_extract_archives_result="$my_oldobjs" 2690 func_extract_archives_result="$my_oldobjs"
387 } 2691 }
388 # End of Shell function definitions 2692
389 ##################################### 2693
390 2694
391 # Darwin sucks 2695 # func_emit_wrapper_part1 [arg=no]
392 eval std_shrext=\"$shrext_cmds\" 2696 #
393 2697 # Emit the first part of a libtool wrapper script on stdout.
394 disable_libs=no 2698 # For more information, see the description associated with
395 2699 # func_emit_wrapper(), below.
396 # Parse our command line options once, thoroughly. 2700 func_emit_wrapper_part1 ()
397 while test "$#" -gt 0 2701 {
398 do 2702 func_emit_wrapper_part1_arg1=no
399 arg="$1" 2703 if test -n "$1" ; then
400 shift 2704 func_emit_wrapper_part1_arg1=$1
401 2705 fi
402 case $arg in 2706
403 -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; 2707 $ECHO "\
404 *) optarg= ;; 2708 #! $SHELL
405 esac 2709
406 2710 # $output - temporary wrapper script for $objdir/$outputname
407 # If the previous option needs an argument, assign it. 2711 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
408 if test -n "$prev"; then 2712 #
409 case $prev in 2713 # The $output program cannot be directly executed until all the libtool
410 execute_dlfiles) 2714 # libraries that it depends on are installed.
411 execute_dlfiles="$execute_dlfiles $arg" 2715 #
412 ;; 2716 # This wrapper script should never be moved out of the build directory.
413 tag) 2717 # If it is, it will not operate correctly.
414 tagname="$arg" 2718
415 preserve_args="${preserve_args}=$arg" 2719 # Sed substitution that helps us do robust quoting. It backslashifies
416 2720 # metacharacters that are still active within double-quoted strings.
417 # Check whether tagname contains only valid characters 2721 Xsed='${SED} -e 1s/^X//'
418 case $tagname in 2722 sed_quote_subst='$sed_quote_subst'
419 *[!-_A-Za-z0-9,/]*) 2723
420 $echo "$progname: invalid tag name: $tagname" 1>&2 2724 # Be Bourne compatible
421 exit $EXIT_FAILURE 2725 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
422 ;; 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\" ;;
423 esac 2783 esac
424 2784 fi
425 case $tagname in 2785
426 CC) 2786 file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
427 # Don't test for the "default" C tag, as we know, it's there, but 2787 file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
428 # not specially marked. 2788 done
429 ;; 2789 "
430 *) 2790 }
431 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then 2791 # end: func_emit_wrapper_part1
432 taglist="$taglist $tagname" 2792
433 # Evaluate the configuration. 2793 # func_emit_wrapper_part2 [arg=no]
434 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" 2794 #
435 else 2795 # Emit the second part of a libtool wrapper script on stdout.
436 $echo "$progname: ignoring unknown tag $tagname" 1>&2 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
437 fi 2803 fi
438 ;; 2804
439 esac 2805 $ECHO "\
440 ;; 2806
441 *) 2807 # Usually 'no', except on cygwin/mingw when embedded into
442 eval "$prev=\$arg" 2808 # the cwrapper.
443 ;; 2809 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1
444 esac 2810 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
445 2811 # special case for '.'
446 prev= 2812 if test \"\$thisdir\" = \".\"; then
447 prevopt= 2813 thisdir=\`pwd\`
448 continue
449 fi
450
451 # Have we seen a non-optional argument yet?
452 case $arg in
453 --help)
454 show_help=yes
455 ;;
456
457 --version)
458 $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
459 $echo
460 $echo "Copyright (C) 2005 Free Software Foundation, Inc."
461 $echo "This is free software; see the source for copying conditions. There is NO"
462 $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
463 exit $?
464 ;;
465
466 --config)
467 ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath
468 # Now print the configurations for the tags.
469 for tagname in $taglist; do
470 ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath"
471 done
472 exit $?
473 ;;
474
475 --debug)
476 $echo "$progname: enabling shell trace mode"
477 set -x
478 preserve_args="$preserve_args $arg"
479 ;;
480
481 --dry-run | -n)
482 run=:
483 ;;
484
485 --features)
486 $echo "host: $host"
487 if test "$build_libtool_libs" = yes; then
488 $echo "enable shared libraries"
489 else
490 $echo "disable shared libraries"
491 fi 2814 fi
492 if test "$build_old_libs" = yes; then 2815 # remove .libs from thisdir
493 $echo "enable static libraries" 2816 case \"\$thisdir\" in
494 else 2817 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
495 $echo "disable static libraries" 2818 $objdir ) thisdir=. ;;
496 fi
497 exit $?
498 ;;
499
500 --finish) mode="finish" ;;
501
502 --mode) prevopt="--mode" prev=mode ;;
503 --mode=*) mode="$optarg" ;;
504
505 --preserve-dup-deps) duplicate_deps="yes" ;;
506
507 --quiet | --silent)
508 show=:
509 preserve_args="$preserve_args $arg"
510 ;;
511
512 --tag)
513 prevopt="--tag"
514 prev=tag
515 preserve_args="$preserve_args --tag"
516 ;;
517 --tag=*)
518 set tag "$optarg" ${1+"$@"}
519 shift
520 prev=tag
521 preserve_args="$preserve_args --tag"
522 ;;
523
524 -dlopen)
525 prevopt="-dlopen"
526 prev=execute_dlfiles
527 ;;
528
529 -*)
530 $echo "$modename: unrecognized option \`$arg'" 1>&2
531 $echo "$help" 1>&2
532 exit $EXIT_FAILURE
533 ;;
534
535 *)
536 nonopt="$arg"
537 break
538 ;;
539 esac
540 done
541
542 if test -n "$prevopt"; then
543 $echo "$modename: option \`$prevopt' requires an argument" 1>&2
544 $echo "$help" 1>&2
545 exit $EXIT_FAILURE
546 fi
547
548 case $disable_libs in
549 no)
550 ;;
551 shared)
552 build_libtool_libs=no
553 build_old_libs=yes
554 ;;
555 static)
556 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
557 ;;
558 esac
559
560 # If this variable is set in any of the actions, the command in it
561 # will be execed at the end. This prevents here-documents from being
562 # left over by shells.
563 exec_cmd=
564
565 if test -z "$show_help"; then
566
567 # Infer the operation mode.
568 if test -z "$mode"; then
569 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
570 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
571 case $nonopt in
572 *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
573 mode=link
574 for arg
575 do
576 case $arg in
577 -c)
578 mode=compile
579 break
580 ;;
581 esac
582 done
583 ;;
584 *db | *dbx | *strace | *truss)
585 mode=execute
586 ;;
587 *install*|cp|mv)
588 mode=install
589 ;;
590 *rm)
591 mode=uninstall
592 ;;
593 *)
594 # If we have no mode, but dlfiles were specified, then do execute mode.
595 test -n "$execute_dlfiles" && mode=execute
596
597 # Just use the default operation mode.
598 if test -z "$mode"; then
599 if test -n "$nonopt"; then
600 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
601 else
602 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
603 fi
604 fi
605 ;;
606 esac 2819 esac
607 fi 2820 fi
608 2821
609 # Only execute mode is allowed to have -dlopen flags. 2822 # Try to get the absolute directory name.
610 if test -n "$execute_dlfiles" && test "$mode" != execute; then 2823 absdir=\`cd \"\$thisdir\" && pwd\`
611 $echo "$modename: unrecognized option \`-dlopen'" 1>&2 2824 test -n \"\$absdir\" && thisdir=\"\$absdir\"
612 $echo "$help" 1>&2 2825 "
613 exit $EXIT_FAILURE 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
614 fi 2922 fi
615 2923 fi\
616 # Change the help message to a mode-specific one. 2924 "
617 generic_help="$help" 2925 }
618 help="Try \`$modename --help --mode=$mode' for more information." 2926 # end: func_emit_wrapper_part2
619 2927
620 # These modes are in order of execution frequency so that they run quickly. 2928
621 case $mode in 2929 # func_emit_wrapper [arg=no]
622 # libtool compile mode 2930 #
623 compile) 2931 # Emit a libtool wrapper script on stdout.
624 modename="$modename: compile" 2932 # Don't directly open a file because we may want to
625 # Get the compilation command and the source file. 2933 # incorporate the script contents within a cygwin/mingw
626 base_compile= 2934 # wrapper executable. Must ONLY be called from within
627 srcfile="$nonopt" # always keep a non-empty value in "srcfile" 2935 # func_mode_link because it depends on a number of variables
628 suppress_opt=yes 2936 # set therein.
629 suppress_output= 2937 #
630 arg_mode=normal 2938 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
631 libobj= 2939 # variable will take. If 'yes', then the emitted script
632 later= 2940 # will assume that the directory in which it is stored is
633 2941 # the $objdir directory. This is a cygwin/mingw-specific
634 for arg 2942 # behavior.
635 do 2943 func_emit_wrapper ()
636 case $arg_mode in 2944 {
637 arg ) 2945 func_emit_wrapper_arg1=no
638 # do not "continue". Instead, add this to base_compile 2946 if test -n "$1" ; then
639 lastarg="$arg" 2947 func_emit_wrapper_arg1=$1
640 arg_mode=normal 2948 fi
641 ;; 2949
642 2950 # split this up so that func_emit_cwrapperexe_src
643 target ) 2951 # can call each part independently.
644 libobj="$arg" 2952 func_emit_wrapper_part1 "${func_emit_wrapper_arg1}"
645 arg_mode=normal 2953 func_emit_wrapper_part2 "${func_emit_wrapper_arg1}"
646 continue 2954 }
647 ;; 2955
648 2956
649 normal ) 2957 # func_to_host_path arg
650 # Accept any command-line options. 2958 #
651 case $arg in 2959 # Convert paths to host format when used with build tools.
652 -o) 2960 # Intended for use with "native" mingw (where libtool itself
653 if test -n "$libobj" ; then 2961 # is running under the msys shell), or in the following cross-
654 $echo "$modename: you cannot specify \`-o' more than once" 1>&2 2962 # build environments:
655 exit $EXIT_FAILURE 2963 # $build $host
656 fi 2964 # mingw (msys) mingw [e.g. native]
657 arg_mode=target 2965 # cygwin mingw
658 continue 2966 # *nix + wine mingw
659 ;; 2967 # where wine is equipped with the `winepath' executable.
660 2968 # In the native mingw case, the (msys) shell automatically
661 -static | -prefer-pic | -prefer-non-pic) 2969 # converts paths for any non-msys applications it launches,
662 later="$later $arg" 2970 # but that facility isn't available from inside the cwrapper.
663 continue 2971 # Similar accommodations are necessary for $host mingw and
664 ;; 2972 # $build cygwin. Calling this function does no harm for other
665 2973 # $host/$build combinations not listed above.
666 -no-suppress) 2974 #
667 suppress_opt=no 2975 # ARG is the path (on $build) that should be converted to
668 continue 2976 # the proper representation for $host. The result is stored
669 ;; 2977 # in $func_to_host_path_result.
670 2978 func_to_host_path ()
671 -Xcompiler) 2979 {
672 arg_mode=arg # the next one goes into the "base_compile" arg list 2980 func_to_host_path_result="$1"
673 continue # The current "srcfile" will either be retained or 2981 if test -n "$1" ; then
674 ;; # replaced later. I would guess that would be a bug. 2982 case $host in
675 2983 *mingw* )
676 -Wc,*) 2984 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
677 args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` 2985 case $build in
678 lastarg= 2986 *mingw* ) # actually, msys
679 save_ifs="$IFS"; IFS=',' 2987 # awkward: cmd appends spaces to result
680 for arg in $args; do 2988 lt_sed_strip_trailing_spaces="s/[ ]*\$//"
681 IFS="$save_ifs" 2989 func_to_host_path_tmp1=`( cmd //c echo "$1" |\
682 2990 $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
683 # Double-quote args containing other shell metacharacters. 2991 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
684 # Many Bourne shells cannot handle close brackets correctly 2992 $SED -e "$lt_sed_naive_backslashify"`
685 # in scan sets, so we specify it separately. 2993 ;;
686 case $arg in 2994 *cygwin* )
687 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 2995 func_to_host_path_tmp1=`cygpath -w "$1"`
688 arg="\"$arg\"" 2996 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
689 ;; 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_tmp1" |\
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_tmp1"`
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 */
3149 EOF
3150 cat <<"EOF"
3151 #include <stdio.h>
3152 #include <stdlib.h>
3153 #ifdef _MSC_VER
3154 # include <direct.h>
3155 # include <process.h>
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 =
3285 EOF
3286
3287 func_emit_wrapper_part1 yes |
3288 $SED -e 's/\([\\"]\)/\\\1/g' \
3289 -e 's/^/ "/' -e 's/$/\\n"/'
3290 echo ";"
3291 cat <<EOF
3292
3293 static const char *script_text_part2 =
3294 EOF
3295 func_emit_wrapper_part2 yes |
3296 $SED -e 's/\([\\"]\)/\\\1/g' \
3297 -e 's/^/ "/' -e 's/$/\\n"/'
3298 echo ";"
3299
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 #undef main
3363 int
3364 main (int argc, char *argv[])
3365 {
3366 char **newargz;
3367 int newargc;
3368 char *tmp_pathspec;
3369 char *actual_cwrapper_path;
3370 char *actual_cwrapper_name;
3371 char *target_name;
3372 char *lt_argv_zero;
3373 intptr_t rval = 127;
3374
3375 int i;
3376
3377 program_name = (char *) xstrdup (base_name (argv[0]));
3378 LTWRAPPER_DEBUGPRINTF (("(main) argv[0] : %s\n", argv[0]));
3379 LTWRAPPER_DEBUGPRINTF (("(main) program_name : %s\n", program_name));
3380
3381 /* very simple arg parsing; don't want to rely on getopt */
3382 for (i = 1; i < argc; i++)
3383 {
3384 if (strcmp (argv[i], dumpscript_opt) == 0)
3385 {
3386 EOF
3387 case "$host" in
3388 *mingw* | *cygwin* )
3389 # make stdout use "unix" line endings
3390 echo " setmode(1,_O_BINARY);"
3391 ;;
3392 esac
3393
3394 cat <<"EOF"
3395 printf ("%s", script_text_part1);
3396 printf ("%s", script_text_part2);
3397 return 0;
3398 }
3399 }
3400
3401 newargz = XMALLOC (char *, argc + 1);
3402 tmp_pathspec = find_executable (argv[0]);
3403 if (tmp_pathspec == NULL)
3404 lt_fatal ("Couldn't find %s", argv[0]);
3405 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
3406 tmp_pathspec));
3407
3408 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
3409 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
3410 actual_cwrapper_path));
3411 XFREE (tmp_pathspec);
3412
3413 actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path));
3414 strendzap (actual_cwrapper_path, actual_cwrapper_name);
3415
3416 /* wrapper name transforms */
3417 strendzap (actual_cwrapper_name, ".exe");
3418 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
3419 XFREE (actual_cwrapper_name);
3420 actual_cwrapper_name = tmp_pathspec;
3421 tmp_pathspec = 0;
3422
3423 /* target_name transforms -- use actual target program name; might have lt- prefix */
3424 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
3425 strendzap (target_name, ".exe");
3426 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
3427 XFREE (target_name);
3428 target_name = tmp_pathspec;
3429 tmp_pathspec = 0;
3430
3431 LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %s\n",
3432 target_name));
3433 EOF
3434
3435 cat <<EOF
3436 newargz[0] =
3437 XMALLOC (char, (strlen (actual_cwrapper_path) +
3438 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
3439 strcpy (newargz[0], actual_cwrapper_path);
3440 strcat (newargz[0], "$objdir");
3441 strcat (newargz[0], "/");
3442 EOF
3443
3444 cat <<"EOF"
3445 /* stop here, and copy so we don't have to do this twice */
3446 tmp_pathspec = xstrdup (newargz[0]);
3447
3448 /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
3449 strcat (newargz[0], actual_cwrapper_name);
3450
3451 /* DO want the lt- prefix here if it exists, so use target_name */
3452 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
3453 XFREE (tmp_pathspec);
3454 tmp_pathspec = NULL;
3455 EOF
3456
3457 case $host_os in
3458 mingw*)
3459 cat <<"EOF"
3460 {
3461 char* p;
3462 while ((p = strchr (newargz[0], '\\')) != NULL)
3463 {
3464 *p = '/';
3465 }
3466 while ((p = strchr (lt_argv_zero, '\\')) != NULL)
3467 {
3468 *p = '/';
3469 }
3470 }
3471 EOF
3472 ;;
690 esac 3473 esac
691 lastarg="$lastarg $arg" 3474
692 done 3475 cat <<"EOF"
693 IFS="$save_ifs" 3476 XFREE (target_name);
694 lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` 3477 XFREE (actual_cwrapper_path);
695 3478 XFREE (actual_cwrapper_name);
696 # Add the arguments to base_compile. 3479
697 base_compile="$base_compile $lastarg" 3480 lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
698 continue 3481 lt_setenv ("DUALCASE", "1"); /* for MSK sh */
699 ;; 3482 lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
700 3483 lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
701 * ) 3484
702 # Accept the current argument as the source file. 3485 newargc=0;
703 # The previous "srcfile" becomes the current argument. 3486 for (i = 1; i < argc; i++)
704 # 3487 {
705 lastarg="$srcfile" 3488 if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
706 srcfile="$arg" 3489 {
707 ;; 3490 if (argv[i][env_set_opt_len] == '=')
708 esac # case $arg 3491 {
709 ;; 3492 const char *p = argv[i] + env_set_opt_len + 1;
710 esac # case $arg_mode 3493 lt_opt_process_env_set (p);
711 3494 }
712 # Aesthetically quote the previous argument. 3495 else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc)
713 lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` 3496 {
714 3497 lt_opt_process_env_set (argv[++i]); /* don't copy */
715 case $lastarg in 3498 }
716 # Double-quote args containing other shell metacharacters. 3499 else
717 # Many Bourne shells cannot handle close brackets correctly 3500 lt_fatal ("%s missing required argument", env_set_opt);
718 # in scan sets, and some SunOS ksh mistreat backslash-escaping 3501 continue;
719 # in scan sets (worked around with variable expansion), 3502 }
720 # and furthermore cannot handle '|' '&' '(' ')' in scan sets 3503 if (strncmp (argv[i], env_prepend_opt, env_prepend_opt_len) == 0)
721 # at all, so we specify them separately. 3504 {
722 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 3505 if (argv[i][env_prepend_opt_len] == '=')
723 lastarg="\"$lastarg\"" 3506 {
724 ;; 3507 const char *p = argv[i] + env_prepend_opt_len + 1;
725 esac 3508 lt_opt_process_env_prepend (p);
726 3509 }
727 base_compile="$base_compile $lastarg" 3510 else if (argv[i][env_prepend_opt_len] == '\0' && i + 1 < argc)
728 done # for arg 3511 {
729 3512 lt_opt_process_env_prepend (argv[++i]); /* don't copy */
730 case $arg_mode in 3513 }
731 arg) 3514 else
732 $echo "$modename: you must specify an argument for -Xcompile" 3515 lt_fatal ("%s missing required argument", env_prepend_opt);
733 exit $EXIT_FAILURE 3516 continue;
734 ;; 3517 }
735 target) 3518 if (strncmp (argv[i], env_append_opt, env_append_opt_len) == 0)
736 $echo "$modename: you must specify a target with \`-o'" 1>&2 3519 {
737 exit $EXIT_FAILURE 3520 if (argv[i][env_append_opt_len] == '=')
738 ;; 3521 {
739 *) 3522 const char *p = argv[i] + env_append_opt_len + 1;
740 # Get the name of the library object. 3523 lt_opt_process_env_append (p);
741 [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` 3524 }
742 ;; 3525 else if (argv[i][env_append_opt_len] == '\0' && i + 1 < argc)
743 esac 3526 {
744 3527 lt_opt_process_env_append (argv[++i]); /* don't copy */
745 # Recognize several different file suffixes. 3528 }
746 # If the user specifies -o file.o, it is replaced with file.lo 3529 else
747 xform='[cCFSifmso]' 3530 lt_fatal ("%s missing required argument", env_append_opt);
748 case $libobj in 3531 continue;
749 *.ada) xform=ada ;; 3532 }
750 *.adb) xform=adb ;; 3533 if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
751 *.ads) xform=ads ;; 3534 {
752 *.asm) xform=asm ;; 3535 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
753 *.c++) xform=c++ ;; 3536 namespace, but it is not one of the ones we know about and
754 *.cc) xform=cc ;; 3537 have already dealt with, above (inluding dump-script), then
755 *.ii) xform=ii ;; 3538 report an error. Otherwise, targets might begin to believe
756 *.class) xform=class ;; 3539 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
757 *.cpp) xform=cpp ;; 3540 namespace. The first time any user complains about this, we'll
758 *.cxx) xform=cxx ;; 3541 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
759 *.f90) xform=f90 ;; 3542 or a configure.ac-settable value.
760 *.for) xform=for ;; 3543 */
761 *.java) xform=java ;; 3544 lt_fatal ("Unrecognized option in %s namespace: '%s'",
762 esac 3545 ltwrapper_option_prefix, argv[i]);
763 3546 }
764 libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` 3547 /* otherwise ... */
765 3548 newargz[++newargc] = xstrdup (argv[i]);
766 case $libobj in 3549 }
767 *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; 3550 newargz[++newargc] = NULL;
768 *) 3551
769 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2 3552 LTWRAPPER_DEBUGPRINTF (("(main) lt_argv_zero : %s\n", (lt_argv_zero ? lt_argv_zero : "<NULL>")));
770 exit $EXIT_FAILURE 3553 for (i = 0; i < newargc; i++)
771 ;; 3554 {
772 esac 3555 LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? newargz[i] : "<NULL>")));
773 3556 }
774 func_infer_tag $base_compile 3557
775
776 for arg in $later; do
777 case $arg in
778 -static)
779 build_old_libs=yes
780 continue
781 ;;
782
783 -prefer-pic)
784 pic_mode=yes
785 continue
786 ;;
787
788 -prefer-non-pic)
789 pic_mode=no
790 continue
791 ;;
792 esac
793 done
794
795 qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
796 case $qlibobj in
797 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
798 qlibobj="\"$qlibobj\"" ;;
799 esac
800 test "X$libobj" != "X$qlibobj" \
801 && $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"' &()|`$[]' \
802 && $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
803 objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
804 xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
805 if test "X$xdir" = "X$obj"; then
806 xdir=
807 else
808 xdir=$xdir/
809 fi
810 lobj=${xdir}$objdir/$objname
811
812 if test -z "$base_compile"; then
813 $echo "$modename: you must specify a compilation command" 1>&2
814 $echo "$help" 1>&2
815 exit $EXIT_FAILURE
816 fi
817
818 # Delete any leftover library objects.
819 if test "$build_old_libs" = yes; then
820 removelist="$obj $lobj $libobj ${libobj}T"
821 else
822 removelist="$lobj $libobj ${libobj}T"
823 fi
824
825 $run $rm $removelist
826 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
827
828 # On Cygwin there's no "real" PIC flag so we must build both object types
829 case $host_os in
830 cygwin* | mingw* | pw32* | os2*)
831 pic_mode=default
832 ;;
833 esac
834 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
835 # non-PIC code in shared libraries is not supported
836 pic_mode=default
837 fi
838
839 # Calculate the filename of the output object if compiler does
840 # not support -o with -c
841 if test "$compiler_c_o" = no; then
842 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
843 lockfile="$output_obj.lock"
844 removelist="$removelist $output_obj $lockfile"
845 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
846 else
847 output_obj=
848 need_locks=no
849 lockfile=
850 fi
851
852 # Lock this critical section if it is needed
853 # We use this script file to make the link, it avoids creating a new file
854 if test "$need_locks" = yes; then
855 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
856 $show "Waiting for $lockfile to be removed"
857 sleep 2
858 done
859 elif test "$need_locks" = warn; then
860 if test -f "$lockfile"; then
861 $echo "\
862 *** ERROR, $lockfile exists and contains:
863 `cat $lockfile 2>/dev/null`
864
865 This indicates that another process is trying to use the same
866 temporary object file, and libtool could not work around it because
867 your compiler does not support \`-c' and \`-o' together. If you
868 repeat this compilation, it may succeed, by chance, but you had better
869 avoid parallel builds (make -j) in this platform, or get a better
870 compiler."
871
872 $run $rm $removelist
873 exit $EXIT_FAILURE
874 fi
875 $echo "$srcfile" > "$lockfile"
876 fi
877
878 if test -n "$fix_srcfile_path"; then
879 eval srcfile=\"$fix_srcfile_path\"
880 fi
881 qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
882 case $qsrcfile in
883 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
884 qsrcfile="\"$qsrcfile\"" ;;
885 esac
886
887 $run $rm "$libobj" "${libobj}T"
888
889 # Create a libtool object file (analogous to a ".la" file),
890 # but don't create it if we're doing a dry run.
891 test -z "$run" && cat > ${libobj}T <<EOF
892 # $libobj - a libtool object file
893 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
894 #
895 # Please DO NOT delete this file!
896 # It is necessary for linking the library.
897
898 # Name of the PIC object.
899 EOF 3558 EOF
900 3559
901 # Only build a PIC object if we are building libtool libraries. 3560 case $host_os in
902 if test "$build_libtool_libs" = yes; then 3561 mingw*)
903 # Without this assignment, base_compile gets emptied. 3562 cat <<"EOF"
904 fbsd_hideous_sh_bug=$base_compile 3563 /* execv doesn't actually work on mingw as expected on unix */
905 3564 rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
906 if test "$pic_mode" != no; then 3565 if (rval == -1)
907 command="$base_compile $qsrcfile $pic_flag" 3566 {
3567 /* failed to start process */
3568 LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno));
3569 return 127;
3570 }
3571 return rval;
3572 EOF
3573 ;;
3574 *)
3575 cat <<"EOF"
3576 execv (lt_argv_zero, newargz);
3577 return rval; /* =127, but avoids unused variable warning */
3578 EOF
3579 ;;
3580 esac
3581
3582 cat <<"EOF"
3583 }
3584
3585 void *
3586 xmalloc (size_t num)
3587 {
3588 void *p = (void *) malloc (num);
3589 if (!p)
3590 lt_fatal ("Memory exhausted");
3591
3592 return p;
3593 }
3594
3595 char *
3596 xstrdup (const char *string)
3597 {
3598 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
3599 string) : NULL;
3600 }
3601
3602 const char *
3603 base_name (const char *name)
3604 {
3605 const char *base;
3606
3607 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
3608 /* Skip over the disk name in MSDOS pathnames. */
3609 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
3610 name += 2;
3611 #endif
3612
3613 for (base = name; *name; name++)
3614 if (IS_DIR_SEPARATOR (*name))
3615 base = name + 1;
3616 return base;
3617 }
3618
3619 int
3620 check_executable (const char *path)
3621 {
3622 struct stat st;
3623
3624 LTWRAPPER_DEBUGPRINTF (("(check_executable) : %s\n",
3625 path ? (*path ? path : "EMPTY!") : "NULL!"));
3626 if ((!path) || (!*path))
3627 return 0;
3628
3629 if ((stat (path, &st) >= 0)
3630 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3631 return 1;
3632 else
3633 return 0;
3634 }
3635
3636 int
3637 make_executable (const char *path)
3638 {
3639 int rval = 0;
3640 struct stat st;
3641
3642 LTWRAPPER_DEBUGPRINTF (("(make_executable) : %s\n",
3643 path ? (*path ? path : "EMPTY!") : "NULL!"));
3644 if ((!path) || (!*path))
3645 return 0;
3646
3647 if (stat (path, &st) >= 0)
3648 {
3649 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
3650 }
3651 return rval;
3652 }
3653
3654 /* Searches for the full path of the wrapper. Returns
3655 newly allocated full path name if found, NULL otherwise
3656 Does not chase symlinks, even on platforms that support them.
3657 */
3658 char *
3659 find_executable (const char *wrapper)
3660 {
3661 int has_slash = 0;
3662 const char *p;
3663 const char *p_next;
3664 /* static buffer for getcwd */
3665 char tmp[LT_PATHMAX + 1];
3666 int tmp_len;
3667 char *concat_name;
3668
3669 LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n",
3670 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
3671
3672 if ((wrapper == NULL) || (*wrapper == '\0'))
3673 return NULL;
3674
3675 /* Absolute path? */
3676 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
3677 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
3678 {
3679 concat_name = xstrdup (wrapper);
3680 if (check_executable (concat_name))
3681 return concat_name;
3682 XFREE (concat_name);
3683 }
3684 else
3685 {
3686 #endif
3687 if (IS_DIR_SEPARATOR (wrapper[0]))
3688 {
3689 concat_name = xstrdup (wrapper);
3690 if (check_executable (concat_name))
3691 return concat_name;
3692 XFREE (concat_name);
3693 }
3694 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
3695 }
3696 #endif
3697
3698 for (p = wrapper; *p; p++)
3699 if (*p == '/')
3700 {
3701 has_slash = 1;
3702 break;
3703 }
3704 if (!has_slash)
3705 {
3706 /* no slashes; search PATH */
3707 const char *path = getenv ("PATH");
3708 if (path != NULL)
3709 {
3710 for (p = path; *p; p = p_next)
3711 {
3712 const char *q;
3713 size_t p_len;
3714 for (q = p; *q; q++)
3715 if (IS_PATH_SEPARATOR (*q))
3716 break;
3717 p_len = q - p;
3718 p_next = (*q == '\0' ? q : q + 1);
3719 if (p_len == 0)
3720 {
3721 /* empty path: current directory */
3722 if (getcwd (tmp, LT_PATHMAX) == NULL)
3723 lt_fatal ("getcwd failed");
3724 tmp_len = strlen (tmp);
3725 concat_name =
3726 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3727 memcpy (concat_name, tmp, tmp_len);
3728 concat_name[tmp_len] = '/';
3729 strcpy (concat_name + tmp_len + 1, wrapper);
3730 }
3731 else
3732 {
3733 concat_name =
3734 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3735 memcpy (concat_name, p, p_len);
3736 concat_name[p_len] = '/';
3737 strcpy (concat_name + p_len + 1, wrapper);
3738 }
3739 if (check_executable (concat_name))
3740 return concat_name;
3741 XFREE (concat_name);
3742 }
3743 }
3744 /* not found in PATH; assume curdir */
3745 }
3746 /* Relative path | not found in path: prepend cwd */
3747 if (getcwd (tmp, LT_PATHMAX) == NULL)
3748 lt_fatal ("getcwd failed");
3749 tmp_len = strlen (tmp);
3750 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3751 memcpy (concat_name, tmp, tmp_len);
3752 concat_name[tmp_len] = '/';
3753 strcpy (concat_name + tmp_len + 1, wrapper);
3754
3755 if (check_executable (concat_name))
3756 return concat_name;
3757 XFREE (concat_name);
3758 return NULL;
3759 }
3760
3761 char *
3762 chase_symlinks (const char *pathspec)
3763 {
3764 #ifndef S_ISLNK
3765 return xstrdup (pathspec);
3766 #else
3767 char buf[LT_PATHMAX];
3768 struct stat s;
3769 char *tmp_pathspec = xstrdup (pathspec);
3770 char *p;
3771 int has_symlinks = 0;
3772 while (strlen (tmp_pathspec) && !has_symlinks)
3773 {
3774 LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n",
3775 tmp_pathspec));
3776 if (lstat (tmp_pathspec, &s) == 0)
3777 {
3778 if (S_ISLNK (s.st_mode) != 0)
3779 {
3780 has_symlinks = 1;
3781 break;
3782 }
3783
3784 /* search backwards for last DIR_SEPARATOR */
3785 p = tmp_pathspec + strlen (tmp_pathspec) - 1;
3786 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
3787 p--;
3788 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
3789 {
3790 /* no more DIR_SEPARATORS left */
3791 break;
3792 }
3793 *p = '\0';
3794 }
908 else 3795 else
909 # Don't build PIC code 3796 {
910 command="$base_compile $qsrcfile" 3797 char *errstr = strerror (errno);
911 fi 3798 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
912 3799 }
913 if test ! -d "${xdir}$objdir"; then 3800 }
914 $show "$mkdir ${xdir}$objdir" 3801 XFREE (tmp_pathspec);
915 $run $mkdir ${xdir}$objdir 3802
916 exit_status=$? 3803 if (!has_symlinks)
917 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then 3804 {
918 exit $exit_status 3805 return xstrdup (pathspec);
919 fi 3806 }
920 fi 3807
921 3808 tmp_pathspec = realpath (pathspec, buf);
922 if test -z "$output_obj"; then 3809 if (tmp_pathspec == 0)
923 # Place PIC objects in $objdir 3810 {
924 command="$command -o $lobj" 3811 lt_fatal ("Could not follow symlinks for %s", pathspec);
925 fi 3812 }
926 3813 return xstrdup (tmp_pathspec);
927 $run $rm "$lobj" "$output_obj" 3814 #endif
928 3815 }
929 $show "$command" 3816
930 if $run eval "$command"; then : 3817 char *
3818 strendzap (char *str, const char *pat)
3819 {
3820 size_t len, patlen;
3821
3822 assert (str != NULL);
3823 assert (pat != NULL);
3824
3825 len = strlen (str);
3826 patlen = strlen (pat);
3827
3828 if (patlen <= len)
3829 {
3830 str += len - patlen;
3831 if (strcmp (str, pat) == 0)
3832 *str = '\0';
3833 }
3834 return str;
3835 }
3836
3837 static void
3838 lt_error_core (int exit_status, const char *mode,
3839 const char *message, va_list ap)
3840 {
3841 fprintf (stderr, "%s: %s: ", program_name, mode);
3842 vfprintf (stderr, message, ap);
3843 fprintf (stderr, ".\n");
3844
3845 if (exit_status >= 0)
3846 exit (exit_status);
3847 }
3848
3849 void
3850 lt_fatal (const char *message, ...)
3851 {
3852 va_list ap;
3853 va_start (ap, message);
3854 lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
3855 va_end (ap);
3856 }
3857
3858 void
3859 lt_setenv (const char *name, const char *value)
3860 {
3861 LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n",
3862 (name ? name : "<NULL>"),
3863 (value ? value : "<NULL>")));
3864 {
3865 #ifdef HAVE_SETENV
3866 /* always make a copy, for consistency with !HAVE_SETENV */
3867 char *str = xstrdup (value);
3868 setenv (name, str, 1);
3869 #else
3870 int len = strlen (name) + 1 + strlen (value) + 1;
3871 char *str = XMALLOC (char, len);
3872 sprintf (str, "%s=%s", name, value);
3873 if (putenv (str) != EXIT_SUCCESS)
3874 {
3875 XFREE (str);
3876 }
3877 #endif
3878 }
3879 }
3880
3881 char *
3882 lt_extend_str (const char *orig_value, const char *add, int to_end)
3883 {
3884 char *new_value;
3885 if (orig_value && *orig_value)
3886 {
3887 int orig_value_len = strlen (orig_value);
3888 int add_len = strlen (add);
3889 new_value = XMALLOC (char, add_len + orig_value_len + 1);
3890 if (to_end)
3891 {
3892 strcpy (new_value, orig_value);
3893 strcpy (new_value + orig_value_len, add);
3894 }
931 else 3895 else
932 test -n "$output_obj" && $run $rm $removelist 3896 {
933 exit $EXIT_FAILURE 3897 strcpy (new_value, add);
934 fi 3898 strcpy (new_value + add_len, orig_value);
935 3899 }
936 if test "$need_locks" = warn && 3900 }
937 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 3901 else
938 $echo "\ 3902 {
939 *** ERROR, $lockfile contains: 3903 new_value = xstrdup (add);
940 `cat $lockfile 2>/dev/null` 3904 }
941 3905 return new_value;
942 but it should contain: 3906 }
943 $srcfile 3907
944 3908 int
945 This indicates that another process is trying to use the same 3909 lt_split_name_value (const char *arg, char** name, char** value)
946 temporary object file, and libtool could not work around it because 3910 {
947 your compiler does not support \`-c' and \`-o' together. If you 3911 const char *p;
948 repeat this compilation, it may succeed, by chance, but you had better 3912 int len;
949 avoid parallel builds (make -j) in this platform, or get a better 3913 if (!arg || !*arg)
950 compiler." 3914 return 1;
951 3915
952 $run $rm $removelist 3916 p = strchr (arg, (int)'=');
953 exit $EXIT_FAILURE 3917
954 fi 3918 if (!p)
955 3919 return 1;
956 # Just move the object if needed, then go on to compile the next one 3920
957 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 3921 *value = xstrdup (++p);
958 $show "$mv $output_obj $lobj" 3922
959 if $run $mv $output_obj $lobj; then : 3923 len = strlen (arg) - strlen (*value);
960 else 3924 *name = XMALLOC (char, len);
961 error=$? 3925 strncpy (*name, arg, len-1);
962 $run $rm $removelist 3926 (*name)[len - 1] = '\0';
963 exit $error 3927
964 fi 3928 return 0;
965 fi 3929 }
966 3930
967 # Append the name of the PIC object to the libtool object file. 3931 void
968 test -z "$run" && cat >> ${libobj}T <<EOF 3932 lt_opt_process_env_set (const char *arg)
969 pic_object='$objdir/$objname' 3933 {
3934 char *name = NULL;
3935 char *value = NULL;
3936
3937 if (lt_split_name_value (arg, &name, &value) != 0)
3938 {
3939 XFREE (name);
3940 XFREE (value);
3941 lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg);
3942 }
3943
3944 lt_setenv (name, value);
3945 XFREE (name);
3946 XFREE (value);
3947 }
3948
3949 void
3950 lt_opt_process_env_prepend (const char *arg)
3951 {
3952 char *name = NULL;
3953 char *value = NULL;
3954 char *new_value = NULL;
3955
3956 if (lt_split_name_value (arg, &name, &value) != 0)
3957 {
3958 XFREE (name);
3959 XFREE (value);
3960 lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg);
3961 }
3962
3963 new_value = lt_extend_str (getenv (name), value, 0);
3964 lt_setenv (name, new_value);
3965 XFREE (new_value);
3966 XFREE (name);
3967 XFREE (value);
3968 }
3969
3970 void
3971 lt_opt_process_env_append (const char *arg)
3972 {
3973 char *name = NULL;
3974 char *value = NULL;
3975 char *new_value = NULL;
3976
3977 if (lt_split_name_value (arg, &name, &value) != 0)
3978 {
3979 XFREE (name);
3980 XFREE (value);
3981 lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg);
3982 }
3983
3984 new_value = lt_extend_str (getenv (name), value, 1);
3985 lt_setenv (name, new_value);
3986 XFREE (new_value);
3987 XFREE (name);
3988 XFREE (value);
3989 }
3990
3991 void
3992 lt_update_exe_path (const char *name, const char *value)
3993 {
3994 LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
3995 (name ? name : "<NULL>"),
3996 (value ? value : "<NULL>")));
3997
3998 if (name && *name && value && *value)
3999 {
4000 char *new_value = lt_extend_str (getenv (name), value, 0);
4001 /* some systems can't cope with a ':'-terminated path #' */
4002 int len = strlen (new_value);
4003 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
4004 {
4005 new_value[len-1] = '\0';
4006 }
4007 lt_setenv (name, new_value);
4008 XFREE (new_value);
4009 }
4010 }
4011
4012 void
4013 lt_update_lib_path (const char *name, const char *value)
4014 {
4015 LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
4016 (name ? name : "<NULL>"),
4017 (value ? value : "<NULL>")));
4018
4019 if (name && *name && value && *value)
4020 {
4021 char *new_value = lt_extend_str (getenv (name), value, 0);
4022 lt_setenv (name, new_value);
4023 XFREE (new_value);
4024 }
4025 }
4026
970 4027
971 EOF 4028 EOF
972 4029 }
973 # Allow error messages only from the first compilation. 4030 # end: func_emit_cwrapperexe_src
974 if test "$suppress_opt" = yes; then 4031
975 suppress_output=' >/dev/null 2>&1' 4032 # func_mode_link arg...
976 fi 4033 func_mode_link ()
977 else 4034 {
978 # No PIC object so indicate it doesn't exist in the libtool 4035 $opt_debug
979 # object file.
980 test -z "$run" && cat >> ${libobj}T <<EOF
981 pic_object=none
982
983 EOF
984 fi
985
986 # Only build a position-dependent object if we build old libraries.
987 if test "$build_old_libs" = yes; then
988 if test "$pic_mode" != yes; then
989 # Don't build PIC code
990 command="$base_compile $qsrcfile"
991 else
992 command="$base_compile $qsrcfile $pic_flag"
993 fi
994 if test "$compiler_c_o" = yes; then
995 command="$command -o $obj"
996 fi
997
998 # Suppress compiler output if we already did a PIC compilation.
999 command="$command$suppress_output"
1000 $run $rm "$obj" "$output_obj"
1001 $show "$command"
1002 if $run eval "$command"; then :
1003 else
1004 $run $rm $removelist
1005 exit $EXIT_FAILURE
1006 fi
1007
1008 if test "$need_locks" = warn &&
1009 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
1010 $echo "\
1011 *** ERROR, $lockfile contains:
1012 `cat $lockfile 2>/dev/null`
1013
1014 but it should contain:
1015 $srcfile
1016
1017 This indicates that another process is trying to use the same
1018 temporary object file, and libtool could not work around it because
1019 your compiler does not support \`-c' and \`-o' together. If you
1020 repeat this compilation, it may succeed, by chance, but you had better
1021 avoid parallel builds (make -j) in this platform, or get a better
1022 compiler."
1023
1024 $run $rm $removelist
1025 exit $EXIT_FAILURE
1026 fi
1027
1028 # Just move the object if needed
1029 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
1030 $show "$mv $output_obj $obj"
1031 if $run $mv $output_obj $obj; then :
1032 else
1033 error=$?
1034 $run $rm $removelist
1035 exit $error
1036 fi
1037 fi
1038
1039 # Append the name of the non-PIC object the libtool object file.
1040 # Only append if the libtool object file exists.
1041 test -z "$run" && cat >> ${libobj}T <<EOF
1042 # Name of the non-PIC object.
1043 non_pic_object='$objname'
1044
1045 EOF
1046 else
1047 # Append the name of the non-PIC object the libtool object file.
1048 # Only append if the libtool object file exists.
1049 test -z "$run" && cat >> ${libobj}T <<EOF
1050 # Name of the non-PIC object.
1051 non_pic_object=none
1052
1053 EOF
1054 fi
1055
1056 $run $mv "${libobj}T" "${libobj}"
1057
1058 # Unlock the critical section if it was locked
1059 if test "$need_locks" != no; then
1060 $run $rm "$lockfile"
1061 fi
1062
1063 exit $EXIT_SUCCESS
1064 ;;
1065
1066 # libtool link mode
1067 link | relink)
1068 modename="$modename: link"
1069 case $host in 4036 case $host in
1070 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 4037 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
1071 # It is impossible to link a dll without this setting, and 4038 # It is impossible to link a dll without this setting, and
1072 # we shouldn't force the makefile maintainer to figure out 4039 # we shouldn't force the makefile maintainer to figure out
1073 # which system we are compiling for in order to pass an extra 4040 # which system we are compiling for in order to pass an extra
1074 # flag for every libtool invocation. 4041 # flag for every libtool invocation.
1075 # allow_undefined=no 4042 # allow_undefined=no
1083 ;; 4050 ;;
1084 *) 4051 *)
1085 allow_undefined=yes 4052 allow_undefined=yes
1086 ;; 4053 ;;
1087 esac 4054 esac
1088 libtool_args="$nonopt" 4055 libtool_args=$nonopt
1089 base_compile="$nonopt $@" 4056 base_compile="$nonopt $@"
1090 compile_command="$nonopt" 4057 compile_command=$nonopt
1091 finalize_command="$nonopt" 4058 finalize_command=$nonopt
1092 4059
1093 compile_rpath= 4060 compile_rpath=
1094 finalize_rpath= 4061 finalize_rpath=
1095 compile_shlibpath= 4062 compile_shlibpath=
1096 finalize_shlibpath= 4063 finalize_shlibpath=
1101 compiler_flags= 4068 compiler_flags=
1102 linker_flags= 4069 linker_flags=
1103 dllsearchpath= 4070 dllsearchpath=
1104 lib_search_path=`pwd` 4071 lib_search_path=`pwd`
1105 inst_prefix_dir= 4072 inst_prefix_dir=
4073 new_inherited_linker_flags=
1106 4074
1107 avoid_version=no 4075 avoid_version=no
1108 dlfiles= 4076 dlfiles=
1109 dlprefiles= 4077 dlprefiles=
1110 dlself=no 4078 dlself=no
1116 ltlibs= 4084 ltlibs=
1117 module=no 4085 module=no
1118 no_install=no 4086 no_install=no
1119 objs= 4087 objs=
1120 non_pic_objects= 4088 non_pic_objects=
1121 notinst_path= # paths that contain not-installed libtool libraries
1122 precious_files_regex= 4089 precious_files_regex=
1123 prefer_static_libs=no 4090 prefer_static_libs=no
1124 preload=no 4091 preload=no
1125 prev= 4092 prev=
1126 prevarg= 4093 prevarg=
1130 perm_rpath= 4097 perm_rpath=
1131 temp_rpath= 4098 temp_rpath=
1132 thread_safe=no 4099 thread_safe=no
1133 vinfo= 4100 vinfo=
1134 vinfo_number=no 4101 vinfo_number=no
1135 4102 weak_libs=
4103 single_module="${wl}-single_module"
1136 func_infer_tag $base_compile 4104 func_infer_tag $base_compile
1137 4105
1138 # We need to know -static, to get the right output filenames. 4106 # We need to know -static, to get the right output filenames.
1139 for arg 4107 for arg
1140 do 4108 do
1141 case $arg in 4109 case $arg in
1142 -all-static | -static) 4110 -shared)
1143 if test "X$arg" = "X-all-static"; then 4111 test "$build_libtool_libs" != yes && \
4112 func_fatal_configuration "can not build a shared library"
4113 build_old_libs=no
4114 break
4115 ;;
4116 -all-static | -static | -static-libtool-libs)
4117 case $arg in
4118 -all-static)
1144 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then 4119 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
1145 $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2 4120 func_warning "complete static linking is impossible in this configuration"
1146 fi 4121 fi
1147 if test -n "$link_static_flag"; then 4122 if test -n "$link_static_flag"; then
1148 dlopen_self=$dlopen_self_static 4123 dlopen_self=$dlopen_self_static
1149 fi 4124 fi
1150 prefer_static_libs=yes 4125 prefer_static_libs=yes
1151 else 4126 ;;
4127 -static)
1152 if test -z "$pic_flag" && test -n "$link_static_flag"; then 4128 if test -z "$pic_flag" && test -n "$link_static_flag"; then
1153 dlopen_self=$dlopen_self_static 4129 dlopen_self=$dlopen_self_static
1154 fi 4130 fi
1155 prefer_static_libs=built 4131 prefer_static_libs=built
1156 fi 4132 ;;
4133 -static-libtool-libs)
4134 if test -z "$pic_flag" && test -n "$link_static_flag"; then
4135 dlopen_self=$dlopen_self_static
4136 fi
4137 prefer_static_libs=yes
4138 ;;
4139 esac
1157 build_libtool_libs=no 4140 build_libtool_libs=no
1158 build_old_libs=yes 4141 build_old_libs=yes
1159 break 4142 break
1160 ;; 4143 ;;
1161 esac 4144 esac
1166 4149
1167 # Go through the arguments, transforming them on the way. 4150 # Go through the arguments, transforming them on the way.
1168 while test "$#" -gt 0; do 4151 while test "$#" -gt 0; do
1169 arg="$1" 4152 arg="$1"
1170 shift 4153 shift
1171 case $arg in 4154 func_quote_for_eval "$arg"
1172 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 4155 qarg=$func_quote_for_eval_unquoted_result
1173 qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test 4156 func_append libtool_args " $func_quote_for_eval_result"
1174 ;;
1175 *) qarg=$arg ;;
1176 esac
1177 libtool_args="$libtool_args $qarg"
1178 4157
1179 # If the previous option needs an argument, assign it. 4158 # If the previous option needs an argument, assign it.
1180 if test -n "$prev"; then 4159 if test -n "$prev"; then
1181 case $prev in 4160 case $prev in
1182 output) 4161 output)
1183 compile_command="$compile_command @OUTPUT@" 4162 func_append compile_command " @OUTPUT@"
1184 finalize_command="$finalize_command @OUTPUT@" 4163 func_append finalize_command " @OUTPUT@"
1185 ;; 4164 ;;
1186 esac 4165 esac
1187 4166
1188 case $prev in 4167 case $prev in
1189 dlfiles|dlprefiles) 4168 dlfiles|dlprefiles)
1190 if test "$preload" = no; then 4169 if test "$preload" = no; then
1191 # Add the symbol object into the linking commands. 4170 # Add the symbol object into the linking commands.
1192 compile_command="$compile_command @SYMFILE@" 4171 func_append compile_command " @SYMFILE@"
1193 finalize_command="$finalize_command @SYMFILE@" 4172 func_append finalize_command " @SYMFILE@"
1194 preload=yes 4173 preload=yes
1195 fi 4174 fi
1196 case $arg in 4175 case $arg in
1197 *.la | *.lo) ;; # We handle these cases below. 4176 *.la | *.lo) ;; # We handle these cases below.
1198 force) 4177 force)
1226 ;; 4205 ;;
1227 esac 4206 esac
1228 ;; 4207 ;;
1229 expsyms) 4208 expsyms)
1230 export_symbols="$arg" 4209 export_symbols="$arg"
1231 if test ! -f "$arg"; then 4210 test -f "$arg" \
1232 $echo "$modename: symbol file \`$arg' does not exist" 4211 || func_fatal_error "symbol file \`$arg' does not exist"
1233 exit $EXIT_FAILURE
1234 fi
1235 prev= 4212 prev=
1236 continue 4213 continue
1237 ;; 4214 ;;
1238 expsyms_regex) 4215 expsyms_regex)
1239 export_symbols_regex="$arg" 4216 export_symbols_regex="$arg"
1240 prev= 4217 prev=
1241 continue 4218 continue
1242 ;; 4219 ;;
4220 framework)
4221 case $host in
4222 *-*-darwin*)
4223 case "$deplibs " in
4224 *" $qarg.ltframework "*) ;;
4225 *) deplibs="$deplibs $qarg.ltframework" # this is fixed later
4226 ;;
4227 esac
4228 ;;
4229 esac
4230 prev=
4231 continue
4232 ;;
1243 inst_prefix) 4233 inst_prefix)
1244 inst_prefix_dir="$arg" 4234 inst_prefix_dir="$arg"
4235 prev=
4236 continue
4237 ;;
4238 objectlist)
4239 if test -f "$arg"; then
4240 save_arg=$arg
4241 moreargs=
4242 for fil in `cat "$save_arg"`
4243 do
4244 # moreargs="$moreargs $fil"
4245 arg=$fil
4246 # A libtool-controlled object.
4247
4248 # Check to see that this really is a libtool object.
4249 if func_lalib_unsafe_p "$arg"; then
4250 pic_object=
4251 non_pic_object=
4252
4253 # Read the .lo file
4254 func_source "$arg"
4255
4256 if test -z "$pic_object" ||
4257 test -z "$non_pic_object" ||
4258 test "$pic_object" = none &&
4259 test "$non_pic_object" = none; then
4260 func_fatal_error "cannot find name of object for \`$arg'"
4261 fi
4262
4263 # Extract subdirectory from the argument.
4264 func_dirname "$arg" "/" ""
4265 xdir="$func_dirname_result"
4266
4267 if test "$pic_object" != none; then
4268 # Prepend the subdirectory the object is found in.
4269 pic_object="$xdir$pic_object"
4270
4271 if test "$prev" = dlfiles; then
4272 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
4273 dlfiles="$dlfiles $pic_object"
4274 prev=
4275 continue
4276 else
4277 # If libtool objects are unsupported, then we need to preload.
4278 prev=dlprefiles
4279 fi
4280 fi
4281
4282 # CHECK ME: I think I busted this. -Ossama
4283 if test "$prev" = dlprefiles; then
4284 # Preload the old-style object.
4285 dlprefiles="$dlprefiles $pic_object"
4286 prev=
4287 fi
4288
4289 # A PIC object.
4290 func_append libobjs " $pic_object"
4291 arg="$pic_object"
4292 fi
4293
4294 # Non-PIC object.
4295 if test "$non_pic_object" != none; then
4296 # Prepend the subdirectory the object is found in.
4297 non_pic_object="$xdir$non_pic_object"
4298
4299 # A standard non-PIC object
4300 func_append non_pic_objects " $non_pic_object"
4301 if test -z "$pic_object" || test "$pic_object" = none ; then
4302 arg="$non_pic_object"
4303 fi
4304 else
4305 # If the PIC object exists, use it instead.
4306 # $xdir was prepended to $pic_object above.
4307 non_pic_object="$pic_object"
4308 func_append non_pic_objects " $non_pic_object"
4309 fi
4310 else
4311 # Only an error if not doing a dry-run.
4312 if $opt_dry_run; then
4313 # Extract subdirectory from the argument.
4314 func_dirname "$arg" "/" ""
4315 xdir="$func_dirname_result"
4316
4317 func_lo2o "$arg"
4318 pic_object=$xdir$objdir/$func_lo2o_result
4319 non_pic_object=$xdir$func_lo2o_result
4320 func_append libobjs " $pic_object"
4321 func_append non_pic_objects " $non_pic_object"
4322 else
4323 func_fatal_error "\`$arg' is not a valid libtool object"
4324 fi
4325 fi
4326 done
4327 else
4328 func_fatal_error "link input file \`$arg' does not exist"
4329 fi
4330 arg=$save_arg
1245 prev= 4331 prev=
1246 continue 4332 continue
1247 ;; 4333 ;;
1248 precious_regex) 4334 precious_regex)
1249 precious_files_regex="$arg" 4335 precious_files_regex="$arg"
1253 release) 4339 release)
1254 release="-$arg" 4340 release="-$arg"
1255 prev= 4341 prev=
1256 continue 4342 continue
1257 ;; 4343 ;;
1258 objectlist)
1259 if test -f "$arg"; then
1260 save_arg=$arg
1261 moreargs=
1262 for fil in `cat $save_arg`
1263 do
1264 # moreargs="$moreargs $fil"
1265 arg=$fil
1266 # A libtool-controlled object.
1267
1268 # Check to see that this really is a libtool object.
1269 if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
1270 pic_object=
1271 non_pic_object=
1272
1273 # Read the .lo file
1274 # If there is no directory component, then add one.
1275 case $arg in
1276 */* | *\\*) . $arg ;;
1277 *) . ./$arg ;;
1278 esac
1279
1280 if test -z "$pic_object" || \
1281 test -z "$non_pic_object" ||
1282 test "$pic_object" = none && \
1283 test "$non_pic_object" = none; then
1284 $echo "$modename: cannot find name of object for \`$arg'" 1>&2
1285 exit $EXIT_FAILURE
1286 fi
1287
1288 # Extract subdirectory from the argument.
1289 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1290 if test "X$xdir" = "X$arg"; then
1291 xdir=
1292 else
1293 xdir="$xdir/"
1294 fi
1295
1296 if test "$pic_object" != none; then
1297 # Prepend the subdirectory the object is found in.
1298 pic_object="$xdir$pic_object"
1299
1300 if test "$prev" = dlfiles; then
1301 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
1302 dlfiles="$dlfiles $pic_object"
1303 prev=
1304 continue
1305 else
1306 # If libtool objects are unsupported, then we need to preload.
1307 prev=dlprefiles
1308 fi
1309 fi
1310
1311 # CHECK ME: I think I busted this. -Ossama
1312 if test "$prev" = dlprefiles; then
1313 # Preload the old-style object.
1314 dlprefiles="$dlprefiles $pic_object"
1315 prev=
1316 fi
1317
1318 # A PIC object.
1319 libobjs="$libobjs $pic_object"
1320 arg="$pic_object"
1321 fi
1322
1323 # Non-PIC object.
1324 if test "$non_pic_object" != none; then
1325 # Prepend the subdirectory the object is found in.
1326 non_pic_object="$xdir$non_pic_object"
1327
1328 # A standard non-PIC object
1329 non_pic_objects="$non_pic_objects $non_pic_object"
1330 if test -z "$pic_object" || test "$pic_object" = none ; then
1331 arg="$non_pic_object"
1332 fi
1333 else
1334 # If the PIC object exists, use it instead.
1335 # $xdir was prepended to $pic_object above.
1336 non_pic_object="$pic_object"
1337 non_pic_objects="$non_pic_objects $non_pic_object"
1338 fi
1339 else
1340 # Only an error if not doing a dry-run.
1341 if test -z "$run"; then
1342 $echo "$modename: \`$arg' is not a valid libtool object" 1>&2
1343 exit $EXIT_FAILURE
1344 else
1345 # Dry-run case.
1346
1347 # Extract subdirectory from the argument.
1348 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1349 if test "X$xdir" = "X$arg"; then
1350 xdir=
1351 else
1352 xdir="$xdir/"
1353 fi
1354
1355 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1356 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
1357 libobjs="$libobjs $pic_object"
1358 non_pic_objects="$non_pic_objects $non_pic_object"
1359 fi
1360 fi
1361 done
1362 else
1363 $echo "$modename: link input file \`$save_arg' does not exist"
1364 exit $EXIT_FAILURE
1365 fi
1366 arg=$save_arg
1367 prev=
1368 continue
1369 ;;
1370 rpath | xrpath) 4344 rpath | xrpath)
1371 # We need an absolute path. 4345 # We need an absolute path.
1372 case $arg in 4346 case $arg in
1373 [\\/]* | [A-Za-z]:[\\/]*) ;; 4347 [\\/]* | [A-Za-z]:[\\/]*) ;;
1374 *) 4348 *)
1375 $echo "$modename: only absolute run-paths are allowed" 1>&2 4349 func_fatal_error "only absolute run-paths are allowed"
1376 exit $EXIT_FAILURE
1377 ;; 4350 ;;
1378 esac 4351 esac
1379 if test "$prev" = rpath; then 4352 if test "$prev" = rpath; then
1380 case "$rpath " in 4353 case "$rpath " in
1381 *" $arg "*) ;; 4354 *" $arg "*) ;;
1388 esac 4361 esac
1389 fi 4362 fi
1390 prev= 4363 prev=
1391 continue 4364 continue
1392 ;; 4365 ;;
4366 shrext)
4367 shrext_cmds="$arg"
4368 prev=
4369 continue
4370 ;;
4371 weak)
4372 weak_libs="$weak_libs $arg"
4373 prev=
4374 continue
4375 ;;
4376 xcclinker)
4377 linker_flags="$linker_flags $qarg"
4378 compiler_flags="$compiler_flags $qarg"
4379 prev=
4380 func_append compile_command " $qarg"
4381 func_append finalize_command " $qarg"
4382 continue
4383 ;;
1393 xcompiler) 4384 xcompiler)
1394 compiler_flags="$compiler_flags $qarg" 4385 compiler_flags="$compiler_flags $qarg"
1395 prev= 4386 prev=
1396 compile_command="$compile_command $qarg" 4387 func_append compile_command " $qarg"
1397 finalize_command="$finalize_command $qarg" 4388 func_append finalize_command " $qarg"
1398 continue 4389 continue
1399 ;; 4390 ;;
1400 xlinker) 4391 xlinker)
1401 linker_flags="$linker_flags $qarg" 4392 linker_flags="$linker_flags $qarg"
1402 compiler_flags="$compiler_flags $wl$qarg" 4393 compiler_flags="$compiler_flags $wl$qarg"
1403 prev= 4394 prev=
1404 compile_command="$compile_command $wl$qarg" 4395 func_append compile_command " $wl$qarg"
1405 finalize_command="$finalize_command $wl$qarg" 4396 func_append finalize_command " $wl$qarg"
1406 continue
1407 ;;
1408 xcclinker)
1409 linker_flags="$linker_flags $qarg"
1410 compiler_flags="$compiler_flags $qarg"
1411 prev=
1412 compile_command="$compile_command $qarg"
1413 finalize_command="$finalize_command $qarg"
1414 continue
1415 ;;
1416 shrext)
1417 shrext_cmds="$arg"
1418 prev=
1419 continue
1420 ;;
1421 darwin_framework|darwin_framework_skip)
1422 test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg"
1423 compile_command="$compile_command $arg"
1424 finalize_command="$finalize_command $arg"
1425 prev=
1426 continue 4397 continue
1427 ;; 4398 ;;
1428 *) 4399 *)
1429 eval "$prev=\"\$arg\"" 4400 eval "$prev=\"\$arg\""
1430 prev= 4401 prev=
1436 prevarg="$arg" 4407 prevarg="$arg"
1437 4408
1438 case $arg in 4409 case $arg in
1439 -all-static) 4410 -all-static)
1440 if test -n "$link_static_flag"; then 4411 if test -n "$link_static_flag"; then
1441 compile_command="$compile_command $link_static_flag" 4412 # See comment for -static flag below, for more details.
1442 finalize_command="$finalize_command $link_static_flag" 4413 func_append compile_command " $link_static_flag"
4414 func_append finalize_command " $link_static_flag"
1443 fi 4415 fi
1444 continue 4416 continue
1445 ;; 4417 ;;
1446 4418
1447 -allow-undefined) 4419 -allow-undefined)
1448 # FIXME: remove this flag sometime in the future. 4420 # FIXME: remove this flag sometime in the future.
1449 $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2 4421 func_fatal_error "\`-allow-undefined' must not be used because it is the default"
1450 continue
1451 ;; 4422 ;;
1452 4423
1453 -avoid-version) 4424 -avoid-version)
1454 avoid_version=yes 4425 avoid_version=yes
1455 continue 4426 continue
1470 continue 4441 continue
1471 ;; 4442 ;;
1472 4443
1473 -export-symbols | -export-symbols-regex) 4444 -export-symbols | -export-symbols-regex)
1474 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 4445 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
1475 $echo "$modename: more than one -exported-symbols argument is not allowed" 4446 func_fatal_error "more than one -exported-symbols argument is not allowed"
1476 exit $EXIT_FAILURE
1477 fi 4447 fi
1478 if test "X$arg" = "X-export-symbols"; then 4448 if test "X$arg" = "X-export-symbols"; then
1479 prev=expsyms 4449 prev=expsyms
1480 else 4450 else
1481 prev=expsyms_regex 4451 prev=expsyms_regex
1482 fi 4452 fi
1483 continue 4453 continue
1484 ;; 4454 ;;
1485 4455
1486 -framework|-arch|-isysroot) 4456 -framework)
1487 case " $CC " in 4457 prev=framework
1488 *" ${arg} ${1} "* | *" ${arg} ${1} "*)
1489 prev=darwin_framework_skip ;;
1490 *) compiler_flags="$compiler_flags $arg"
1491 prev=darwin_framework ;;
1492 esac
1493 compile_command="$compile_command $arg"
1494 finalize_command="$finalize_command $arg"
1495 continue 4458 continue
1496 ;; 4459 ;;
1497 4460
1498 -inst-prefix-dir) 4461 -inst-prefix-dir)
1499 prev=inst_prefix 4462 prev=inst_prefix
1503 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* 4466 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
1504 # so, if we see these flags be careful not to treat them like -L 4467 # so, if we see these flags be careful not to treat them like -L
1505 -L[A-Z][A-Z]*:*) 4468 -L[A-Z][A-Z]*:*)
1506 case $with_gcc/$host in 4469 case $with_gcc/$host in
1507 no/*-*-irix* | /*-*-irix*) 4470 no/*-*-irix* | /*-*-irix*)
1508 compile_command="$compile_command $arg" 4471 func_append compile_command " $arg"
1509 finalize_command="$finalize_command $arg" 4472 func_append finalize_command " $arg"
1510 ;; 4473 ;;
1511 esac 4474 esac
1512 continue 4475 continue
1513 ;; 4476 ;;
1514 4477
1515 -L*) 4478 -L*)
1516 dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` 4479 func_stripname '-L' '' "$arg"
4480 dir=$func_stripname_result
4481 if test -z "$dir"; then
4482 if test "$#" -gt 0; then
4483 func_fatal_error "require no space between \`-L' and \`$1'"
4484 else
4485 func_fatal_error "need path for \`-L' option"
4486 fi
4487 fi
1517 # We need an absolute path. 4488 # We need an absolute path.
1518 case $dir in 4489 case $dir in
1519 [\\/]* | [A-Za-z]:[\\/]*) ;; 4490 [\\/]* | [A-Za-z]:[\\/]*) ;;
1520 *) 4491 *)
1521 absdir=`cd "$dir" && pwd` 4492 absdir=`cd "$dir" && pwd`
1522 if test -z "$absdir"; then 4493 test -z "$absdir" && \
1523 $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 4494 func_fatal_error "cannot determine absolute directory name of \`$dir'"
1524 absdir="$dir"
1525 notinst_path="$notinst_path $dir"
1526 fi
1527 dir="$absdir" 4495 dir="$absdir"
1528 ;; 4496 ;;
1529 esac 4497 esac
1530 case "$deplibs " in 4498 case "$deplibs " in
1531 *" -L$dir "*) ;; 4499 *" -L$dir "*) ;;
1533 deplibs="$deplibs -L$dir" 4501 deplibs="$deplibs -L$dir"
1534 lib_search_path="$lib_search_path $dir" 4502 lib_search_path="$lib_search_path $dir"
1535 ;; 4503 ;;
1536 esac 4504 esac
1537 case $host in 4505 case $host in
1538 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 4506 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
1539 testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'` 4507 testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
1540 case :$dllsearchpath: in 4508 case :$dllsearchpath: in
1541 *":$dir:"*) ;; 4509 *":$dir:"*) ;;
4510 ::) dllsearchpath=$dir;;
1542 *) dllsearchpath="$dllsearchpath:$dir";; 4511 *) dllsearchpath="$dllsearchpath:$dir";;
1543 esac 4512 esac
1544 case :$dllsearchpath: in 4513 case :$dllsearchpath: in
1545 *":$testbindir:"*) ;; 4514 *":$testbindir:"*) ;;
4515 ::) dllsearchpath=$testbindir;;
1546 *) dllsearchpath="$dllsearchpath:$testbindir";; 4516 *) dllsearchpath="$dllsearchpath:$testbindir";;
1547 esac 4517 esac
1548 ;; 4518 ;;
1549 esac 4519 esac
1550 continue 4520 continue
1551 ;; 4521 ;;
1552 4522
1553 -l*) 4523 -l*)
1554 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then 4524 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
1555 case $host in 4525 case $host in
1556 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*) 4526 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*)
1557 # These systems don't actually have a C or math library (as such) 4527 # These systems don't actually have a C or math library (as such)
1558 continue 4528 continue
1559 ;; 4529 ;;
1560 *-*-os2*) 4530 *-*-os2*)
1561 # These systems don't actually have a C library (as such) 4531 # These systems don't actually have a C library (as such)
1565 # Do not include libc due to us having libc/libc_r. 4535 # Do not include libc due to us having libc/libc_r.
1566 test "X$arg" = "X-lc" && continue 4536 test "X$arg" = "X-lc" && continue
1567 ;; 4537 ;;
1568 *-*-rhapsody* | *-*-darwin1.[012]) 4538 *-*-rhapsody* | *-*-darwin1.[012])
1569 # Rhapsody C and math libraries are in the System framework 4539 # Rhapsody C and math libraries are in the System framework
1570 deplibs="$deplibs -framework System" 4540 deplibs="$deplibs System.ltframework"
1571 continue 4541 continue
1572 ;; 4542 ;;
1573 *-*-sco3.2v5* | *-*-sco5v6*) 4543 *-*-sco3.2v5* | *-*-sco5v6*)
1574 # Causes problems with __ctype 4544 # Causes problems with __ctype
1575 test "X$arg" = "X-lc" && continue 4545 test "X$arg" = "X-lc" && continue
1589 fi 4559 fi
1590 deplibs="$deplibs $arg" 4560 deplibs="$deplibs $arg"
1591 continue 4561 continue
1592 ;; 4562 ;;
1593 4563
1594 # Tru64 UNIX uses -model [arg] to determine the layout of C++
1595 # classes, name mangling, and exception handling.
1596 -model)
1597 compile_command="$compile_command $arg"
1598 compiler_flags="$compiler_flags $arg"
1599 finalize_command="$finalize_command $arg"
1600 prev=xcompiler
1601 continue
1602 ;;
1603
1604 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
1605 compiler_flags="$compiler_flags $arg"
1606 compile_command="$compile_command $arg"
1607 finalize_command="$finalize_command $arg"
1608 continue
1609 ;;
1610
1611 -module) 4564 -module)
1612 module=yes 4565 module=yes
1613 continue 4566 continue
1614 ;; 4567 ;;
1615 4568
1616 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler 4569 # Tru64 UNIX uses -model [arg] to determine the layout of C++
1617 # -r[0-9][0-9]* specifies the processor on the SGI compiler 4570 # classes, name mangling, and exception handling.
1618 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler 4571 # Darwin uses the -arch flag to determine output architecture.
1619 # +DA*, +DD* enable 64-bit mode on the HP compiler 4572 -model|-arch|-isysroot)
1620 # -q* pass through compiler args for the IBM compiler 4573 compiler_flags="$compiler_flags $arg"
1621 # -m* pass through architecture-specific compiler args for GCC 4574 func_append compile_command " $arg"
1622 # -m*, -t[45]*, -txscale* pass through architecture-specific 4575 func_append finalize_command " $arg"
1623 # compiler args for GCC 4576 prev=xcompiler
1624 # -pg pass through profiling flag for GCC 4577 continue
1625 # @file GCC response files 4578 ;;
1626 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \ 4579
1627 -t[45]*|-txscale*|@*) 4580 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
1628 4581 compiler_flags="$compiler_flags $arg"
1629 # Unknown arguments in both finalize_command and compile_command need 4582 func_append compile_command " $arg"
1630 # to be aesthetically quoted because they are evaled later. 4583 func_append finalize_command " $arg"
1631 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 4584 case "$new_inherited_linker_flags " in
1632 case $arg in 4585 *" $arg "*) ;;
1633 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 4586 * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;;
1634 arg="\"$arg\""
1635 ;;
1636 esac 4587 esac
1637 compile_command="$compile_command $arg" 4588 continue
1638 finalize_command="$finalize_command $arg" 4589 ;;
1639 compiler_flags="$compiler_flags $arg" 4590
1640 continue 4591 -multi_module)
1641 ;; 4592 single_module="${wl}-multi_module"
1642
1643 -shrext)
1644 prev=shrext
1645 continue 4593 continue
1646 ;; 4594 ;;
1647 4595
1648 -no-fast-install) 4596 -no-fast-install)
1649 fast_install=no 4597 fast_install=no
1650 continue 4598 continue
1651 ;; 4599 ;;
1652 4600
1653 -no-install) 4601 -no-install)
1654 case $host in 4602 case $host in
1655 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 4603 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
1656 # The PATH hackery in wrapper scripts is required on Windows 4604 # The PATH hackery in wrapper scripts is required on Windows
1657 # in order for the loader to find any dlls it needs. 4605 # and Darwin in order for the loader to find any dlls it needs.
1658 $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 4606 func_warning "\`-no-install' is ignored for $host"
1659 $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 4607 func_warning "assuming \`-no-fast-install' instead"
1660 fast_install=no 4608 fast_install=no
1661 ;; 4609 ;;
1662 *) no_install=yes ;; 4610 *) no_install=yes ;;
1663 esac 4611 esac
1664 continue 4612 continue
1695 prev=xrpath 4643 prev=xrpath
1696 continue 4644 continue
1697 ;; 4645 ;;
1698 4646
1699 -R*) 4647 -R*)
1700 dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` 4648 func_stripname '-R' '' "$arg"
4649 dir=$func_stripname_result
1701 # We need an absolute path. 4650 # We need an absolute path.
1702 case $dir in 4651 case $dir in
1703 [\\/]* | [A-Za-z]:[\\/]*) ;; 4652 [\\/]* | [A-Za-z]:[\\/]*) ;;
1704 *) 4653 *)
1705 $echo "$modename: only absolute run-paths are allowed" 1>&2 4654 func_fatal_error "only absolute run-paths are allowed"
1706 exit $EXIT_FAILURE
1707 ;; 4655 ;;
1708 esac 4656 esac
1709 case "$xrpath " in 4657 case "$xrpath " in
1710 *" $dir "*) ;; 4658 *" $dir "*) ;;
1711 *) xrpath="$xrpath $dir" ;; 4659 *) xrpath="$xrpath $dir" ;;
1712 esac 4660 esac
1713 continue 4661 continue
1714 ;; 4662 ;;
1715 4663
1716 -static) 4664 -shared)
4665 # The effects of -shared are defined in a previous loop.
4666 continue
4667 ;;
4668
4669 -shrext)
4670 prev=shrext
4671 continue
4672 ;;
4673
4674 -static | -static-libtool-libs)
1717 # The effects of -static are defined in a previous loop. 4675 # The effects of -static are defined in a previous loop.
1718 # We used to do the same as -all-static on platforms that 4676 # We used to do the same as -all-static on platforms that
1719 # didn't have a PIC flag, but the assumption that the effects 4677 # didn't have a PIC flag, but the assumption that the effects
1720 # would be equivalent was wrong. It would break on at least 4678 # would be equivalent was wrong. It would break on at least
1721 # Digital Unix and AIX. 4679 # Digital Unix and AIX.
1729 4687
1730 -version-info) 4688 -version-info)
1731 prev=vinfo 4689 prev=vinfo
1732 continue 4690 continue
1733 ;; 4691 ;;
4692
1734 -version-number) 4693 -version-number)
1735 prev=vinfo 4694 prev=vinfo
1736 vinfo_number=yes 4695 vinfo_number=yes
1737 continue 4696 continue
1738 ;; 4697 ;;
1739 4698
4699 -weak)
4700 prev=weak
4701 continue
4702 ;;
4703
1740 -Wc,*) 4704 -Wc,*)
1741 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` 4705 func_stripname '-Wc,' '' "$arg"
4706 args=$func_stripname_result
1742 arg= 4707 arg=
1743 save_ifs="$IFS"; IFS=',' 4708 save_ifs="$IFS"; IFS=','
1744 for flag in $args; do 4709 for flag in $args; do
1745 IFS="$save_ifs" 4710 IFS="$save_ifs"
1746 case $flag in 4711 func_quote_for_eval "$flag"
1747 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 4712 arg="$arg $wl$func_quote_for_eval_result"
1748 flag="\"$flag\"" 4713 compiler_flags="$compiler_flags $func_quote_for_eval_result"
1749 ;;
1750 esac
1751 arg="$arg $wl$flag"
1752 compiler_flags="$compiler_flags $flag"
1753 done 4714 done
1754 IFS="$save_ifs" 4715 IFS="$save_ifs"
1755 arg=`$echo "X$arg" | $Xsed -e "s/^ //"` 4716 func_stripname ' ' '' "$arg"
4717 arg=$func_stripname_result
1756 ;; 4718 ;;
1757 4719
1758 -Wl,*) 4720 -Wl,*)
1759 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` 4721 func_stripname '-Wl,' '' "$arg"
4722 args=$func_stripname_result
1760 arg= 4723 arg=
1761 save_ifs="$IFS"; IFS=',' 4724 save_ifs="$IFS"; IFS=','
1762 for flag in $args; do 4725 for flag in $args; do
1763 IFS="$save_ifs" 4726 IFS="$save_ifs"
1764 case $flag in 4727 func_quote_for_eval "$flag"
1765 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 4728 arg="$arg $wl$func_quote_for_eval_result"
1766 flag="\"$flag\"" 4729 compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
1767 ;; 4730 linker_flags="$linker_flags $func_quote_for_eval_result"
1768 esac
1769 arg="$arg $wl$flag"
1770 compiler_flags="$compiler_flags $wl$flag"
1771 linker_flags="$linker_flags $flag"
1772 done 4731 done
1773 IFS="$save_ifs" 4732 IFS="$save_ifs"
1774 arg=`$echo "X$arg" | $Xsed -e "s/^ //"` 4733 func_stripname ' ' '' "$arg"
4734 arg=$func_stripname_result
1775 ;; 4735 ;;
1776 4736
1777 -Xcompiler) 4737 -Xcompiler)
1778 prev=xcompiler 4738 prev=xcompiler
1779 continue 4739 continue
1787 -XCClinker) 4747 -XCClinker)
1788 prev=xcclinker 4748 prev=xcclinker
1789 continue 4749 continue
1790 ;; 4750 ;;
1791 4751
4752 # -msg_* for osf cc
4753 -msg_*)
4754 func_quote_for_eval "$arg"
4755 arg="$func_quote_for_eval_result"
4756 ;;
4757
4758 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
4759 # -r[0-9][0-9]* specifies the processor on the SGI compiler
4760 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
4761 # +DA*, +DD* enable 64-bit mode on the HP compiler
4762 # -q* pass through compiler args for the IBM compiler
4763 # -m*, -t[45]*, -txscale* pass through architecture-specific
4764 # compiler args for GCC
4765 # -F/path gives path to uninstalled frameworks, gcc on darwin
4766 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
4767 # @file GCC response files
4768 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
4769 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
4770 func_quote_for_eval "$arg"
4771 arg="$func_quote_for_eval_result"
4772 func_append compile_command " $arg"
4773 func_append finalize_command " $arg"
4774 compiler_flags="$compiler_flags $arg"
4775 continue
4776 ;;
4777
1792 # Some other compiler flag. 4778 # Some other compiler flag.
1793 -* | +*) 4779 -* | +*)
1794 # Unknown arguments in both finalize_command and compile_command need 4780 func_quote_for_eval "$arg"
1795 # to be aesthetically quoted because they are evaled later. 4781 arg="$func_quote_for_eval_result"
1796 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
1797 case $arg in
1798 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1799 arg="\"$arg\""
1800 ;;
1801 esac
1802 ;; 4782 ;;
1803 4783
1804 *.$objext) 4784 *.$objext)
1805 # A standard object. 4785 # A standard object.
1806 objs="$objs $arg" 4786 objs="$objs $arg"
1808 4788
1809 *.lo) 4789 *.lo)
1810 # A libtool-controlled object. 4790 # A libtool-controlled object.
1811 4791
1812 # Check to see that this really is a libtool object. 4792 # Check to see that this really is a libtool object.
1813 if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 4793 if func_lalib_unsafe_p "$arg"; then
1814 pic_object= 4794 pic_object=
1815 non_pic_object= 4795 non_pic_object=
1816 4796
1817 # Read the .lo file 4797 # Read the .lo file
1818 # If there is no directory component, then add one. 4798 func_source "$arg"
1819 case $arg in 4799
1820 */* | *\\*) . $arg ;; 4800 if test -z "$pic_object" ||
1821 *) . ./$arg ;;
1822 esac
1823
1824 if test -z "$pic_object" || \
1825 test -z "$non_pic_object" || 4801 test -z "$non_pic_object" ||
1826 test "$pic_object" = none && \ 4802 test "$pic_object" = none &&
1827 test "$non_pic_object" = none; then 4803 test "$non_pic_object" = none; then
1828 $echo "$modename: cannot find name of object for \`$arg'" 1>&2 4804 func_fatal_error "cannot find name of object for \`$arg'"
1829 exit $EXIT_FAILURE
1830 fi 4805 fi
1831 4806
1832 # Extract subdirectory from the argument. 4807 # Extract subdirectory from the argument.
1833 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 4808 func_dirname "$arg" "/" ""
1834 if test "X$xdir" = "X$arg"; then 4809 xdir="$func_dirname_result"
1835 xdir=
1836 else
1837 xdir="$xdir/"
1838 fi
1839 4810
1840 if test "$pic_object" != none; then 4811 if test "$pic_object" != none; then
1841 # Prepend the subdirectory the object is found in. 4812 # Prepend the subdirectory the object is found in.
1842 pic_object="$xdir$pic_object" 4813 pic_object="$xdir$pic_object"
1843 4814
1858 dlprefiles="$dlprefiles $pic_object" 4829 dlprefiles="$dlprefiles $pic_object"
1859 prev= 4830 prev=
1860 fi 4831 fi
1861 4832
1862 # A PIC object. 4833 # A PIC object.
1863 libobjs="$libobjs $pic_object" 4834 func_append libobjs " $pic_object"
1864 arg="$pic_object" 4835 arg="$pic_object"
1865 fi 4836 fi
1866 4837
1867 # Non-PIC object. 4838 # Non-PIC object.
1868 if test "$non_pic_object" != none; then 4839 if test "$non_pic_object" != none; then
1869 # Prepend the subdirectory the object is found in. 4840 # Prepend the subdirectory the object is found in.
1870 non_pic_object="$xdir$non_pic_object" 4841 non_pic_object="$xdir$non_pic_object"
1871 4842
1872 # A standard non-PIC object 4843 # A standard non-PIC object
1873 non_pic_objects="$non_pic_objects $non_pic_object" 4844 func_append non_pic_objects " $non_pic_object"
1874 if test -z "$pic_object" || test "$pic_object" = none ; then 4845 if test -z "$pic_object" || test "$pic_object" = none ; then
1875 arg="$non_pic_object" 4846 arg="$non_pic_object"
1876 fi 4847 fi
1877 else 4848 else
1878 # If the PIC object exists, use it instead. 4849 # If the PIC object exists, use it instead.
1879 # $xdir was prepended to $pic_object above. 4850 # $xdir was prepended to $pic_object above.
1880 non_pic_object="$pic_object" 4851 non_pic_object="$pic_object"
1881 non_pic_objects="$non_pic_objects $non_pic_object" 4852 func_append non_pic_objects " $non_pic_object"
1882 fi 4853 fi
1883 else 4854 else
1884 # Only an error if not doing a dry-run. 4855 # Only an error if not doing a dry-run.
1885 if test -z "$run"; then 4856 if $opt_dry_run; then
1886 $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 4857 # Extract subdirectory from the argument.
1887 exit $EXIT_FAILURE 4858 func_dirname "$arg" "/" ""
4859 xdir="$func_dirname_result"
4860
4861 func_lo2o "$arg"
4862 pic_object=$xdir$objdir/$func_lo2o_result
4863 non_pic_object=$xdir$func_lo2o_result
4864 func_append libobjs " $pic_object"
4865 func_append non_pic_objects " $non_pic_object"
1888 else 4866 else
1889 # Dry-run case. 4867 func_fatal_error "\`$arg' is not a valid libtool object"
1890
1891 # Extract subdirectory from the argument.
1892 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1893 if test "X$xdir" = "X$arg"; then
1894 xdir=
1895 else
1896 xdir="$xdir/"
1897 fi
1898
1899 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1900 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
1901 libobjs="$libobjs $pic_object"
1902 non_pic_objects="$non_pic_objects $non_pic_object"
1903 fi 4868 fi
1904 fi 4869 fi
1905 ;; 4870 ;;
1906 4871
1907 *.$libext) 4872 *.$libext)
1930 4895
1931 # Some other compiler argument. 4896 # Some other compiler argument.
1932 *) 4897 *)
1933 # Unknown arguments in both finalize_command and compile_command need 4898 # Unknown arguments in both finalize_command and compile_command need
1934 # to be aesthetically quoted because they are evaled later. 4899 # to be aesthetically quoted because they are evaled later.
1935 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 4900 func_quote_for_eval "$arg"
1936 case $arg in 4901 arg="$func_quote_for_eval_result"
1937 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1938 arg="\"$arg\""
1939 ;;
1940 esac
1941 ;; 4902 ;;
1942 esac # arg 4903 esac # arg
1943 4904
1944 # Now actually substitute the argument into the commands. 4905 # Now actually substitute the argument into the commands.
1945 if test -n "$arg"; then 4906 if test -n "$arg"; then
1946 compile_command="$compile_command $arg" 4907 func_append compile_command " $arg"
1947 finalize_command="$finalize_command $arg" 4908 func_append finalize_command " $arg"
1948 fi 4909 fi
1949 done # argument parsing loop 4910 done # argument parsing loop
1950 4911
1951 if test -n "$prev"; then 4912 test -n "$prev" && \
1952 $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 4913 func_fatal_help "the \`$prevarg' option requires an argument"
1953 $echo "$help" 1>&2
1954 exit $EXIT_FAILURE
1955 fi
1956 4914
1957 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then 4915 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
1958 eval arg=\"$export_dynamic_flag_spec\" 4916 eval arg=\"$export_dynamic_flag_spec\"
1959 compile_command="$compile_command $arg" 4917 func_append compile_command " $arg"
1960 finalize_command="$finalize_command $arg" 4918 func_append finalize_command " $arg"
1961 fi 4919 fi
1962 4920
1963 oldlibs= 4921 oldlibs=
1964 # calculate the name of the file, without its directory 4922 # calculate the name of the file, without its directory
1965 outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` 4923 func_basename "$output"
4924 outputname="$func_basename_result"
1966 libobjs_save="$libobjs" 4925 libobjs_save="$libobjs"
1967 4926
1968 if test -n "$shlibpath_var"; then 4927 if test -n "$shlibpath_var"; then
1969 # get the directories listed in $shlibpath_var 4928 # get the directories listed in $shlibpath_var
1970 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` 4929 eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
1971 else 4930 else
1972 shlib_search_path= 4931 shlib_search_path=
1973 fi 4932 fi
1974 eval sys_lib_search_path=\"$sys_lib_search_path_spec\" 4933 eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
1975 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" 4934 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
1976 4935
1977 output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` 4936 func_dirname "$output" "/" ""
1978 if test "X$output_objdir" = "X$output"; then 4937 output_objdir="$func_dirname_result$objdir"
1979 output_objdir="$objdir"
1980 else
1981 output_objdir="$output_objdir/$objdir"
1982 fi
1983 # Create the object directory. 4938 # Create the object directory.
1984 if test ! -d "$output_objdir"; then 4939 func_mkdir_p "$output_objdir"
1985 $show "$mkdir $output_objdir"
1986 $run $mkdir $output_objdir
1987 exit_status=$?
1988 if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then
1989 exit $exit_status
1990 fi
1991 fi
1992 4940
1993 # Determine the type of output 4941 # Determine the type of output
1994 case $output in 4942 case $output in
1995 "") 4943 "")
1996 $echo "$modename: you must specify an output file" 1>&2 4944 func_fatal_help "you must specify an output file"
1997 $echo "$help" 1>&2
1998 exit $EXIT_FAILURE
1999 ;; 4945 ;;
2000 *.$libext) linkmode=oldlib ;; 4946 *.$libext) linkmode=oldlib ;;
2001 *.lo | *.$objext) linkmode=obj ;; 4947 *.lo | *.$objext) linkmode=obj ;;
2002 *.la) linkmode=lib ;; 4948 *.la) linkmode=lib ;;
2003 *) linkmode=prog ;; # Anything else should be a program. 4949 *) linkmode=prog ;; # Anything else should be a program.
2004 esac 4950 esac
2005 4951
2006 case $host in
2007 *cygwin* | *mingw* | *pw32*)
2008 # don't eliminate duplications in $postdeps and $predeps
2009 duplicate_compiler_generated_deps=yes
2010 ;;
2011 *)
2012 duplicate_compiler_generated_deps=$duplicate_deps
2013 ;;
2014 esac
2015 specialdeplibs= 4952 specialdeplibs=
2016 4953
2017 libs= 4954 libs=
2018 # Find all interdependent deplibs by searching for libraries 4955 # Find all interdependent deplibs by searching for libraries
2019 # that are linked more than once (e.g. -la -lb -la) 4956 # that are linked more than once (e.g. -la -lb -la)
2020 for deplib in $deplibs; do 4957 for deplib in $deplibs; do
2021 if test "X$duplicate_deps" = "Xyes" ; then 4958 if $opt_duplicate_deps ; then
2022 case "$libs " in 4959 case "$libs " in
2023 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 4960 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
2024 esac 4961 esac
2025 fi 4962 fi
2026 libs="$libs $deplib" 4963 libs="$libs $deplib"
2031 4968
2032 # Compute libraries that are listed more than once in $predeps 4969 # Compute libraries that are listed more than once in $predeps
2033 # $postdeps and mark them as special (i.e., whose duplicates are 4970 # $postdeps and mark them as special (i.e., whose duplicates are
2034 # not to be eliminated). 4971 # not to be eliminated).
2035 pre_post_deps= 4972 pre_post_deps=
2036 if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then 4973 if $opt_duplicate_compiler_generated_deps; then
2037 for pre_post_dep in $predeps $postdeps; do 4974 for pre_post_dep in $predeps $postdeps; do
2038 case "$pre_post_deps " in 4975 case "$pre_post_deps " in
2039 *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; 4976 *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
2040 esac 4977 esac
2041 pre_post_deps="$pre_post_deps $pre_post_dep" 4978 pre_post_deps="$pre_post_deps $pre_post_dep"
2047 deplibs= 4984 deplibs=
2048 newdependency_libs= 4985 newdependency_libs=
2049 newlib_search_path= 4986 newlib_search_path=
2050 need_relink=no # whether we're linking any uninstalled libtool libraries 4987 need_relink=no # whether we're linking any uninstalled libtool libraries
2051 notinst_deplibs= # not-installed libtool libraries 4988 notinst_deplibs= # not-installed libtool libraries
4989 notinst_path= # paths that contain not-installed libtool libraries
4990
2052 case $linkmode in 4991 case $linkmode in
2053 lib) 4992 lib)
2054 passes="conv link" 4993 passes="conv dlpreopen link"
2055 for file in $dlfiles $dlprefiles; do 4994 for file in $dlfiles $dlprefiles; do
2056 case $file in 4995 case $file in
2057 *.la) ;; 4996 *.la) ;;
2058 *) 4997 *)
2059 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 4998 func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
2060 exit $EXIT_FAILURE
2061 ;; 4999 ;;
2062 esac 5000 esac
2063 done 5001 done
2064 ;; 5002 ;;
2065 prog) 5003 prog)
2071 passes="conv scan dlopen dlpreopen link" 5009 passes="conv scan dlopen dlpreopen link"
2072 ;; 5010 ;;
2073 *) passes="conv" 5011 *) passes="conv"
2074 ;; 5012 ;;
2075 esac 5013 esac
5014
2076 for pass in $passes; do 5015 for pass in $passes; do
5016 # The preopen pass in lib mode reverses $deplibs; put it back here
5017 # so that -L comes before libs that need it for instance...
5018 if test "$linkmode,$pass" = "lib,link"; then
5019 ## FIXME: Find the place where the list is rebuilt in the wrong
5020 ## order, and fix it there properly
5021 tmp_deplibs=
5022 for deplib in $deplibs; do
5023 tmp_deplibs="$deplib $tmp_deplibs"
5024 done
5025 deplibs="$tmp_deplibs"
5026 fi
5027
2077 if test "$linkmode,$pass" = "lib,link" || 5028 if test "$linkmode,$pass" = "lib,link" ||
2078 test "$linkmode,$pass" = "prog,scan"; then 5029 test "$linkmode,$pass" = "prog,scan"; then
2079 libs="$deplibs" 5030 libs="$deplibs"
2080 deplibs= 5031 deplibs=
2081 fi 5032 fi
2084 dlopen) libs="$dlfiles" ;; 5035 dlopen) libs="$dlfiles" ;;
2085 dlpreopen) libs="$dlprefiles" ;; 5036 dlpreopen) libs="$dlprefiles" ;;
2086 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; 5037 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
2087 esac 5038 esac
2088 fi 5039 fi
5040 if test "$linkmode,$pass" = "lib,dlpreopen"; then
5041 # Collect and forward deplibs of preopened libtool libs
5042 for lib in $dlprefiles; do
5043 # Ignore non-libtool-libs
5044 dependency_libs=
5045 case $lib in
5046 *.la) func_source "$lib" ;;
5047 esac
5048
5049 # Collect preopened libtool deplibs, except any this library
5050 # has declared as weak libs
5051 for deplib in $dependency_libs; do
5052 deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
5053 case " $weak_libs " in
5054 *" $deplib_base "*) ;;
5055 *) deplibs="$deplibs $deplib" ;;
5056 esac
5057 done
5058 done
5059 libs="$dlprefiles"
5060 fi
2089 if test "$pass" = dlopen; then 5061 if test "$pass" = dlopen; then
2090 # Collect dlpreopened libraries 5062 # Collect dlpreopened libraries
2091 save_deplibs="$deplibs" 5063 save_deplibs="$deplibs"
2092 deplibs= 5064 deplibs=
2093 fi 5065 fi
5066
2094 for deplib in $libs; do 5067 for deplib in $libs; do
2095 lib= 5068 lib=
2096 found=no 5069 found=no
2097 case $deplib in 5070 case $deplib in
2098 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) 5071 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
2099 if test "$linkmode,$pass" = "prog,link"; then 5072 if test "$linkmode,$pass" = "prog,link"; then
2100 compile_deplibs="$deplib $compile_deplibs" 5073 compile_deplibs="$deplib $compile_deplibs"
2101 finalize_deplibs="$deplib $finalize_deplibs" 5074 finalize_deplibs="$deplib $finalize_deplibs"
2102 else 5075 else
2103 compiler_flags="$compiler_flags $deplib" 5076 compiler_flags="$compiler_flags $deplib"
5077 if test "$linkmode" = lib ; then
5078 case "$new_inherited_linker_flags " in
5079 *" $deplib "*) ;;
5080 * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;;
5081 esac
5082 fi
2104 fi 5083 fi
2105 continue 5084 continue
2106 ;; 5085 ;;
2107 -l*) 5086 -l*)
2108 if test "$linkmode" != lib && test "$linkmode" != prog; then 5087 if test "$linkmode" != lib && test "$linkmode" != prog; then
2109 $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2 5088 func_warning "\`-l' is ignored for archives/objects"
2110 continue 5089 continue
2111 fi 5090 fi
2112 name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` 5091 func_stripname '-l' '' "$deplib"
2113 for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do 5092 name=$func_stripname_result
5093 if test "$linkmode" = lib; then
5094 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
5095 else
5096 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
5097 fi
5098 for searchdir in $searchdirs; do
2114 for search_ext in .la $std_shrext .so .a; do 5099 for search_ext in .la $std_shrext .so .a; do
2115 # Search the libtool library 5100 # Search the libtool library
2116 lib="$searchdir/lib${name}${search_ext}" 5101 lib="$searchdir/lib${name}${search_ext}"
2117 if test -f "$lib"; then 5102 if test -f "$lib"; then
2118 if test "$search_ext" = ".la"; then 5103 if test "$search_ext" = ".la"; then
2138 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, 5123 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
2139 # We need to do some special things here, and not later. 5124 # We need to do some special things here, and not later.
2140 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 5125 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
2141 case " $predeps $postdeps " in 5126 case " $predeps $postdeps " in
2142 *" $deplib "*) 5127 *" $deplib "*)
2143 if (${SED} -e '2q' $lib | 5128 if func_lalib_p "$lib"; then
2144 grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
2145 library_names= 5129 library_names=
2146 old_library= 5130 old_library=
2147 case $lib in 5131 func_source "$lib"
2148 */* | *\\*) . $lib ;;
2149 *) . ./$lib ;;
2150 esac
2151 for l in $old_library $library_names; do 5132 for l in $old_library $library_names; do
2152 ll="$l" 5133 ll="$l"
2153 done 5134 done
2154 if test "X$ll" = "X$old_library" ; then # only static version available 5135 if test "X$ll" = "X$old_library" ; then # only static version available
2155 found=no 5136 found=no
2156 ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` 5137 func_dirname "$lib" "" "."
2157 test "X$ladir" = "X$lib" && ladir="." 5138 ladir="$func_dirname_result"
2158 lib=$ladir/$old_library 5139 lib=$ladir/$old_library
2159 if test "$linkmode,$pass" = "prog,link"; then 5140 if test "$linkmode,$pass" = "prog,link"; then
2160 compile_deplibs="$deplib $compile_deplibs" 5141 compile_deplibs="$deplib $compile_deplibs"
2161 finalize_deplibs="$deplib $finalize_deplibs" 5142 finalize_deplibs="$deplib $finalize_deplibs"
2162 else 5143 else
2164 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" 5145 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
2165 fi 5146 fi
2166 continue 5147 continue
2167 fi 5148 fi
2168 fi 5149 fi
2169 ;; 5150 ;;
2170 *) ;; 5151 *) ;;
2171 esac 5152 esac
2172 fi 5153 fi
2173 fi 5154 fi
2174 ;; # -l 5155 ;; # -l
5156 *.ltframework)
5157 if test "$linkmode,$pass" = "prog,link"; then
5158 compile_deplibs="$deplib $compile_deplibs"
5159 finalize_deplibs="$deplib $finalize_deplibs"
5160 else
5161 deplibs="$deplib $deplibs"
5162 if test "$linkmode" = lib ; then
5163 case "$new_inherited_linker_flags " in
5164 *" $deplib "*) ;;
5165 * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;;
5166 esac
5167 fi
5168 fi
5169 continue
5170 ;;
2175 -L*) 5171 -L*)
2176 case $linkmode in 5172 case $linkmode in
2177 lib) 5173 lib)
2178 deplibs="$deplib $deplibs" 5174 deplibs="$deplib $deplibs"
2179 test "$pass" = conv && continue 5175 test "$pass" = conv && continue
2180 newdependency_libs="$deplib $newdependency_libs" 5176 newdependency_libs="$deplib $newdependency_libs"
2181 newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` 5177 func_stripname '-L' '' "$deplib"
5178 newlib_search_path="$newlib_search_path $func_stripname_result"
2182 ;; 5179 ;;
2183 prog) 5180 prog)
2184 if test "$pass" = conv; then 5181 if test "$pass" = conv; then
2185 deplibs="$deplib $deplibs" 5182 deplibs="$deplib $deplibs"
2186 continue 5183 continue
2189 deplibs="$deplib $deplibs" 5186 deplibs="$deplib $deplibs"
2190 else 5187 else
2191 compile_deplibs="$deplib $compile_deplibs" 5188 compile_deplibs="$deplib $compile_deplibs"
2192 finalize_deplibs="$deplib $finalize_deplibs" 5189 finalize_deplibs="$deplib $finalize_deplibs"
2193 fi 5190 fi
2194 newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` 5191 func_stripname '-L' '' "$deplib"
5192 newlib_search_path="$newlib_search_path $func_stripname_result"
2195 ;; 5193 ;;
2196 *) 5194 *)
2197 $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2 5195 func_warning "\`-L' is ignored for archives/objects"
2198 ;; 5196 ;;
2199 esac # linkmode 5197 esac # linkmode
2200 continue 5198 continue
2201 ;; # -L 5199 ;; # -L
2202 -R*) 5200 -R*)
2203 if test "$pass" = link; then 5201 if test "$pass" = link; then
2204 dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` 5202 func_stripname '-R' '' "$deplib"
5203 dir=$func_stripname_result
2205 # Make sure the xrpath contains only unique directories. 5204 # Make sure the xrpath contains only unique directories.
2206 case "$xrpath " in 5205 case "$xrpath " in
2207 *" $dir "*) ;; 5206 *" $dir "*) ;;
2208 *) xrpath="$xrpath $dir" ;; 5207 *) xrpath="$xrpath $dir" ;;
2209 esac 5208 esac
2217 deplibs="$deplib $deplibs" 5216 deplibs="$deplib $deplibs"
2218 continue 5217 continue
2219 fi 5218 fi
2220 case $linkmode in 5219 case $linkmode in
2221 lib) 5220 lib)
2222 valid_a_lib=no 5221 # Linking convenience modules into shared libraries is allowed,
2223 case $deplibs_check_method in 5222 # but linking other static libraries is non-portable.
2224 match_pattern*) 5223 case " $dlpreconveniencelibs " in
2225 set dummy $deplibs_check_method 5224 *" $deplib "*) ;;
2226 match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` 5225 *)
2227 if eval $echo \"$deplib\" 2>/dev/null \ 5226 valid_a_lib=no
2228 | $SED 10q \ 5227 case $deplibs_check_method in
5228 match_pattern*)
5229 set dummy $deplibs_check_method; shift
5230 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
5231 if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
2229 | $EGREP "$match_pattern_regex" > /dev/null; then 5232 | $EGREP "$match_pattern_regex" > /dev/null; then
5233 valid_a_lib=yes
5234 fi
5235 ;;
5236 pass_all)
2230 valid_a_lib=yes 5237 valid_a_lib=yes
2231 fi
2232 ;; 5238 ;;
2233 pass_all) 5239 esac
2234 valid_a_lib=yes 5240 if test "$valid_a_lib" != yes; then
2235 ;; 5241 $ECHO
2236 esac 5242 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
2237 if test "$valid_a_lib" != yes; then 5243 $ECHO "*** I have the capability to make that library automatically link in when"
2238 $echo 5244 $ECHO "*** you link to this library. But I can only do this if you have a"
2239 $echo "*** Warning: Trying to link with static lib archive $deplib." 5245 $ECHO "*** shared version of the library, which you do not appear to have"
2240 $echo "*** I have the capability to make that library automatically link in when" 5246 $ECHO "*** because the file extensions .$libext of this argument makes me believe"
2241 $echo "*** you link to this library. But I can only do this if you have a" 5247 $ECHO "*** that it is just a static archive that I should not use here."
2242 $echo "*** shared version of the library, which you do not appear to have" 5248 else
2243 $echo "*** because the file extensions .$libext of this argument makes me believe" 5249 $ECHO
2244 $echo "*** that it is just a static archive that I should not used here." 5250 $ECHO "*** Warning: Linking the shared library $output against the"
2245 else 5251 $ECHO "*** static library $deplib is not portable!"
2246 $echo 5252 deplibs="$deplib $deplibs"
2247 $echo "*** Warning: Linking the shared library $output against the" 5253 fi
2248 $echo "*** static library $deplib is not portable!" 5254 ;;
2249 deplibs="$deplib $deplibs" 5255 esac
2250 fi
2251 continue 5256 continue
2252 ;; 5257 ;;
2253 prog) 5258 prog)
2254 if test "$pass" != link; then 5259 if test "$pass" != link; then
2255 deplibs="$deplib $deplibs" 5260 deplibs="$deplib $deplibs"
2280 %DEPLIBS%) 5285 %DEPLIBS%)
2281 alldeplibs=yes 5286 alldeplibs=yes
2282 continue 5287 continue
2283 ;; 5288 ;;
2284 esac # case $deplib 5289 esac # case $deplib
5290
2285 if test "$found" = yes || test -f "$lib"; then : 5291 if test "$found" = yes || test -f "$lib"; then :
2286 else 5292 else
2287 $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2 5293 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
2288 exit $EXIT_FAILURE
2289 fi 5294 fi
2290 5295
2291 # Check to see that this really is a libtool archive. 5296 # Check to see that this really is a libtool archive.
2292 if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 5297 func_lalib_unsafe_p "$lib" \
2293 else 5298 || func_fatal_error "\`$lib' is not a valid libtool archive"
2294 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 5299
2295 exit $EXIT_FAILURE 5300 func_dirname "$lib" "" "."
2296 fi 5301 ladir="$func_dirname_result"
2297
2298 ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
2299 test "X$ladir" = "X$lib" && ladir="."
2300 5302
2301 dlname= 5303 dlname=
2302 dlopen= 5304 dlopen=
2303 dlpreopen= 5305 dlpreopen=
2304 libdir= 5306 libdir=
2305 library_names= 5307 library_names=
2306 old_library= 5308 old_library=
5309 inherited_linker_flags=
2307 # If the library was installed with an old release of libtool, 5310 # If the library was installed with an old release of libtool,
2308 # it will not redefine variables installed, or shouldnotlink 5311 # it will not redefine variables installed, or shouldnotlink
2309 installed=yes 5312 installed=yes
2310 shouldnotlink=no 5313 shouldnotlink=no
2311 avoidtemprpath= 5314 avoidtemprpath=
2312 5315
2313 5316
2314 # Read the .la file 5317 # Read the .la file
2315 case $lib in 5318 func_source "$lib"
2316 */* | *\\*) . $lib ;; 5319
2317 *) . ./$lib ;; 5320 # Convert "-framework foo" to "foo.ltframework"
2318 esac 5321 if test -n "$inherited_linker_flags"; then
2319 5322 tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
5323 for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
5324 case " $new_inherited_linker_flags " in
5325 *" $tmp_inherited_linker_flag "*) ;;
5326 *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";;
5327 esac
5328 done
5329 fi
5330 dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
2320 if test "$linkmode,$pass" = "lib,link" || 5331 if test "$linkmode,$pass" = "lib,link" ||
2321 test "$linkmode,$pass" = "prog,scan" || 5332 test "$linkmode,$pass" = "prog,scan" ||
2322 { test "$linkmode" != prog && test "$linkmode" != lib; }; then 5333 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
2323 test -n "$dlopen" && dlfiles="$dlfiles $dlopen" 5334 test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
2324 test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" 5335 test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
2327 if test "$pass" = conv; then 5338 if test "$pass" = conv; then
2328 # Only check for convenience libraries 5339 # Only check for convenience libraries
2329 deplibs="$lib $deplibs" 5340 deplibs="$lib $deplibs"
2330 if test -z "$libdir"; then 5341 if test -z "$libdir"; then
2331 if test -z "$old_library"; then 5342 if test -z "$old_library"; then
2332 $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 5343 func_fatal_error "cannot find name of link library for \`$lib'"
2333 exit $EXIT_FAILURE
2334 fi 5344 fi
2335 # It is a libtool convenience library, so add in its objects. 5345 # It is a libtool convenience library, so add in its objects.
2336 convenience="$convenience $ladir/$objdir/$old_library" 5346 convenience="$convenience $ladir/$objdir/$old_library"
2337 old_convenience="$old_convenience $ladir/$objdir/$old_library" 5347 old_convenience="$old_convenience $ladir/$objdir/$old_library"
2338 tmp_libs=
2339 for deplib in $dependency_libs; do
2340 deplibs="$deplib $deplibs"
2341 if test "X$duplicate_deps" = "Xyes" ; then
2342 case "$tmp_libs " in
2343 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
2344 esac
2345 fi
2346 tmp_libs="$tmp_libs $deplib"
2347 done
2348 elif test "$linkmode" != prog && test "$linkmode" != lib; then 5348 elif test "$linkmode" != prog && test "$linkmode" != lib; then
2349 $echo "$modename: \`$lib' is not a convenience library" 1>&2 5349 func_fatal_error "\`$lib' is not a convenience library"
2350 exit $EXIT_FAILURE
2351 fi 5350 fi
5351 tmp_libs=
5352 for deplib in $dependency_libs; do
5353 deplibs="$deplib $deplibs"
5354 if $opt_duplicate_deps ; then
5355 case "$tmp_libs " in
5356 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
5357 esac
5358 fi
5359 tmp_libs="$tmp_libs $deplib"
5360 done
2352 continue 5361 continue
2353 fi # $pass = conv 5362 fi # $pass = conv
2354 5363
2355 5364
2356 # Get the name of the library we link against. 5365 # Get the name of the library we link against.
2357 linklib= 5366 linklib=
2358 for l in $old_library $library_names; do 5367 for l in $old_library $library_names; do
2359 linklib="$l" 5368 linklib="$l"
2360 done 5369 done
2361 if test -z "$linklib"; then 5370 if test -z "$linklib"; then
2362 $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 5371 func_fatal_error "cannot find name of link library for \`$lib'"
2363 exit $EXIT_FAILURE
2364 fi 5372 fi
2365 5373
2366 # This library was specified with -dlopen. 5374 # This library was specified with -dlopen.
2367 if test "$pass" = dlopen; then 5375 if test "$pass" = dlopen; then
2368 if test -z "$libdir"; then 5376 if test -z "$libdir"; then
2369 $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 5377 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
2370 exit $EXIT_FAILURE
2371 fi 5378 fi
2372 if test -z "$dlname" || 5379 if test -z "$dlname" ||
2373 test "$dlopen_support" != yes || 5380 test "$dlopen_support" != yes ||
2374 test "$build_libtool_libs" = no; then 5381 test "$build_libtool_libs" = no; then
2375 # If there is no dlname, no dlopen support or we're linking 5382 # If there is no dlname, no dlopen support or we're linking
2387 case $ladir in 5394 case $ladir in
2388 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; 5395 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
2389 *) 5396 *)
2390 abs_ladir=`cd "$ladir" && pwd` 5397 abs_ladir=`cd "$ladir" && pwd`
2391 if test -z "$abs_ladir"; then 5398 if test -z "$abs_ladir"; then
2392 $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2 5399 func_warning "cannot determine absolute directory name of \`$ladir'"
2393 $echo "$modename: passing it literally to the linker, although it might fail" 1>&2 5400 func_warning "passing it literally to the linker, although it might fail"
2394 abs_ladir="$ladir" 5401 abs_ladir="$ladir"
2395 fi 5402 fi
2396 ;; 5403 ;;
2397 esac 5404 esac
2398 laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` 5405 func_basename "$lib"
5406 laname="$func_basename_result"
2399 5407
2400 # Find the relevant object directory and library name. 5408 # Find the relevant object directory and library name.
2401 if test "X$installed" = Xyes; then 5409 if test "X$installed" = Xyes; then
2402 if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then 5410 if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
2403 $echo "$modename: warning: library \`$lib' was moved." 1>&2 5411 func_warning "library \`$lib' was moved."
2404 dir="$ladir" 5412 dir="$ladir"
2405 absdir="$abs_ladir" 5413 absdir="$abs_ladir"
2406 libdir="$abs_ladir" 5414 libdir="$abs_ladir"
2407 else 5415 else
2408 dir="$libdir" 5416 dir="$libdir"
2420 absdir="$abs_ladir/$objdir" 5428 absdir="$abs_ladir/$objdir"
2421 # Remove this search path later 5429 # Remove this search path later
2422 notinst_path="$notinst_path $abs_ladir" 5430 notinst_path="$notinst_path $abs_ladir"
2423 fi 5431 fi
2424 fi # $installed = yes 5432 fi # $installed = yes
2425 name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` 5433 func_stripname 'lib' '.la' "$laname"
5434 name=$func_stripname_result
2426 5435
2427 # This library was specified with -dlpreopen. 5436 # This library was specified with -dlpreopen.
2428 if test "$pass" = dlpreopen; then 5437 if test "$pass" = dlpreopen; then
2429 if test -z "$libdir"; then 5438 if test -z "$libdir" && test "$linkmode" = prog; then
2430 $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 5439 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
2431 exit $EXIT_FAILURE
2432 fi 5440 fi
2433 # Prefer using a static library (so that no silly _DYNAMIC symbols 5441 # Prefer using a static library (so that no silly _DYNAMIC symbols
2434 # are required to link). 5442 # are required to link).
2435 if test -n "$old_library"; then 5443 if test -n "$old_library"; then
2436 newdlprefiles="$newdlprefiles $dir/$old_library" 5444 newdlprefiles="$newdlprefiles $dir/$old_library"
5445 # Keep a list of preopened convenience libraries to check
5446 # that they are being used correctly in the link pass.
5447 test -z "$libdir" && \
5448 dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library"
2437 # Otherwise, use the dlname, so that lt_dlopen finds it. 5449 # Otherwise, use the dlname, so that lt_dlopen finds it.
2438 elif test -n "$dlname"; then 5450 elif test -n "$dlname"; then
2439 newdlprefiles="$newdlprefiles $dir/$dlname" 5451 newdlprefiles="$newdlprefiles $dir/$dlname"
2440 else 5452 else
2441 newdlprefiles="$newdlprefiles $dir/$linklib" 5453 newdlprefiles="$newdlprefiles $dir/$linklib"
2467 fi 5479 fi
2468 5480
2469 tmp_libs= 5481 tmp_libs=
2470 for deplib in $dependency_libs; do 5482 for deplib in $dependency_libs; do
2471 case $deplib in 5483 case $deplib in
2472 -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test 5484 -L*) func_stripname '-L' '' "$deplib"
5485 newlib_search_path="$newlib_search_path $func_stripname_result"
5486 ;;
2473 esac 5487 esac
2474 # Need to link against all dependency_libs? 5488 # Need to link against all dependency_libs?
2475 if test "$linkalldeplibs" = yes; then 5489 if test "$linkalldeplibs" = yes; then
2476 deplibs="$deplib $deplibs" 5490 deplibs="$deplib $deplibs"
2477 else 5491 else
2478 # Need to hardcode shared library paths 5492 # Need to hardcode shared library paths
2479 # or/and link against static libraries 5493 # or/and link against static libraries
2480 newdependency_libs="$deplib $newdependency_libs" 5494 newdependency_libs="$deplib $newdependency_libs"
2481 fi 5495 fi
2482 if test "X$duplicate_deps" = "Xyes" ; then 5496 if $opt_duplicate_deps ; then
2483 case "$tmp_libs " in 5497 case "$tmp_libs " in
2484 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 5498 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
2485 esac 5499 esac
2486 fi 5500 fi
2487 tmp_libs="$tmp_libs $deplib" 5501 tmp_libs="$tmp_libs $deplib"
2489 continue 5503 continue
2490 fi # $linkmode = prog... 5504 fi # $linkmode = prog...
2491 5505
2492 if test "$linkmode,$pass" = "prog,link"; then 5506 if test "$linkmode,$pass" = "prog,link"; then
2493 if test -n "$library_names" && 5507 if test -n "$library_names" &&
2494 { test "$prefer_static_libs" = no || test -z "$old_library"; }; then 5508 { { test "$prefer_static_libs" = no ||
5509 test "$prefer_static_libs,$installed" = "built,yes"; } ||
5510 test -z "$old_library"; }; then
2495 # We need to hardcode the library path 5511 # We need to hardcode the library path
2496 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then 5512 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
2497 # Make sure the rpath contains only unique directories. 5513 # Make sure the rpath contains only unique directories.
2498 case "$temp_rpath " in 5514 case "$temp_rpath:" in
2499 *" $dir "*) ;; 5515 *"$absdir:"*) ;;
2500 *" $absdir "*) ;; 5516 *) temp_rpath="$temp_rpath$absdir:" ;;
2501 *) temp_rpath="$temp_rpath $absdir" ;;
2502 esac 5517 esac
2503 fi 5518 fi
2504 5519
2505 # Hardcode the library path. 5520 # Hardcode the library path.
2506 # Skip directories that are in the system default run-time 5521 # Skip directories that are in the system default run-time
2534 fi 5549 fi
2535 fi 5550 fi
2536 5551
2537 link_static=no # Whether the deplib will be linked statically 5552 link_static=no # Whether the deplib will be linked statically
2538 use_static_libs=$prefer_static_libs 5553 use_static_libs=$prefer_static_libs
2539 if test "$use_static_libs" = built && test "$installed" = yes ; then 5554 if test "$use_static_libs" = built && test "$installed" = yes; then
2540 use_static_libs=no 5555 use_static_libs=no
2541 fi 5556 fi
2542 if test -n "$library_names" && 5557 if test -n "$library_names" &&
2543 { test "$use_static_libs" = no || test -z "$old_library"; }; then 5558 { test "$use_static_libs" = no || test -z "$old_library"; }; then
2544 if test "$installed" = no; then 5559 case $host in
2545 notinst_deplibs="$notinst_deplibs $lib" 5560 *cygwin* | *mingw* | *cegcc*)
2546 need_relink=yes 5561 # No point in relinking DLLs because paths are not encoded
2547 fi 5562 notinst_deplibs="$notinst_deplibs $lib"
5563 need_relink=no
5564 ;;
5565 *)
5566 if test "$installed" = no; then
5567 notinst_deplibs="$notinst_deplibs $lib"
5568 need_relink=yes
5569 fi
5570 ;;
5571 esac
2548 # This is a shared library 5572 # This is a shared library
2549 5573
2550 # Warn about portability, can't link against -module's on 5574 # Warn about portability, can't link against -module's on some
2551 # some systems (darwin) 5575 # systems (darwin). Don't bleat about dlopened modules though!
2552 if test "$shouldnotlink" = yes && test "$pass" = link ; then 5576 dlopenmodule=""
2553 $echo 5577 for dlpremoduletest in $dlprefiles; do
5578 if test "X$dlpremoduletest" = "X$lib"; then
5579 dlopenmodule="$dlpremoduletest"
5580 break
5581 fi
5582 done
5583 if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
5584 $ECHO
2554 if test "$linkmode" = prog; then 5585 if test "$linkmode" = prog; then
2555 $echo "*** Warning: Linking the executable $output against the loadable module" 5586 $ECHO "*** Warning: Linking the executable $output against the loadable module"
2556 else 5587 else
2557 $echo "*** Warning: Linking the shared library $output against the loadable module" 5588 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
2558 fi 5589 fi
2559 $echo "*** $linklib is not portable!" 5590 $ECHO "*** $linklib is not portable!"
2560 fi 5591 fi
2561 if test "$linkmode" = lib && 5592 if test "$linkmode" = lib &&
2562 test "$hardcode_into_libs" = yes; then 5593 test "$hardcode_into_libs" = yes; then
2563 # Hardcode the library path. 5594 # Hardcode the library path.
2564 # Skip directories that are in the system default run-time 5595 # Skip directories that are in the system default run-time
2584 fi 5615 fi
2585 5616
2586 if test -n "$old_archive_from_expsyms_cmds"; then 5617 if test -n "$old_archive_from_expsyms_cmds"; then
2587 # figure out the soname 5618 # figure out the soname
2588 set dummy $library_names 5619 set dummy $library_names
2589 realname="$2" 5620 shift
2590 shift; shift 5621 realname="$1"
2591 libname=`eval \\$echo \"$libname_spec\"` 5622 shift
5623 libname=`eval "\\$ECHO \"$libname_spec\""`
2592 # use dlname if we got it. it's perfectly good, no? 5624 # use dlname if we got it. it's perfectly good, no?
2593 if test -n "$dlname"; then 5625 if test -n "$dlname"; then
2594 soname="$dlname" 5626 soname="$dlname"
2595 elif test -n "$soname_spec"; then 5627 elif test -n "$soname_spec"; then
2596 # bleh windows 5628 # bleh windows
2597 case $host in 5629 case $host in
2598 *cygwin* | mingw*) 5630 *cygwin* | mingw* | *cegcc*)
2599 major=`expr $current - $age` 5631 func_arith $current - $age
5632 major=$func_arith_result
2600 versuffix="-$major" 5633 versuffix="-$major"
2601 ;; 5634 ;;
2602 esac 5635 esac
2603 eval soname=\"$soname_spec\" 5636 eval soname=\"$soname_spec\"
2604 else 5637 else
2605 soname="$realname" 5638 soname="$realname"
2606 fi 5639 fi
2607 5640
2608 # Make a new name for the extract_expsyms_cmds to use 5641 # Make a new name for the extract_expsyms_cmds to use
2609 soroot="$soname" 5642 soroot="$soname"
2610 soname=`$echo $soroot | ${SED} -e 's/^.*\///'` 5643 func_basename "$soroot"
2611 newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" 5644 soname="$func_basename_result"
5645 func_stripname 'lib' '.dll' "$soname"
5646 newlib=libimp-$func_stripname_result.a
2612 5647
2613 # If the library has no export list, then create one now 5648 # If the library has no export list, then create one now
2614 if test -f "$output_objdir/$soname-def"; then : 5649 if test -f "$output_objdir/$soname-def"; then :
2615 else 5650 else
2616 $show "extracting exported symbol list from \`$soname'" 5651 func_verbose "extracting exported symbol list from \`$soname'"
2617 save_ifs="$IFS"; IFS='~' 5652 func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
2618 cmds=$extract_expsyms_cmds
2619 for cmd in $cmds; do
2620 IFS="$save_ifs"
2621 eval cmd=\"$cmd\"
2622 $show "$cmd"
2623 $run eval "$cmd" || exit $?
2624 done
2625 IFS="$save_ifs"
2626 fi 5653 fi
2627 5654
2628 # Create $newlib 5655 # Create $newlib
2629 if test -f "$output_objdir/$newlib"; then :; else 5656 if test -f "$output_objdir/$newlib"; then :; else
2630 $show "generating import library for \`$soname'" 5657 func_verbose "generating import library for \`$soname'"
2631 save_ifs="$IFS"; IFS='~' 5658 func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
2632 cmds=$old_archive_from_expsyms_cmds
2633 for cmd in $cmds; do
2634 IFS="$save_ifs"
2635 eval cmd=\"$cmd\"
2636 $show "$cmd"
2637 $run eval "$cmd" || exit $?
2638 done
2639 IFS="$save_ifs"
2640 fi 5659 fi
2641 # make sure the library variables are pointing to the new library 5660 # make sure the library variables are pointing to the new library
2642 dir=$output_objdir 5661 dir=$output_objdir
2643 linklib=$newlib 5662 linklib=$newlib
2644 fi # test -n "$old_archive_from_expsyms_cmds" 5663 fi # test -n "$old_archive_from_expsyms_cmds"
2656 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; 5675 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
2657 *-*-sysv4*uw2*) add_dir="-L$dir" ;; 5676 *-*-sysv4*uw2*) add_dir="-L$dir" ;;
2658 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ 5677 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
2659 *-*-unixware7*) add_dir="-L$dir" ;; 5678 *-*-unixware7*) add_dir="-L$dir" ;;
2660 *-*-darwin* ) 5679 *-*-darwin* )
2661 # if the lib is a module then we can not link against 5680 # if the lib is a (non-dlopened) module then we can not
2662 # it, someone is ignoring the new warnings I added 5681 # link against it, someone is ignoring the earlier warnings
2663 if /usr/bin/file -L $add 2> /dev/null | 5682 if /usr/bin/file -L $add 2> /dev/null |
2664 $EGREP ": [^:]* bundle" >/dev/null ; then 5683 $GREP ": [^:]* bundle" >/dev/null ; then
2665 $echo "** Warning, lib $linklib is a module, not a shared library" 5684 if test "X$dlopenmodule" != "X$lib"; then
2666 if test -z "$old_library" ; then 5685 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
2667 $echo 5686 if test -z "$old_library" ; then
2668 $echo "** And there doesn't seem to be a static archive available" 5687 $ECHO
2669 $echo "** The link will probably fail, sorry" 5688 $ECHO "*** And there doesn't seem to be a static archive available"
2670 else 5689 $ECHO "*** The link will probably fail, sorry"
2671 add="$dir/$old_library" 5690 else
5691 add="$dir/$old_library"
5692 fi
5693 elif test -n "$old_library"; then
5694 add="$dir/$old_library"
2672 fi 5695 fi
2673 fi 5696 fi
2674 esac 5697 esac
2675 elif test "$hardcode_minus_L" = no; then 5698 elif test "$hardcode_minus_L" = no; then
2676 case $host in 5699 case $host in
2684 else 5707 else
2685 lib_linked=no 5708 lib_linked=no
2686 fi 5709 fi
2687 ;; 5710 ;;
2688 relink) 5711 relink)
2689 if test "$hardcode_direct" = yes; then 5712 if test "$hardcode_direct" = yes &&
5713 test "$hardcode_direct_absolute" = no; then
2690 add="$dir/$linklib" 5714 add="$dir/$linklib"
2691 elif test "$hardcode_minus_L" = yes; then 5715 elif test "$hardcode_minus_L" = yes; then
2692 add_dir="-L$dir" 5716 add_dir="-L$dir"
2693 # Try looking first in the location we're being installed to. 5717 # Try looking first in the location we're being installed to.
2694 if test -n "$inst_prefix_dir"; then 5718 if test -n "$inst_prefix_dir"; then
2708 ;; 5732 ;;
2709 *) lib_linked=no ;; 5733 *) lib_linked=no ;;
2710 esac 5734 esac
2711 5735
2712 if test "$lib_linked" != yes; then 5736 if test "$lib_linked" != yes; then
2713 $echo "$modename: configuration error: unsupported hardcode properties" 5737 func_fatal_configuration "unsupported hardcode properties"
2714 exit $EXIT_FAILURE
2715 fi 5738 fi
2716 5739
2717 if test -n "$add_shlibpath"; then 5740 if test -n "$add_shlibpath"; then
2718 case :$compile_shlibpath: in 5741 case :$compile_shlibpath: in
2719 *":$add_shlibpath:"*) ;; 5742 *":$add_shlibpath:"*) ;;
2724 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" 5747 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
2725 test -n "$add" && compile_deplibs="$add $compile_deplibs" 5748 test -n "$add" && compile_deplibs="$add $compile_deplibs"
2726 else 5749 else
2727 test -n "$add_dir" && deplibs="$add_dir $deplibs" 5750 test -n "$add_dir" && deplibs="$add_dir $deplibs"
2728 test -n "$add" && deplibs="$add $deplibs" 5751 test -n "$add" && deplibs="$add $deplibs"
2729 if test "$hardcode_direct" != yes && \ 5752 if test "$hardcode_direct" != yes &&
2730 test "$hardcode_minus_L" != yes && \ 5753 test "$hardcode_minus_L" != yes &&
2731 test "$hardcode_shlibpath_var" = yes; then 5754 test "$hardcode_shlibpath_var" = yes; then
2732 case :$finalize_shlibpath: in 5755 case :$finalize_shlibpath: in
2733 *":$libdir:"*) ;; 5756 *":$libdir:"*) ;;
2734 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; 5757 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
2735 esac 5758 esac
2740 if test "$linkmode" = prog || test "$mode" = relink; then 5763 if test "$linkmode" = prog || test "$mode" = relink; then
2741 add_shlibpath= 5764 add_shlibpath=
2742 add_dir= 5765 add_dir=
2743 add= 5766 add=
2744 # Finalize command for both is simple: just hardcode it. 5767 # Finalize command for both is simple: just hardcode it.
2745 if test "$hardcode_direct" = yes; then 5768 if test "$hardcode_direct" = yes &&
5769 test "$hardcode_direct_absolute" = no; then
2746 add="$libdir/$linklib" 5770 add="$libdir/$linklib"
2747 elif test "$hardcode_minus_L" = yes; then 5771 elif test "$hardcode_minus_L" = yes; then
2748 add_dir="-L$libdir" 5772 add_dir="-L$libdir"
2749 add="-l$name" 5773 add="-l$name"
2750 elif test "$hardcode_shlibpath_var" = yes; then 5774 elif test "$hardcode_shlibpath_var" = yes; then
2754 esac 5778 esac
2755 add="-l$name" 5779 add="-l$name"
2756 elif test "$hardcode_automatic" = yes; then 5780 elif test "$hardcode_automatic" = yes; then
2757 if test -n "$inst_prefix_dir" && 5781 if test -n "$inst_prefix_dir" &&
2758 test -f "$inst_prefix_dir$libdir/$linklib" ; then 5782 test -f "$inst_prefix_dir$libdir/$linklib" ; then
2759 add="$inst_prefix_dir$libdir/$linklib" 5783 add="$inst_prefix_dir$libdir/$linklib"
2760 else 5784 else
2761 add="$libdir/$linklib" 5785 add="$libdir/$linklib"
2762 fi 5786 fi
2763 else 5787 else
2764 # We cannot seem to hardcode it, guess we'll fake it. 5788 # We cannot seem to hardcode it, guess we'll fake it.
2765 add_dir="-L$libdir" 5789 add_dir="-L$libdir"
2766 # Try looking first in the location we're being installed to. 5790 # Try looking first in the location we're being installed to.
2800 # We're trying link a shared library against a static one 5824 # We're trying link a shared library against a static one
2801 # but the system doesn't support it. 5825 # but the system doesn't support it.
2802 5826
2803 # Just print a warning and add the library to dependency_libs so 5827 # Just print a warning and add the library to dependency_libs so
2804 # that the program can be linked against the static library. 5828 # that the program can be linked against the static library.
2805 $echo 5829 $ECHO
2806 $echo "*** Warning: This system can not link to static lib archive $lib." 5830 $ECHO "*** Warning: This system can not link to static lib archive $lib."
2807 $echo "*** I have the capability to make that library automatically link in when" 5831 $ECHO "*** I have the capability to make that library automatically link in when"
2808 $echo "*** you link to this library. But I can only do this if you have a" 5832 $ECHO "*** you link to this library. But I can only do this if you have a"
2809 $echo "*** shared version of the library, which you do not appear to have." 5833 $ECHO "*** shared version of the library, which you do not appear to have."
2810 if test "$module" = yes; then 5834 if test "$module" = yes; then
2811 $echo "*** But as you try to build a module library, libtool will still create " 5835 $ECHO "*** But as you try to build a module library, libtool will still create "
2812 $echo "*** a static module, that should work as long as the dlopening application" 5836 $ECHO "*** a static module, that should work as long as the dlopening application"
2813 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." 5837 $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime."
2814 if test -z "$global_symbol_pipe"; then 5838 if test -z "$global_symbol_pipe"; then
2815 $echo 5839 $ECHO
2816 $echo "*** However, this would only work if libtool was able to extract symbol" 5840 $ECHO "*** However, this would only work if libtool was able to extract symbol"
2817 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 5841 $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
2818 $echo "*** not find such a program. So, this module is probably useless." 5842 $ECHO "*** not find such a program. So, this module is probably useless."
2819 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 5843 $ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
2820 fi 5844 fi
2821 if test "$build_old_libs" = no; then 5845 if test "$build_old_libs" = no; then
2822 build_libtool_libs=module 5846 build_libtool_libs=module
2823 build_old_libs=yes 5847 build_old_libs=yes
2824 else 5848 else
2838 test "$link_static" = yes; }; then 5862 test "$link_static" = yes; }; then
2839 # Extract -R from dependency_libs 5863 # Extract -R from dependency_libs
2840 temp_deplibs= 5864 temp_deplibs=
2841 for libdir in $dependency_libs; do 5865 for libdir in $dependency_libs; do
2842 case $libdir in 5866 case $libdir in
2843 -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` 5867 -R*) func_stripname '-R' '' "$libdir"
5868 temp_xrpath=$func_stripname_result
2844 case " $xrpath " in 5869 case " $xrpath " in
2845 *" $temp_xrpath "*) ;; 5870 *" $temp_xrpath "*) ;;
2846 *) xrpath="$xrpath $temp_xrpath";; 5871 *) xrpath="$xrpath $temp_xrpath";;
2847 esac;; 5872 esac;;
2848 *) temp_deplibs="$temp_deplibs $libdir";; 5873 *) temp_deplibs="$temp_deplibs $libdir";;
2856 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" 5881 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
2857 # ... and its dependency_libs 5882 # ... and its dependency_libs
2858 tmp_libs= 5883 tmp_libs=
2859 for deplib in $dependency_libs; do 5884 for deplib in $dependency_libs; do
2860 newdependency_libs="$deplib $newdependency_libs" 5885 newdependency_libs="$deplib $newdependency_libs"
2861 if test "X$duplicate_deps" = "Xyes" ; then 5886 if $opt_duplicate_deps ; then
2862 case "$tmp_libs " in 5887 case "$tmp_libs " in
2863 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 5888 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
2864 esac 5889 esac
2865 fi 5890 fi
2866 tmp_libs="$tmp_libs $deplib" 5891 tmp_libs="$tmp_libs $deplib"
2870 # Add the search paths of all dependency libraries 5895 # Add the search paths of all dependency libraries
2871 for deplib in $dependency_libs; do 5896 for deplib in $dependency_libs; do
2872 case $deplib in 5897 case $deplib in
2873 -L*) path="$deplib" ;; 5898 -L*) path="$deplib" ;;
2874 *.la) 5899 *.la)
2875 dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` 5900 func_dirname "$deplib" "" "."
2876 test "X$dir" = "X$deplib" && dir="." 5901 dir="$func_dirname_result"
2877 # We need an absolute path. 5902 # We need an absolute path.
2878 case $dir in 5903 case $dir in
2879 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; 5904 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
2880 *) 5905 *)
2881 absdir=`cd "$dir" && pwd` 5906 absdir=`cd "$dir" && pwd`
2882 if test -z "$absdir"; then 5907 if test -z "$absdir"; then
2883 $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 5908 func_warning "cannot determine absolute directory name of \`$dir'"
2884 absdir="$dir" 5909 absdir="$dir"
2885 fi 5910 fi
2886 ;; 5911 ;;
2887 esac 5912 esac
2888 if grep "^installed=no" $deplib > /dev/null; then 5913 if $GREP "^installed=no" $deplib > /dev/null; then
2889 path="$absdir/$objdir"
2890 else
2891 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
2892 if test -z "$libdir"; then
2893 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
2894 exit $EXIT_FAILURE
2895 fi
2896 if test "$absdir" != "$libdir"; then
2897 $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
2898 fi
2899 path="$absdir"
2900 fi
2901 depdepl=
2902 case $host in 5914 case $host in
2903 *-*-darwin*) 5915 *-*-darwin*)
2904 # we do not want to link against static libs, 5916 depdepl=
2905 # but need to link against shared
2906 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` 5917 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
2907 if test -n "$deplibrary_names" ; then 5918 if test -n "$deplibrary_names" ; then
2908 for tmp in $deplibrary_names ; do 5919 for tmp in $deplibrary_names ; do
2909 depdepl=$tmp 5920 depdepl=$tmp
2910 done 5921 done
2911 if test -f "$path/$depdepl" ; then 5922 if test -f "$absdir/$objdir/$depdepl" ; then
2912 depdepl="$path/$depdepl" 5923 depdepl="$absdir/$objdir/$depdepl"
5924 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5925 if test -z "$darwin_install_name"; then
5926 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
5927 fi
5928 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
5929 linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
5930 path=
2913 fi 5931 fi
2914 # do not add paths which are already there
2915 case " $newlib_search_path " in
2916 *" $path "*) ;;
2917 *) newlib_search_path="$newlib_search_path $path";;
2918 esac
2919 fi 5932 fi
2920 path=""
2921 ;; 5933 ;;
2922 *) 5934 *)
2923 path="-L$path" 5935 path="-L$absdir/$objdir"
2924 ;; 5936 ;;
2925 esac 5937 esac
5938 else
5939 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
5940 test -z "$libdir" && \
5941 func_fatal_error "\`$deplib' is not a valid libtool archive"
5942 test "$absdir" != "$libdir" && \
5943 func_warning "\`$deplib' seems to be moved"
5944
5945 path="-L$absdir"
5946 fi
2926 ;; 5947 ;;
2927 -l*)
2928 case $host in
2929 *-*-darwin*)
2930 # Again, we only want to link against shared libraries
2931 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
2932 for tmp in $newlib_search_path ; do
2933 if test -f "$tmp/lib$tmp_libs.dylib" ; then
2934 eval depdepl="$tmp/lib$tmp_libs.dylib"
2935 break
2936 fi
2937 done
2938 path=""
2939 ;;
2940 *) continue ;;
2941 esac
2942 ;;
2943 *) continue ;;
2944 esac 5948 esac
2945 case " $deplibs " in 5949 case " $deplibs " in
2946 *" $path "*) ;; 5950 *" $path "*) ;;
2947 *) deplibs="$path $deplibs" ;; 5951 *) deplibs="$path $deplibs" ;;
2948 esac 5952 esac
2949 case " $deplibs " in
2950 *" $depdepl "*) ;;
2951 *) deplibs="$depdepl $deplibs" ;;
2952 esac
2953 done 5953 done
2954 fi # link_all_deplibs != no 5954 fi # link_all_deplibs != no
2955 fi # linkmode = lib 5955 fi # linkmode = lib
2956 done # for deplib in $libs 5956 done # for deplib in $libs
5957 if test "$pass" = link; then
5958 if test "$linkmode" = "prog"; then
5959 compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
5960 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
5961 else
5962 compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
5963 fi
5964 fi
2957 dependency_libs="$newdependency_libs" 5965 dependency_libs="$newdependency_libs"
2958 if test "$pass" = dlpreopen; then 5966 if test "$pass" = dlpreopen; then
2959 # Link the dlpreopened libraries before other libraries 5967 # Link the dlpreopened libraries before other libraries
2960 for deplib in $save_deplibs; do 5968 for deplib in $save_deplibs; do
2961 deplibs="$deplib $deplibs" 5969 deplibs="$deplib $deplibs"
3050 done 6058 done
3051 dependency_libs=$tmp_libs 6059 dependency_libs=$tmp_libs
3052 done # for pass 6060 done # for pass
3053 if test "$linkmode" = prog; then 6061 if test "$linkmode" = prog; then
3054 dlfiles="$newdlfiles" 6062 dlfiles="$newdlfiles"
6063 fi
6064 if test "$linkmode" = prog || test "$linkmode" = lib; then
3055 dlprefiles="$newdlprefiles" 6065 dlprefiles="$newdlprefiles"
3056 fi 6066 fi
3057 6067
3058 case $linkmode in 6068 case $linkmode in
3059 oldlib) 6069 oldlib)
3060 if test -n "$deplibs"; then 6070 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
3061 $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 6071 func_warning "\`-dlopen' is ignored for archives"
3062 fi 6072 fi
3063 6073
3064 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then 6074 case " $deplibs" in
3065 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 6075 *\ -l* | *\ -L*)
3066 fi 6076 func_warning "\`-l' and \`-L' are ignored for archives" ;;
3067 6077 esac
3068 if test -n "$rpath"; then 6078
3069 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 6079 test -n "$rpath" && \
3070 fi 6080 func_warning "\`-rpath' is ignored for archives"
3071 6081
3072 if test -n "$xrpath"; then 6082 test -n "$xrpath" && \
3073 $echo "$modename: warning: \`-R' is ignored for archives" 1>&2 6083 func_warning "\`-R' is ignored for archives"
3074 fi 6084
3075 6085 test -n "$vinfo" && \
3076 if test -n "$vinfo"; then 6086 func_warning "\`-version-info/-version-number' is ignored for archives"
3077 $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2 6087
3078 fi 6088 test -n "$release" && \
3079 6089 func_warning "\`-release' is ignored for archives"
3080 if test -n "$release"; then 6090
3081 $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 6091 test -n "$export_symbols$export_symbols_regex" && \
3082 fi 6092 func_warning "\`-export-symbols' is ignored for archives"
3083
3084 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
3085 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
3086 fi
3087 6093
3088 # Now set the variables for building old libraries. 6094 # Now set the variables for building old libraries.
3089 build_libtool_libs=no 6095 build_libtool_libs=no
3090 oldlibs="$output" 6096 oldlibs="$output"
3091 objs="$objs$old_deplibs" 6097 objs="$objs$old_deplibs"
3093 6099
3094 lib) 6100 lib)
3095 # Make sure we only generate libraries of the form `libNAME.la'. 6101 # Make sure we only generate libraries of the form `libNAME.la'.
3096 case $outputname in 6102 case $outputname in
3097 lib*) 6103 lib*)
3098 name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` 6104 func_stripname 'lib' '.la' "$outputname"
6105 name=$func_stripname_result
3099 eval shared_ext=\"$shrext_cmds\" 6106 eval shared_ext=\"$shrext_cmds\"
3100 eval libname=\"$libname_spec\" 6107 eval libname=\"$libname_spec\"
3101 ;; 6108 ;;
3102 *) 6109 *)
3103 if test "$module" = no; then 6110 test "$module" = no && \
3104 $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 6111 func_fatal_help "libtool library \`$output' must begin with \`lib'"
3105 $echo "$help" 1>&2 6112
3106 exit $EXIT_FAILURE
3107 fi
3108 if test "$need_lib_prefix" != no; then 6113 if test "$need_lib_prefix" != no; then
3109 # Add the "lib" prefix for modules if required 6114 # Add the "lib" prefix for modules if required
3110 name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` 6115 func_stripname '' '.la' "$outputname"
6116 name=$func_stripname_result
3111 eval shared_ext=\"$shrext_cmds\" 6117 eval shared_ext=\"$shrext_cmds\"
3112 eval libname=\"$libname_spec\" 6118 eval libname=\"$libname_spec\"
3113 else 6119 else
3114 libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` 6120 func_stripname '' '.la' "$outputname"
6121 libname=$func_stripname_result
3115 fi 6122 fi
3116 ;; 6123 ;;
3117 esac 6124 esac
3118 6125
3119 if test -n "$objs"; then 6126 if test -n "$objs"; then
3120 if test "$deplibs_check_method" != pass_all; then 6127 if test "$deplibs_check_method" != pass_all; then
3121 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1 6128 func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
3122 exit $EXIT_FAILURE
3123 else 6129 else
3124 $echo 6130 $ECHO
3125 $echo "*** Warning: Linking the shared library $output against the non-libtool" 6131 $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
3126 $echo "*** objects $objs is not portable!" 6132 $ECHO "*** objects $objs is not portable!"
3127 libobjs="$libobjs $objs" 6133 libobjs="$libobjs $objs"
3128 fi 6134 fi
3129 fi 6135 fi
3130 6136
3131 if test "$dlself" != no; then 6137 test "$dlself" != no && \
3132 $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2 6138 func_warning "\`-dlopen self' is ignored for libtool libraries"
3133 fi
3134 6139
3135 set dummy $rpath 6140 set dummy $rpath
3136 if test "$#" -gt 2; then 6141 shift
3137 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 6142 test "$#" -gt 1 && \
3138 fi 6143 func_warning "ignoring multiple \`-rpath's for a libtool library"
3139 install_libdir="$2" 6144
6145 install_libdir="$1"
3140 6146
3141 oldlibs= 6147 oldlibs=
3142 if test -z "$rpath"; then 6148 if test -z "$rpath"; then
3143 if test "$build_libtool_libs" = yes; then 6149 if test "$build_libtool_libs" = yes; then
3144 # Building a libtool convenience library. 6150 # Building a libtool convenience library.
3148 oldlibs="$output_objdir/$libname.$libext $oldlibs" 6154 oldlibs="$output_objdir/$libname.$libext $oldlibs"
3149 build_libtool_libs=convenience 6155 build_libtool_libs=convenience
3150 build_old_libs=yes 6156 build_old_libs=yes
3151 fi 6157 fi
3152 6158
3153 if test -n "$vinfo"; then 6159 test -n "$vinfo" && \
3154 $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2 6160 func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
3155 fi 6161
3156 6162 test -n "$release" && \
3157 if test -n "$release"; then 6163 func_warning "\`-release' is ignored for convenience libraries"
3158 $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2
3159 fi
3160 else 6164 else
3161 6165
3162 # Parse the version information argument. 6166 # Parse the version information argument.
3163 save_ifs="$IFS"; IFS=':' 6167 save_ifs="$IFS"; IFS=':'
3164 set dummy $vinfo 0 0 0 6168 set dummy $vinfo 0 0 0
6169 shift
3165 IFS="$save_ifs" 6170 IFS="$save_ifs"
3166 6171
3167 if test -n "$8"; then 6172 test -n "$7" && \
3168 $echo "$modename: too many parameters to \`-version-info'" 1>&2 6173 func_fatal_help "too many parameters to \`-version-info'"
3169 $echo "$help" 1>&2
3170 exit $EXIT_FAILURE
3171 fi
3172 6174
3173 # convert absolute version numbers to libtool ages 6175 # convert absolute version numbers to libtool ages
3174 # this retains compatibility with .la files and attempts 6176 # this retains compatibility with .la files and attempts
3175 # to make the code below a bit more comprehensible 6177 # to make the code below a bit more comprehensible
3176 6178
3177 case $vinfo_number in 6179 case $vinfo_number in
3178 yes) 6180 yes)
3179 number_major="$2" 6181 number_major="$1"
3180 number_minor="$3" 6182 number_minor="$2"
3181 number_revision="$4" 6183 number_revision="$3"
3182 # 6184 #
3183 # There are really only two kinds -- those that 6185 # There are really only two kinds -- those that
3184 # use the current revision as the major version 6186 # use the current revision as the major version
3185 # and those that subtract age and use age as 6187 # and those that subtract age and use age as
3186 # a minor version. But, then there is irix 6188 # a minor version. But, then there is irix
3187 # which has an extra 1 added just for fun 6189 # which has an extra 1 added just for fun
3188 # 6190 #
3189 case $version_type in 6191 case $version_type in
3190 darwin|linux|osf|windows) 6192 darwin|linux|osf|windows|none)
3191 current=`expr $number_major + $number_minor` 6193 func_arith $number_major + $number_minor
6194 current=$func_arith_result
3192 age="$number_minor" 6195 age="$number_minor"
3193 revision="$number_revision" 6196 revision="$number_revision"
3194 ;; 6197 ;;
3195 freebsd-aout|freebsd-elf|sunos) 6198 freebsd-aout|freebsd-elf|sunos)
3196 current="$number_major" 6199 current="$number_major"
3197 revision="$number_minor" 6200 revision="$number_minor"
3198 age="0" 6201 age="0"
3199 ;; 6202 ;;
3200 irix|nonstopux) 6203 irix|nonstopux)
3201 current=`expr $number_major + $number_minor - 1` 6204 func_arith $number_major + $number_minor
6205 current=$func_arith_result
3202 age="$number_minor" 6206 age="$number_minor"
3203 revision="$number_minor" 6207 revision="$number_minor"
6208 lt_irix_increment=no
3204 ;; 6209 ;;
3205 esac 6210 esac
3206 ;; 6211 ;;
3207 no) 6212 no)
3208 current="$2" 6213 current="$1"
3209 revision="$3" 6214 revision="$2"
3210 age="$4" 6215 age="$3"
3211 ;; 6216 ;;
3212 esac 6217 esac
3213 6218
3214 # Check that each of the things are valid numbers. 6219 # Check that each of the things are valid numbers.
3215 case $current in 6220 case $current in
3216 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]) ;; 6221 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]) ;;
3217 *) 6222 *)
3218 $echo "$modename: CURRENT \`$current' must be a nonnegative integer" 1>&2 6223 func_error "CURRENT \`$current' must be a nonnegative integer"
3219 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 6224 func_fatal_error "\`$vinfo' is not valid version information"
3220 exit $EXIT_FAILURE
3221 ;; 6225 ;;
3222 esac 6226 esac
3223 6227
3224 case $revision in 6228 case $revision in
3225 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]) ;; 6229 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]) ;;
3226 *) 6230 *)
3227 $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2 6231 func_error "REVISION \`$revision' must be a nonnegative integer"
3228 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 6232 func_fatal_error "\`$vinfo' is not valid version information"
3229 exit $EXIT_FAILURE
3230 ;; 6233 ;;
3231 esac 6234 esac
3232 6235
3233 case $age in 6236 case $age in
3234 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]) ;; 6237 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]) ;;
3235 *) 6238 *)
3236 $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2 6239 func_error "AGE \`$age' must be a nonnegative integer"
3237 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 6240 func_fatal_error "\`$vinfo' is not valid version information"
3238 exit $EXIT_FAILURE
3239 ;; 6241 ;;
3240 esac 6242 esac
3241 6243
3242 if test "$age" -gt "$current"; then 6244 if test "$age" -gt "$current"; then
3243 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 6245 func_error "AGE \`$age' is greater than the current interface number \`$current'"
3244 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 6246 func_fatal_error "\`$vinfo' is not valid version information"
3245 exit $EXIT_FAILURE
3246 fi 6247 fi
3247 6248
3248 # Calculate the version variables. 6249 # Calculate the version variables.
3249 major= 6250 major=
3250 versuffix= 6251 versuffix=
3253 none) ;; 6254 none) ;;
3254 6255
3255 darwin) 6256 darwin)
3256 # Like Linux, but with the current version available in 6257 # Like Linux, but with the current version available in
3257 # verstring for coding it into the library header 6258 # verstring for coding it into the library header
3258 major=.`expr $current - $age` 6259 func_arith $current - $age
6260 major=.$func_arith_result
3259 versuffix="$major.$age.$revision" 6261 versuffix="$major.$age.$revision"
3260 # Darwin ld doesn't like 0 for these options... 6262 # Darwin ld doesn't like 0 for these options...
3261 minor_current=`expr $current + 1` 6263 func_arith $current + 1
3262 verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" 6264 minor_current=$func_arith_result
6265 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
6266 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
3263 ;; 6267 ;;
3264 6268
3265 freebsd-aout) 6269 freebsd-aout)
3266 major=".$current" 6270 major=".$current"
3267 versuffix=".$current.$revision"; 6271 versuffix=".$current.$revision";
3268 ;; 6272 ;;
3269 6273
3270 freebsd-elf) 6274 freebsd-elf)
3271 major=".$current" 6275 major=".$current"
3272 versuffix=".$current"; 6276 versuffix=".$current"
3273 ;; 6277 ;;
3274 6278
3275 irix | nonstopux) 6279 irix | nonstopux)
3276 major=`expr $current - $age + 1` 6280 if test "X$lt_irix_increment" = "Xno"; then
6281 func_arith $current - $age
6282 else
6283 func_arith $current - $age + 1
6284 fi
6285 major=$func_arith_result
3277 6286
3278 case $version_type in 6287 case $version_type in
3279 nonstopux) verstring_prefix=nonstopux ;; 6288 nonstopux) verstring_prefix=nonstopux ;;
3280 *) verstring_prefix=sgi ;; 6289 *) verstring_prefix=sgi ;;
3281 esac 6290 esac
3282 verstring="$verstring_prefix$major.$revision" 6291 verstring="$verstring_prefix$major.$revision"
3283 6292
3284 # Add in all the interfaces that we are compatible with. 6293 # Add in all the interfaces that we are compatible with.
3285 loop=$revision 6294 loop=$revision
3286 while test "$loop" -ne 0; do 6295 while test "$loop" -ne 0; do
3287 iface=`expr $revision - $loop` 6296 func_arith $revision - $loop
3288 loop=`expr $loop - 1` 6297 iface=$func_arith_result
6298 func_arith $loop - 1
6299 loop=$func_arith_result
3289 verstring="$verstring_prefix$major.$iface:$verstring" 6300 verstring="$verstring_prefix$major.$iface:$verstring"
3290 done 6301 done
3291 6302
3292 # Before this point, $major must not contain `.'. 6303 # Before this point, $major must not contain `.'.
3293 major=.$major 6304 major=.$major
3294 versuffix="$major.$revision" 6305 versuffix="$major.$revision"
3295 ;; 6306 ;;
3296 6307
3297 linux) 6308 linux)
3298 major=.`expr $current - $age` 6309 func_arith $current - $age
6310 major=.$func_arith_result
3299 versuffix="$major.$age.$revision" 6311 versuffix="$major.$age.$revision"
3300 ;; 6312 ;;
3301 6313
3302 osf) 6314 osf)
3303 major=.`expr $current - $age` 6315 func_arith $current - $age
6316 major=.$func_arith_result
3304 versuffix=".$current.$age.$revision" 6317 versuffix=".$current.$age.$revision"
3305 verstring="$current.$age.$revision" 6318 verstring="$current.$age.$revision"
3306 6319
3307 # Add in all the interfaces that we are compatible with. 6320 # Add in all the interfaces that we are compatible with.
3308 loop=$age 6321 loop=$age
3309 while test "$loop" -ne 0; do 6322 while test "$loop" -ne 0; do
3310 iface=`expr $current - $loop` 6323 func_arith $current - $loop
3311 loop=`expr $loop - 1` 6324 iface=$func_arith_result
6325 func_arith $loop - 1
6326 loop=$func_arith_result
3312 verstring="$verstring:${iface}.0" 6327 verstring="$verstring:${iface}.0"
3313 done 6328 done
3314 6329
3315 # Make executables depend on our current version. 6330 # Make executables depend on our current version.
3316 verstring="$verstring:${current}.0" 6331 verstring="$verstring:${current}.0"
6332 ;;
6333
6334 qnx)
6335 major=".$current"
6336 versuffix=".$current"
3317 ;; 6337 ;;
3318 6338
3319 sunos) 6339 sunos)
3320 major=".$current" 6340 major=".$current"
3321 versuffix=".$current.$revision" 6341 versuffix=".$current.$revision"
3322 ;; 6342 ;;
3323 6343
3324 windows) 6344 windows)
3325 # Use '-' rather than '.', since we only want one 6345 # Use '-' rather than '.', since we only want one
3326 # extension on DOS 8.3 filesystems. 6346 # extension on DOS 8.3 filesystems.
3327 major=`expr $current - $age` 6347 func_arith $current - $age
6348 major=$func_arith_result
3328 versuffix="-$major" 6349 versuffix="-$major"
3329 ;; 6350 ;;
3330 6351
3331 *) 6352 *)
3332 $echo "$modename: unknown library version type \`$version_type'" 1>&2 6353 func_fatal_configuration "unknown library version type \`$version_type'"
3333 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
3334 exit $EXIT_FAILURE
3335 ;; 6354 ;;
3336 esac 6355 esac
3337 6356
3338 # Clear the version info if we defaulted, and they specified a release. 6357 # Clear the version info if we defaulted, and they specified a release.
3339 if test -z "$vinfo" && test -n "$release"; then 6358 if test -z "$vinfo" && test -n "$release"; then
3363 fi 6382 fi
3364 6383
3365 # Check to see if the archive will have undefined symbols. 6384 # Check to see if the archive will have undefined symbols.
3366 if test "$allow_undefined" = yes; then 6385 if test "$allow_undefined" = yes; then
3367 if test "$allow_undefined_flag" = unsupported; then 6386 if test "$allow_undefined_flag" = unsupported; then
3368 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2 6387 func_warning "undefined symbols not allowed in $host shared libraries"
3369 build_libtool_libs=no 6388 build_libtool_libs=no
3370 build_old_libs=yes 6389 build_old_libs=yes
3371 fi 6390 fi
3372 else 6391 else
3373 # Don't allow undefined symbols. 6392 # Don't allow undefined symbols.
3374 allow_undefined_flag="$no_undefined_flag" 6393 allow_undefined_flag="$no_undefined_flag"
3375 fi 6394 fi
6395
3376 fi 6396 fi
6397
6398 func_generate_dlsyms "$libname" "$libname" "yes"
6399 libobjs="$libobjs $symfileobj"
6400 test "X$libobjs" = "X " && libobjs=
3377 6401
3378 if test "$mode" != relink; then 6402 if test "$mode" != relink; then
3379 # Remove our outputs, but don't remove object files since they 6403 # Remove our outputs, but don't remove object files since they
3380 # may have been created when compiling PIC objects. 6404 # may have been created when compiling PIC objects.
3381 removelist= 6405 removelist=
3382 tempremovelist=`$echo "$output_objdir/*"` 6406 tempremovelist=`$ECHO "$output_objdir/*"`
3383 for p in $tempremovelist; do 6407 for p in $tempremovelist; do
3384 case $p in 6408 case $p in
3385 *.$objext) 6409 *.$objext | *.gcno)
3386 ;; 6410 ;;
3387 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) 6411 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
3388 if test "X$precious_files_regex" != "X"; then 6412 if test "X$precious_files_regex" != "X"; then
3389 if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 6413 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
3390 then 6414 then
3391 continue 6415 continue
3392 fi 6416 fi
3393 fi 6417 fi
3394 removelist="$removelist $p" 6418 removelist="$removelist $p"
3395 ;; 6419 ;;
3396 *) ;; 6420 *) ;;
3397 esac 6421 esac
3398 done 6422 done
3399 if test -n "$removelist"; then 6423 test -n "$removelist" && \
3400 $show "${rm}r $removelist" 6424 func_show_eval "${RM}r \$removelist"
3401 $run ${rm}r $removelist
3402 fi
3403 fi 6425 fi
3404 6426
3405 # Now set the variables for building old libraries. 6427 # Now set the variables for building old libraries.
3406 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then 6428 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
3407 oldlibs="$oldlibs $output_objdir/$libname.$libext" 6429 oldlibs="$oldlibs $output_objdir/$libname.$libext"
3408 6430
3409 # Transform .lo files to .o files. 6431 # Transform .lo files to .o files.
3410 oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` 6432 oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
3411 fi 6433 fi
3412 6434
3413 # Eliminate all temporary directories. 6435 # Eliminate all temporary directories.
3414 for path in $notinst_path; do 6436 #for path in $notinst_path; do
3415 lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"` 6437 # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
3416 deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"` 6438 # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
3417 dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"` 6439 # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
3418 done 6440 #done
3419 6441
3420 if test -n "$xrpath"; then 6442 if test -n "$xrpath"; then
3421 # If the user specified any rpath flags, then add them. 6443 # If the user specified any rpath flags, then add them.
3422 temp_xrpath= 6444 temp_xrpath=
3423 for libdir in $xrpath; do 6445 for libdir in $xrpath; do
3453 done 6475 done
3454 6476
3455 if test "$build_libtool_libs" = yes; then 6477 if test "$build_libtool_libs" = yes; then
3456 if test -n "$rpath"; then 6478 if test -n "$rpath"; then
3457 case $host in 6479 case $host in
3458 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) 6480 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*)
3459 # these systems don't actually have a c library (as such)! 6481 # these systems don't actually have a c library (as such)!
3460 ;; 6482 ;;
3461 *-*-rhapsody* | *-*-darwin1.[012]) 6483 *-*-rhapsody* | *-*-darwin1.[012])
3462 # Rhapsody C library is in the System framework 6484 # Rhapsody C library is in the System framework
3463 deplibs="$deplibs -framework System" 6485 deplibs="$deplibs System.ltframework"
3464 ;; 6486 ;;
3465 *-*-netbsd*) 6487 *-*-netbsd*)
3466 # Don't link with libc until the a.out ld.so is fixed. 6488 # Don't link with libc until the a.out ld.so is fixed.
3467 ;; 6489 ;;
3468 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) 6490 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
3472 # Causes problems with __ctype 6494 # Causes problems with __ctype
3473 ;; 6495 ;;
3474 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) 6496 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
3475 # Compiler inserts libc in the correct place for threads to work 6497 # Compiler inserts libc in the correct place for threads to work
3476 ;; 6498 ;;
3477 *) 6499 *)
3478 # Add libc to deplibs on all other systems if necessary. 6500 # Add libc to deplibs on all other systems if necessary.
3479 if test "$build_libtool_need_lc" = "yes"; then 6501 if test "$build_libtool_need_lc" = "yes"; then
3480 deplibs="$deplibs -lc" 6502 deplibs="$deplibs -lc"
3481 fi 6503 fi
3482 ;; 6504 ;;
3509 test_compile) 6531 test_compile)
3510 # This code stresses the "libraries are programs" paradigm to its 6532 # This code stresses the "libraries are programs" paradigm to its
3511 # limits. Maybe even breaks it. We compile a program, linking it 6533 # limits. Maybe even breaks it. We compile a program, linking it
3512 # against the deplibs as a proxy for the library. Then we can check 6534 # against the deplibs as a proxy for the library. Then we can check
3513 # whether they linked in statically or dynamically with ldd. 6535 # whether they linked in statically or dynamically with ldd.
3514 $rm conftest.c 6536 $opt_dry_run || $RM conftest.c
3515 cat > conftest.c <<EOF 6537 cat > conftest.c <<EOF
3516 int main() { return 0; } 6538 int main() { return 0; }
3517 EOF 6539 EOF
3518 $rm conftest 6540 $opt_dry_run || $RM conftest
3519 $LTCC $LTCFLAGS -o conftest conftest.c $deplibs 6541 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
3520 if test "$?" -eq 0 ; then
3521 ldd_output=`ldd conftest` 6542 ldd_output=`ldd conftest`
3522 for i in $deplibs; do 6543 for i in $deplibs; do
3523 name=`expr $i : '-l\(.*\)'` 6544 case $i in
3524 # If $name is empty we are operating on a -L argument. 6545 -l*)
3525 if test "$name" != "" && test "$name" -ne "0"; then 6546 func_stripname -l '' "$i"
6547 name=$func_stripname_result
3526 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 6548 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3527 case " $predeps $postdeps " in 6549 case " $predeps $postdeps " in
3528 *" $i "*) 6550 *" $i "*)
3529 newdeplibs="$newdeplibs $i" 6551 newdeplibs="$newdeplibs $i"
3530 i="" 6552 i=""
3531 ;; 6553 ;;
3532 esac 6554 esac
3533 fi 6555 fi
3534 if test -n "$i" ; then 6556 if test -n "$i" ; then
3535 libname=`eval \\$echo \"$libname_spec\"` 6557 libname=`eval "\\$ECHO \"$libname_spec\""`
3536 deplib_matches=`eval \\$echo \"$library_names_spec\"` 6558 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
3537 set dummy $deplib_matches 6559 set dummy $deplib_matches; shift
3538 deplib_match=$2 6560 deplib_match=$1
3539 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then 6561 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
3540 newdeplibs="$newdeplibs $i" 6562 newdeplibs="$newdeplibs $i"
3541 else 6563 else
3542 droppeddeps=yes 6564 droppeddeps=yes
3543 $echo 6565 $ECHO
3544 $echo "*** Warning: dynamic linker does not accept needed library $i." 6566 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
3545 $echo "*** I have the capability to make that library automatically link in when" 6567 $ECHO "*** I have the capability to make that library automatically link in when"
3546 $echo "*** you link to this library. But I can only do this if you have a" 6568 $ECHO "*** you link to this library. But I can only do this if you have a"
3547 $echo "*** shared version of the library, which I believe you do not have" 6569 $ECHO "*** shared version of the library, which I believe you do not have"
3548 $echo "*** because a test_compile did reveal that the linker did not use it for" 6570 $ECHO "*** because a test_compile did reveal that the linker did not use it for"
3549 $echo "*** its dynamic dependency list that programs get resolved with at runtime." 6571 $ECHO "*** its dynamic dependency list that programs get resolved with at runtime."
3550 fi 6572 fi
3551 fi 6573 fi
3552 else 6574 ;;
6575 *)
3553 newdeplibs="$newdeplibs $i" 6576 newdeplibs="$newdeplibs $i"
3554 fi 6577 ;;
6578 esac
3555 done 6579 done
3556 else 6580 else
3557 # Error occurred in the first compile. Let's try to salvage 6581 # Error occurred in the first compile. Let's try to salvage
3558 # the situation: Compile a separate program for each library. 6582 # the situation: Compile a separate program for each library.
3559 for i in $deplibs; do 6583 for i in $deplibs; do
3560 name=`expr $i : '-l\(.*\)'` 6584 case $i in
3561 # If $name is empty we are operating on a -L argument. 6585 -l*)
3562 if test "$name" != "" && test "$name" != "0"; then 6586 func_stripname -l '' "$i"
3563 $rm conftest 6587 name=$func_stripname_result
3564 $LTCC $LTCFLAGS -o conftest conftest.c $i 6588 $opt_dry_run || $RM conftest
3565 # Did it work? 6589 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
3566 if test "$?" -eq 0 ; then
3567 ldd_output=`ldd conftest` 6590 ldd_output=`ldd conftest`
3568 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 6591 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3569 case " $predeps $postdeps " in 6592 case " $predeps $postdeps " in
3570 *" $i "*) 6593 *" $i "*)
3571 newdeplibs="$newdeplibs $i" 6594 newdeplibs="$newdeplibs $i"
3572 i="" 6595 i=""
3573 ;; 6596 ;;
3574 esac 6597 esac
3575 fi 6598 fi
3576 if test -n "$i" ; then 6599 if test -n "$i" ; then
3577 libname=`eval \\$echo \"$libname_spec\"` 6600 libname=`eval "\\$ECHO \"$libname_spec\""`
3578 deplib_matches=`eval \\$echo \"$library_names_spec\"` 6601 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
3579 set dummy $deplib_matches 6602 set dummy $deplib_matches; shift
3580 deplib_match=$2 6603 deplib_match=$1
3581 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then 6604 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
3582 newdeplibs="$newdeplibs $i" 6605 newdeplibs="$newdeplibs $i"
3583 else 6606 else
3584 droppeddeps=yes 6607 droppeddeps=yes
3585 $echo 6608 $ECHO
3586 $echo "*** Warning: dynamic linker does not accept needed library $i." 6609 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
3587 $echo "*** I have the capability to make that library automatically link in when" 6610 $ECHO "*** I have the capability to make that library automatically link in when"
3588 $echo "*** you link to this library. But I can only do this if you have a" 6611 $ECHO "*** you link to this library. But I can only do this if you have a"
3589 $echo "*** shared version of the library, which you do not appear to have" 6612 $ECHO "*** shared version of the library, which you do not appear to have"
3590 $echo "*** because a test_compile did reveal that the linker did not use this one" 6613 $ECHO "*** because a test_compile did reveal that the linker did not use this one"
3591 $echo "*** as a dynamic dependency that programs can get resolved with at runtime." 6614 $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime."
3592 fi 6615 fi
3593 fi 6616 fi
3594 else 6617 else
3595 droppeddeps=yes 6618 droppeddeps=yes
3596 $echo 6619 $ECHO
3597 $echo "*** Warning! Library $i is needed by this library but I was not able to" 6620 $ECHO "*** Warning! Library $i is needed by this library but I was not able to"
3598 $echo "*** make it link in! You will probably need to install it or some" 6621 $ECHO "*** make it link in! You will probably need to install it or some"
3599 $echo "*** library that it depends on before this library will be fully" 6622 $ECHO "*** library that it depends on before this library will be fully"
3600 $echo "*** functional. Installing it before continuing would be even better." 6623 $ECHO "*** functional. Installing it before continuing would be even better."
3601 fi 6624 fi
3602 else 6625 ;;
6626 *)
3603 newdeplibs="$newdeplibs $i" 6627 newdeplibs="$newdeplibs $i"
3604 fi 6628 ;;
6629 esac
3605 done 6630 done
3606 fi 6631 fi
3607 ;; 6632 ;;
3608 file_magic*) 6633 file_magic*)
3609 set dummy $deplibs_check_method 6634 set dummy $deplibs_check_method; shift
3610 file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` 6635 file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
3611 for a_deplib in $deplibs; do 6636 for a_deplib in $deplibs; do
3612 name=`expr $a_deplib : '-l\(.*\)'` 6637 case $a_deplib in
3613 # If $name is empty we are operating on a -L argument. 6638 -l*)
3614 if test "$name" != "" && test "$name" != "0"; then 6639 func_stripname -l '' "$a_deplib"
6640 name=$func_stripname_result
3615 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 6641 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3616 case " $predeps $postdeps " in 6642 case " $predeps $postdeps " in
3617 *" $a_deplib "*) 6643 *" $a_deplib "*)
3618 newdeplibs="$newdeplibs $a_deplib" 6644 newdeplibs="$newdeplibs $a_deplib"
3619 a_deplib="" 6645 a_deplib=""
3620 ;; 6646 ;;
3621 esac 6647 esac
3622 fi 6648 fi
3623 if test -n "$a_deplib" ; then 6649 if test -n "$a_deplib" ; then
3624 libname=`eval \\$echo \"$libname_spec\"` 6650 libname=`eval "\\$ECHO \"$libname_spec\""`
3625 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do 6651 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
3626 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` 6652 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
3627 for potent_lib in $potential_libs; do 6653 for potent_lib in $potential_libs; do
3628 # Follow soft links. 6654 # Follow soft links.
3629 if ls -lLd "$potent_lib" 2>/dev/null \ 6655 if ls -lLd "$potent_lib" 2>/dev/null |
3630 | grep " -> " >/dev/null; then 6656 $GREP " -> " >/dev/null; then
3631 continue 6657 continue
3632 fi 6658 fi
3633 # The statement above tries to avoid entering an 6659 # The statement above tries to avoid entering an
3634 # endless loop below, in case of cyclic links. 6660 # endless loop below, in case of cyclic links.
3635 # We might still enter an endless loop, since a link 6661 # We might still enter an endless loop, since a link
3638 potlib="$potent_lib" 6664 potlib="$potent_lib"
3639 while test -h "$potlib" 2>/dev/null; do 6665 while test -h "$potlib" 2>/dev/null; do
3640 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` 6666 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
3641 case $potliblink in 6667 case $potliblink in
3642 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; 6668 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
3643 *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; 6669 *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
3644 esac 6670 esac
3645 done 6671 done
3646 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ 6672 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
3647 | ${SED} 10q \ 6673 $SED -e 10q |
3648 | $EGREP "$file_magic_regex" > /dev/null; then 6674 $EGREP "$file_magic_regex" > /dev/null; then
3649 newdeplibs="$newdeplibs $a_deplib" 6675 newdeplibs="$newdeplibs $a_deplib"
3650 a_deplib="" 6676 a_deplib=""
3651 break 2 6677 break 2
3652 fi 6678 fi
3653 done 6679 done
3654 done 6680 done
3655 fi 6681 fi
3656 if test -n "$a_deplib" ; then 6682 if test -n "$a_deplib" ; then
3657 droppeddeps=yes 6683 droppeddeps=yes
3658 $echo 6684 $ECHO
3659 $echo "*** Warning: linker path does not have real file for library $a_deplib." 6685 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
3660 $echo "*** I have the capability to make that library automatically link in when" 6686 $ECHO "*** I have the capability to make that library automatically link in when"
3661 $echo "*** you link to this library. But I can only do this if you have a" 6687 $ECHO "*** you link to this library. But I can only do this if you have a"
3662 $echo "*** shared version of the library, which you do not appear to have" 6688 $ECHO "*** shared version of the library, which you do not appear to have"
3663 $echo "*** because I did check the linker path looking for a file starting" 6689 $ECHO "*** because I did check the linker path looking for a file starting"
3664 if test -z "$potlib" ; then 6690 if test -z "$potlib" ; then
3665 $echo "*** with $libname but no candidates were found. (...for file magic test)" 6691 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
3666 else 6692 else
3667 $echo "*** with $libname and none of the candidates passed a file format test" 6693 $ECHO "*** with $libname and none of the candidates passed a file format test"
3668 $echo "*** using a file magic. Last file checked: $potlib" 6694 $ECHO "*** using a file magic. Last file checked: $potlib"
3669 fi 6695 fi
3670 fi 6696 fi
3671 else 6697 ;;
6698 *)
3672 # Add a -L argument. 6699 # Add a -L argument.
3673 newdeplibs="$newdeplibs $a_deplib" 6700 newdeplibs="$newdeplibs $a_deplib"
3674 fi 6701 ;;
6702 esac
3675 done # Gone through all deplibs. 6703 done # Gone through all deplibs.
3676 ;; 6704 ;;
3677 match_pattern*) 6705 match_pattern*)
3678 set dummy $deplibs_check_method 6706 set dummy $deplibs_check_method; shift
3679 match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` 6707 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
3680 for a_deplib in $deplibs; do 6708 for a_deplib in $deplibs; do
3681 name=`expr $a_deplib : '-l\(.*\)'` 6709 case $a_deplib in
3682 # If $name is empty we are operating on a -L argument. 6710 -l*)
3683 if test -n "$name" && test "$name" != "0"; then 6711 func_stripname -l '' "$a_deplib"
6712 name=$func_stripname_result
3684 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 6713 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3685 case " $predeps $postdeps " in 6714 case " $predeps $postdeps " in
3686 *" $a_deplib "*) 6715 *" $a_deplib "*)
3687 newdeplibs="$newdeplibs $a_deplib" 6716 newdeplibs="$newdeplibs $a_deplib"
3688 a_deplib="" 6717 a_deplib=""
3689 ;; 6718 ;;
3690 esac 6719 esac
3691 fi 6720 fi
3692 if test -n "$a_deplib" ; then 6721 if test -n "$a_deplib" ; then
3693 libname=`eval \\$echo \"$libname_spec\"` 6722 libname=`eval "\\$ECHO \"$libname_spec\""`
3694 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do 6723 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
3695 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` 6724 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
3696 for potent_lib in $potential_libs; do 6725 for potent_lib in $potential_libs; do
3697 potlib="$potent_lib" # see symlink-check above in file_magic test 6726 potlib="$potent_lib" # see symlink-check above in file_magic test
3698 if eval $echo \"$potent_lib\" 2>/dev/null \ 6727 if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \
3699 | ${SED} 10q \ 6728 $EGREP "$match_pattern_regex" > /dev/null; then
3700 | $EGREP "$match_pattern_regex" > /dev/null; then
3701 newdeplibs="$newdeplibs $a_deplib" 6729 newdeplibs="$newdeplibs $a_deplib"
3702 a_deplib="" 6730 a_deplib=""
3703 break 2 6731 break 2
3704 fi 6732 fi
3705 done 6733 done
3706 done 6734 done
3707 fi 6735 fi
3708 if test -n "$a_deplib" ; then 6736 if test -n "$a_deplib" ; then
3709 droppeddeps=yes 6737 droppeddeps=yes
3710 $echo 6738 $ECHO
3711 $echo "*** Warning: linker path does not have real file for library $a_deplib." 6739 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
3712 $echo "*** I have the capability to make that library automatically link in when" 6740 $ECHO "*** I have the capability to make that library automatically link in when"
3713 $echo "*** you link to this library. But I can only do this if you have a" 6741 $ECHO "*** you link to this library. But I can only do this if you have a"
3714 $echo "*** shared version of the library, which you do not appear to have" 6742 $ECHO "*** shared version of the library, which you do not appear to have"
3715 $echo "*** because I did check the linker path looking for a file starting" 6743 $ECHO "*** because I did check the linker path looking for a file starting"
3716 if test -z "$potlib" ; then 6744 if test -z "$potlib" ; then
3717 $echo "*** with $libname but no candidates were found. (...for regex pattern test)" 6745 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
3718 else 6746 else
3719 $echo "*** with $libname and none of the candidates passed a file format test" 6747 $ECHO "*** with $libname and none of the candidates passed a file format test"
3720 $echo "*** using a regex pattern. Last file checked: $potlib" 6748 $ECHO "*** using a regex pattern. Last file checked: $potlib"
3721 fi 6749 fi
3722 fi 6750 fi
3723 else 6751 ;;
6752 *)
3724 # Add a -L argument. 6753 # Add a -L argument.
3725 newdeplibs="$newdeplibs $a_deplib" 6754 newdeplibs="$newdeplibs $a_deplib"
3726 fi 6755 ;;
6756 esac
3727 done # Gone through all deplibs. 6757 done # Gone through all deplibs.
3728 ;; 6758 ;;
3729 none | unknown | *) 6759 none | unknown | *)
3730 newdeplibs="" 6760 newdeplibs=""
3731 tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ 6761 tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \
3732 -e 's/ -[LR][^ ]*//g'` 6762 -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'`
3733 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 6763 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3734 for i in $predeps $postdeps ; do 6764 for i in $predeps $postdeps ; do
3735 # can't use Xsed below, because $i might contain '/' 6765 # can't use Xsed below, because $i might contain '/'
3736 tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` 6766 tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
3737 done 6767 done
3738 fi 6768 fi
3739 if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \ 6769 if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' |
3740 | grep . >/dev/null; then 6770 $GREP . >/dev/null; then
3741 $echo 6771 $ECHO
3742 if test "X$deplibs_check_method" = "Xnone"; then 6772 if test "X$deplibs_check_method" = "Xnone"; then
3743 $echo "*** Warning: inter-library dependencies are not supported in this platform." 6773 $ECHO "*** Warning: inter-library dependencies are not supported in this platform."
3744 else 6774 else
3745 $echo "*** Warning: inter-library dependencies are not known to be supported." 6775 $ECHO "*** Warning: inter-library dependencies are not known to be supported."
3746 fi 6776 fi
3747 $echo "*** All declared inter-library dependencies are being dropped." 6777 $ECHO "*** All declared inter-library dependencies are being dropped."
3748 droppeddeps=yes 6778 droppeddeps=yes
3749 fi 6779 fi
3750 ;; 6780 ;;
3751 esac 6781 esac
3752 versuffix=$versuffix_save 6782 versuffix=$versuffix_save
3755 libname=$libname_save 6785 libname=$libname_save
3756 name=$name_save 6786 name=$name_save
3757 6787
3758 case $host in 6788 case $host in
3759 *-*-rhapsody* | *-*-darwin1.[012]) 6789 *-*-rhapsody* | *-*-darwin1.[012])
3760 # On Rhapsody replace the C library is the System framework 6790 # On Rhapsody replace the C library with the System framework
3761 newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` 6791 newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
3762 ;; 6792 ;;
3763 esac 6793 esac
3764 6794
3765 if test "$droppeddeps" = yes; then 6795 if test "$droppeddeps" = yes; then
3766 if test "$module" = yes; then 6796 if test "$module" = yes; then
3767 $echo 6797 $ECHO
3768 $echo "*** Warning: libtool could not satisfy all declared inter-library" 6798 $ECHO "*** Warning: libtool could not satisfy all declared inter-library"
3769 $echo "*** dependencies of module $libname. Therefore, libtool will create" 6799 $ECHO "*** dependencies of module $libname. Therefore, libtool will create"
3770 $echo "*** a static module, that should work as long as the dlopening" 6800 $ECHO "*** a static module, that should work as long as the dlopening"
3771 $echo "*** application is linked with the -dlopen flag." 6801 $ECHO "*** application is linked with the -dlopen flag."
3772 if test -z "$global_symbol_pipe"; then 6802 if test -z "$global_symbol_pipe"; then
3773 $echo 6803 $ECHO
3774 $echo "*** However, this would only work if libtool was able to extract symbol" 6804 $ECHO "*** However, this would only work if libtool was able to extract symbol"
3775 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 6805 $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
3776 $echo "*** not find such a program. So, this module is probably useless." 6806 $ECHO "*** not find such a program. So, this module is probably useless."
3777 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 6807 $ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
3778 fi 6808 fi
3779 if test "$build_old_libs" = no; then 6809 if test "$build_old_libs" = no; then
3780 oldlibs="$output_objdir/$libname.$libext" 6810 oldlibs="$output_objdir/$libname.$libext"
3781 build_libtool_libs=module 6811 build_libtool_libs=module
3782 build_old_libs=yes 6812 build_old_libs=yes
3783 else 6813 else
3784 build_libtool_libs=no 6814 build_libtool_libs=no
3785 fi 6815 fi
3786 else 6816 else
3787 $echo "*** The inter-library dependencies that have been dropped here will be" 6817 $ECHO "*** The inter-library dependencies that have been dropped here will be"
3788 $echo "*** automatically added whenever a program is linked with this library" 6818 $ECHO "*** automatically added whenever a program is linked with this library"
3789 $echo "*** or is declared to -dlopen it." 6819 $ECHO "*** or is declared to -dlopen it."
3790 6820
3791 if test "$allow_undefined" = no; then 6821 if test "$allow_undefined" = no; then
3792 $echo 6822 $ECHO
3793 $echo "*** Since this library must not contain undefined symbols," 6823 $ECHO "*** Since this library must not contain undefined symbols,"
3794 $echo "*** because either the platform does not support them or" 6824 $ECHO "*** because either the platform does not support them or"
3795 $echo "*** it was explicitly requested with -no-undefined," 6825 $ECHO "*** it was explicitly requested with -no-undefined,"
3796 $echo "*** libtool will only create a static version of it." 6826 $ECHO "*** libtool will only create a static version of it."
3797 if test "$build_old_libs" = no; then 6827 if test "$build_old_libs" = no; then
3798 oldlibs="$output_objdir/$libname.$libext" 6828 oldlibs="$output_objdir/$libname.$libext"
3799 build_libtool_libs=module 6829 build_libtool_libs=module
3800 build_old_libs=yes 6830 build_old_libs=yes
3801 else 6831 else
3805 fi 6835 fi
3806 fi 6836 fi
3807 # Done checking deplibs! 6837 # Done checking deplibs!
3808 deplibs=$newdeplibs 6838 deplibs=$newdeplibs
3809 fi 6839 fi
3810 6840 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
6841 case $host in
6842 *-*-darwin*)
6843 newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
6844 new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
6845 deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
6846 ;;
6847 esac
3811 6848
3812 # move library search paths that coincide with paths to not yet 6849 # move library search paths that coincide with paths to not yet
3813 # installed libraries to the beginning of the library search list 6850 # installed libraries to the beginning of the library search list
3814 new_libs= 6851 new_libs=
3815 for path in $notinst_path; do 6852 for path in $notinst_path; do
3833 ;; 6870 ;;
3834 *) new_libs="$new_libs $deplib" ;; 6871 *) new_libs="$new_libs $deplib" ;;
3835 esac 6872 esac
3836 done 6873 done
3837 deplibs="$new_libs" 6874 deplibs="$new_libs"
3838
3839 6875
3840 # All the library-specific variables (install_libdir is set above). 6876 # All the library-specific variables (install_libdir is set above).
3841 library_names= 6877 library_names=
3842 old_library= 6878 old_library=
3843 dlname= 6879 dlname=
3905 6941
3906 # Get the real and link names of the library. 6942 # Get the real and link names of the library.
3907 eval shared_ext=\"$shrext_cmds\" 6943 eval shared_ext=\"$shrext_cmds\"
3908 eval library_names=\"$library_names_spec\" 6944 eval library_names=\"$library_names_spec\"
3909 set dummy $library_names 6945 set dummy $library_names
3910 realname="$2" 6946 shift
3911 shift; shift 6947 realname="$1"
6948 shift
3912 6949
3913 if test -n "$soname_spec"; then 6950 if test -n "$soname_spec"; then
3914 eval soname=\"$soname_spec\" 6951 eval soname=\"$soname_spec\"
3915 else 6952 else
3916 soname="$realname" 6953 soname="$realname"
3925 do 6962 do
3926 linknames="$linknames $link" 6963 linknames="$linknames $link"
3927 done 6964 done
3928 6965
3929 # Use standard objects if they are pic 6966 # Use standard objects if they are pic
3930 test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 6967 test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
6968 test "X$libobjs" = "X " && libobjs=
6969
6970 delfiles=
6971 if test -n "$export_symbols" && test -n "$include_expsyms"; then
6972 $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
6973 export_symbols="$output_objdir/$libname.uexp"
6974 delfiles="$delfiles $export_symbols"
6975 fi
6976
6977 orig_export_symbols=
6978 case $host_os in
6979 cygwin* | mingw* | cegcc*)
6980 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
6981 # exporting using user supplied symfile
6982 if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
6983 # and it's NOT already a .def file. Must figure out
6984 # which of the given symbols are data symbols and tag
6985 # them as such. So, trigger use of export_symbols_cmds.
6986 # export_symbols gets reassigned inside the "prepare
6987 # the list of exported symbols" if statement, so the
6988 # include_expsyms logic still works.
6989 orig_export_symbols="$export_symbols"
6990 export_symbols=
6991 always_export_symbols=yes
6992 fi
6993 fi
6994 ;;
6995 esac
3931 6996
3932 # Prepare the list of exported symbols 6997 # Prepare the list of exported symbols
3933 if test -z "$export_symbols"; then 6998 if test -z "$export_symbols"; then
3934 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then 6999 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
3935 $show "generating symbol list for \`$libname.la'" 7000 func_verbose "generating symbol list for \`$libname.la'"
3936 export_symbols="$output_objdir/$libname.exp" 7001 export_symbols="$output_objdir/$libname.exp"
3937 $run $rm $export_symbols 7002 $opt_dry_run || $RM $export_symbols
3938 cmds=$export_symbols_cmds 7003 cmds=$export_symbols_cmds
3939 save_ifs="$IFS"; IFS='~' 7004 save_ifs="$IFS"; IFS='~'
3940 for cmd in $cmds; do 7005 for cmd in $cmds; do
3941 IFS="$save_ifs" 7006 IFS="$save_ifs"
3942 eval cmd=\"$cmd\" 7007 eval cmd=\"$cmd\"
3943 if len=`expr "X$cmd" : ".*"` && 7008 func_len " $cmd"
3944 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then 7009 len=$func_len_result
3945 $show "$cmd" 7010 if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
3946 $run eval "$cmd" || exit $? 7011 func_show_eval "$cmd" 'exit $?'
3947 skipped_export=false 7012 skipped_export=false
3948 else 7013 else
3949 # The command line is too long to execute in one step. 7014 # The command line is too long to execute in one step.
3950 $show "using reloadable object file for export list..." 7015 func_verbose "using reloadable object file for export list..."
3951 skipped_export=: 7016 skipped_export=:
3952 # Break out early, otherwise skipped_export may be 7017 # Break out early, otherwise skipped_export may be
3953 # set to false by a later but shorter cmd. 7018 # set to false by a later but shorter cmd.
3954 break 7019 break
3955 fi 7020 fi
3956 done 7021 done
3957 IFS="$save_ifs" 7022 IFS="$save_ifs"
3958 if test -n "$export_symbols_regex"; then 7023 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
3959 $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\"" 7024 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
3960 $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' 7025 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
3961 $show "$mv \"${export_symbols}T\" \"$export_symbols\""
3962 $run eval '$mv "${export_symbols}T" "$export_symbols"'
3963 fi 7026 fi
3964 fi 7027 fi
3965 fi 7028 fi
3966 7029
3967 if test -n "$export_symbols" && test -n "$include_expsyms"; then 7030 if test -n "$export_symbols" && test -n "$include_expsyms"; then
3968 $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' 7031 tmp_export_symbols="$export_symbols"
7032 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
7033 $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
7034 fi
7035
7036 if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
7037 # The given exports_symbols file has to be filtered, so filter it.
7038 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
7039 # FIXME: $output_objdir/$libname.filter potentially contains lots of
7040 # 's' commands which not all seds can handle. GNU sed should be fine
7041 # though. Also, the filter scales superlinearly with the number of
7042 # global variables. join(1) would be nice here, but unfortunately
7043 # isn't a blessed tool.
7044 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
7045 delfiles="$delfiles $export_symbols $output_objdir/$libname.filter"
7046 export_symbols=$output_objdir/$libname.def
7047 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
3969 fi 7048 fi
3970 7049
3971 tmp_deplibs= 7050 tmp_deplibs=
3972 for test_deplib in $deplibs; do 7051 for test_deplib in $deplibs; do
3973 case " $convenience " in 7052 case " $convenience " in
3974 *" $test_deplib "*) ;; 7053 *" $test_deplib "*) ;;
3975 *) 7054 *)
3976 tmp_deplibs="$tmp_deplibs $test_deplib" 7055 tmp_deplibs="$tmp_deplibs $test_deplib"
3977 ;; 7056 ;;
3978 esac 7057 esac
3979 done 7058 done
3980 deplibs="$tmp_deplibs" 7059 deplibs="$tmp_deplibs"
3981 7060
3982 if test -n "$convenience"; then 7061 if test -n "$convenience"; then
7062 if test -n "$whole_archive_flag_spec" &&
7063 test "$compiler_needs_object" = yes &&
7064 test -z "$libobjs"; then
7065 # extract the archives, so we have objects to list.
7066 # TODO: could optimize this to just extract one archive.
7067 whole_archive_flag_spec=
7068 fi
3983 if test -n "$whole_archive_flag_spec"; then 7069 if test -n "$whole_archive_flag_spec"; then
3984 save_libobjs=$libobjs 7070 save_libobjs=$libobjs
3985 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" 7071 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
7072 test "X$libobjs" = "X " && libobjs=
3986 else 7073 else
3987 gentop="$output_objdir/${outputname}x" 7074 gentop="$output_objdir/${outputname}x"
3988 generated="$generated $gentop" 7075 generated="$generated $gentop"
3989 7076
3990 func_extract_archives $gentop $convenience 7077 func_extract_archives $gentop $convenience
3991 libobjs="$libobjs $func_extract_archives_result" 7078 libobjs="$libobjs $func_extract_archives_result"
7079 test "X$libobjs" = "X " && libobjs=
3992 fi 7080 fi
3993 fi 7081 fi
3994 7082
3995 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then 7083 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
3996 eval flag=\"$thread_safe_flag_spec\" 7084 eval flag=\"$thread_safe_flag_spec\"
3997 linker_flags="$linker_flags $flag" 7085 linker_flags="$linker_flags $flag"
3998 fi 7086 fi
3999 7087
4000 # Make a backup of the uninstalled library when relinking 7088 # Make a backup of the uninstalled library when relinking
4001 if test "$mode" = relink; then 7089 if test "$mode" = relink; then
4002 $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $? 7090 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
4003 fi 7091 fi
4004 7092
4005 # Do each of the archive commands. 7093 # Do each of the archive commands.
4006 if test "$module" = yes && test -n "$module_cmds" ; then 7094 if test "$module" = yes && test -n "$module_cmds" ; then
4007 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then 7095 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
4010 else 7098 else
4011 eval test_cmds=\"$module_cmds\" 7099 eval test_cmds=\"$module_cmds\"
4012 cmds=$module_cmds 7100 cmds=$module_cmds
4013 fi 7101 fi
4014 else 7102 else
4015 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then 7103 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4016 eval test_cmds=\"$archive_expsym_cmds\" 7104 eval test_cmds=\"$archive_expsym_cmds\"
4017 cmds=$archive_expsym_cmds 7105 cmds=$archive_expsym_cmds
4018 else 7106 else
4019 eval test_cmds=\"$archive_cmds\" 7107 eval test_cmds=\"$archive_cmds\"
4020 cmds=$archive_cmds 7108 cmds=$archive_cmds
4021 fi 7109 fi
4022 fi 7110 fi
4023 7111
4024 if test "X$skipped_export" != "X:" && 7112 if test "X$skipped_export" != "X:" &&
4025 len=`expr "X$test_cmds" : ".*" 2>/dev/null` && 7113 func_len " $test_cmds" &&
4026 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then 7114 len=$func_len_result &&
7115 test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
4027 : 7116 :
4028 else 7117 else
4029 # The command line is too long to link in one step, link piecewise. 7118 # The command line is too long to link in one step, link piecewise
4030 $echo "creating reloadable object files..." 7119 # or, if using GNU ld and skipped_export is not :, use a linker
7120 # script.
4031 7121
4032 # Save the value of $output and $libobjs because we want to 7122 # Save the value of $output and $libobjs because we want to
4033 # use them later. If we have whole_archive_flag_spec, we 7123 # use them later. If we have whole_archive_flag_spec, we
4034 # want to use save_libobjs as it was before 7124 # want to use save_libobjs as it was before
4035 # whole_archive_flag_spec was expanded, because we can't 7125 # whole_archive_flag_spec was expanded, because we can't
4039 # the spec. 7129 # the spec.
4040 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then 7130 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
4041 save_libobjs=$libobjs 7131 save_libobjs=$libobjs
4042 fi 7132 fi
4043 save_output=$output 7133 save_output=$output
4044 output_la=`$echo "X$output" | $Xsed -e "$basename"` 7134 output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
4045 7135
4046 # Clear the reloadable object creation command queue and 7136 # Clear the reloadable object creation command queue and
4047 # initialize k to one. 7137 # initialize k to one.
4048 test_cmds= 7138 test_cmds=
4049 concat_cmds= 7139 concat_cmds=
4050 objlist= 7140 objlist=
4051 delfiles=
4052 last_robj= 7141 last_robj=
4053 k=1 7142 k=1
4054 output=$output_objdir/$output_la-${k}.$objext 7143
4055 # Loop over the list of objects to be linked. 7144 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
4056 for obj in $save_libobjs 7145 output=${output_objdir}/${output_la}.lnkscript
4057 do 7146 func_verbose "creating GNU ld script: $output"
4058 eval test_cmds=\"$reload_cmds $objlist $last_robj\" 7147 $ECHO 'INPUT (' > $output
4059 if test "X$objlist" = X || 7148 for obj in $save_libobjs
4060 { len=`expr "X$test_cmds" : ".*" 2>/dev/null` && 7149 do
4061 test "$len" -le "$max_cmd_len"; }; then 7150 $ECHO "$obj" >> $output
4062 objlist="$objlist $obj" 7151 done
7152 $ECHO ')' >> $output
7153 delfiles="$delfiles $output"
7154 elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
7155 output=${output_objdir}/${output_la}.lnk
7156 func_verbose "creating linker input file list: $output"
7157 : > $output
7158 set x $save_libobjs
7159 shift
7160 firstobj=
7161 if test "$compiler_needs_object" = yes; then
7162 firstobj="$1 "
7163 shift
7164 fi
7165 for obj
7166 do
7167 $ECHO "$obj" >> $output
7168 done
7169 delfiles="$delfiles $output"
7170 output=$firstobj\"$file_list_spec$output\"
7171 else
7172 if test -n "$save_libobjs"; then
7173 func_verbose "creating reloadable object files..."
7174 output=$output_objdir/$output_la-${k}.$objext
7175 eval test_cmds=\"$reload_cmds\"
7176 func_len " $test_cmds"
7177 len0=$func_len_result
7178 len=$len0
7179
7180 # Loop over the list of objects to be linked.
7181 for obj in $save_libobjs
7182 do
7183 func_len " $obj"
7184 func_arith $len + $func_len_result
7185 len=$func_arith_result
7186 if test "X$objlist" = X ||
7187 test "$len" -lt "$max_cmd_len"; then
7188 func_append objlist " $obj"
7189 else
7190 # The command $test_cmds is almost too long, add a
7191 # command to the queue.
7192 if test "$k" -eq 1 ; then
7193 # The first file doesn't have a previous command to add.
7194 eval concat_cmds=\"$reload_cmds $objlist $last_robj\"
7195 else
7196 # All subsequent reloadable object files will link in
7197 # the last one created.
7198 eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\"
7199 fi
7200 last_robj=$output_objdir/$output_la-${k}.$objext
7201 func_arith $k + 1
7202 k=$func_arith_result
7203 output=$output_objdir/$output_la-${k}.$objext
7204 objlist=$obj
7205 func_len " $last_robj"
7206 func_arith $len0 + $func_len_result
7207 len=$func_arith_result
7208 fi
7209 done
7210 # Handle the remaining objects by creating one last
7211 # reloadable object file. All subsequent reloadable object
7212 # files will link in the last one created.
7213 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
7214 eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
7215 if test -n "$last_robj"; then
7216 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
7217 fi
7218 delfiles="$delfiles $output"
7219
4063 else 7220 else
4064 # The command $test_cmds is almost too long, add a 7221 output=
4065 # command to the queue. 7222 fi
4066 if test "$k" -eq 1 ; then 7223
4067 # The first file doesn't have a previous command to add. 7224 if ${skipped_export-false}; then
4068 eval concat_cmds=\"$reload_cmds $objlist $last_robj\" 7225 func_verbose "generating symbol list for \`$libname.la'"
4069 else 7226 export_symbols="$output_objdir/$libname.exp"
4070 # All subsequent reloadable object files will link in 7227 $opt_dry_run || $RM $export_symbols
4071 # the last one created. 7228 libobjs=$output
4072 eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\" 7229 # Append the command to create the export file.
7230 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
7231 eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
7232 if test -n "$last_robj"; then
7233 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
4073 fi 7234 fi
4074 last_robj=$output_objdir/$output_la-${k}.$objext
4075 k=`expr $k + 1`
4076 output=$output_objdir/$output_la-${k}.$objext
4077 objlist=$obj
4078 len=1
4079 fi 7235 fi
4080 done 7236
4081 # Handle the remaining objects by creating one last 7237 test -n "$save_libobjs" &&
4082 # reloadable object file. All subsequent reloadable object 7238 func_verbose "creating a temporary reloadable object file: $output"
4083 # files will link in the last one created. 7239
4084 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ 7240 # Loop through the commands generated above and execute them.
4085 eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" 7241 save_ifs="$IFS"; IFS='~'
4086 7242 for cmd in $concat_cmds; do
4087 if ${skipped_export-false}; then 7243 IFS="$save_ifs"
4088 $show "generating symbol list for \`$libname.la'" 7244 $opt_silent || {
4089 export_symbols="$output_objdir/$libname.exp" 7245 func_quote_for_expand "$cmd"
4090 $run $rm $export_symbols 7246 eval "func_echo $func_quote_for_expand_result"
4091 libobjs=$output 7247 }
4092 # Append the command to create the export file. 7248 $opt_dry_run || eval "$cmd" || {
4093 eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" 7249 lt_exit=$?
4094 fi 7250
4095 7251 # Restore the uninstalled library and exit
4096 # Set up a command to remove the reloadable object files 7252 if test "$mode" = relink; then
4097 # after they are used. 7253 ( cd "$output_objdir" && \
4098 i=0 7254 $RM "${realname}T" && \
4099 while test "$i" -lt "$k" 7255 $MV "${realname}U" "$realname" )
4100 do 7256 fi
4101 i=`expr $i + 1` 7257
4102 delfiles="$delfiles $output_objdir/$output_la-${i}.$objext" 7258 exit $lt_exit
4103 done 7259 }
4104 7260 done
4105 $echo "creating a temporary reloadable object file: $output"
4106
4107 # Loop through the commands generated above and execute them.
4108 save_ifs="$IFS"; IFS='~'
4109 for cmd in $concat_cmds; do
4110 IFS="$save_ifs" 7261 IFS="$save_ifs"
4111 $show "$cmd" 7262
4112 $run eval "$cmd" || exit $? 7263 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
4113 done 7264 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
4114 IFS="$save_ifs" 7265 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
7266 fi
7267 fi
7268
7269 if ${skipped_export-false}; then
7270 if test -n "$export_symbols" && test -n "$include_expsyms"; then
7271 tmp_export_symbols="$export_symbols"
7272 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
7273 $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
7274 fi
7275
7276 if test -n "$orig_export_symbols"; then
7277 # The given exports_symbols file has to be filtered, so filter it.
7278 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
7279 # FIXME: $output_objdir/$libname.filter potentially contains lots of
7280 # 's' commands which not all seds can handle. GNU sed should be fine
7281 # though. Also, the filter scales superlinearly with the number of
7282 # global variables. join(1) would be nice here, but unfortunately
7283 # isn't a blessed tool.
7284 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
7285 delfiles="$delfiles $export_symbols $output_objdir/$libname.filter"
7286 export_symbols=$output_objdir/$libname.def
7287 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
7288 fi
7289 fi
4115 7290
4116 libobjs=$output 7291 libobjs=$output
4117 # Restore the value of output. 7292 # Restore the value of output.
4118 output=$save_output 7293 output=$save_output
4119 7294
4120 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then 7295 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
4121 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" 7296 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
7297 test "X$libobjs" = "X " && libobjs=
4122 fi 7298 fi
4123 # Expand the library linking commands again to reset the 7299 # Expand the library linking commands again to reset the
4124 # value of $libobjs for piecewise linking. 7300 # value of $libobjs for piecewise linking.
4125 7301
4126 # Do each of the archive commands. 7302 # Do each of the archive commands.
4129 cmds=$module_expsym_cmds 7305 cmds=$module_expsym_cmds
4130 else 7306 else
4131 cmds=$module_cmds 7307 cmds=$module_cmds
4132 fi 7308 fi
4133 else 7309 else
4134 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then 7310 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
4135 cmds=$archive_expsym_cmds 7311 cmds=$archive_expsym_cmds
4136 else 7312 else
4137 cmds=$archive_cmds 7313 cmds=$archive_cmds
4138 fi 7314 fi
4139 fi 7315 fi
4140
4141 # Append the command to remove the reloadable object files
4142 # to the just-reset $cmds.
4143 eval cmds=\"\$cmds~\$rm $delfiles\"
4144 fi 7316 fi
7317
7318 if test -n "$delfiles"; then
7319 # Append the command to remove temporary files to $cmds.
7320 eval cmds=\"\$cmds~\$RM $delfiles\"
7321 fi
7322
7323 # Add any objects from preloaded convenience libraries
7324 if test -n "$dlprefiles"; then
7325 gentop="$output_objdir/${outputname}x"
7326 generated="$generated $gentop"
7327
7328 func_extract_archives $gentop $dlprefiles
7329 libobjs="$libobjs $func_extract_archives_result"
7330 test "X$libobjs" = "X " && libobjs=
7331 fi
7332
4145 save_ifs="$IFS"; IFS='~' 7333 save_ifs="$IFS"; IFS='~'
4146 for cmd in $cmds; do 7334 for cmd in $cmds; do
4147 IFS="$save_ifs" 7335 IFS="$save_ifs"
4148 eval cmd=\"$cmd\" 7336 eval cmd=\"$cmd\"
4149 $show "$cmd" 7337 $opt_silent || {
4150 $run eval "$cmd" || { 7338 func_quote_for_expand "$cmd"
7339 eval "func_echo $func_quote_for_expand_result"
7340 }
7341 $opt_dry_run || eval "$cmd" || {
4151 lt_exit=$? 7342 lt_exit=$?
4152 7343
4153 # Restore the uninstalled library and exit 7344 # Restore the uninstalled library and exit
4154 if test "$mode" = relink; then 7345 if test "$mode" = relink; then
4155 $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)' 7346 ( cd "$output_objdir" && \
7347 $RM "${realname}T" && \
7348 $MV "${realname}U" "$realname" )
4156 fi 7349 fi
4157 7350
4158 exit $lt_exit 7351 exit $lt_exit
4159 } 7352 }
4160 done 7353 done
4161 IFS="$save_ifs" 7354 IFS="$save_ifs"
4162 7355
4163 # Restore the uninstalled library and exit 7356 # Restore the uninstalled library and exit
4164 if test "$mode" = relink; then 7357 if test "$mode" = relink; then
4165 $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $? 7358 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
4166 7359
4167 if test -n "$convenience"; then 7360 if test -n "$convenience"; then
4168 if test -z "$whole_archive_flag_spec"; then 7361 if test -z "$whole_archive_flag_spec"; then
4169 $show "${rm}r $gentop" 7362 func_show_eval '${RM}r "$gentop"'
4170 $run ${rm}r "$gentop"
4171 fi 7363 fi
4172 fi 7364 fi
4173 7365
4174 exit $EXIT_SUCCESS 7366 exit $EXIT_SUCCESS
4175 fi 7367 fi
4176 7368
4177 # Create links to the real library. 7369 # Create links to the real library.
4178 for linkname in $linknames; do 7370 for linkname in $linknames; do
4179 if test "$realname" != "$linkname"; then 7371 if test "$realname" != "$linkname"; then
4180 $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)" 7372 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
4181 $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $?
4182 fi 7373 fi
4183 done 7374 done
4184 7375
4185 # If -module or -export-dynamic was specified, set the dlname. 7376 # If -module or -export-dynamic was specified, set the dlname.
4186 if test "$module" = yes || test "$export_dynamic" = yes; then 7377 if test "$module" = yes || test "$export_dynamic" = yes; then
4189 fi 7380 fi
4190 fi 7381 fi
4191 ;; 7382 ;;
4192 7383
4193 obj) 7384 obj)
4194 if test -n "$deplibs"; then 7385 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
4195 $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 7386 func_warning "\`-dlopen' is ignored for objects"
4196 fi 7387 fi
4197 7388
4198 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then 7389 case " $deplibs" in
4199 $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 7390 *\ -l* | *\ -L*)
4200 fi 7391 func_warning "\`-l' and \`-L' are ignored for objects" ;;
4201 7392 esac
4202 if test -n "$rpath"; then 7393
4203 $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2 7394 test -n "$rpath" && \
4204 fi 7395 func_warning "\`-rpath' is ignored for objects"
4205 7396
4206 if test -n "$xrpath"; then 7397 test -n "$xrpath" && \
4207 $echo "$modename: warning: \`-R' is ignored for objects" 1>&2 7398 func_warning "\`-R' is ignored for objects"
4208 fi 7399
4209 7400 test -n "$vinfo" && \
4210 if test -n "$vinfo"; then 7401 func_warning "\`-version-info' is ignored for objects"
4211 $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2 7402
4212 fi 7403 test -n "$release" && \
4213 7404 func_warning "\`-release' is ignored for objects"
4214 if test -n "$release"; then
4215 $echo "$modename: warning: \`-release' is ignored for objects" 1>&2
4216 fi
4217 7405
4218 case $output in 7406 case $output in
4219 *.lo) 7407 *.lo)
4220 if test -n "$objs$old_deplibs"; then 7408 test -n "$objs$old_deplibs" && \
4221 $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2 7409 func_fatal_error "cannot build library object \`$output' from non-libtool objects"
4222 exit $EXIT_FAILURE 7410
4223 fi 7411 libobj=$output
4224 libobj="$output" 7412 func_lo2o "$libobj"
4225 obj=`$echo "X$output" | $Xsed -e "$lo2o"` 7413 obj=$func_lo2o_result
4226 ;; 7414 ;;
4227 *) 7415 *)
4228 libobj= 7416 libobj=
4229 obj="$output" 7417 obj="$output"
4230 ;; 7418 ;;
4231 esac 7419 esac
4232 7420
4233 # Delete the old objects. 7421 # Delete the old objects.
4234 $run $rm $obj $libobj 7422 $opt_dry_run || $RM $obj $libobj
4235 7423
4236 # Objects from convenience libraries. This assumes 7424 # Objects from convenience libraries. This assumes
4237 # single-version convenience libraries. Whenever we create 7425 # single-version convenience libraries. Whenever we create
4238 # different ones for PIC/non-PIC, this we'll have to duplicate 7426 # different ones for PIC/non-PIC, this we'll have to duplicate
4239 # the extraction. 7427 # the extraction.
4240 reload_conv_objs= 7428 reload_conv_objs=
4241 gentop= 7429 gentop=
4242 # reload_cmds runs $LD directly, so let us get rid of 7430 # reload_cmds runs $LD directly, so let us get rid of
4243 # -Wl from whole_archive_flag_spec 7431 # -Wl from whole_archive_flag_spec and hope we can get by with
7432 # turning comma into space..
4244 wl= 7433 wl=
4245 7434
4246 if test -n "$convenience"; then 7435 if test -n "$convenience"; then
4247 if test -n "$whole_archive_flag_spec"; then 7436 if test -n "$whole_archive_flag_spec"; then
4248 eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\" 7437 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
7438 reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
4249 else 7439 else
4250 gentop="$output_objdir/${obj}x" 7440 gentop="$output_objdir/${obj}x"
4251 generated="$generated $gentop" 7441 generated="$generated $gentop"
4252 7442
4253 func_extract_archives $gentop $convenience 7443 func_extract_archives $gentop $convenience
4254 reload_conv_objs="$reload_objs $func_extract_archives_result" 7444 reload_conv_objs="$reload_objs $func_extract_archives_result"
4255 fi 7445 fi
4256 fi 7446 fi
4257 7447
4258 # Create the old-style object. 7448 # Create the old-style object.
4259 reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test 7449 reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
4260 7450
4261 output="$obj" 7451 output="$obj"
4262 cmds=$reload_cmds 7452 func_execute_cmds "$reload_cmds" 'exit $?'
4263 save_ifs="$IFS"; IFS='~'
4264 for cmd in $cmds; do
4265 IFS="$save_ifs"
4266 eval cmd=\"$cmd\"
4267 $show "$cmd"
4268 $run eval "$cmd" || exit $?
4269 done
4270 IFS="$save_ifs"
4271 7453
4272 # Exit if we aren't doing a library object file. 7454 # Exit if we aren't doing a library object file.
4273 if test -z "$libobj"; then 7455 if test -z "$libobj"; then
4274 if test -n "$gentop"; then 7456 if test -n "$gentop"; then
4275 $show "${rm}r $gentop" 7457 func_show_eval '${RM}r "$gentop"'
4276 $run ${rm}r $gentop
4277 fi 7458 fi
4278 7459
4279 exit $EXIT_SUCCESS 7460 exit $EXIT_SUCCESS
4280 fi 7461 fi
4281 7462
4282 if test "$build_libtool_libs" != yes; then 7463 if test "$build_libtool_libs" != yes; then
4283 if test -n "$gentop"; then 7464 if test -n "$gentop"; then
4284 $show "${rm}r $gentop" 7465 func_show_eval '${RM}r "$gentop"'
4285 $run ${rm}r $gentop
4286 fi 7466 fi
4287 7467
4288 # Create an invalid libtool object if no PIC, so that we don't 7468 # Create an invalid libtool object if no PIC, so that we don't
4289 # accidentally link it into a program. 7469 # accidentally link it into a program.
4290 # $show "echo timestamp > $libobj" 7470 # $show "echo timestamp > $libobj"
4291 # $run eval "echo timestamp > $libobj" || exit $? 7471 # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
4292 exit $EXIT_SUCCESS 7472 exit $EXIT_SUCCESS
4293 fi 7473 fi
4294 7474
4295 if test -n "$pic_flag" || test "$pic_mode" != default; then 7475 if test -n "$pic_flag" || test "$pic_mode" != default; then
4296 # Only do commands if we really have different PIC objects. 7476 # Only do commands if we really have different PIC objects.
4297 reload_objs="$libobjs $reload_conv_objs" 7477 reload_objs="$libobjs $reload_conv_objs"
4298 output="$libobj" 7478 output="$libobj"
4299 cmds=$reload_cmds 7479 func_execute_cmds "$reload_cmds" 'exit $?'
4300 save_ifs="$IFS"; IFS='~'
4301 for cmd in $cmds; do
4302 IFS="$save_ifs"
4303 eval cmd=\"$cmd\"
4304 $show "$cmd"
4305 $run eval "$cmd" || exit $?
4306 done
4307 IFS="$save_ifs"
4308 fi 7480 fi
4309 7481
4310 if test -n "$gentop"; then 7482 if test -n "$gentop"; then
4311 $show "${rm}r $gentop" 7483 func_show_eval '${RM}r "$gentop"'
4312 $run ${rm}r $gentop
4313 fi 7484 fi
4314 7485
4315 exit $EXIT_SUCCESS 7486 exit $EXIT_SUCCESS
4316 ;; 7487 ;;
4317 7488
4318 prog) 7489 prog)
4319 case $host in 7490 case $host in
4320 *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; 7491 *cygwin*) func_stripname '' '.exe' "$output"
7492 output=$func_stripname_result.exe;;
4321 esac 7493 esac
4322 if test -n "$vinfo"; then 7494 test -n "$vinfo" && \
4323 $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 7495 func_warning "\`-version-info' is ignored for programs"
4324 fi 7496
4325 7497 test -n "$release" && \
4326 if test -n "$release"; then 7498 func_warning "\`-release' is ignored for programs"
4327 $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 7499
4328 fi 7500 test "$preload" = yes \
4329 7501 && test "$dlopen_support" = unknown \
4330 if test "$preload" = yes; then 7502 && test "$dlopen_self" = unknown \
4331 if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && 7503 && test "$dlopen_self_static" = unknown && \
4332 test "$dlopen_self_static" = unknown; then 7504 func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
4333 $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support."
4334 fi
4335 fi
4336 7505
4337 case $host in 7506 case $host in
4338 *-*-rhapsody* | *-*-darwin1.[012]) 7507 *-*-rhapsody* | *-*-darwin1.[012])
4339 # On Rhapsody replace the C library is the System framework 7508 # On Rhapsody replace the C library is the System framework
4340 compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` 7509 compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
4341 finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` 7510 finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
4342 ;; 7511 ;;
4343 esac 7512 esac
4344 7513
4345 case $host in 7514 case $host in
4346 *darwin*) 7515 *-*-darwin*)
4347 # Don't allow lazy linking, it breaks C++ global constructors 7516 # Don't allow lazy linking, it breaks C++ global constructors
4348 if test "$tagname" = CXX ; then 7517 # But is supposedly fixed on 10.4 or later (yay!).
4349 compile_command="$compile_command ${wl}-bind_at_load" 7518 if test "$tagname" = CXX ; then
4350 finalize_command="$finalize_command ${wl}-bind_at_load" 7519 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
4351 fi 7520 10.[0123])
4352 ;; 7521 compile_command="$compile_command ${wl}-bind_at_load"
7522 finalize_command="$finalize_command ${wl}-bind_at_load"
7523 ;;
7524 esac
7525 fi
7526 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
7527 compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
7528 finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
7529 ;;
4353 esac 7530 esac
4354 7531
4355 7532
4356 # move library search paths that coincide with paths to not yet 7533 # move library search paths that coincide with paths to not yet
4357 # installed libraries to the beginning of the library search list 7534 # installed libraries to the beginning of the library search list
4422 *" $libdir "*) ;; 7599 *" $libdir "*) ;;
4423 *) perm_rpath="$perm_rpath $libdir" ;; 7600 *) perm_rpath="$perm_rpath $libdir" ;;
4424 esac 7601 esac
4425 fi 7602 fi
4426 case $host in 7603 case $host in
4427 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 7604 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
4428 testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'` 7605 testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
4429 case :$dllsearchpath: in 7606 case :$dllsearchpath: in
4430 *":$libdir:"*) ;; 7607 *":$libdir:"*) ;;
7608 ::) dllsearchpath=$libdir;;
4431 *) dllsearchpath="$dllsearchpath:$libdir";; 7609 *) dllsearchpath="$dllsearchpath:$libdir";;
4432 esac 7610 esac
4433 case :$dllsearchpath: in 7611 case :$dllsearchpath: in
4434 *":$testbindir:"*) ;; 7612 *":$testbindir:"*) ;;
7613 ::) dllsearchpath=$testbindir;;
4435 *) dllsearchpath="$dllsearchpath:$testbindir";; 7614 *) dllsearchpath="$dllsearchpath:$testbindir";;
4436 esac 7615 esac
4437 ;; 7616 ;;
4438 esac 7617 esac
4439 done 7618 done
4481 fi 7660 fi
4482 finalize_rpath="$rpath" 7661 finalize_rpath="$rpath"
4483 7662
4484 if test -n "$libobjs" && test "$build_old_libs" = yes; then 7663 if test -n "$libobjs" && test "$build_old_libs" = yes; then
4485 # Transform all the library objects into standard objects. 7664 # Transform all the library objects into standard objects.
4486 compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 7665 compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
4487 finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 7666 finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
4488 fi 7667 fi
4489 7668
4490 dlsyms= 7669 func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
4491 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then 7670
4492 if test -n "$NM" && test -n "$global_symbol_pipe"; then 7671 # template prelinking step
4493 dlsyms="${outputname}S.c" 7672 if test -n "$prelink_cmds"; then
4494 else 7673 func_execute_cmds "$prelink_cmds" 'exit $?'
4495 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 7674 fi
7675
7676 wrappers_required=yes
7677 case $host in
7678 *cygwin* | *mingw* )
7679 if test "$build_libtool_libs" != yes; then
7680 wrappers_required=no
7681 fi
7682 ;;
7683 *cegcc)
7684 # Disable wrappers for cegcc, we are cross compiling anyway.
7685 wrappers_required=no
7686 ;;
7687 *)
7688 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
7689 wrappers_required=no
7690 fi
7691 ;;
7692 esac
7693 if test "$wrappers_required" = no; then
7694 # Replace the output file specification.
7695 compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
7696 link_command="$compile_command$compile_rpath"
7697
7698 # We have no uninstalled library dependencies, so finalize right now.
7699 exit_status=0
7700 func_show_eval "$link_command" 'exit_status=$?'
7701
7702 # Delete the generated files.
7703 if test -f "$output_objdir/${outputname}S.${objext}"; then
7704 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
4496 fi 7705 fi
4497 fi
4498
4499 if test -n "$dlsyms"; then
4500 case $dlsyms in
4501 "") ;;
4502 *.c)
4503 # Discover the nlist of each of the dlfiles.
4504 nlist="$output_objdir/${outputname}.nm"
4505
4506 $show "$rm $nlist ${nlist}S ${nlist}T"
4507 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4508
4509 # Parse the name list into a source file.
4510 $show "creating $output_objdir/$dlsyms"
4511
4512 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4513 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4514 /* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */
4515
4516 #ifdef __cplusplus
4517 extern \"C\" {
4518 #endif
4519
4520 /* Prevent the only kind of declaration conflicts we can make. */
4521 #define lt_preloaded_symbols some_other_symbol
4522
4523 /* External symbol declarations for the compiler. */\
4524 "
4525
4526 if test "$dlself" = yes; then
4527 $show "generating symbol list for \`$output'"
4528
4529 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4530
4531 # Add our own program objects to the symbol list.
4532 progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
4533 for arg in $progfiles; do
4534 $show "extracting global C symbols from \`$arg'"
4535 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4536 done
4537
4538 if test -n "$exclude_expsyms"; then
4539 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4540 $run eval '$mv "$nlist"T "$nlist"'
4541 fi
4542
4543 if test -n "$export_symbols_regex"; then
4544 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4545 $run eval '$mv "$nlist"T "$nlist"'
4546 fi
4547
4548 # Prepare the list of exported symbols
4549 if test -z "$export_symbols"; then
4550 export_symbols="$output_objdir/$outputname.exp"
4551 $run $rm $export_symbols
4552 $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4553 case $host in
4554 *cygwin* | *mingw* )
4555 $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
4556 $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
4557 ;;
4558 esac
4559 else
4560 $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
4561 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
4562 $run eval 'mv "$nlist"T "$nlist"'
4563 case $host in
4564 *cygwin* | *mingw* )
4565 $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
4566 $run eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
4567 ;;
4568 esac
4569 fi
4570 fi
4571
4572 for arg in $dlprefiles; do
4573 $show "extracting global C symbols from \`$arg'"
4574 name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
4575 $run eval '$echo ": $name " >> "$nlist"'
4576 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4577 done
4578
4579 if test -z "$run"; then
4580 # Make sure we have at least an empty file.
4581 test -f "$nlist" || : > "$nlist"
4582
4583 if test -n "$exclude_expsyms"; then
4584 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4585 $mv "$nlist"T "$nlist"
4586 fi
4587
4588 # Try sorting and uniquifying the output.
4589 if grep -v "^: " < "$nlist" |
4590 if sort -k 3 </dev/null >/dev/null 2>&1; then
4591 sort -k 3
4592 else
4593 sort +2
4594 fi |
4595 uniq > "$nlist"S; then
4596 :
4597 else
4598 grep -v "^: " < "$nlist" > "$nlist"S
4599 fi
4600
4601 if test -f "$nlist"S; then
4602 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4603 else
4604 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4605 fi
4606
4607 $echo >> "$output_objdir/$dlsyms" "\
4608
4609 #undef lt_preloaded_symbols
4610
4611 #if defined (__STDC__) && __STDC__
4612 # define lt_ptr void *
4613 #else
4614 # define lt_ptr char *
4615 # define const
4616 #endif
4617
4618 /* The mapping between symbol names and symbols. */
4619 "
4620
4621 case $host in
4622 *cygwin* | *mingw* )
4623 $echo >> "$output_objdir/$dlsyms" "\
4624 /* DATA imports from DLLs on WIN32 can't be const, because
4625 runtime relocations are performed -- see ld's documentation
4626 on pseudo-relocs */
4627 struct {
4628 "
4629 ;;
4630 * )
4631 $echo >> "$output_objdir/$dlsyms" "\
4632 const struct {
4633 "
4634 ;;
4635 esac
4636
4637
4638 $echo >> "$output_objdir/$dlsyms" "\
4639 const char *name;
4640 lt_ptr address;
4641 }
4642 lt_preloaded_symbols[] =
4643 {\
4644 "
4645
4646 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms"
4647
4648 $echo >> "$output_objdir/$dlsyms" "\
4649 {0, (lt_ptr) 0}
4650 };
4651
4652 /* This works around a problem in FreeBSD linker */
4653 #ifdef FREEBSD_WORKAROUND
4654 static const void *lt_preloaded_setup() {
4655 return lt_preloaded_symbols;
4656 }
4657 #endif
4658
4659 #ifdef __cplusplus
4660 }
4661 #endif\
4662 "
4663 fi
4664
4665 pic_flag_for_symtable=
4666 case $host in
4667 # compiling the symbol table file with pic_flag works around
4668 # a FreeBSD bug that causes programs to crash when -lm is
4669 # linked before any other PIC object. But we must not use
4670 # pic_flag when linking with -static. The problem exists in
4671 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
4672 *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
4673 case "$compile_command " in
4674 *" -static "*) ;;
4675 *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";;
4676 esac;;
4677 *-*-hpux*)
4678 case "$compile_command " in
4679 *" -static "*) ;;
4680 *) pic_flag_for_symtable=" $pic_flag";;
4681 esac
4682 esac
4683
4684 # Now compile the dynamic symbol file.
4685 $show "(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
4686 $run eval '(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
4687
4688 # Clean up the generated files.
4689 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
4690 $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
4691
4692 # Transform the symbol file into the correct name.
4693 case $host in
4694 *cygwin* | *mingw* )
4695 if test -f "$output_objdir/${outputname}.def" ; then
4696 compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"`
4697 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"`
4698 else
4699 compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
4700 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
4701 fi
4702 ;;
4703 * )
4704 compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
4705 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
4706 ;;
4707 esac
4708 ;;
4709 *)
4710 $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2
4711 exit $EXIT_FAILURE
4712 ;;
4713 esac
4714 else
4715 # We keep going just in case the user didn't refer to
4716 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe
4717 # really was required.
4718
4719 # Nullify the symbol file.
4720 compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
4721 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
4722 fi
4723
4724 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
4725 # Replace the output file specification.
4726 compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4727 link_command="$compile_command$compile_rpath"
4728
4729 # We have no uninstalled library dependencies, so finalize right now.
4730 $show "$link_command"
4731 $run eval "$link_command"
4732 exit_status=$?
4733
4734 # Delete the generated files.
4735 if test -n "$dlsyms"; then
4736 $show "$rm $output_objdir/${outputname}S.${objext}"
4737 $run $rm "$output_objdir/${outputname}S.${objext}"
4738 fi
4739 7706
4740 exit $exit_status 7707 exit $exit_status
4741 fi
4742
4743 if test -n "$shlibpath_var"; then
4744 # We should set the shlibpath_var
4745 rpath=
4746 for dir in $temp_rpath; do
4747 case $dir in
4748 [\\/]* | [A-Za-z]:[\\/]*)
4749 # Absolute path.
4750 rpath="$rpath$dir:"
4751 ;;
4752 *)
4753 # Relative path: add a thisdir entry.
4754 rpath="$rpath\$thisdir/$dir:"
4755 ;;
4756 esac
4757 done
4758 temp_rpath="$rpath"
4759 fi 7708 fi
4760 7709
4761 if test -n "$compile_shlibpath$finalize_shlibpath"; then 7710 if test -n "$compile_shlibpath$finalize_shlibpath"; then
4762 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" 7711 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
4763 fi 7712 fi
4788 7737
4789 if test "$no_install" = yes; then 7738 if test "$no_install" = yes; then
4790 # We don't need to create a wrapper script. 7739 # We don't need to create a wrapper script.
4791 link_command="$compile_var$compile_command$compile_rpath" 7740 link_command="$compile_var$compile_command$compile_rpath"
4792 # Replace the output file specification. 7741 # Replace the output file specification.
4793 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` 7742 link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4794 # Delete the old output file. 7743 # Delete the old output file.
4795 $run $rm $output 7744 $opt_dry_run || $RM $output
4796 # Link the executable and exit 7745 # Link the executable and exit
4797 $show "$link_command" 7746 func_show_eval "$link_command" 'exit $?'
4798 $run eval "$link_command" || exit $?
4799 exit $EXIT_SUCCESS 7747 exit $EXIT_SUCCESS
4800 fi 7748 fi
4801 7749
4802 if test "$hardcode_action" = relink; then 7750 if test "$hardcode_action" = relink; then
4803 # Fast installation is not supported 7751 # Fast installation is not supported
4804 link_command="$compile_var$compile_command$compile_rpath" 7752 link_command="$compile_var$compile_command$compile_rpath"
4805 relink_command="$finalize_var$finalize_command$finalize_rpath" 7753 relink_command="$finalize_var$finalize_command$finalize_rpath"
4806 7754
4807 $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 7755 func_warning "this platform does not like uninstalled shared libraries"
4808 $echo "$modename: \`$output' will be relinked during installation" 1>&2 7756 func_warning "\`$output' will be relinked during installation"
4809 else 7757 else
4810 if test "$fast_install" != no; then 7758 if test "$fast_install" != no; then
4811 link_command="$finalize_var$compile_command$finalize_rpath" 7759 link_command="$finalize_var$compile_command$finalize_rpath"
4812 if test "$fast_install" = yes; then 7760 if test "$fast_install" = yes; then
4813 relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` 7761 relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
4814 else 7762 else
4815 # fast_install is set to needless 7763 # fast_install is set to needless
4816 relink_command= 7764 relink_command=
4817 fi 7765 fi
4818 else 7766 else
4820 relink_command="$finalize_var$finalize_command$finalize_rpath" 7768 relink_command="$finalize_var$finalize_command$finalize_rpath"
4821 fi 7769 fi
4822 fi 7770 fi
4823 7771
4824 # Replace the output file specification. 7772 # Replace the output file specification.
4825 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` 7773 link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
4826 7774
4827 # Delete the old output files. 7775 # Delete the old output files.
4828 $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname 7776 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
4829 7777
4830 $show "$link_command" 7778 func_show_eval "$link_command" 'exit $?'
4831 $run eval "$link_command" || exit $?
4832 7779
4833 # Now create the wrapper script. 7780 # Now create the wrapper script.
4834 $show "creating $output" 7781 func_verbose "creating $output"
4835 7782
4836 # Quote the relink command for shipping. 7783 # Quote the relink command for shipping.
4837 if test -n "$relink_command"; then 7784 if test -n "$relink_command"; then
4838 # Preserve any variables that may affect compiler behavior 7785 # Preserve any variables that may affect compiler behavior
4839 for var in $variables_saved_for_relink; do 7786 for var in $variables_saved_for_relink; do
4840 if eval test -z \"\${$var+set}\"; then 7787 if eval test -z \"\${$var+set}\"; then
4841 relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" 7788 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
4842 elif eval var_value=\$$var; test -z "$var_value"; then 7789 elif eval var_value=\$$var; test -z "$var_value"; then
4843 relink_command="$var=; export $var; $relink_command" 7790 relink_command="$var=; export $var; $relink_command"
4844 else 7791 else
4845 var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` 7792 func_quote_for_eval "$var_value"
4846 relink_command="$var=\"$var_value\"; export $var; $relink_command" 7793 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
4847 fi 7794 fi
4848 done 7795 done
4849 relink_command="(cd `pwd`; $relink_command)" 7796 relink_command="(cd `pwd`; $relink_command)"
4850 relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` 7797 relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
4851 fi 7798 fi
4852 7799
4853 # Quote $echo for shipping. 7800 # Quote $ECHO for shipping.
4854 if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then 7801 if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then
4855 case $progpath in 7802 case $progpath in
4856 [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; 7803 [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";;
4857 *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; 7804 *) qecho="$SHELL `pwd`/$progpath --fallback-echo";;
4858 esac 7805 esac
4859 qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` 7806 qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
4860 else 7807 else
4861 qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` 7808 qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
4862 fi 7809 fi
4863 7810
4864 # Only actually do things if our run command is non-null. 7811 # Only actually do things if not in dry run mode.
4865 if test -z "$run"; then 7812 $opt_dry_run || {
4866 # win32 will think the script is a binary if it has 7813 # win32 will think the script is a binary if it has
4867 # a .exe suffix, so we strip it off here. 7814 # a .exe suffix, so we strip it off here.
4868 case $output in 7815 case $output in
4869 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; 7816 *.exe) func_stripname '' '.exe' "$output"
7817 output=$func_stripname_result ;;
4870 esac 7818 esac
4871 # test for cygwin because mv fails w/o .exe extensions 7819 # test for cygwin because mv fails w/o .exe extensions
4872 case $host in 7820 case $host in
4873 *cygwin*) 7821 *cygwin*)
4874 exeext=.exe 7822 exeext=.exe
4875 outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; 7823 func_stripname '' '.exe' "$outputname"
7824 outputname=$func_stripname_result ;;
4876 *) exeext= ;; 7825 *) exeext= ;;
4877 esac 7826 esac
4878 case $host in 7827 case $host in
4879 *cygwin* | *mingw* ) 7828 *cygwin* | *mingw* )
4880 output_name=`basename $output` 7829 func_dirname_and_basename "$output" "" "."
4881 output_path=`dirname $output` 7830 output_name=$func_basename_result
4882 cwrappersource="$output_path/$objdir/lt-$output_name.c" 7831 output_path=$func_dirname_result
4883 cwrapper="$output_path/$output_name.exe" 7832 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4884 $rm $cwrappersource $cwrapper 7833 cwrapper="$output_path/$output_name.exe"
4885 trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 7834 $RM $cwrappersource $cwrapper
4886 7835 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
4887 cat > $cwrappersource <<EOF 7836
4888 7837 func_emit_cwrapperexe_src > $cwrappersource
4889 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname 7838
4890 Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 7839 # The wrapper executable is built using the $host compiler,
4891 7840 # because it contains $host paths and files. If cross-
4892 The $output program cannot be directly executed until all the libtool 7841 # compiling, it, like the target executable, must be
4893 libraries that it depends on are installed. 7842 # executed on the $host or under an emulation environment.
4894 7843 $opt_dry_run || {
4895 This wrapper executable should never be moved out of the build directory. 7844 $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
4896 If it is, it will not operate correctly. 7845 $STRIP $cwrapper
4897 7846 }
4898 Currently, it simply execs the wrapper *script* "/bin/sh $output", 7847
4899 but could eventually absorb all of the scripts functionality and 7848 # Now, create the wrapper script for func_source use:
4900 exec $objdir/$outputname directly. 7849 func_ltwrapper_scriptname $cwrapper
4901 */ 7850 $RM $func_ltwrapper_scriptname_result
4902 EOF 7851 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
4903 cat >> $cwrappersource<<"EOF" 7852 $opt_dry_run || {
4904 #include <stdio.h> 7853 # note: this script will not be executed, so do not chmod.
4905 #include <stdlib.h> 7854 if test "x$build" = "x$host" ; then
4906 #include <unistd.h> 7855 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
4907 #include <malloc.h> 7856 else
4908 #include <stdarg.h> 7857 func_emit_wrapper no > $func_ltwrapper_scriptname_result
4909 #include <assert.h> 7858 fi
4910 #include <string.h> 7859 }
4911 #include <ctype.h>
4912 #include <sys/stat.h>
4913
4914 #if defined(PATH_MAX)
4915 # define LT_PATHMAX PATH_MAX
4916 #elif defined(MAXPATHLEN)
4917 # define LT_PATHMAX MAXPATHLEN
4918 #else
4919 # define LT_PATHMAX 1024
4920 #endif
4921
4922 #ifndef DIR_SEPARATOR
4923 # define DIR_SEPARATOR '/'
4924 # define PATH_SEPARATOR ':'
4925 #endif
4926
4927 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
4928 defined (__OS2__)
4929 # define HAVE_DOS_BASED_FILE_SYSTEM
4930 # ifndef DIR_SEPARATOR_2
4931 # define DIR_SEPARATOR_2 '\\'
4932 # endif
4933 # ifndef PATH_SEPARATOR_2
4934 # define PATH_SEPARATOR_2 ';'
4935 # endif
4936 #endif
4937
4938 #ifndef DIR_SEPARATOR_2
4939 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
4940 #else /* DIR_SEPARATOR_2 */
4941 # define IS_DIR_SEPARATOR(ch) \
4942 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
4943 #endif /* DIR_SEPARATOR_2 */
4944
4945 #ifndef PATH_SEPARATOR_2
4946 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
4947 #else /* PATH_SEPARATOR_2 */
4948 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
4949 #endif /* PATH_SEPARATOR_2 */
4950
4951 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4952 #define XFREE(stale) do { \
4953 if (stale) { free ((void *) stale); stale = 0; } \
4954 } while (0)
4955
4956 /* -DDEBUG is fairly common in CFLAGS. */
4957 #undef DEBUG
4958 #if defined DEBUGWRAPPER
4959 # define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__)
4960 #else
4961 # define DEBUG(format, ...)
4962 #endif
4963
4964 const char *program_name = NULL;
4965
4966 void * xmalloc (size_t num);
4967 char * xstrdup (const char *string);
4968 const char * base_name (const char *name);
4969 char * find_executable(const char *wrapper);
4970 int check_executable(const char *path);
4971 char * strendzap(char *str, const char *pat);
4972 void lt_fatal (const char *message, ...);
4973
4974 int
4975 main (int argc, char *argv[])
4976 {
4977 char **newargz;
4978 int i;
4979
4980 program_name = (char *) xstrdup (base_name (argv[0]));
4981 DEBUG("(main) argv[0] : %s\n",argv[0]);
4982 DEBUG("(main) program_name : %s\n",program_name);
4983 newargz = XMALLOC(char *, argc+2);
4984 EOF
4985
4986 cat >> $cwrappersource <<EOF
4987 newargz[0] = (char *) xstrdup("$SHELL");
4988 EOF
4989
4990 cat >> $cwrappersource <<"EOF"
4991 newargz[1] = find_executable(argv[0]);
4992 if (newargz[1] == NULL)
4993 lt_fatal("Couldn't find %s", argv[0]);
4994 DEBUG("(main) found exe at : %s\n",newargz[1]);
4995 /* we know the script has the same name, without the .exe */
4996 /* so make sure newargz[1] doesn't end in .exe */
4997 strendzap(newargz[1],".exe");
4998 for (i = 1; i < argc; i++)
4999 newargz[i+1] = xstrdup(argv[i]);
5000 newargz[argc+1] = NULL;
5001
5002 for (i=0; i<argc+1; i++)
5003 {
5004 DEBUG("(main) newargz[%d] : %s\n",i,newargz[i]);
5005 ;
5006 }
5007
5008 EOF
5009
5010 case $host_os in
5011 *cygwin* | *mingw* )
5012 cat >> $cwrappersource <<EOF
5013 execv("$SHELL",(char const **)newargz);
5014 EOF
5015 ;;
5016 *)
5017 cat >> $cwrappersource <<EOF
5018 execv("$SHELL",newargz);
5019 EOF
5020 ;;
5021 esac
5022
5023 cat >> $cwrappersource <<"EOF"
5024 return 127;
5025 }
5026
5027 void *
5028 xmalloc (size_t num)
5029 {
5030 void * p = (void *) malloc (num);
5031 if (!p)
5032 lt_fatal ("Memory exhausted");
5033
5034 return p;
5035 }
5036
5037 char *
5038 xstrdup (const char *string)
5039 {
5040 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
5041 ;
5042 }
5043
5044 const char *
5045 base_name (const char *name)
5046 {
5047 const char *base;
5048
5049 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
5050 /* Skip over the disk name in MSDOS pathnames. */
5051 if (isalpha ((unsigned char)name[0]) && name[1] == ':')
5052 name += 2;
5053 #endif
5054
5055 for (base = name; *name; name++)
5056 if (IS_DIR_SEPARATOR (*name))
5057 base = name + 1;
5058 return base;
5059 }
5060
5061 int
5062 check_executable(const char * path)
5063 {
5064 struct stat st;
5065
5066 DEBUG("(check_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!");
5067 if ((!path) || (!*path))
5068 return 0;
5069
5070 if ((stat (path, &st) >= 0) &&
5071 (
5072 /* MinGW & native WIN32 do not support S_IXOTH or S_IXGRP */
5073 #if defined (S_IXOTH)
5074 ((st.st_mode & S_IXOTH) == S_IXOTH) ||
5075 #endif
5076 #if defined (S_IXGRP)
5077 ((st.st_mode & S_IXGRP) == S_IXGRP) ||
5078 #endif
5079 ((st.st_mode & S_IXUSR) == S_IXUSR))
5080 )
5081 return 1;
5082 else
5083 return 0;
5084 }
5085
5086 /* Searches for the full path of the wrapper. Returns
5087 newly allocated full path name if found, NULL otherwise */
5088 char *
5089 find_executable (const char* wrapper)
5090 {
5091 int has_slash = 0;
5092 const char* p;
5093 const char* p_next;
5094 /* static buffer for getcwd */
5095 char tmp[LT_PATHMAX + 1];
5096 int tmp_len;
5097 char* concat_name;
5098
5099 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5100
5101 if ((wrapper == NULL) || (*wrapper == '\0'))
5102 return NULL;
5103
5104 /* Absolute path? */
5105 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
5106 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5107 {
5108 concat_name = xstrdup (wrapper);
5109 if (check_executable(concat_name))
5110 return concat_name;
5111 XFREE(concat_name);
5112 }
5113 else
5114 {
5115 #endif
5116 if (IS_DIR_SEPARATOR (wrapper[0]))
5117 {
5118 concat_name = xstrdup (wrapper);
5119 if (check_executable(concat_name))
5120 return concat_name;
5121 XFREE(concat_name);
5122 }
5123 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
5124 }
5125 #endif
5126
5127 for (p = wrapper; *p; p++)
5128 if (*p == '/')
5129 {
5130 has_slash = 1;
5131 break;
5132 }
5133 if (!has_slash)
5134 {
5135 /* no slashes; search PATH */
5136 const char* path = getenv ("PATH");
5137 if (path != NULL)
5138 {
5139 for (p = path; *p; p = p_next)
5140 {
5141 const char* q;
5142 size_t p_len;
5143 for (q = p; *q; q++)
5144 if (IS_PATH_SEPARATOR(*q))
5145 break;
5146 p_len = q - p;
5147 p_next = (*q == '\0' ? q : q + 1);
5148 if (p_len == 0)
5149 {
5150 /* empty path: current directory */
5151 if (getcwd (tmp, LT_PATHMAX) == NULL)
5152 lt_fatal ("getcwd failed");
5153 tmp_len = strlen(tmp);
5154 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5155 memcpy (concat_name, tmp, tmp_len);
5156 concat_name[tmp_len] = '/';
5157 strcpy (concat_name + tmp_len + 1, wrapper);
5158 }
5159 else
5160 {
5161 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5162 memcpy (concat_name, p, p_len);
5163 concat_name[p_len] = '/';
5164 strcpy (concat_name + p_len + 1, wrapper);
5165 }
5166 if (check_executable(concat_name))
5167 return concat_name;
5168 XFREE(concat_name);
5169 }
5170 }
5171 /* not found in PATH; assume curdir */
5172 }
5173 /* Relative path | not found in path: prepend cwd */
5174 if (getcwd (tmp, LT_PATHMAX) == NULL)
5175 lt_fatal ("getcwd failed");
5176 tmp_len = strlen(tmp);
5177 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5178 memcpy (concat_name, tmp, tmp_len);
5179 concat_name[tmp_len] = '/';
5180 strcpy (concat_name + tmp_len + 1, wrapper);
5181
5182 if (check_executable(concat_name))
5183 return concat_name;
5184 XFREE(concat_name);
5185 return NULL;
5186 }
5187
5188 char *
5189 strendzap(char *str, const char *pat)
5190 {
5191 size_t len, patlen;
5192
5193 assert(str != NULL);
5194 assert(pat != NULL);
5195
5196 len = strlen(str);
5197 patlen = strlen(pat);
5198
5199 if (patlen <= len)
5200 {
5201 str += len - patlen;
5202 if (strcmp(str, pat) == 0)
5203 *str = '\0';
5204 }
5205 return str;
5206 }
5207
5208 static void
5209 lt_error_core (int exit_status, const char * mode,
5210 const char * message, va_list ap)
5211 {
5212 fprintf (stderr, "%s: %s: ", program_name, mode);
5213 vfprintf (stderr, message, ap);
5214 fprintf (stderr, ".\n");
5215
5216 if (exit_status >= 0)
5217 exit (exit_status);
5218 }
5219
5220 void
5221 lt_fatal (const char *message, ...)
5222 {
5223 va_list ap;
5224 va_start (ap, message);
5225 lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
5226 va_end (ap);
5227 }
5228 EOF
5229 # we should really use a build-platform specific compiler
5230 # here, but OTOH, the wrappers (shell script and this C one)
5231 # are only useful if you want to execute the "real" binary.
5232 # Since the "real" binary is built for $host, then this
5233 # wrapper might as well be built for $host, too.
5234 $run $LTCC $LTCFLAGS -s -o $cwrapper $cwrappersource
5235 ;;
5236 esac
5237 $rm $output
5238 trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
5239
5240 $echo > $output "\
5241 #! $SHELL
5242
5243 # $output - temporary wrapper script for $objdir/$outputname
5244 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
5245 #
5246 # The $output program cannot be directly executed until all the libtool
5247 # libraries that it depends on are installed.
5248 #
5249 # This wrapper script should never be moved out of the build directory.
5250 # If it is, it will not operate correctly.
5251
5252 # Sed substitution that helps us do robust quoting. It backslashifies
5253 # metacharacters that are still active within double-quoted strings.
5254 Xsed='${SED} -e 1s/^X//'
5255 sed_quote_subst='$sed_quote_subst'
5256
5257 # The HP-UX ksh and POSIX shell print the target directory to stdout
5258 # if CDPATH is set.
5259 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5260
5261 relink_command=\"$relink_command\"
5262
5263 # This environment variable determines our operation mode.
5264 if test \"\$libtool_install_magic\" = \"$magic\"; then
5265 # install mode needs the following variable:
5266 notinst_deplibs='$notinst_deplibs'
5267 else
5268 # When we are sourced in execute mode, \$file and \$echo are already set.
5269 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5270 echo=\"$qecho\"
5271 file=\"\$0\"
5272 # Make sure echo works.
5273 if test \"X\$1\" = X--no-reexec; then
5274 # Discard the --no-reexec flag, and continue.
5275 shift
5276 elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
5277 # Yippee, \$echo works!
5278 :
5279 else
5280 # Restart under the correct shell, and then maybe \$echo will work.
5281 exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
5282 fi
5283 fi\
5284 "
5285 $echo >> $output "\
5286
5287 # Find the directory that this script lives in.
5288 thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
5289 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
5290
5291 # Follow symbolic links until we get to the real thisdir.
5292 file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
5293 while test -n \"\$file\"; do
5294 destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
5295
5296 # If there was a directory component, then change thisdir.
5297 if test \"x\$destdir\" != \"x\$file\"; then
5298 case \"\$destdir\" in
5299 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
5300 *) thisdir=\"\$thisdir/\$destdir\" ;;
5301 esac
5302 fi
5303
5304 file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
5305 file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
5306 done
5307
5308 # Try to get the absolute directory name.
5309 absdir=\`cd \"\$thisdir\" && pwd\`
5310 test -n \"\$absdir\" && thisdir=\"\$absdir\"
5311 "
5312
5313 if test "$fast_install" = yes; then
5314 $echo >> $output "\
5315 program=lt-'$outputname'$exeext
5316 progdir=\"\$thisdir/$objdir\"
5317
5318 if test ! -f \"\$progdir/\$program\" || \\
5319 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
5320 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
5321
5322 file=\"\$\$-\$program\"
5323
5324 if test ! -d \"\$progdir\"; then
5325 $mkdir \"\$progdir\"
5326 else
5327 $rm \"\$progdir/\$file\"
5328 fi"
5329
5330 $echo >> $output "\
5331
5332 # relink executable if necessary
5333 if test -n \"\$relink_command\"; then
5334 if relink_command_output=\`eval \$relink_command 2>&1\`; then :
5335 else
5336 $echo \"\$relink_command_output\" >&2
5337 $rm \"\$progdir/\$file\"
5338 exit $EXIT_FAILURE
5339 fi
5340 fi
5341
5342 $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
5343 { $rm \"\$progdir/\$program\";
5344 $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; }
5345 $rm \"\$progdir/\$file\"
5346 fi"
5347 else
5348 $echo >> $output "\
5349 program='$outputname'
5350 progdir=\"\$thisdir/$objdir\"
5351 "
5352 fi
5353
5354 $echo >> $output "\
5355
5356 if test -f \"\$progdir/\$program\"; then"
5357
5358 # Export our shlibpath_var if we have one.
5359 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5360 $echo >> $output "\
5361 # Add our own library path to $shlibpath_var
5362 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5363
5364 # Some systems cannot cope with colon-terminated $shlibpath_var
5365 # The second colon is a workaround for a bug in BeOS R4 sed
5366 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
5367
5368 export $shlibpath_var
5369 "
5370 fi
5371
5372 # fixup the dll searchpath if we need to.
5373 if test -n "$dllsearchpath"; then
5374 $echo >> $output "\
5375 # Add the dll search path components to the executable PATH
5376 PATH=$dllsearchpath:\$PATH
5377 "
5378 fi
5379
5380 $echo >> $output "\
5381 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5382 # Run the actual program with our arguments.
5383 "
5384 case $host in
5385 # Backslashes separate directories on plain windows
5386 *-*-mingw | *-*-os2*)
5387 $echo >> $output "\
5388 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
5389 "
5390 ;; 7860 ;;
5391 7861 * )
5392 *) 7862 $RM $output
5393 $echo >> $output "\ 7863 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
5394 exec \"\$progdir/\$program\" \${1+\"\$@\"} 7864
5395 " 7865 func_emit_wrapper no > $output
7866 chmod +x $output
5396 ;; 7867 ;;
5397 esac 7868 esac
5398 $echo >> $output "\ 7869 }
5399 \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\"
5400 exit $EXIT_FAILURE
5401 fi
5402 else
5403 # The program doesn't exist.
5404 \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
5405 \$echo \"This script is just a wrapper for \$program.\" 1>&2
5406 $echo \"See the $PACKAGE documentation for more information.\" 1>&2
5407 exit $EXIT_FAILURE
5408 fi
5409 fi\
5410 "
5411 chmod +x $output
5412 fi
5413 exit $EXIT_SUCCESS 7870 exit $EXIT_SUCCESS
5414 ;; 7871 ;;
5415 esac 7872 esac
5416 7873
5417 # See if we need to build an old-fashioned archive. 7874 # See if we need to build an old-fashioned archive.
5418 for oldlib in $oldlibs; do 7875 for oldlib in $oldlibs; do
5419 7876
5420 if test "$build_libtool_libs" = convenience; then 7877 if test "$build_libtool_libs" = convenience; then
5421 oldobjs="$libobjs_save" 7878 oldobjs="$libobjs_save $symfileobj"
5422 addlibs="$convenience" 7879 addlibs="$convenience"
5423 build_libtool_libs=no 7880 build_libtool_libs=no
5424 else 7881 else
5425 if test "$build_libtool_libs" = module; then 7882 if test "$build_libtool_libs" = module; then
5426 oldobjs="$libobjs_save" 7883 oldobjs="$libobjs_save"
5427 build_libtool_libs=no 7884 build_libtool_libs=no
5428 else 7885 else
5429 oldobjs="$old_deplibs $non_pic_objects" 7886 oldobjs="$old_deplibs $non_pic_objects"
7887 if test "$preload" = yes && test -f "$symfileobj"; then
7888 oldobjs="$oldobjs $symfileobj"
7889 fi
5430 fi 7890 fi
5431 addlibs="$old_convenience" 7891 addlibs="$old_convenience"
5432 fi 7892 fi
5433 7893
5434 if test -n "$addlibs"; then 7894 if test -n "$addlibs"; then
5439 oldobjs="$oldobjs $func_extract_archives_result" 7899 oldobjs="$oldobjs $func_extract_archives_result"
5440 fi 7900 fi
5441 7901
5442 # Do each command in the archive commands. 7902 # Do each command in the archive commands.
5443 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then 7903 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
5444 cmds=$old_archive_from_new_cmds 7904 cmds=$old_archive_from_new_cmds
5445 else 7905 else
7906
7907 # Add any objects from preloaded convenience libraries
7908 if test -n "$dlprefiles"; then
7909 gentop="$output_objdir/${outputname}x"
7910 generated="$generated $gentop"
7911
7912 func_extract_archives $gentop $dlprefiles
7913 oldobjs="$oldobjs $func_extract_archives_result"
7914 fi
7915
5446 # POSIX demands no paths to be encoded in archives. We have 7916 # POSIX demands no paths to be encoded in archives. We have
5447 # to avoid creating archives with duplicate basenames if we 7917 # to avoid creating archives with duplicate basenames if we
5448 # might have to extract them afterwards, e.g., when creating a 7918 # might have to extract them afterwards, e.g., when creating a
5449 # static archive out of a convenience library, or when linking 7919 # static archive out of a convenience library, or when linking
5450 # the entirety of a libtool archive into another (currently 7920 # the entirety of a libtool archive into another (currently
5451 # not supported by libtool). 7921 # not supported by libtool).
5452 if (for obj in $oldobjs 7922 if (for obj in $oldobjs
5453 do 7923 do
5454 $echo "X$obj" | $Xsed -e 's%^.*/%%' 7924 func_basename "$obj"
7925 $ECHO "$func_basename_result"
5455 done | sort | sort -uc >/dev/null 2>&1); then 7926 done | sort | sort -uc >/dev/null 2>&1); then
5456 : 7927 :
5457 else 7928 else
5458 $echo "copying selected object files to avoid basename conflicts..." 7929 $ECHO "copying selected object files to avoid basename conflicts..."
5459 7930 gentop="$output_objdir/${outputname}x"
5460 if test -z "$gentop"; then 7931 generated="$generated $gentop"
5461 gentop="$output_objdir/${outputname}x" 7932 func_mkdir_p "$gentop"
5462 generated="$generated $gentop"
5463
5464 $show "${rm}r $gentop"
5465 $run ${rm}r "$gentop"
5466 $show "$mkdir $gentop"
5467 $run $mkdir "$gentop"
5468 exit_status=$?
5469 if test "$exit_status" -ne 0 && test ! -d "$gentop"; then
5470 exit $exit_status
5471 fi
5472 fi
5473
5474 save_oldobjs=$oldobjs 7933 save_oldobjs=$oldobjs
5475 oldobjs= 7934 oldobjs=
5476 counter=1 7935 counter=1
5477 for obj in $save_oldobjs 7936 for obj in $save_oldobjs
5478 do 7937 do
5479 objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` 7938 func_basename "$obj"
7939 objbase="$func_basename_result"
5480 case " $oldobjs " in 7940 case " $oldobjs " in
5481 " ") oldobjs=$obj ;; 7941 " ") oldobjs=$obj ;;
5482 *[\ /]"$objbase "*) 7942 *[\ /]"$objbase "*)
5483 while :; do 7943 while :; do
5484 # Make sure we don't pick an alternate name that also 7944 # Make sure we don't pick an alternate name that also
5485 # overlaps. 7945 # overlaps.
5486 newobj=lt$counter-$objbase 7946 newobj=lt$counter-$objbase
5487 counter=`expr $counter + 1` 7947 func_arith $counter + 1
7948 counter=$func_arith_result
5488 case " $oldobjs " in 7949 case " $oldobjs " in
5489 *[\ /]"$newobj "*) ;; 7950 *[\ /]"$newobj "*) ;;
5490 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 7951 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5491 esac 7952 esac
5492 done 7953 done
5493 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 7954 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5494 $run ln "$obj" "$gentop/$newobj" ||
5495 $run cp "$obj" "$gentop/$newobj"
5496 oldobjs="$oldobjs $gentop/$newobj" 7955 oldobjs="$oldobjs $gentop/$newobj"
5497 ;; 7956 ;;
5498 *) oldobjs="$oldobjs $obj" ;; 7957 *) oldobjs="$oldobjs $obj" ;;
5499 esac 7958 esac
5500 done 7959 done
5501 fi 7960 fi
5502
5503 eval cmds=\"$old_archive_cmds\" 7961 eval cmds=\"$old_archive_cmds\"
5504 7962
5505 if len=`expr "X$cmds" : ".*"` && 7963 func_len " $cmds"
5506 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then 7964 len=$func_len_result
7965 if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
5507 cmds=$old_archive_cmds 7966 cmds=$old_archive_cmds
5508 else 7967 else
5509 # the command line is too long to link in one step, link in parts 7968 # the command line is too long to link in one step, link in parts
5510 $echo "using piecewise archive linking..." 7969 func_verbose "using piecewise archive linking..."
5511 save_RANLIB=$RANLIB 7970 save_RANLIB=$RANLIB
5512 RANLIB=: 7971 RANLIB=:
5513 objlist= 7972 objlist=
5514 concat_cmds= 7973 concat_cmds=
5515 save_oldobjs=$oldobjs 7974 save_oldobjs=$oldobjs
5516 7975 oldobjs=
5517 # Is there a better way of finding the last object in the list? 7976 # Is there a better way of finding the last object in the list?
5518 for obj in $save_oldobjs 7977 for obj in $save_oldobjs
5519 do 7978 do
5520 last_oldobj=$obj 7979 last_oldobj=$obj
5521 done 7980 done
7981 eval test_cmds=\"$old_archive_cmds\"
7982 func_len " $test_cmds"
7983 len0=$func_len_result
7984 len=$len0
5522 for obj in $save_oldobjs 7985 for obj in $save_oldobjs
5523 do 7986 do
5524 oldobjs="$objlist $obj" 7987 func_len " $obj"
5525 objlist="$objlist $obj" 7988 func_arith $len + $func_len_result
5526 eval test_cmds=\"$old_archive_cmds\" 7989 len=$func_arith_result
5527 if len=`expr "X$test_cmds" : ".*" 2>/dev/null` && 7990 func_append objlist " $obj"
5528 test "$len" -le "$max_cmd_len"; then 7991 if test "$len" -lt "$max_cmd_len"; then
5529 : 7992 :
5530 else 7993 else
5531 # the above command should be used before it gets too long 7994 # the above command should be used before it gets too long
5532 oldobjs=$objlist 7995 oldobjs=$objlist
5533 if test "$obj" = "$last_oldobj" ; then 7996 if test "$obj" = "$last_oldobj" ; then
5534 RANLIB=$save_RANLIB 7997 RANLIB=$save_RANLIB
5535 fi 7998 fi
5536 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ 7999 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
5537 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" 8000 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
5538 objlist= 8001 objlist=
8002 len=$len0
5539 fi 8003 fi
5540 done 8004 done
5541 RANLIB=$save_RANLIB 8005 RANLIB=$save_RANLIB
5542 oldobjs=$objlist 8006 oldobjs=$objlist
5543 if test "X$oldobjs" = "X" ; then 8007 if test "X$oldobjs" = "X" ; then
5545 else 8009 else
5546 eval cmds=\"\$concat_cmds~\$old_archive_cmds\" 8010 eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
5547 fi 8011 fi
5548 fi 8012 fi
5549 fi 8013 fi
5550 save_ifs="$IFS"; IFS='~' 8014 func_execute_cmds "$cmds" 'exit $?'
5551 for cmd in $cmds; do
5552 eval cmd=\"$cmd\"
5553 IFS="$save_ifs"
5554 $show "$cmd"
5555 $run eval "$cmd" || exit $?
5556 done
5557 IFS="$save_ifs"
5558 done 8015 done
5559 8016
5560 if test -n "$generated"; then 8017 test -n "$generated" && \
5561 $show "${rm}r$generated" 8018 func_show_eval "${RM}r$generated"
5562 $run ${rm}r$generated
5563 fi
5564 8019
5565 # Now create the libtool archive. 8020 # Now create the libtool archive.
5566 case $output in 8021 case $output in
5567 *.la) 8022 *.la)
5568 old_library= 8023 old_library=
5569 test "$build_old_libs" = yes && old_library="$libname.$libext" 8024 test "$build_old_libs" = yes && old_library="$libname.$libext"
5570 $show "creating $output" 8025 func_verbose "creating $output"
5571 8026
5572 # Preserve any variables that may affect compiler behavior 8027 # Preserve any variables that may affect compiler behavior
5573 for var in $variables_saved_for_relink; do 8028 for var in $variables_saved_for_relink; do
5574 if eval test -z \"\${$var+set}\"; then 8029 if eval test -z \"\${$var+set}\"; then
5575 relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" 8030 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
5576 elif eval var_value=\$$var; test -z "$var_value"; then 8031 elif eval var_value=\$$var; test -z "$var_value"; then
5577 relink_command="$var=; export $var; $relink_command" 8032 relink_command="$var=; export $var; $relink_command"
5578 else 8033 else
5579 var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` 8034 func_quote_for_eval "$var_value"
5580 relink_command="$var=\"$var_value\"; export $var; $relink_command" 8035 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
5581 fi 8036 fi
5582 done 8037 done
5583 # Quote the link command for shipping. 8038 # Quote the link command for shipping.
5584 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" 8039 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5585 relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` 8040 relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
5586 if test "$hardcode_automatic" = yes ; then 8041 if test "$hardcode_automatic" = yes ; then
5587 relink_command= 8042 relink_command=
5588 fi 8043 fi
5589 8044
5590
5591 # Only create the output if not a dry run. 8045 # Only create the output if not a dry run.
5592 if test -z "$run"; then 8046 $opt_dry_run || {
5593 for installed in no yes; do 8047 for installed in no yes; do
5594 if test "$installed" = yes; then 8048 if test "$installed" = yes; then
5595 if test -z "$install_libdir"; then 8049 if test -z "$install_libdir"; then
5596 break 8050 break
5597 fi 8051 fi
5599 # Replace all uninstalled libtool libraries with the installed ones 8053 # Replace all uninstalled libtool libraries with the installed ones
5600 newdependency_libs= 8054 newdependency_libs=
5601 for deplib in $dependency_libs; do 8055 for deplib in $dependency_libs; do
5602 case $deplib in 8056 case $deplib in
5603 *.la) 8057 *.la)
5604 name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` 8058 func_basename "$deplib"
8059 name="$func_basename_result"
5605 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` 8060 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
5606 if test -z "$libdir"; then 8061 test -z "$libdir" && \
5607 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 8062 func_fatal_error "\`$deplib' is not a valid libtool archive"
5608 exit $EXIT_FAILURE
5609 fi
5610 newdependency_libs="$newdependency_libs $libdir/$name" 8063 newdependency_libs="$newdependency_libs $libdir/$name"
5611 ;; 8064 ;;
5612 *) newdependency_libs="$newdependency_libs $deplib" ;; 8065 *) newdependency_libs="$newdependency_libs $deplib" ;;
5613 esac 8066 esac
5614 done 8067 done
5615 dependency_libs="$newdependency_libs" 8068 dependency_libs="$newdependency_libs"
5616 newdlfiles= 8069 newdlfiles=
8070
5617 for lib in $dlfiles; do 8071 for lib in $dlfiles; do
5618 name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` 8072 case $lib in
5619 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` 8073 *.la)
5620 if test -z "$libdir"; then 8074 func_basename "$lib"
5621 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 8075 name="$func_basename_result"
5622 exit $EXIT_FAILURE 8076 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
5623 fi 8077 test -z "$libdir" && \
5624 newdlfiles="$newdlfiles $libdir/$name" 8078 func_fatal_error "\`$lib' is not a valid libtool archive"
8079 newdlfiles="$newdlfiles $libdir/$name"
8080 ;;
8081 *) newdlfiles="$newdlfiles $lib" ;;
8082 esac
5625 done 8083 done
5626 dlfiles="$newdlfiles" 8084 dlfiles="$newdlfiles"
5627 newdlprefiles= 8085 newdlprefiles=
5628 for lib in $dlprefiles; do 8086 for lib in $dlprefiles; do
5629 name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` 8087 case $lib in
5630 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` 8088 *.la)
5631 if test -z "$libdir"; then 8089 # Only pass preopened files to the pseudo-archive (for
5632 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 8090 # eventual linking with the app. that links it) if we
5633 exit $EXIT_FAILURE 8091 # didn't already link the preopened objects directly into
5634 fi 8092 # the library:
5635 newdlprefiles="$newdlprefiles $libdir/$name" 8093 func_basename "$lib"
8094 name="$func_basename_result"
8095 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
8096 test -z "$libdir" && \
8097 func_fatal_error "\`$lib' is not a valid libtool archive"
8098 newdlprefiles="$newdlprefiles $libdir/$name"
8099 ;;
8100 esac
5636 done 8101 done
5637 dlprefiles="$newdlprefiles" 8102 dlprefiles="$newdlprefiles"
5638 else 8103 else
5639 newdlfiles= 8104 newdlfiles=
5640 for lib in $dlfiles; do 8105 for lib in $dlfiles; do
5653 esac 8118 esac
5654 newdlprefiles="$newdlprefiles $abs" 8119 newdlprefiles="$newdlprefiles $abs"
5655 done 8120 done
5656 dlprefiles="$newdlprefiles" 8121 dlprefiles="$newdlprefiles"
5657 fi 8122 fi
5658 $rm $output 8123 $RM $output
5659 # place dlname in correct position for cygwin 8124 # place dlname in correct position for cygwin
5660 tdlname=$dlname 8125 tdlname=$dlname
5661 case $host,$output,$installed,$module,$dlname in 8126 case $host,$output,$installed,$module,$dlname in
5662 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; 8127 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
5663 esac 8128 esac
5664 $echo > $output "\ 8129 $ECHO > $output "\
5665 # $outputname - a libtool library file 8130 # $outputname - a libtool library file
5666 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 8131 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
5667 # 8132 #
5668 # Please DO NOT delete this file! 8133 # Please DO NOT delete this file!
5669 # It is necessary for linking the library. 8134 # It is necessary for linking the library.
5670 8135
5671 # The name that we can dlopen(3). 8136 # The name that we can dlopen(3).
5675 library_names='$library_names' 8140 library_names='$library_names'
5676 8141
5677 # The name of the static archive. 8142 # The name of the static archive.
5678 old_library='$old_library' 8143 old_library='$old_library'
5679 8144
8145 # Linker flags that can not go in dependency_libs.
8146 inherited_linker_flags='$new_inherited_linker_flags'
8147
5680 # Libraries that this one depends upon. 8148 # Libraries that this one depends upon.
5681 dependency_libs='$dependency_libs' 8149 dependency_libs='$dependency_libs'
8150
8151 # Names of additional weak libraries provided by this library
8152 weak_library_names='$weak_libs'
5682 8153
5683 # Version information for $libname. 8154 # Version information for $libname.
5684 current=$current 8155 current=$current
5685 age=$age 8156 age=$age
5686 revision=$revision 8157 revision=$revision
5696 dlpreopen='$dlprefiles' 8167 dlpreopen='$dlprefiles'
5697 8168
5698 # Directory that this library needs to be installed in: 8169 # Directory that this library needs to be installed in:
5699 libdir='$install_libdir'" 8170 libdir='$install_libdir'"
5700 if test "$installed" = no && test "$need_relink" = yes; then 8171 if test "$installed" = no && test "$need_relink" = yes; then
5701 $echo >> $output "\ 8172 $ECHO >> $output "\
5702 relink_command=\"$relink_command\"" 8173 relink_command=\"$relink_command\""
5703 fi 8174 fi
5704 done 8175 done
5705 fi 8176 }
5706 8177
5707 # Do a symbolic link so that the libtool archive can be found in 8178 # Do a symbolic link so that the libtool archive can be found in
5708 # LD_LIBRARY_PATH before the program is installed. 8179 # LD_LIBRARY_PATH before the program is installed.
5709 $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" 8180 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
5710 $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $?
5711 ;; 8181 ;;
5712 esac 8182 esac
5713 exit $EXIT_SUCCESS 8183 exit $EXIT_SUCCESS
5714 ;; 8184 }
5715 8185
5716 # libtool install mode 8186 { test "$mode" = link || test "$mode" = relink; } &&
5717 install) 8187 func_mode_link ${1+"$@"}
5718 modename="$modename: install" 8188
5719 8189
5720 # There may be an optional sh(1) argument at the beginning of 8190 # func_mode_uninstall arg...
5721 # install_prog (especially on Windows NT). 8191 func_mode_uninstall ()
5722 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || 8192 {
5723 # Allow the use of GNU shtool's install command. 8193 $opt_debug
5724 $echo "X$nonopt" | grep shtool > /dev/null; then 8194 RM="$nonopt"
5725 # Aesthetically quote it.
5726 arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
5727 case $arg in
5728 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
5729 arg="\"$arg\""
5730 ;;
5731 esac
5732 install_prog="$arg "
5733 arg="$1"
5734 shift
5735 else
5736 install_prog=
5737 arg=$nonopt
5738 fi
5739
5740 # The real first argument should be the name of the installation program.
5741 # Aesthetically quote it.
5742 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
5743 case $arg in
5744 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
5745 arg="\"$arg\""
5746 ;;
5747 esac
5748 install_prog="$install_prog$arg"
5749
5750 # We need to accept at least all the BSD install flags.
5751 dest=
5752 files= 8195 files=
5753 opts= 8196 rmforce=
5754 prev= 8197 exit_status=0
5755 install_type=
5756 isdir=no
5757 stripme=
5758 for arg
5759 do
5760 if test -n "$dest"; then
5761 files="$files $dest"
5762 dest=$arg
5763 continue
5764 fi
5765
5766 case $arg in
5767 -d) isdir=yes ;;
5768 -f)
5769 case " $install_prog " in
5770 *[\\\ /]cp\ *) ;;
5771 *) prev=$arg ;;
5772 esac
5773 ;;
5774 -g | -m | -o) prev=$arg ;;
5775 -s)
5776 stripme=" -s"
5777 continue
5778 ;;
5779 -*)
5780 ;;
5781 *)
5782 # If the previous option needed an argument, then skip it.
5783 if test -n "$prev"; then
5784 prev=
5785 else
5786 dest=$arg
5787 continue
5788 fi
5789 ;;
5790 esac
5791
5792 # Aesthetically quote the argument.
5793 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
5794 case $arg in
5795 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
5796 arg="\"$arg\""
5797 ;;
5798 esac
5799 install_prog="$install_prog $arg"
5800 done
5801
5802 if test -z "$install_prog"; then
5803 $echo "$modename: you must specify an install program" 1>&2
5804 $echo "$help" 1>&2
5805 exit $EXIT_FAILURE
5806 fi
5807
5808 if test -n "$prev"; then
5809 $echo "$modename: the \`$prev' option requires an argument" 1>&2
5810 $echo "$help" 1>&2
5811 exit $EXIT_FAILURE
5812 fi
5813
5814 if test -z "$files"; then
5815 if test -z "$dest"; then
5816 $echo "$modename: no file or destination specified" 1>&2
5817 else
5818 $echo "$modename: you must specify a destination" 1>&2
5819 fi
5820 $echo "$help" 1>&2
5821 exit $EXIT_FAILURE
5822 fi
5823
5824 # Strip any trailing slash from the destination.
5825 dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
5826
5827 # Check to see that the destination is a directory.
5828 test -d "$dest" && isdir=yes
5829 if test "$isdir" = yes; then
5830 destdir="$dest"
5831 destname=
5832 else
5833 destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
5834 test "X$destdir" = "X$dest" && destdir=.
5835 destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
5836
5837 # Not a directory, so check to see that there is only one file specified.
5838 set dummy $files
5839 if test "$#" -gt 2; then
5840 $echo "$modename: \`$dest' is not a directory" 1>&2
5841 $echo "$help" 1>&2
5842 exit $EXIT_FAILURE
5843 fi
5844 fi
5845 case $destdir in
5846 [\\/]* | [A-Za-z]:[\\/]*) ;;
5847 *)
5848 for file in $files; do
5849 case $file in
5850 *.lo) ;;
5851 *)
5852 $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2
5853 $echo "$help" 1>&2
5854 exit $EXIT_FAILURE
5855 ;;
5856 esac
5857 done
5858 ;;
5859 esac
5860 8198
5861 # This variable tells wrapper scripts just to set variables rather 8199 # This variable tells wrapper scripts just to set variables rather
5862 # than running their programs. 8200 # than running their programs.
5863 libtool_install_magic="$magic" 8201 libtool_install_magic="$magic"
5864 8202
5865 staticlibs=
5866 future_libdirs=
5867 current_libdirs=
5868 for file in $files; do
5869
5870 # Do each installation.
5871 case $file in
5872 *.$libext)
5873 # Do the static libraries later.
5874 staticlibs="$staticlibs $file"
5875 ;;
5876
5877 *.la)
5878 # Check to see that this really is a libtool archive.
5879 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
5880 else
5881 $echo "$modename: \`$file' is not a valid libtool archive" 1>&2
5882 $echo "$help" 1>&2
5883 exit $EXIT_FAILURE
5884 fi
5885
5886 library_names=
5887 old_library=
5888 relink_command=
5889 # If there is no directory component, then add one.
5890 case $file in
5891 */* | *\\*) . $file ;;
5892 *) . ./$file ;;
5893 esac
5894
5895 # Add the libdir to current_libdirs if it is the destination.
5896 if test "X$destdir" = "X$libdir"; then
5897 case "$current_libdirs " in
5898 *" $libdir "*) ;;
5899 *) current_libdirs="$current_libdirs $libdir" ;;
5900 esac
5901 else
5902 # Note the libdir as a future libdir.
5903 case "$future_libdirs " in
5904 *" $libdir "*) ;;
5905 *) future_libdirs="$future_libdirs $libdir" ;;
5906 esac
5907 fi
5908
5909 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
5910 test "X$dir" = "X$file/" && dir=
5911 dir="$dir$objdir"
5912
5913 if test -n "$relink_command"; then
5914 # Determine the prefix the user has applied to our future dir.
5915 inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
5916
5917 # Don't allow the user to place us outside of our expected
5918 # location b/c this prevents finding dependent libraries that
5919 # are installed to the same prefix.
5920 # At present, this check doesn't affect windows .dll's that
5921 # are installed into $libdir/../bin (currently, that works fine)
5922 # but it's something to keep an eye on.
5923 if test "$inst_prefix_dir" = "$destdir"; then
5924 $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
5925 exit $EXIT_FAILURE
5926 fi
5927
5928 if test -n "$inst_prefix_dir"; then
5929 # Stick the inst_prefix_dir data into the link command.
5930 relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
5931 else
5932 relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
5933 fi
5934
5935 $echo "$modename: warning: relinking \`$file'" 1>&2
5936 $show "$relink_command"
5937 if $run eval "$relink_command"; then :
5938 else
5939 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
5940 exit $EXIT_FAILURE
5941 fi
5942 fi
5943
5944 # See the names of the shared library.
5945 set dummy $library_names
5946 if test -n "$2"; then
5947 realname="$2"
5948 shift
5949 shift
5950
5951 srcname="$realname"
5952 test -n "$relink_command" && srcname="$realname"T
5953
5954 # Install the shared library and build the symlinks.
5955 $show "$install_prog $dir/$srcname $destdir/$realname"
5956 $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
5957 if test -n "$stripme" && test -n "$striplib"; then
5958 $show "$striplib $destdir/$realname"
5959 $run eval "$striplib $destdir/$realname" || exit $?
5960 fi
5961
5962 if test "$#" -gt 0; then
5963 # Delete the old symlinks, and create new ones.
5964 # Try `ln -sf' first, because the `ln' binary might depend on
5965 # the symlink we replace! Solaris /bin/ln does not understand -f,
5966 # so we also need to try rm && ln -s.
5967 for linkname
5968 do
5969 if test "$linkname" != "$realname"; then
5970 $show "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
5971 $run eval "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
5972 fi
5973 done
5974 fi
5975
5976 # Do each command in the postinstall commands.
5977 lib="$destdir/$realname"
5978 cmds=$postinstall_cmds
5979 save_ifs="$IFS"; IFS='~'
5980 for cmd in $cmds; do
5981 IFS="$save_ifs"
5982 eval cmd=\"$cmd\"
5983 $show "$cmd"
5984 $run eval "$cmd" || {
5985 lt_exit=$?
5986
5987 # Restore the uninstalled library and exit
5988 if test "$mode" = relink; then
5989 $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
5990 fi
5991
5992 exit $lt_exit
5993 }
5994 done
5995 IFS="$save_ifs"
5996 fi
5997
5998 # Install the pseudo-library for information purposes.
5999 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
6000 instname="$dir/$name"i
6001 $show "$install_prog $instname $destdir/$name"
6002 $run eval "$install_prog $instname $destdir/$name" || exit $?
6003
6004 # Maybe install the static library, too.
6005 test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
6006 ;;
6007
6008 *.lo)
6009 # Install (i.e. copy) a libtool object.
6010
6011 # Figure out destination file name, if it wasn't already specified.
6012 if test -n "$destname"; then
6013 destfile="$destdir/$destname"
6014 else
6015 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
6016 destfile="$destdir/$destfile"
6017 fi
6018
6019 # Deduce the name of the destination old-style object file.
6020 case $destfile in
6021 *.lo)
6022 staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
6023 ;;
6024 *.$objext)
6025 staticdest="$destfile"
6026 destfile=
6027 ;;
6028 *)
6029 $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2
6030 $echo "$help" 1>&2
6031 exit $EXIT_FAILURE
6032 ;;
6033 esac
6034
6035 # Install the libtool object if requested.
6036 if test -n "$destfile"; then
6037 $show "$install_prog $file $destfile"
6038 $run eval "$install_prog $file $destfile" || exit $?
6039 fi
6040
6041 # Install the old object if enabled.
6042 if test "$build_old_libs" = yes; then
6043 # Deduce the name of the old-style object file.
6044 staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
6045
6046 $show "$install_prog $staticobj $staticdest"
6047 $run eval "$install_prog \$staticobj \$staticdest" || exit $?
6048 fi
6049 exit $EXIT_SUCCESS
6050 ;;
6051
6052 *)
6053 # Figure out destination file name, if it wasn't already specified.
6054 if test -n "$destname"; then
6055 destfile="$destdir/$destname"
6056 else
6057 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
6058 destfile="$destdir/$destfile"
6059 fi
6060
6061 # If the file is missing, and there is a .exe on the end, strip it
6062 # because it is most likely a libtool script we actually want to
6063 # install
6064 stripped_ext=""
6065 case $file in
6066 *.exe)
6067 if test ! -f "$file"; then
6068 file=`$echo $file|${SED} 's,.exe$,,'`
6069 stripped_ext=".exe"
6070 fi
6071 ;;
6072 esac
6073
6074 # Do a test to see if this is really a libtool program.
6075 case $host in
6076 *cygwin*|*mingw*)
6077 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6078 ;;
6079 *)
6080 wrapper=$file
6081 ;;
6082 esac
6083 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6084 notinst_deplibs=
6085 relink_command=
6086
6087 # Note that it is not necessary on cygwin/mingw to append a dot to
6088 # foo even if both foo and FILE.exe exist: automatic-append-.exe
6089 # behavior happens only for exec(3), not for open(2)! Also, sourcing
6090 # `FILE.' does not work on cygwin managed mounts.
6091 #
6092 # If there is no directory component, then add one.
6093 case $wrapper in
6094 */* | *\\*) . ${wrapper} ;;
6095 *) . ./${wrapper} ;;
6096 esac
6097
6098 # Check the variables that should have been set.
6099 if test -z "$notinst_deplibs"; then
6100 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6101 exit $EXIT_FAILURE
6102 fi
6103
6104 finalize=yes
6105 for lib in $notinst_deplibs; do
6106 # Check to see that each library is installed.
6107 libdir=
6108 if test -f "$lib"; then
6109 # If there is no directory component, then add one.
6110 case $lib in
6111 */* | *\\*) . $lib ;;
6112 *) . ./$lib ;;
6113 esac
6114 fi
6115 libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
6116 if test -n "$libdir" && test ! -f "$libfile"; then
6117 $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
6118 finalize=no
6119 fi
6120 done
6121
6122 relink_command=
6123 # Note that it is not necessary on cygwin/mingw to append a dot to
6124 # foo even if both foo and FILE.exe exist: automatic-append-.exe
6125 # behavior happens only for exec(3), not for open(2)! Also, sourcing
6126 # `FILE.' does not work on cygwin managed mounts.
6127 #
6128 # If there is no directory component, then add one.
6129 case $wrapper in
6130 */* | *\\*) . ${wrapper} ;;
6131 *) . ./${wrapper} ;;
6132 esac
6133
6134 outputname=
6135 if test "$fast_install" = no && test -n "$relink_command"; then
6136 if test "$finalize" = yes && test -z "$run"; then
6137 tmpdir=`func_mktempdir`
6138 file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
6139 outputname="$tmpdir/$file"
6140 # Replace the output file specification.
6141 relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
6142
6143 $show "$relink_command"
6144 if $run eval "$relink_command"; then :
6145 else
6146 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
6147 ${rm}r "$tmpdir"
6148 continue
6149 fi
6150 file="$outputname"
6151 else
6152 $echo "$modename: warning: cannot relink \`$file'" 1>&2
6153 fi
6154 else
6155 # Install the binary that we compiled earlier.
6156 file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
6157 fi
6158 fi
6159
6160 # remove .exe since cygwin /usr/bin/install will append another
6161 # one anyway
6162 case $install_prog,$host in
6163 */usr/bin/install*,*cygwin*)
6164 case $file:$destfile in
6165 *.exe:*.exe)
6166 # this is ok
6167 ;;
6168 *.exe:*)
6169 destfile=$destfile.exe
6170 ;;
6171 *:*.exe)
6172 destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
6173 ;;
6174 esac
6175 ;;
6176 esac
6177 $show "$install_prog$stripme $file $destfile"
6178 $run eval "$install_prog\$stripme \$file \$destfile" || exit $?
6179 test -n "$outputname" && ${rm}r "$tmpdir"
6180 ;;
6181 esac
6182 done
6183
6184 for file in $staticlibs; do
6185 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
6186
6187 # Set up the ranlib parameters.
6188 oldlib="$destdir/$name"
6189
6190 $show "$install_prog $file $oldlib"
6191 $run eval "$install_prog \$file \$oldlib" || exit $?
6192
6193 if test -n "$stripme" && test -n "$old_striplib"; then
6194 $show "$old_striplib $oldlib"
6195 $run eval "$old_striplib $oldlib" || exit $?
6196 fi
6197
6198 # Do each command in the postinstall commands.
6199 cmds=$old_postinstall_cmds
6200 save_ifs="$IFS"; IFS='~'
6201 for cmd in $cmds; do
6202 IFS="$save_ifs"
6203 eval cmd=\"$cmd\"
6204 $show "$cmd"
6205 $run eval "$cmd" || exit $?
6206 done
6207 IFS="$save_ifs"
6208 done
6209
6210 if test -n "$future_libdirs"; then
6211 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
6212 fi
6213
6214 if test -n "$current_libdirs"; then
6215 # Maybe just do a dry run.
6216 test -n "$run" && current_libdirs=" -n$current_libdirs"
6217 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6218 else
6219 exit $EXIT_SUCCESS
6220 fi
6221 ;;
6222
6223 # libtool finish mode
6224 finish)
6225 modename="$modename: finish"
6226 libdirs="$nonopt"
6227 admincmds=
6228
6229 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
6230 for dir
6231 do
6232 libdirs="$libdirs $dir"
6233 done
6234
6235 for libdir in $libdirs; do
6236 if test -n "$finish_cmds"; then
6237 # Do each command in the finish commands.
6238 cmds=$finish_cmds
6239 save_ifs="$IFS"; IFS='~'
6240 for cmd in $cmds; do
6241 IFS="$save_ifs"
6242 eval cmd=\"$cmd\"
6243 $show "$cmd"
6244 $run eval "$cmd" || admincmds="$admincmds
6245 $cmd"
6246 done
6247 IFS="$save_ifs"
6248 fi
6249 if test -n "$finish_eval"; then
6250 # Do the single finish_eval.
6251 eval cmds=\"$finish_eval\"
6252 $run eval "$cmds" || admincmds="$admincmds
6253 $cmds"
6254 fi
6255 done
6256 fi
6257
6258 # Exit here if they wanted silent mode.
6259 test "$show" = : && exit $EXIT_SUCCESS
6260
6261 $echo "X----------------------------------------------------------------------" | $Xsed
6262 $echo "Libraries have been installed in:"
6263 for libdir in $libdirs; do
6264 $echo " $libdir"
6265 done
6266 $echo
6267 $echo "If you ever happen to want to link against installed libraries"
6268 $echo "in a given directory, LIBDIR, you must either use libtool, and"
6269 $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
6270 $echo "flag during linking and do at least one of the following:"
6271 if test -n "$shlibpath_var"; then
6272 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
6273 $echo " during execution"
6274 fi
6275 if test -n "$runpath_var"; then
6276 $echo " - add LIBDIR to the \`$runpath_var' environment variable"
6277 $echo " during linking"
6278 fi
6279 if test -n "$hardcode_libdir_flag_spec"; then
6280 libdir=LIBDIR
6281 eval flag=\"$hardcode_libdir_flag_spec\"
6282
6283 $echo " - use the \`$flag' linker flag"
6284 fi
6285 if test -n "$admincmds"; then
6286 $echo " - have your system administrator run these commands:$admincmds"
6287 fi
6288 if test -f /etc/ld.so.conf; then
6289 $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
6290 fi
6291 $echo
6292 $echo "See any operating system documentation about shared libraries for"
6293 $echo "more information, such as the ld(1) and ld.so(8) manual pages."
6294 $echo "X----------------------------------------------------------------------" | $Xsed
6295 exit $EXIT_SUCCESS
6296 ;;
6297
6298 # libtool execute mode
6299 execute)
6300 modename="$modename: execute"
6301
6302 # The first argument is the command name.
6303 cmd="$nonopt"
6304 if test -z "$cmd"; then
6305 $echo "$modename: you must specify a COMMAND" 1>&2
6306 $echo "$help"
6307 exit $EXIT_FAILURE
6308 fi
6309
6310 # Handle -dlopen flags immediately.
6311 for file in $execute_dlfiles; do
6312 if test ! -f "$file"; then
6313 $echo "$modename: \`$file' is not a file" 1>&2
6314 $echo "$help" 1>&2
6315 exit $EXIT_FAILURE
6316 fi
6317
6318 dir=
6319 case $file in
6320 *.la)
6321 # Check to see that this really is a libtool archive.
6322 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
6323 else
6324 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
6325 $echo "$help" 1>&2
6326 exit $EXIT_FAILURE
6327 fi
6328
6329 # Read the libtool library.
6330 dlname=
6331 library_names=
6332
6333 # If there is no directory component, then add one.
6334 case $file in
6335 */* | *\\*) . $file ;;
6336 *) . ./$file ;;
6337 esac
6338
6339 # Skip this library if it cannot be dlopened.
6340 if test -z "$dlname"; then
6341 # Warn if it was a shared library.
6342 test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
6343 continue
6344 fi
6345
6346 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
6347 test "X$dir" = "X$file" && dir=.
6348
6349 if test -f "$dir/$objdir/$dlname"; then
6350 dir="$dir/$objdir"
6351 else
6352 $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
6353 exit $EXIT_FAILURE
6354 fi
6355 ;;
6356
6357 *.lo)
6358 # Just add the directory containing the .lo file.
6359 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
6360 test "X$dir" = "X$file" && dir=.
6361 ;;
6362
6363 *)
6364 $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2
6365 continue
6366 ;;
6367 esac
6368
6369 # Get the absolute pathname.
6370 absdir=`cd "$dir" && pwd`
6371 test -n "$absdir" && dir="$absdir"
6372
6373 # Now add the directory to shlibpath_var.
6374 if eval "test -z \"\$$shlibpath_var\""; then
6375 eval "$shlibpath_var=\"\$dir\""
6376 else
6377 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
6378 fi
6379 done
6380
6381 # This variable tells wrapper scripts just to set shlibpath_var
6382 # rather than running their programs.
6383 libtool_execute_magic="$magic"
6384
6385 # Check if any of the arguments is a wrapper script.
6386 args=
6387 for file
6388 do
6389 case $file in
6390 -*) ;;
6391 *)
6392 # Do a test to see if this is really a libtool program.
6393 if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
6394 # If there is no directory component, then add one.
6395 case $file in
6396 */* | *\\*) . $file ;;
6397 *) . ./$file ;;
6398 esac
6399
6400 # Transform arg to wrapped name.
6401 file="$progdir/$program"
6402 fi
6403 ;;
6404 esac
6405 # Quote arguments (to preserve shell metacharacters).
6406 file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
6407 args="$args \"$file\""
6408 done
6409
6410 if test -z "$run"; then
6411 if test -n "$shlibpath_var"; then
6412 # Export the shlibpath_var.
6413 eval "export $shlibpath_var"
6414 fi
6415
6416 # Restore saved environment variables
6417 if test "${save_LC_ALL+set}" = set; then
6418 LC_ALL="$save_LC_ALL"; export LC_ALL
6419 fi
6420 if test "${save_LANG+set}" = set; then
6421 LANG="$save_LANG"; export LANG
6422 fi
6423
6424 # Now prepare to actually exec the command.
6425 exec_cmd="\$cmd$args"
6426 else
6427 # Display what would be done.
6428 if test -n "$shlibpath_var"; then
6429 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
6430 $echo "export $shlibpath_var"
6431 fi
6432 $echo "$cmd$args"
6433 exit $EXIT_SUCCESS
6434 fi
6435 ;;
6436
6437 # libtool clean and uninstall mode
6438 clean | uninstall)
6439 modename="$modename: $mode"
6440 rm="$nonopt"
6441 files=
6442 rmforce=
6443 exit_status=0
6444
6445 # This variable tells wrapper scripts just to set variables rather
6446 # than running their programs.
6447 libtool_install_magic="$magic"
6448
6449 for arg 8203 for arg
6450 do 8204 do
6451 case $arg in 8205 case $arg in
6452 -f) rm="$rm $arg"; rmforce=yes ;; 8206 -f) RM="$RM $arg"; rmforce=yes ;;
6453 -*) rm="$rm $arg" ;; 8207 -*) RM="$RM $arg" ;;
6454 *) files="$files $arg" ;; 8208 *) files="$files $arg" ;;
6455 esac 8209 esac
6456 done 8210 done
6457 8211
6458 if test -z "$rm"; then 8212 test -z "$RM" && \
6459 $echo "$modename: you must specify an RM program" 1>&2 8213 func_fatal_help "you must specify an RM program"
6460 $echo "$help" 1>&2
6461 exit $EXIT_FAILURE
6462 fi
6463 8214
6464 rmdirs= 8215 rmdirs=
6465 8216
6466 origobjdir="$objdir" 8217 origobjdir="$objdir"
6467 for file in $files; do 8218 for file in $files; do
6468 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` 8219 func_dirname "$file" "" "."
6469 if test "X$dir" = "X$file"; then 8220 dir="$func_dirname_result"
6470 dir=. 8221 if test "X$dir" = X.; then
6471 objdir="$origobjdir" 8222 objdir="$origobjdir"
6472 else 8223 else
6473 objdir="$dir/$origobjdir" 8224 objdir="$dir/$origobjdir"
6474 fi 8225 fi
6475 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 8226 func_basename "$file"
8227 name="$func_basename_result"
6476 test "$mode" = uninstall && objdir="$dir" 8228 test "$mode" = uninstall && objdir="$dir"
6477 8229
6478 # Remember objdir for removal later, being careful to avoid duplicates 8230 # Remember objdir for removal later, being careful to avoid duplicates
6479 if test "$mode" = clean; then 8231 if test "$mode" = clean; then
6480 case " $rmdirs " in 8232 case " $rmdirs " in
6482 *) rmdirs="$rmdirs $objdir" ;; 8234 *) rmdirs="$rmdirs $objdir" ;;
6483 esac 8235 esac
6484 fi 8236 fi
6485 8237
6486 # Don't error if the file doesn't exist and rm -f was used. 8238 # Don't error if the file doesn't exist and rm -f was used.
6487 if (test -L "$file") >/dev/null 2>&1 \ 8239 if { test -L "$file"; } >/dev/null 2>&1 ||
6488 || (test -h "$file") >/dev/null 2>&1 \ 8240 { test -h "$file"; } >/dev/null 2>&1 ||
6489 || test -f "$file"; then 8241 test -f "$file"; then
6490 : 8242 :
6491 elif test -d "$file"; then 8243 elif test -d "$file"; then
6492 exit_status=1 8244 exit_status=1
6493 continue 8245 continue
6494 elif test "$rmforce" = yes; then 8246 elif test "$rmforce" = yes; then
6498 rmfiles="$file" 8250 rmfiles="$file"
6499 8251
6500 case $name in 8252 case $name in
6501 *.la) 8253 *.la)
6502 # Possibly a libtool archive, so verify it. 8254 # Possibly a libtool archive, so verify it.
6503 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 8255 if func_lalib_p "$file"; then
6504 . $dir/$name 8256 func_source $dir/$name
6505 8257
6506 # Delete the libtool libraries and symlinks. 8258 # Delete the libtool libraries and symlinks.
6507 for n in $library_names; do 8259 for n in $library_names; do
6508 rmfiles="$rmfiles $objdir/$n" 8260 rmfiles="$rmfiles $objdir/$n"
6509 done 8261 done
6514 case " $library_names " in 8266 case " $library_names " in
6515 # " " in the beginning catches empty $dlname 8267 # " " in the beginning catches empty $dlname
6516 *" $dlname "*) ;; 8268 *" $dlname "*) ;;
6517 *) rmfiles="$rmfiles $objdir/$dlname" ;; 8269 *) rmfiles="$rmfiles $objdir/$dlname" ;;
6518 esac 8270 esac
6519 test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" 8271 test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
6520 ;; 8272 ;;
6521 uninstall) 8273 uninstall)
6522 if test -n "$library_names"; then 8274 if test -n "$library_names"; then
6523 # Do each command in the postuninstall commands. 8275 # Do each command in the postuninstall commands.
6524 cmds=$postuninstall_cmds 8276 func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
6525 save_ifs="$IFS"; IFS='~'
6526 for cmd in $cmds; do
6527 IFS="$save_ifs"
6528 eval cmd=\"$cmd\"
6529 $show "$cmd"
6530 $run eval "$cmd"
6531 if test "$?" -ne 0 && test "$rmforce" != yes; then
6532 exit_status=1
6533 fi
6534 done
6535 IFS="$save_ifs"
6536 fi 8277 fi
6537 8278
6538 if test -n "$old_library"; then 8279 if test -n "$old_library"; then
6539 # Do each command in the old_postuninstall commands. 8280 # Do each command in the old_postuninstall commands.
6540 cmds=$old_postuninstall_cmds 8281 func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
6541 save_ifs="$IFS"; IFS='~'
6542 for cmd in $cmds; do
6543 IFS="$save_ifs"
6544 eval cmd=\"$cmd\"
6545 $show "$cmd"
6546 $run eval "$cmd"
6547 if test "$?" -ne 0 && test "$rmforce" != yes; then
6548 exit_status=1
6549 fi
6550 done
6551 IFS="$save_ifs"
6552 fi 8282 fi
6553 # FIXME: should reinstall the best remaining shared library. 8283 # FIXME: should reinstall the best remaining shared library.
6554 ;; 8284 ;;
6555 esac 8285 esac
6556 fi 8286 fi
6557 ;; 8287 ;;
6558 8288
6559 *.lo) 8289 *.lo)
6560 # Possibly a libtool object, so verify it. 8290 # Possibly a libtool object, so verify it.
6561 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 8291 if func_lalib_p "$file"; then
6562 8292
6563 # Read the .lo file 8293 # Read the .lo file
6564 . $dir/$name 8294 func_source $dir/$name
6565 8295
6566 # Add PIC object to the list of files to remove. 8296 # Add PIC object to the list of files to remove.
6567 if test -n "$pic_object" \ 8297 if test -n "$pic_object" &&
6568 && test "$pic_object" != none; then 8298 test "$pic_object" != none; then
6569 rmfiles="$rmfiles $dir/$pic_object" 8299 rmfiles="$rmfiles $dir/$pic_object"
6570 fi 8300 fi
6571 8301
6572 # Add non-PIC object to the list of files to remove. 8302 # Add non-PIC object to the list of files to remove.
6573 if test -n "$non_pic_object" \ 8303 if test -n "$non_pic_object" &&
6574 && test "$non_pic_object" != none; then 8304 test "$non_pic_object" != none; then
6575 rmfiles="$rmfiles $dir/$non_pic_object" 8305 rmfiles="$rmfiles $dir/$non_pic_object"
6576 fi 8306 fi
6577 fi 8307 fi
6578 ;; 8308 ;;
6579 8309
6580 *) 8310 *)
6581 if test "$mode" = clean ; then 8311 if test "$mode" = clean ; then
6582 noexename=$name 8312 noexename=$name
6583 case $file in 8313 case $file in
6584 *.exe) 8314 *.exe)
6585 file=`$echo $file|${SED} 's,.exe$,,'` 8315 func_stripname '' '.exe' "$file"
6586 noexename=`$echo $name|${SED} 's,.exe$,,'` 8316 file=$func_stripname_result
8317 func_stripname '' '.exe' "$name"
8318 noexename=$func_stripname_result
6587 # $file with .exe has already been added to rmfiles, 8319 # $file with .exe has already been added to rmfiles,
6588 # add $file without .exe 8320 # add $file without .exe
6589 rmfiles="$rmfiles $file" 8321 rmfiles="$rmfiles $file"
6590 ;; 8322 ;;
6591 esac 8323 esac
6592 # Do a test to see if this is a libtool program. 8324 # Do a test to see if this is a libtool program.
6593 if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 8325 if func_ltwrapper_p "$file"; then
6594 relink_command= 8326 if func_ltwrapper_executable_p "$file"; then
6595 . $dir/$noexename 8327 func_ltwrapper_scriptname "$file"
8328 relink_command=
8329 func_source $func_ltwrapper_scriptname_result
8330 rmfiles="$rmfiles $func_ltwrapper_scriptname_result"
8331 else
8332 relink_command=
8333 func_source $dir/$noexename
8334 fi
6596 8335
6597 # note $name still contains .exe if it was in $file originally 8336 # note $name still contains .exe if it was in $file originally
6598 # as does the version of $file that was added into $rmfiles 8337 # as does the version of $file that was added into $rmfiles
6599 rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" 8338 rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}"
6600 if test "$fast_install" = yes && test -n "$relink_command"; then 8339 if test "$fast_install" = yes && test -n "$relink_command"; then
6605 fi 8344 fi
6606 fi 8345 fi
6607 fi 8346 fi
6608 ;; 8347 ;;
6609 esac 8348 esac
6610 $show "$rm $rmfiles" 8349 func_show_eval "$RM $rmfiles" 'exit_status=1'
6611 $run $rm $rmfiles || exit_status=1
6612 done 8350 done
6613 objdir="$origobjdir" 8351 objdir="$origobjdir"
6614 8352
6615 # Try to remove the ${objdir}s in the directories where we deleted files 8353 # Try to remove the ${objdir}s in the directories where we deleted files
6616 for dir in $rmdirs; do 8354 for dir in $rmdirs; do
6617 if test -d "$dir"; then 8355 if test -d "$dir"; then
6618 $show "rmdir $dir" 8356 func_show_eval "rmdir $dir >/dev/null 2>&1"
6619 $run rmdir $dir >/dev/null 2>&1
6620 fi 8357 fi
6621 done 8358 done
6622 8359
6623 exit $exit_status 8360 exit $exit_status
6624 ;; 8361 }
6625 8362
6626 "") 8363 { test "$mode" = uninstall || test "$mode" = clean; } &&
6627 $echo "$modename: you must specify a MODE" 1>&2 8364 func_mode_uninstall ${1+"$@"}
6628 $echo "$generic_help" 1>&2 8365
6629 exit $EXIT_FAILURE 8366 test -z "$mode" && {
6630 ;; 8367 help="$generic_help"
6631 esac 8368 func_fatal_help "you must specify a MODE"
6632 8369 }
6633 if test -z "$exec_cmd"; then 8370
6634 $echo "$modename: invalid operation mode \`$mode'" 1>&2 8371 test -z "$exec_cmd" && \
6635 $echo "$generic_help" 1>&2 8372 func_fatal_help "invalid operation mode \`$mode'"
6636 exit $EXIT_FAILURE
6637 fi
6638 fi # test -z "$show_help"
6639 8373
6640 if test -n "$exec_cmd"; then 8374 if test -n "$exec_cmd"; then
6641 eval exec $exec_cmd 8375 eval exec "$exec_cmd"
6642 exit $EXIT_FAILURE 8376 exit $EXIT_FAILURE
6643 fi 8377 fi
6644 8378
6645 # We need to display help for each of the modes. 8379 exit $exit_status
6646 case $mode in 8380
6647 "") $echo \
6648 "Usage: $modename [OPTION]... [MODE-ARG]...
6649
6650 Provide generalized library-building support services.
6651
6652 --config show all configuration variables
6653 --debug enable verbose shell tracing
6654 -n, --dry-run display commands without modifying any files
6655 --features display basic configuration information and exit
6656 --finish same as \`--mode=finish'
6657 --help display this help message and exit
6658 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
6659 --quiet same as \`--silent'
6660 --silent don't print informational messages
6661 --tag=TAG use configuration variables from tag TAG
6662 --version print version information
6663
6664 MODE must be one of the following:
6665
6666 clean remove files from the build directory
6667 compile compile a source file into a libtool object
6668 execute automatically set library path, then run a program
6669 finish complete the installation of libtool libraries
6670 install install libraries or executables
6671 link create a library or an executable
6672 uninstall remove libraries from an installed directory
6673
6674 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
6675 a more detailed description of MODE.
6676
6677 Report bugs to <bug-libtool@gnu.org>."
6678 exit $EXIT_SUCCESS
6679 ;;
6680
6681 clean)
6682 $echo \
6683 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
6684
6685 Remove files from the build directory.
6686
6687 RM is the name of the program to use to delete files associated with each FILE
6688 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
6689 to RM.
6690
6691 If FILE is a libtool library, object or program, all the files associated
6692 with it are deleted. Otherwise, only FILE itself is deleted using RM."
6693 ;;
6694
6695 compile)
6696 $echo \
6697 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6698
6699 Compile a source file into a libtool library object.
6700
6701 This mode accepts the following additional options:
6702
6703 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
6704 -prefer-pic try to building PIC objects only
6705 -prefer-non-pic try to building non-PIC objects only
6706 -static always build a \`.o' file suitable for static linking
6707
6708 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
6709 from the given SOURCEFILE.
6710
6711 The output file name is determined by removing the directory component from
6712 SOURCEFILE, then substituting the C source code suffix \`.c' with the
6713 library object suffix, \`.lo'."
6714 ;;
6715
6716 execute)
6717 $echo \
6718 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6719
6720 Automatically set library path, then run a program.
6721
6722 This mode accepts the following additional options:
6723
6724 -dlopen FILE add the directory containing FILE to the library path
6725
6726 This mode sets the library path environment variable according to \`-dlopen'
6727 flags.
6728
6729 If any of the ARGS are libtool executable wrappers, then they are translated
6730 into their corresponding uninstalled binary, and any of their required library
6731 directories are added to the library path.
6732
6733 Then, COMMAND is executed, with ARGS as arguments."
6734 ;;
6735
6736 finish)
6737 $echo \
6738 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
6739
6740 Complete the installation of libtool libraries.
6741
6742 Each LIBDIR is a directory that contains libtool libraries.
6743
6744 The commands that this mode executes may require superuser privileges. Use
6745 the \`--dry-run' option if you just want to see what would be executed."
6746 ;;
6747
6748 install)
6749 $echo \
6750 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6751
6752 Install executables or libraries.
6753
6754 INSTALL-COMMAND is the installation command. The first component should be
6755 either the \`install' or \`cp' program.
6756
6757 The rest of the components are interpreted as arguments to that command (only
6758 BSD-compatible install options are recognized)."
6759 ;;
6760
6761 link)
6762 $echo \
6763 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6764
6765 Link object files or libraries together to form another library, or to
6766 create an executable program.
6767
6768 LINK-COMMAND is a command using the C compiler that you would use to create
6769 a program from several object files.
6770
6771 The following components of LINK-COMMAND are treated specially:
6772
6773 -all-static do not do any dynamic linking at all
6774 -avoid-version do not add a version suffix if possible
6775 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
6776 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
6777 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6778 -export-symbols SYMFILE
6779 try to export only the symbols listed in SYMFILE
6780 -export-symbols-regex REGEX
6781 try to export only the symbols matching REGEX
6782 -LLIBDIR search LIBDIR for required installed libraries
6783 -lNAME OUTPUT-FILE requires the installed library libNAME
6784 -module build a library that can dlopened
6785 -no-fast-install disable the fast-install mode
6786 -no-install link a not-installable executable
6787 -no-undefined declare that a library does not refer to external symbols
6788 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
6789 -objectlist FILE Use a list of object files found in FILE to specify objects
6790 -precious-files-regex REGEX
6791 don't remove output files matching REGEX
6792 -release RELEASE specify package release information
6793 -rpath LIBDIR the created library will eventually be installed in LIBDIR
6794 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
6795 -static do not do any dynamic linking of libtool libraries
6796 -version-info CURRENT[:REVISION[:AGE]]
6797 specify library version info [each variable defaults to 0]
6798
6799 All other options (arguments beginning with \`-') are ignored.
6800
6801 Every other argument is treated as a filename. Files ending in \`.la' are
6802 treated as uninstalled libtool libraries, other files are standard or library
6803 object files.
6804
6805 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
6806 only library objects (\`.lo' files) may be specified, and \`-rpath' is
6807 required, except when creating a convenience library.
6808
6809 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
6810 using \`ar' and \`ranlib', or on Windows using \`lib'.
6811
6812 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
6813 is created, otherwise an executable program is created."
6814 ;;
6815
6816 uninstall)
6817 $echo \
6818 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
6819
6820 Remove libraries from an installation directory.
6821
6822 RM is the name of the program to use to delete files associated with each FILE
6823 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
6824 to RM.
6825
6826 If FILE is a libtool library, all the files associated with it are deleted.
6827 Otherwise, only FILE itself is deleted using RM."
6828 ;;
6829
6830 *)
6831 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6832 $echo "$help" 1>&2
6833 exit $EXIT_FAILURE
6834 ;;
6835 esac
6836
6837 $echo
6838 $echo "Try \`$modename --help' for more information about other modes."
6839
6840 exit $?
6841 8381
6842 # The TAGs below are defined such that we never get into a situation 8382 # The TAGs below are defined such that we never get into a situation
6843 # in which we disable both kinds of libraries. Given conflicting 8383 # in which we disable both kinds of libraries. Given conflicting
6844 # choices, we go for a static library, that is the most portable, 8384 # choices, we go for a static library, that is the most portable,
6845 # since we can't tell whether shared libraries were disabled because 8385 # since we can't tell whether shared libraries were disabled because
6849 # time on that platform, so we default to a shared-only configuration. 8389 # time on that platform, so we default to a shared-only configuration.
6850 # If a disable-shared tag is given, we'll fallback to a static-only 8390 # If a disable-shared tag is given, we'll fallback to a static-only
6851 # configuration. But we'll never go from static-only to shared-only. 8391 # configuration. But we'll never go from static-only to shared-only.
6852 8392
6853 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared 8393 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
6854 disable_libs=shared 8394 build_libtool_libs=no
8395 build_old_libs=yes
6855 # ### END LIBTOOL TAG CONFIG: disable-shared 8396 # ### END LIBTOOL TAG CONFIG: disable-shared
6856 8397
6857 # ### BEGIN LIBTOOL TAG CONFIG: disable-static 8398 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
6858 disable_libs=static 8399 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
6859 # ### END LIBTOOL TAG CONFIG: disable-static 8400 # ### END LIBTOOL TAG CONFIG: disable-static
6860 8401
6861 # Local Variables: 8402 # Local Variables:
6862 # mode:shell-script 8403 # mode:shell-script
6863 # sh-indentation:2 8404 # sh-indentation:2
6864 # End: 8405 # End:
8406 # vi:sw=2
8407