PageRenderTime 88ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 1ms

/modules/freetype2/builds/unix/ltmain.sh

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