~ubuntu-branches/ubuntu/trusty/globus-gss-assist/trusty

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-04-29 07:03:12 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20120429070312-vxpkcewt8lat0mwu
Tags: 8.5-1
* Update to Globus Toolkit 5.2.1
* Drop patches globus-gss-assist-doxygen.patch, globus-gss-assist-deps.patch
  and globus-gss-assist-format.patch (fixed upstream)

Show diffs side-by-side

added added

removed removed

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