aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/libgcrypt/libgcrypt-1.2.2/ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/libgcrypt/libgcrypt-1.2.2/ltmain.sh')
-rwxr-xr-xlinden/indra/libgcrypt/libgcrypt-1.2.2/ltmain.sh12850
1 files changed, 6425 insertions, 6425 deletions
diff --git a/linden/indra/libgcrypt/libgcrypt-1.2.2/ltmain.sh b/linden/indra/libgcrypt/libgcrypt-1.2.2/ltmain.sh
index 29faf34..3421887 100755
--- a/linden/indra/libgcrypt/libgcrypt-1.2.2/ltmain.sh
+++ b/linden/indra/libgcrypt/libgcrypt-1.2.2/ltmain.sh
@@ -1,6425 +1,6425 @@
1# ltmain.sh - Provide generalized library-building support services. 1# ltmain.sh - Provide generalized library-building support services.
2# NOTE: Changing this file will not affect anything until you rerun configure. 2# NOTE: Changing this file will not affect anything until you rerun configure.
3# 3#
4# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 4# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
5# Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
6# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 6# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
7# 7#
8# This program is free software; you can redistribute it and/or modify 8# This program is free software; you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by 9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 2 of the License, or 10# the Free Software Foundation; either version 2 of the License, or
11# (at your option) any later version. 11# (at your option) any later version.
12# 12#
13# This program is distributed in the hope that it will be useful, but 13# This program is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of 14# WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16# General Public License for more details. 16# General Public License for more details.
17# 17#
18# You should have received a copy of the GNU General Public License 18# You should have received a copy of the GNU General Public License
19# along with this program; if not, write to the Free Software 19# along with this program; if not, write to the Free Software
20# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21# 21#
22# As a special exception to the GNU General Public License, if you 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 23# distribute this file as part of a program that contains a
24# configuration script generated by Autoconf, you may include it under 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. 25# the same distribution terms that you use for the rest of that program.
26 26
27basename="s,^.*/,,g" 27basename="s,^.*/,,g"
28 28
29# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh 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 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 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 32# positional parameter $0, within a function call, is the name of the
33# function. 33# function.
34progpath="$0" 34progpath="$0"
35 35
36# The name of this program: 36# The name of this program:
37progname=`echo "$progpath" | $SED $basename` 37progname=`echo "$progpath" | $SED $basename`
38modename="$progname" 38modename="$progname"
39 39
40# Global variables: 40# Global variables:
41EXIT_SUCCESS=0 41EXIT_SUCCESS=0
42EXIT_FAILURE=1 42EXIT_FAILURE=1
43 43
44PROGRAM=ltmain.sh 44PROGRAM=ltmain.sh
45PACKAGE=libtool 45PACKAGE=libtool
46VERSION=1.5.4 46VERSION=1.5.4
47TIMESTAMP=" (1.1220.2.90 2004/04/03 14:10:19) Debian$Rev: 961 $" 47TIMESTAMP=" (1.1220.2.90 2004/04/03 14:10:19) Debian$Rev: 961 $"
48 48
49 49
50# Check that we have a working $echo. 50# Check that we have a working $echo.
51if test "X$1" = X--no-reexec; then 51if test "X$1" = X--no-reexec; then
52 # Discard the --no-reexec flag, and continue. 52 # Discard the --no-reexec flag, and continue.
53 shift 53 shift
54elif test "X$1" = X--fallback-echo; then 54elif test "X$1" = X--fallback-echo; then
55 # Avoid inline document here, it may be left over 55 # Avoid inline document here, it may be left over
56 : 56 :
57elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then 57elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
58 # Yippee, $echo works! 58 # Yippee, $echo works!
59 : 59 :
60else 60else
61 # Restart under the correct shell, and then maybe $echo will work. 61 # Restart under the correct shell, and then maybe $echo will work.
62 exec $SHELL "$progpath" --no-reexec ${1+"$@"} 62 exec $SHELL "$progpath" --no-reexec ${1+"$@"}
63fi 63fi
64 64
65if test "X$1" = X--fallback-echo; then 65if test "X$1" = X--fallback-echo; then
66 # used as fallback echo 66 # used as fallback echo
67 shift 67 shift
68 cat <<EOF 68 cat <<EOF
69$* 69$*
70EOF 70EOF
71 exit $EXIT_SUCCESS 71 exit $EXIT_SUCCESS
72fi 72fi
73 73
74default_mode= 74default_mode=
75help="Try \`$progname --help' for more information." 75help="Try \`$progname --help' for more information."
76magic="%%%MAGIC variable%%%" 76magic="%%%MAGIC variable%%%"
77mkdir="mkdir" 77mkdir="mkdir"
78mv="mv -f" 78mv="mv -f"
79rm="rm -f" 79rm="rm -f"
80 80
81# Sed substitution that helps us do robust quoting. It backslashifies 81# Sed substitution that helps us do robust quoting. It backslashifies
82# metacharacters that are still active within double-quoted strings. 82# metacharacters that are still active within double-quoted strings.
83Xsed="${SED}"' -e 1s/^X//' 83Xsed="${SED}"' -e 1s/^X//'
84sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g' 84sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
85# test EBCDIC or ASCII 85# test EBCDIC or ASCII
86case `echo A|tr A '\301'` in 86case `echo A|tr A '\301'` in
87 A) # EBCDIC based system 87 A) # EBCDIC based system
88 SP2NL="tr '\100' '\n'" 88 SP2NL="tr '\100' '\n'"
89 NL2SP="tr '\r\n' '\100\100'" 89 NL2SP="tr '\r\n' '\100\100'"
90 ;; 90 ;;
91 *) # Assume ASCII based system 91 *) # Assume ASCII based system
92 SP2NL="tr '\040' '\012'" 92 SP2NL="tr '\040' '\012'"
93 NL2SP="tr '\015\012' '\040\040'" 93 NL2SP="tr '\015\012' '\040\040'"
94 ;; 94 ;;
95esac 95esac
96 96
97# NLS nuisances. 97# NLS nuisances.
98# Only set LANG and LC_ALL to C if already set. 98# Only set LANG and LC_ALL to C if already set.
99# These must not be set unconditionally because not all systems understand 99# These must not be set unconditionally because not all systems understand
100# e.g. LANG=C (notably SCO). 100# e.g. LANG=C (notably SCO).
101# We save the old values to restore during execute mode. 101# We save the old values to restore during execute mode.
102if test "${LC_ALL+set}" = set; then 102if test "${LC_ALL+set}" = set; then
103 save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL 103 save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL
104fi 104fi
105if test "${LANG+set}" = set; then 105if test "${LANG+set}" = set; then
106 save_LANG="$LANG"; LANG=C; export LANG 106 save_LANG="$LANG"; LANG=C; export LANG
107fi 107fi
108 108
109# Make sure IFS has a sensible default 109# Make sure IFS has a sensible default
110: ${IFS=" 110: ${IFS="
111"} 111"}
112 112
113if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then 113if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
114 $echo "$modename: not configured to build any kind of library" 1>&2 114 $echo "$modename: not configured to build any kind of library" 1>&2
115 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 115 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
116 exit $EXIT_FAILURE 116 exit $EXIT_FAILURE
117fi 117fi
118 118
119# Global variables. 119# Global variables.
120mode=$default_mode 120mode=$default_mode
121nonopt= 121nonopt=
122prev= 122prev=
123prevopt= 123prevopt=
124run= 124run=
125show="$echo" 125show="$echo"
126show_help= 126show_help=
127execute_dlfiles= 127execute_dlfiles=
128lo2o="s/\\.lo\$/.${objext}/" 128lo2o="s/\\.lo\$/.${objext}/"
129o2lo="s/\\.${objext}\$/.lo/" 129o2lo="s/\\.${objext}\$/.lo/"
130 130
131##################################### 131#####################################
132# Shell function definitions: 132# Shell function definitions:
133# This seems to be the best place for them 133# This seems to be the best place for them
134 134
135# func_win32_libid arg 135# func_win32_libid arg
136# return the library type of file 'arg' 136# return the library type of file 'arg'
137# 137#
138# Need a lot of goo to handle *both* DLLs and import libs 138# Need a lot of goo to handle *both* DLLs and import libs
139# Has to be a shell function in order to 'eat' the argument 139# Has to be a shell function in order to 'eat' the argument
140# that is supplied when $file_magic_command is called. 140# that is supplied when $file_magic_command is called.
141func_win32_libid () { 141func_win32_libid () {
142 win32_libid_type="unknown" 142 win32_libid_type="unknown"
143 win32_fileres=`file -L $1 2>/dev/null` 143 win32_fileres=`file -L $1 2>/dev/null`
144 case $win32_fileres in 144 case $win32_fileres in
145 *ar\ archive\ import\ library*) # definitely import 145 *ar\ archive\ import\ library*) # definitely import
146 win32_libid_type="x86 archive import" 146 win32_libid_type="x86 archive import"
147 ;; 147 ;;
148 *ar\ archive*) # could be an import, or static 148 *ar\ archive*) # could be an import, or static
149 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ 149 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
150 $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then 150 $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
151 win32_nmres=`eval $NM -f posix -A $1 | \ 151 win32_nmres=`eval $NM -f posix -A $1 | \
152 sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'` 152 sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'`
153 if test "X$win32_nmres" = "Ximport" ; then 153 if test "X$win32_nmres" = "Ximport" ; then
154 win32_libid_type="x86 archive import" 154 win32_libid_type="x86 archive import"
155 else 155 else
156 win32_libid_type="x86 archive static" 156 win32_libid_type="x86 archive static"
157 fi 157 fi
158 fi 158 fi
159 ;; 159 ;;
160 *DLL*) 160 *DLL*)
161 win32_libid_type="x86 DLL" 161 win32_libid_type="x86 DLL"
162 ;; 162 ;;
163 *executable*) # but shell scripts are "executable" too... 163 *executable*) # but shell scripts are "executable" too...
164 case $win32_fileres in 164 case $win32_fileres in
165 *MS\ Windows\ PE\ Intel*) 165 *MS\ Windows\ PE\ Intel*)
166 win32_libid_type="x86 DLL" 166 win32_libid_type="x86 DLL"
167 ;; 167 ;;
168 esac 168 esac
169 ;; 169 ;;
170 esac 170 esac
171 $echo $win32_libid_type 171 $echo $win32_libid_type
172} 172}
173 173
174 174
175# func_infer_tag arg 175# func_infer_tag arg
176# Infer tagged configuration to use if any are available and 176# Infer tagged configuration to use if any are available and
177# if one wasn't chosen via the "--tag" command line option. 177# if one wasn't chosen via the "--tag" command line option.
178# Only attempt this if the compiler in the base compile 178# Only attempt this if the compiler in the base compile
179# command doesn't match the default compiler. 179# command doesn't match the default compiler.
180# arg is usually of the form 'gcc ...' 180# arg is usually of the form 'gcc ...'
181func_infer_tag () { 181func_infer_tag () {
182 if test -n "$available_tags" && test -z "$tagname"; then 182 if test -n "$available_tags" && test -z "$tagname"; then
183 CC_quoted= 183 CC_quoted=
184 for arg in $CC; do 184 for arg in $CC; do
185 case $arg in 185 case $arg in
186 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 186 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
187 arg="\"$arg\"" 187 arg="\"$arg\""
188 ;; 188 ;;
189 esac 189 esac
190 CC_quoted="$CC_quoted $arg" 190 CC_quoted="$CC_quoted $arg"
191 done 191 done
192 case $@ in 192 case $@ in
193 # Blanks in the command may have been stripped by the calling shell, 193 # Blanks in the command may have been stripped by the calling shell,
194 # but not from the CC environment variable when configure was run. 194 # but not from the CC environment variable when configure was run.
195 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;; 195 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
196 # Blanks at the start of $base_compile will cause this to fail 196 # Blanks at the start of $base_compile will cause this to fail
197 # if we don't check for them as well. 197 # if we don't check for them as well.
198 *) 198 *)
199 for z in $available_tags; do 199 for z in $available_tags; do
200 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then 200 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
201 # Evaluate the configuration. 201 # Evaluate the configuration.
202 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" 202 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
203 CC_quoted= 203 CC_quoted=
204 for arg in $CC; do 204 for arg in $CC; do
205 # Double-quote args containing other shell metacharacters. 205 # Double-quote args containing other shell metacharacters.
206 case $arg in 206 case $arg in
207 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 207 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
208 arg="\"$arg\"" 208 arg="\"$arg\""
209 ;; 209 ;;
210 esac 210 esac
211 CC_quoted="$CC_quoted $arg" 211 CC_quoted="$CC_quoted $arg"
212 done 212 done
213 case "$@ " in 213 case "$@ " in
214 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) 214 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
215 # The compiler in the base compile command matches 215 # The compiler in the base compile command matches
216 # the one in the tagged configuration. 216 # the one in the tagged configuration.
217 # Assume this is the tagged configuration we want. 217 # Assume this is the tagged configuration we want.
218 tagname=$z 218 tagname=$z
219 break 219 break
220 ;; 220 ;;
221 esac 221 esac
222 fi 222 fi
223 done 223 done
224 # If $tagname still isn't set, then no tagged configuration 224 # If $tagname still isn't set, then no tagged configuration
225 # was found and let the user know that the "--tag" command 225 # was found and let the user know that the "--tag" command
226 # line option must be used. 226 # line option must be used.
227 if test -z "$tagname"; then 227 if test -z "$tagname"; then
228 $echo "$modename: unable to infer tagged configuration" 228 $echo "$modename: unable to infer tagged configuration"
229 $echo "$modename: specify a tag with \`--tag'" 1>&2 229 $echo "$modename: specify a tag with \`--tag'" 1>&2
230 exit $EXIT_FAILURE 230 exit $EXIT_FAILURE
231# else 231# else
232# $echo "$modename: using $tagname tagged configuration" 232# $echo "$modename: using $tagname tagged configuration"
233 fi 233 fi
234 ;; 234 ;;
235 esac 235 esac
236 fi 236 fi
237} 237}
238# End of Shell function definitions 238# End of Shell function definitions
239##################################### 239#####################################
240 240
241# Darwin sucks 241# Darwin sucks
242eval std_shrext=\"$shrext_cmds\" 242eval std_shrext=\"$shrext_cmds\"
243 243
244# Parse our command line options once, thoroughly. 244# Parse our command line options once, thoroughly.
245while test "$#" -gt 0 245while test "$#" -gt 0
246do 246do
247 arg="$1" 247 arg="$1"
248 shift 248 shift
249 249
250 case $arg in 250 case $arg in
251 -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; 251 -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
252 *) optarg= ;; 252 *) optarg= ;;
253 esac 253 esac
254 254
255 # If the previous option needs an argument, assign it. 255 # If the previous option needs an argument, assign it.
256 if test -n "$prev"; then 256 if test -n "$prev"; then
257 case $prev in 257 case $prev in
258 execute_dlfiles) 258 execute_dlfiles)
259 execute_dlfiles="$execute_dlfiles $arg" 259 execute_dlfiles="$execute_dlfiles $arg"
260 ;; 260 ;;
261 tag) 261 tag)
262 tagname="$arg" 262 tagname="$arg"
263 preserve_args="${preserve_args}=$arg" 263 preserve_args="${preserve_args}=$arg"
264 264
265 # Check whether tagname contains only valid characters 265 # Check whether tagname contains only valid characters
266 case $tagname in 266 case $tagname in
267 *[!-_A-Za-z0-9,/]*) 267 *[!-_A-Za-z0-9,/]*)
268 $echo "$progname: invalid tag name: $tagname" 1>&2 268 $echo "$progname: invalid tag name: $tagname" 1>&2
269 exit $EXIT_FAILURE 269 exit $EXIT_FAILURE
270 ;; 270 ;;
271 esac 271 esac
272 272
273 case $tagname in 273 case $tagname in
274 CC) 274 CC)
275 # Don't test for the "default" C tag, as we know, it's there, but 275 # Don't test for the "default" C tag, as we know, it's there, but
276 # not specially marked. 276 # not specially marked.
277 ;; 277 ;;
278 *) 278 *)
279 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then 279 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
280 taglist="$taglist $tagname" 280 taglist="$taglist $tagname"
281 # Evaluate the configuration. 281 # Evaluate the configuration.
282 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" 282 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
283 else 283 else
284 $echo "$progname: ignoring unknown tag $tagname" 1>&2 284 $echo "$progname: ignoring unknown tag $tagname" 1>&2
285 fi 285 fi
286 ;; 286 ;;
287 esac 287 esac
288 ;; 288 ;;
289 *) 289 *)
290 eval "$prev=\$arg" 290 eval "$prev=\$arg"
291 ;; 291 ;;
292 esac 292 esac
293 293
294 prev= 294 prev=
295 prevopt= 295 prevopt=
296 continue 296 continue
297 fi 297 fi
298 298
299 # Have we seen a non-optional argument yet? 299 # Have we seen a non-optional argument yet?
300 case $arg in 300 case $arg in
301 --help) 301 --help)
302 show_help=yes 302 show_help=yes
303 ;; 303 ;;
304 304
305 --version) 305 --version)
306 $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP" 306 $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
307 $echo 307 $echo
308 $echo "Copyright (C) 2003 Free Software Foundation, Inc." 308 $echo "Copyright (C) 2003 Free Software Foundation, Inc."
309 $echo "This is free software; see the source for copying conditions. There is NO" 309 $echo "This is free software; see the source for copying conditions. There is NO"
310 $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 310 $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
311 exit $EXIT_SUCCESS 311 exit $EXIT_SUCCESS
312 ;; 312 ;;
313 313
314 --config) 314 --config)
315 ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath 315 ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath
316 # Now print the configurations for the tags. 316 # Now print the configurations for the tags.
317 for tagname in $taglist; do 317 for tagname in $taglist; do
318 ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath" 318 ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath"
319 done 319 done
320 exit $EXIT_SUCCESS 320 exit $EXIT_SUCCESS
321 ;; 321 ;;
322 322
323 --debug) 323 --debug)
324 $echo "$progname: enabling shell trace mode" 324 $echo "$progname: enabling shell trace mode"
325 set -x 325 set -x
326 preserve_args="$preserve_args $arg" 326 preserve_args="$preserve_args $arg"
327 ;; 327 ;;
328 328
329 --dry-run | -n) 329 --dry-run | -n)
330 run=: 330 run=:
331 ;; 331 ;;
332 332
333 --features) 333 --features)
334 $echo "host: $host" 334 $echo "host: $host"
335 if test "$build_libtool_libs" = yes; then 335 if test "$build_libtool_libs" = yes; then
336 $echo "enable shared libraries" 336 $echo "enable shared libraries"
337 else 337 else
338 $echo "disable shared libraries" 338 $echo "disable shared libraries"
339 fi 339 fi
340 if test "$build_old_libs" = yes; then 340 if test "$build_old_libs" = yes; then
341 $echo "enable static libraries" 341 $echo "enable static libraries"
342 else 342 else
343 $echo "disable static libraries" 343 $echo "disable static libraries"
344 fi 344 fi
345 exit $EXIT_SUCCESS 345 exit $EXIT_SUCCESS
346 ;; 346 ;;
347 347
348 --finish) mode="finish" ;; 348 --finish) mode="finish" ;;
349 349
350 --mode) prevopt="--mode" prev=mode ;; 350 --mode) prevopt="--mode" prev=mode ;;
351 --mode=*) mode="$optarg" ;; 351 --mode=*) mode="$optarg" ;;
352 352
353 --preserve-dup-deps) duplicate_deps="yes" ;; 353 --preserve-dup-deps) duplicate_deps="yes" ;;
354 354
355 --quiet | --silent) 355 --quiet | --silent)
356 show=: 356 show=:
357 preserve_args="$preserve_args $arg" 357 preserve_args="$preserve_args $arg"
358 ;; 358 ;;
359 359
360 --tag) prevopt="--tag" prev=tag ;; 360 --tag) prevopt="--tag" prev=tag ;;
361 --tag=*) 361 --tag=*)
362 set tag "$optarg" ${1+"$@"} 362 set tag "$optarg" ${1+"$@"}
363 shift 363 shift
364 prev=tag 364 prev=tag
365 preserve_args="$preserve_args --tag" 365 preserve_args="$preserve_args --tag"
366 ;; 366 ;;
367 367
368 -dlopen) 368 -dlopen)
369 prevopt="-dlopen" 369 prevopt="-dlopen"
370 prev=execute_dlfiles 370 prev=execute_dlfiles
371 ;; 371 ;;
372 372
373 -*) 373 -*)
374 $echo "$modename: unrecognized option \`$arg'" 1>&2 374 $echo "$modename: unrecognized option \`$arg'" 1>&2
375 $echo "$help" 1>&2 375 $echo "$help" 1>&2
376 exit $EXIT_FAILURE 376 exit $EXIT_FAILURE
377 ;; 377 ;;
378 378
379 *) 379 *)
380 nonopt="$arg" 380 nonopt="$arg"
381 break 381 break
382 ;; 382 ;;
383 esac 383 esac
384done 384done
385 385
386if test -n "$prevopt"; then 386if test -n "$prevopt"; then
387 $echo "$modename: option \`$prevopt' requires an argument" 1>&2 387 $echo "$modename: option \`$prevopt' requires an argument" 1>&2
388 $echo "$help" 1>&2 388 $echo "$help" 1>&2
389 exit $EXIT_FAILURE 389 exit $EXIT_FAILURE
390fi 390fi
391 391
392# If this variable is set in any of the actions, the command in it 392# If this variable is set in any of the actions, the command in it
393# will be execed at the end. This prevents here-documents from being 393# will be execed at the end. This prevents here-documents from being
394# left over by shells. 394# left over by shells.
395exec_cmd= 395exec_cmd=
396 396
397if test -z "$show_help"; then 397if test -z "$show_help"; then
398 398
399 # Infer the operation mode. 399 # Infer the operation mode.
400 if test -z "$mode"; then 400 if test -z "$mode"; then
401 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 401 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
402 $echo "*** Future versions of Libtool will require -mode=MODE be specified." 1>&2 402 $echo "*** Future versions of Libtool will require -mode=MODE be specified." 1>&2
403 case $nonopt in 403 case $nonopt in
404 *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) 404 *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
405 mode=link 405 mode=link
406 for arg 406 for arg
407 do 407 do
408 case $arg in 408 case $arg in
409 -c) 409 -c)
410 mode=compile 410 mode=compile
411 break 411 break
412 ;; 412 ;;
413 esac 413 esac
414 done 414 done
415 ;; 415 ;;
416 *db | *dbx | *strace | *truss) 416 *db | *dbx | *strace | *truss)
417 mode=execute 417 mode=execute
418 ;; 418 ;;
419 *install*|cp|mv) 419 *install*|cp|mv)
420 mode=install 420 mode=install
421 ;; 421 ;;
422 *rm) 422 *rm)
423 mode=uninstall 423 mode=uninstall
424 ;; 424 ;;
425 *) 425 *)
426 # If we have no mode, but dlfiles were specified, then do execute mode. 426 # If we have no mode, but dlfiles were specified, then do execute mode.
427 test -n "$execute_dlfiles" && mode=execute 427 test -n "$execute_dlfiles" && mode=execute
428 428
429 # Just use the default operation mode. 429 # Just use the default operation mode.
430 if test -z "$mode"; then 430 if test -z "$mode"; then
431 if test -n "$nonopt"; then 431 if test -n "$nonopt"; then
432 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2 432 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
433 else 433 else
434 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2 434 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
435 fi 435 fi
436 fi 436 fi
437 ;; 437 ;;
438 esac 438 esac
439 fi 439 fi
440 440
441 # Only execute mode is allowed to have -dlopen flags. 441 # Only execute mode is allowed to have -dlopen flags.
442 if test -n "$execute_dlfiles" && test "$mode" != execute; then 442 if test -n "$execute_dlfiles" && test "$mode" != execute; then
443 $echo "$modename: unrecognized option \`-dlopen'" 1>&2 443 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
444 $echo "$help" 1>&2 444 $echo "$help" 1>&2
445 exit $EXIT_FAILURE 445 exit $EXIT_FAILURE
446 fi 446 fi
447 447
448 # Change the help message to a mode-specific one. 448 # Change the help message to a mode-specific one.
449 generic_help="$help" 449 generic_help="$help"
450 help="Try \`$modename --help --mode=$mode' for more information." 450 help="Try \`$modename --help --mode=$mode' for more information."
451 451
452 # These modes are in order of execution frequency so that they run quickly. 452 # These modes are in order of execution frequency so that they run quickly.
453 case $mode in 453 case $mode in
454 # libtool compile mode 454 # libtool compile mode
455 compile) 455 compile)
456 modename="$modename: compile" 456 modename="$modename: compile"
457 # Get the compilation command and the source file. 457 # Get the compilation command and the source file.
458 base_compile= 458 base_compile=
459 srcfile="$nonopt" # always keep a non-empty value in "srcfile" 459 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
460 suppress_opt=yes 460 suppress_opt=yes
461 suppress_output= 461 suppress_output=
462 arg_mode=normal 462 arg_mode=normal
463 libobj= 463 libobj=
464 later= 464 later=
465 465
466 for arg 466 for arg
467 do 467 do
468 case "$arg_mode" in 468 case "$arg_mode" in
469 arg ) 469 arg )
470 # do not "continue". Instead, add this to base_compile 470 # do not "continue". Instead, add this to base_compile
471 lastarg="$arg" 471 lastarg="$arg"
472 arg_mode=normal 472 arg_mode=normal
473 ;; 473 ;;
474 474
475 target ) 475 target )
476 libobj="$arg" 476 libobj="$arg"
477 arg_mode=normal 477 arg_mode=normal
478 continue 478 continue
479 ;; 479 ;;
480 480
481 normal ) 481 normal )
482 # Accept any command-line options. 482 # Accept any command-line options.
483 case $arg in 483 case $arg in
484 -o) 484 -o)
485 if test -n "$libobj" ; then 485 if test -n "$libobj" ; then
486 $echo "$modename: you cannot specify \`-o' more than once" 1>&2 486 $echo "$modename: you cannot specify \`-o' more than once" 1>&2
487 exit $EXIT_FAILURE 487 exit $EXIT_FAILURE
488 fi 488 fi
489 arg_mode=target 489 arg_mode=target
490 continue 490 continue
491 ;; 491 ;;
492 492
493 -static | -prefer-pic | -prefer-non-pic) 493 -static | -prefer-pic | -prefer-non-pic)
494 later="$later $arg" 494 later="$later $arg"
495 continue 495 continue
496 ;; 496 ;;
497 497
498 -no-suppress) 498 -no-suppress)
499 suppress_opt=no 499 suppress_opt=no
500 continue 500 continue
501 ;; 501 ;;
502 502
503 -Xcompiler) 503 -Xcompiler)
504 arg_mode=arg # the next one goes into the "base_compile" arg list 504 arg_mode=arg # the next one goes into the "base_compile" arg list
505 continue # The current "srcfile" will either be retained or 505 continue # The current "srcfile" will either be retained or
506 ;; # replaced later. I would guess that would be a bug. 506 ;; # replaced later. I would guess that would be a bug.
507 507
508 -Wc,*) 508 -Wc,*)
509 args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` 509 args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
510 lastarg= 510 lastarg=
511 save_ifs="$IFS"; IFS=',' 511 save_ifs="$IFS"; IFS=','
512 for arg in $args; do 512 for arg in $args; do
513 IFS="$save_ifs" 513 IFS="$save_ifs"
514 514
515 # Double-quote args containing other shell metacharacters. 515 # Double-quote args containing other shell metacharacters.
516 # Many Bourne shells cannot handle close brackets correctly 516 # Many Bourne shells cannot handle close brackets correctly
517 # in scan sets, so we specify it separately. 517 # in scan sets, so we specify it separately.
518 case $arg in 518 case $arg in
519 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 519 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
520 arg="\"$arg\"" 520 arg="\"$arg\""
521 ;; 521 ;;
522 esac 522 esac
523 lastarg="$lastarg $arg" 523 lastarg="$lastarg $arg"
524 done 524 done
525 IFS="$save_ifs" 525 IFS="$save_ifs"
526 lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` 526 lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
527 527
528 # Add the arguments to base_compile. 528 # Add the arguments to base_compile.
529 base_compile="$base_compile $lastarg" 529 base_compile="$base_compile $lastarg"
530 continue 530 continue
531 ;; 531 ;;
532 532
533 * ) 533 * )
534 # Accept the current argument as the source file. 534 # Accept the current argument as the source file.
535 # The previous "srcfile" becomes the current argument. 535 # The previous "srcfile" becomes the current argument.
536 # 536 #
537 lastarg="$srcfile" 537 lastarg="$srcfile"
538 srcfile="$arg" 538 srcfile="$arg"
539 ;; 539 ;;
540 esac # case $arg 540 esac # case $arg
541 ;; 541 ;;
542 esac # case $arg_mode 542 esac # case $arg_mode
543 543
544 # Aesthetically quote the previous argument. 544 # Aesthetically quote the previous argument.
545 lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` 545 lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
546 546
547 case $lastarg in 547 case $lastarg in
548 # Double-quote args containing other shell metacharacters. 548 # Double-quote args containing other shell metacharacters.
549 # Many Bourne shells cannot handle close brackets correctly 549 # Many Bourne shells cannot handle close brackets correctly
550 # in scan sets, so we specify it separately. 550 # in scan sets, so we specify it separately.
551 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 551 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
552 lastarg="\"$lastarg\"" 552 lastarg="\"$lastarg\""
553 ;; 553 ;;
554 esac 554 esac
555 555
556 base_compile="$base_compile $lastarg" 556 base_compile="$base_compile $lastarg"
557 done # for arg 557 done # for arg
558 558
559 case $arg_mode in 559 case $arg_mode in
560 arg) 560 arg)
561 $echo "$modename: you must specify an argument for -Xcompile" 561 $echo "$modename: you must specify an argument for -Xcompile"
562 exit $EXIT_FAILURE 562 exit $EXIT_FAILURE
563 ;; 563 ;;
564 target) 564 target)
565 $echo "$modename: you must specify a target with \`-o'" 1>&2 565 $echo "$modename: you must specify a target with \`-o'" 1>&2
566 exit $EXIT_FAILURE 566 exit $EXIT_FAILURE
567 ;; 567 ;;
568 *) 568 *)
569 # Get the name of the library object. 569 # Get the name of the library object.
570 [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` 570 [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
571 ;; 571 ;;
572 esac 572 esac
573 573
574 # Recognize several different file suffixes. 574 # Recognize several different file suffixes.
575 # If the user specifies -o file.o, it is replaced with file.lo 575 # If the user specifies -o file.o, it is replaced with file.lo
576 xform='[cCFSifmso]' 576 xform='[cCFSifmso]'
577 case $libobj in 577 case $libobj in
578 *.ada) xform=ada ;; 578 *.ada) xform=ada ;;
579 *.adb) xform=adb ;; 579 *.adb) xform=adb ;;
580 *.ads) xform=ads ;; 580 *.ads) xform=ads ;;
581 *.asm) xform=asm ;; 581 *.asm) xform=asm ;;
582 *.c++) xform=c++ ;; 582 *.c++) xform=c++ ;;
583 *.cc) xform=cc ;; 583 *.cc) xform=cc ;;
584 *.ii) xform=ii ;; 584 *.ii) xform=ii ;;
585 *.class) xform=class ;; 585 *.class) xform=class ;;
586 *.cpp) xform=cpp ;; 586 *.cpp) xform=cpp ;;
587 *.cxx) xform=cxx ;; 587 *.cxx) xform=cxx ;;
588 *.f90) xform=f90 ;; 588 *.f90) xform=f90 ;;
589 *.for) xform=for ;; 589 *.for) xform=for ;;
590 *.java) xform=java ;; 590 *.java) xform=java ;;
591 esac 591 esac
592 592
593 libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` 593 libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
594 594
595 case $libobj in 595 case $libobj in
596 *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; 596 *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
597 *) 597 *)
598 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2 598 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
599 exit $EXIT_FAILURE 599 exit $EXIT_FAILURE
600 ;; 600 ;;
601 esac 601 esac
602 602
603 func_infer_tag $base_compile 603 func_infer_tag $base_compile
604 604
605 for arg in $later; do 605 for arg in $later; do
606 case $arg in 606 case $arg in
607 -static) 607 -static)
608 build_old_libs=yes 608 build_old_libs=yes
609 continue 609 continue
610 ;; 610 ;;
611 611
612 -prefer-pic) 612 -prefer-pic)
613 pic_mode=yes 613 pic_mode=yes
614 continue 614 continue
615 ;; 615 ;;
616 616
617 -prefer-non-pic) 617 -prefer-non-pic)
618 pic_mode=no 618 pic_mode=no
619 continue 619 continue
620 ;; 620 ;;
621 esac 621 esac
622 done 622 done
623 623
624 objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` 624 objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
625 xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` 625 xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
626 if test "X$xdir" = "X$obj"; then 626 if test "X$xdir" = "X$obj"; then
627 xdir= 627 xdir=
628 else 628 else
629 xdir=$xdir/ 629 xdir=$xdir/
630 fi 630 fi
631 lobj=${xdir}$objdir/$objname 631 lobj=${xdir}$objdir/$objname
632 632
633 if test -z "$base_compile"; then 633 if test -z "$base_compile"; then
634 $echo "$modename: you must specify a compilation command" 1>&2 634 $echo "$modename: you must specify a compilation command" 1>&2
635 $echo "$help" 1>&2 635 $echo "$help" 1>&2
636 exit $EXIT_FAILURE 636 exit $EXIT_FAILURE
637 fi 637 fi
638 638
639 # Delete any leftover library objects. 639 # Delete any leftover library objects.
640 if test "$build_old_libs" = yes; then 640 if test "$build_old_libs" = yes; then
641 removelist="$obj $lobj $libobj ${libobj}T" 641 removelist="$obj $lobj $libobj ${libobj}T"
642 else 642 else
643 removelist="$lobj $libobj ${libobj}T" 643 removelist="$lobj $libobj ${libobj}T"
644 fi 644 fi
645 645
646 $run $rm $removelist 646 $run $rm $removelist
647 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 647 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
648 648
649 # On Cygwin there's no "real" PIC flag so we must build both object types 649 # On Cygwin there's no "real" PIC flag so we must build both object types
650 case $host_os in 650 case $host_os in
651 cygwin* | mingw* | pw32* | os2*) 651 cygwin* | mingw* | pw32* | os2*)
652 pic_mode=default 652 pic_mode=default
653 ;; 653 ;;
654 esac 654 esac
655 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then 655 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
656 # non-PIC code in shared libraries is not supported 656 # non-PIC code in shared libraries is not supported
657 pic_mode=default 657 pic_mode=default
658 fi 658 fi
659 659
660 # Calculate the filename of the output object if compiler does 660 # Calculate the filename of the output object if compiler does
661 # not support -o with -c 661 # not support -o with -c
662 if test "$compiler_c_o" = no; then 662 if test "$compiler_c_o" = no; then
663 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 663 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
664 lockfile="$output_obj.lock" 664 lockfile="$output_obj.lock"
665 removelist="$removelist $output_obj $lockfile" 665 removelist="$removelist $output_obj $lockfile"
666 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 666 trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
667 else 667 else
668 output_obj= 668 output_obj=
669 need_locks=no 669 need_locks=no
670 lockfile= 670 lockfile=
671 fi 671 fi
672 672
673 # Lock this critical section if it is needed 673 # Lock this critical section if it is needed
674 # We use this script file to make the link, it avoids creating a new file 674 # We use this script file to make the link, it avoids creating a new file
675 if test "$need_locks" = yes; then 675 if test "$need_locks" = yes; then
676 until $run ln "$progpath" "$lockfile" 2>/dev/null; do 676 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
677 $show "Waiting for $lockfile to be removed" 677 $show "Waiting for $lockfile to be removed"
678 sleep 2 678 sleep 2
679 done 679 done
680 elif test "$need_locks" = warn; then 680 elif test "$need_locks" = warn; then
681 if test -f "$lockfile"; then 681 if test -f "$lockfile"; then
682 $echo "\ 682 $echo "\
683*** ERROR, $lockfile exists and contains: 683*** ERROR, $lockfile exists and contains:
684`cat $lockfile 2>/dev/null` 684`cat $lockfile 2>/dev/null`
685 685
686This indicates that another process is trying to use the same 686This indicates that another process is trying to use the same
687temporary object file, and libtool could not work around it because 687temporary object file, and libtool could not work around it because
688your compiler does not support \`-c' and \`-o' together. If you 688your compiler does not support \`-c' and \`-o' together. If you
689repeat this compilation, it may succeed, by chance, but you had better 689repeat this compilation, it may succeed, by chance, but you had better
690avoid parallel builds (make -j) in this platform, or get a better 690avoid parallel builds (make -j) in this platform, or get a better
691compiler." 691compiler."
692 692
693 $run $rm $removelist 693 $run $rm $removelist
694 exit $EXIT_FAILURE 694 exit $EXIT_FAILURE
695 fi 695 fi
696 $echo $srcfile > "$lockfile" 696 $echo $srcfile > "$lockfile"
697 fi 697 fi
698 698
699 if test -n "$fix_srcfile_path"; then 699 if test -n "$fix_srcfile_path"; then
700 eval srcfile=\"$fix_srcfile_path\" 700 eval srcfile=\"$fix_srcfile_path\"
701 fi 701 fi
702 702
703 $run $rm "$libobj" "${libobj}T" 703 $run $rm "$libobj" "${libobj}T"
704 704
705 # Create a libtool object file (analogous to a ".la" file), 705 # Create a libtool object file (analogous to a ".la" file),
706 # but don't create it if we're doing a dry run. 706 # but don't create it if we're doing a dry run.
707 test -z "$run" && cat > ${libobj}T <<EOF 707 test -z "$run" && cat > ${libobj}T <<EOF
708# $libobj - a libtool object file 708# $libobj - a libtool object file
709# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 709# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
710# 710#
711# Please DO NOT delete this file! 711# Please DO NOT delete this file!
712# It is necessary for linking the library. 712# It is necessary for linking the library.
713 713
714# Name of the PIC object. 714# Name of the PIC object.
715EOF 715EOF
716 716
717 # Only build a PIC object if we are building libtool libraries. 717 # Only build a PIC object if we are building libtool libraries.
718 if test "$build_libtool_libs" = yes; then 718 if test "$build_libtool_libs" = yes; then
719 # Without this assignment, base_compile gets emptied. 719 # Without this assignment, base_compile gets emptied.
720 fbsd_hideous_sh_bug=$base_compile 720 fbsd_hideous_sh_bug=$base_compile
721 721
722 if test "$pic_mode" != no; then 722 if test "$pic_mode" != no; then
723 command="$base_compile $srcfile $pic_flag" 723 command="$base_compile $srcfile $pic_flag"
724 else 724 else
725 # Don't build PIC code 725 # Don't build PIC code
726 command="$base_compile $srcfile" 726 command="$base_compile $srcfile"
727 fi 727 fi
728 728
729 if test ! -d "${xdir}$objdir"; then 729 if test ! -d "${xdir}$objdir"; then
730 $show "$mkdir ${xdir}$objdir" 730 $show "$mkdir ${xdir}$objdir"
731 $run $mkdir ${xdir}$objdir 731 $run $mkdir ${xdir}$objdir
732 status=$? 732 status=$?
733 if test "$status" -ne 0 && test ! -d "${xdir}$objdir"; then 733 if test "$status" -ne 0 && test ! -d "${xdir}$objdir"; then
734 exit $status 734 exit $status
735 fi 735 fi
736 fi 736 fi
737 737
738 if test -z "$output_obj"; then 738 if test -z "$output_obj"; then
739 # Place PIC objects in $objdir 739 # Place PIC objects in $objdir
740 command="$command -o $lobj" 740 command="$command -o $lobj"
741 fi 741 fi
742 742
743 $run $rm "$lobj" "$output_obj" 743 $run $rm "$lobj" "$output_obj"
744 744
745 $show "$command" 745 $show "$command"
746 if $run eval "$command"; then : 746 if $run eval "$command"; then :
747 else 747 else
748 test -n "$output_obj" && $run $rm $removelist 748 test -n "$output_obj" && $run $rm $removelist
749 exit $EXIT_FAILURE 749 exit $EXIT_FAILURE
750 fi 750 fi
751 751
752 if test "$need_locks" = warn && 752 if test "$need_locks" = warn &&
753 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 753 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
754 $echo "\ 754 $echo "\
755*** ERROR, $lockfile contains: 755*** ERROR, $lockfile contains:
756`cat $lockfile 2>/dev/null` 756`cat $lockfile 2>/dev/null`
757 757
758but it should contain: 758but it should contain:
759$srcfile 759$srcfile
760 760
761This indicates that another process is trying to use the same 761This indicates that another process is trying to use the same
762temporary object file, and libtool could not work around it because 762temporary object file, and libtool could not work around it because
763your compiler does not support \`-c' and \`-o' together. If you 763your compiler does not support \`-c' and \`-o' together. If you
764repeat this compilation, it may succeed, by chance, but you had better 764repeat this compilation, it may succeed, by chance, but you had better
765avoid parallel builds (make -j) in this platform, or get a better 765avoid parallel builds (make -j) in this platform, or get a better
766compiler." 766compiler."
767 767
768 $run $rm $removelist 768 $run $rm $removelist
769 exit $EXIT_FAILURE 769 exit $EXIT_FAILURE
770 fi 770 fi
771 771
772 # Just move the object if needed, then go on to compile the next one 772 # Just move the object if needed, then go on to compile the next one
773 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 773 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
774 $show "$mv $output_obj $lobj" 774 $show "$mv $output_obj $lobj"
775 if $run $mv $output_obj $lobj; then : 775 if $run $mv $output_obj $lobj; then :
776 else 776 else
777 error=$? 777 error=$?
778 $run $rm $removelist 778 $run $rm $removelist
779 exit $error 779 exit $error
780 fi 780 fi
781 fi 781 fi
782 782
783 # Append the name of the PIC object to the libtool object file. 783 # Append the name of the PIC object to the libtool object file.
784 test -z "$run" && cat >> ${libobj}T <<EOF 784 test -z "$run" && cat >> ${libobj}T <<EOF
785pic_object='$objdir/$objname' 785pic_object='$objdir/$objname'
786 786
787EOF 787EOF
788 788
789 # Allow error messages only from the first compilation. 789 # Allow error messages only from the first compilation.
790 if test "$suppress_opt" = yes; then 790 if test "$suppress_opt" = yes; then
791 suppress_output=' >/dev/null 2>&1' 791 suppress_output=' >/dev/null 2>&1'
792 fi 792 fi
793 else 793 else
794 # No PIC object so indicate it doesn't exist in the libtool 794 # No PIC object so indicate it doesn't exist in the libtool
795 # object file. 795 # object file.
796 test -z "$run" && cat >> ${libobj}T <<EOF 796 test -z "$run" && cat >> ${libobj}T <<EOF
797pic_object=none 797pic_object=none
798 798
799EOF 799EOF
800 fi 800 fi
801 801
802 # Only build a position-dependent object if we build old libraries. 802 # Only build a position-dependent object if we build old libraries.
803 if test "$build_old_libs" = yes; then 803 if test "$build_old_libs" = yes; then
804 if test "$pic_mode" != yes; then 804 if test "$pic_mode" != yes; then
805 # Don't build PIC code 805 # Don't build PIC code
806 command="$base_compile $srcfile" 806 command="$base_compile $srcfile"
807 else 807 else
808 command="$base_compile $srcfile $pic_flag" 808 command="$base_compile $srcfile $pic_flag"
809 fi 809 fi
810 if test "$compiler_c_o" = yes; then 810 if test "$compiler_c_o" = yes; then
811 command="$command -o $obj" 811 command="$command -o $obj"
812 fi 812 fi
813 813
814 # Suppress compiler output if we already did a PIC compilation. 814 # Suppress compiler output if we already did a PIC compilation.
815 command="$command$suppress_output" 815 command="$command$suppress_output"
816 $run $rm "$obj" "$output_obj" 816 $run $rm "$obj" "$output_obj"
817 $show "$command" 817 $show "$command"
818 if $run eval "$command"; then : 818 if $run eval "$command"; then :
819 else 819 else
820 $run $rm $removelist 820 $run $rm $removelist
821 exit $EXIT_FAILURE 821 exit $EXIT_FAILURE
822 fi 822 fi
823 823
824 if test "$need_locks" = warn && 824 if test "$need_locks" = warn &&
825 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 825 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
826 $echo "\ 826 $echo "\
827*** ERROR, $lockfile contains: 827*** ERROR, $lockfile contains:
828`cat $lockfile 2>/dev/null` 828`cat $lockfile 2>/dev/null`
829 829
830but it should contain: 830but it should contain:
831$srcfile 831$srcfile
832 832
833This indicates that another process is trying to use the same 833This indicates that another process is trying to use the same
834temporary object file, and libtool could not work around it because 834temporary object file, and libtool could not work around it because
835your compiler does not support \`-c' and \`-o' together. If you 835your compiler does not support \`-c' and \`-o' together. If you
836repeat this compilation, it may succeed, by chance, but you had better 836repeat this compilation, it may succeed, by chance, but you had better
837avoid parallel builds (make -j) in this platform, or get a better 837avoid parallel builds (make -j) in this platform, or get a better
838compiler." 838compiler."
839 839
840 $run $rm $removelist 840 $run $rm $removelist
841 exit $EXIT_FAILURE 841 exit $EXIT_FAILURE
842 fi 842 fi
843 843
844 # Just move the object if needed 844 # Just move the object if needed
845 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 845 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
846 $show "$mv $output_obj $obj" 846 $show "$mv $output_obj $obj"
847 if $run $mv $output_obj $obj; then : 847 if $run $mv $output_obj $obj; then :
848 else 848 else
849 error=$? 849 error=$?
850 $run $rm $removelist 850 $run $rm $removelist
851 exit $error 851 exit $error
852 fi 852 fi
853 fi 853 fi
854 854
855 # Append the name of the non-PIC object the libtool object file. 855 # Append the name of the non-PIC object the libtool object file.
856 # Only append if the libtool object file exists. 856 # Only append if the libtool object file exists.
857 test -z "$run" && cat >> ${libobj}T <<EOF 857 test -z "$run" && cat >> ${libobj}T <<EOF
858# Name of the non-PIC object. 858# Name of the non-PIC object.
859non_pic_object='$objname' 859non_pic_object='$objname'
860 860
861EOF 861EOF
862 else 862 else
863 # Append the name of the non-PIC object the libtool object file. 863 # Append the name of the non-PIC object the libtool object file.
864 # Only append if the libtool object file exists. 864 # Only append if the libtool object file exists.
865 test -z "$run" && cat >> ${libobj}T <<EOF 865 test -z "$run" && cat >> ${libobj}T <<EOF
866# Name of the non-PIC object. 866# Name of the non-PIC object.
867non_pic_object=none 867non_pic_object=none
868 868
869EOF 869EOF
870 fi 870 fi
871 871
872 $run $mv "${libobj}T" "${libobj}" 872 $run $mv "${libobj}T" "${libobj}"
873 873
874 # Unlock the critical section if it was locked 874 # Unlock the critical section if it was locked
875 if test "$need_locks" != no; then 875 if test "$need_locks" != no; then
876 $run $rm "$lockfile" 876 $run $rm "$lockfile"
877 fi 877 fi
878 878
879 exit $EXIT_SUCCESS 879 exit $EXIT_SUCCESS
880 ;; 880 ;;
881 881
882 # libtool link mode 882 # libtool link mode
883 link | relink) 883 link | relink)
884 modename="$modename: link" 884 modename="$modename: link"
885 case $host in 885 case $host in
886 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 886 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
887 # It is impossible to link a dll without this setting, and 887 # It is impossible to link a dll without this setting, and
888 # we shouldn't force the makefile maintainer to figure out 888 # we shouldn't force the makefile maintainer to figure out
889 # which system we are compiling for in order to pass an extra 889 # which system we are compiling for in order to pass an extra
890 # flag for every libtool invocation. 890 # flag for every libtool invocation.
891 # allow_undefined=no 891 # allow_undefined=no
892 892
893 # FIXME: Unfortunately, there are problems with the above when trying 893 # FIXME: Unfortunately, there are problems with the above when trying
894 # to make a dll which has undefined symbols, in which case not 894 # to make a dll which has undefined symbols, in which case not
895 # even a static library is built. For now, we need to specify 895 # even a static library is built. For now, we need to specify
896 # -no-undefined on the libtool link line when we can be certain 896 # -no-undefined on the libtool link line when we can be certain
897 # that all symbols are satisfied, otherwise we get a static library. 897 # that all symbols are satisfied, otherwise we get a static library.
898 allow_undefined=yes 898 allow_undefined=yes
899 ;; 899 ;;
900 *) 900 *)
901 allow_undefined=yes 901 allow_undefined=yes
902 ;; 902 ;;
903 esac 903 esac
904 libtool_args="$nonopt" 904 libtool_args="$nonopt"
905 base_compile="$nonopt $@" 905 base_compile="$nonopt $@"
906 compile_command="$nonopt" 906 compile_command="$nonopt"
907 finalize_command="$nonopt" 907 finalize_command="$nonopt"
908 908
909 compile_rpath= 909 compile_rpath=
910 finalize_rpath= 910 finalize_rpath=
911 compile_shlibpath= 911 compile_shlibpath=
912 finalize_shlibpath= 912 finalize_shlibpath=
913 convenience= 913 convenience=
914 old_convenience= 914 old_convenience=
915 deplibs= 915 deplibs=
916 old_deplibs= 916 old_deplibs=
917 compiler_flags= 917 compiler_flags=
918 linker_flags= 918 linker_flags=
919 dllsearchpath= 919 dllsearchpath=
920 lib_search_path=`pwd` 920 lib_search_path=`pwd`
921 inst_prefix_dir= 921 inst_prefix_dir=
922 922
923 avoid_version=no 923 avoid_version=no
924 dlfiles= 924 dlfiles=
925 dlprefiles= 925 dlprefiles=
926 dlself=no 926 dlself=no
927 export_dynamic=no 927 export_dynamic=no
928 export_symbols= 928 export_symbols=
929 export_symbols_regex= 929 export_symbols_regex=
930 generated= 930 generated=
931 libobjs= 931 libobjs=
932 ltlibs= 932 ltlibs=
933 module=no 933 module=no
934 no_install=no 934 no_install=no
935 objs= 935 objs=
936 non_pic_objects= 936 non_pic_objects=
937 precious_files_regex= 937 precious_files_regex=
938 prefer_static_libs=no 938 prefer_static_libs=no
939 preload=no 939 preload=no
940 prev= 940 prev=
941 prevarg= 941 prevarg=
942 release= 942 release=
943 rpath= 943 rpath=
944 xrpath= 944 xrpath=
945 perm_rpath= 945 perm_rpath=
946 temp_rpath= 946 temp_rpath=
947 thread_safe=no 947 thread_safe=no
948 vinfo= 948 vinfo=
949 vinfo_number=no 949 vinfo_number=no
950 950
951 func_infer_tag $base_compile 951 func_infer_tag $base_compile
952 952
953 # We need to know -static, to get the right output filenames. 953 # We need to know -static, to get the right output filenames.
954 for arg 954 for arg
955 do 955 do
956 case $arg in 956 case $arg in
957 -all-static | -static) 957 -all-static | -static)
958 if test "X$arg" = "X-all-static"; then 958 if test "X$arg" = "X-all-static"; then
959 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then 959 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
960 $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2 960 $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2
961 fi 961 fi
962 if test -n "$link_static_flag"; then 962 if test -n "$link_static_flag"; then
963 dlopen_self=$dlopen_self_static 963 dlopen_self=$dlopen_self_static
964 fi 964 fi
965 else 965 else
966 if test -z "$pic_flag" && test -n "$link_static_flag"; then 966 if test -z "$pic_flag" && test -n "$link_static_flag"; then
967 dlopen_self=$dlopen_self_static 967 dlopen_self=$dlopen_self_static
968 fi 968 fi
969 fi 969 fi
970 build_libtool_libs=no 970 build_libtool_libs=no
971 build_old_libs=yes 971 build_old_libs=yes
972 prefer_static_libs=yes 972 prefer_static_libs=yes
973 break 973 break
974 ;; 974 ;;
975 esac 975 esac
976 done 976 done
977 977
978 # See if our shared archives depend on static archives. 978 # See if our shared archives depend on static archives.
979 test -n "$old_archive_from_new_cmds" && build_old_libs=yes 979 test -n "$old_archive_from_new_cmds" && build_old_libs=yes
980 980
981 # Go through the arguments, transforming them on the way. 981 # Go through the arguments, transforming them on the way.
982 while test "$#" -gt 0; do 982 while test "$#" -gt 0; do
983 arg="$1" 983 arg="$1"
984 shift 984 shift
985 case $arg in 985 case $arg in
986 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 986 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
987 qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test 987 qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
988 ;; 988 ;;
989 *) qarg=$arg ;; 989 *) qarg=$arg ;;
990 esac 990 esac
991 libtool_args="$libtool_args $qarg" 991 libtool_args="$libtool_args $qarg"
992 992
993 # If the previous option needs an argument, assign it. 993 # If the previous option needs an argument, assign it.
994 if test -n "$prev"; then 994 if test -n "$prev"; then
995 case $prev in 995 case $prev in
996 output) 996 output)
997 compile_command="$compile_command @OUTPUT@" 997 compile_command="$compile_command @OUTPUT@"
998 finalize_command="$finalize_command @OUTPUT@" 998 finalize_command="$finalize_command @OUTPUT@"
999 ;; 999 ;;
1000 esac 1000 esac
1001 1001
1002 case $prev in 1002 case $prev in
1003 dlfiles|dlprefiles) 1003 dlfiles|dlprefiles)
1004 if test "$preload" = no; then 1004 if test "$preload" = no; then
1005 # Add the symbol object into the linking commands. 1005 # Add the symbol object into the linking commands.
1006 compile_command="$compile_command @SYMFILE@" 1006 compile_command="$compile_command @SYMFILE@"
1007 finalize_command="$finalize_command @SYMFILE@" 1007 finalize_command="$finalize_command @SYMFILE@"
1008 preload=yes 1008 preload=yes
1009 fi 1009 fi
1010 case $arg in 1010 case $arg in
1011 *.la | *.lo) ;; # We handle these cases below. 1011 *.la | *.lo) ;; # We handle these cases below.
1012 force) 1012 force)
1013 if test "$dlself" = no; then 1013 if test "$dlself" = no; then
1014 dlself=needless 1014 dlself=needless
1015 export_dynamic=yes 1015 export_dynamic=yes
1016 fi 1016 fi
1017 prev= 1017 prev=
1018 continue 1018 continue
1019 ;; 1019 ;;
1020 self) 1020 self)
1021 if test "$prev" = dlprefiles; then 1021 if test "$prev" = dlprefiles; then
1022 dlself=yes 1022 dlself=yes
1023 elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then 1023 elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
1024 dlself=yes 1024 dlself=yes
1025 else 1025 else
1026 dlself=needless 1026 dlself=needless
1027 export_dynamic=yes 1027 export_dynamic=yes
1028 fi 1028 fi
1029 prev= 1029 prev=
1030 continue 1030 continue
1031 ;; 1031 ;;
1032 *) 1032 *)
1033 if test "$prev" = dlfiles; then 1033 if test "$prev" = dlfiles; then
1034 dlfiles="$dlfiles $arg" 1034 dlfiles="$dlfiles $arg"
1035 else 1035 else
1036 dlprefiles="$dlprefiles $arg" 1036 dlprefiles="$dlprefiles $arg"
1037 fi 1037 fi
1038 prev= 1038 prev=
1039 continue 1039 continue
1040 ;; 1040 ;;
1041 esac 1041 esac
1042 ;; 1042 ;;
1043 expsyms) 1043 expsyms)
1044 export_symbols="$arg" 1044 export_symbols="$arg"
1045 if test ! -f "$arg"; then 1045 if test ! -f "$arg"; then
1046 $echo "$modename: symbol file \`$arg' does not exist" 1046 $echo "$modename: symbol file \`$arg' does not exist"
1047 exit $EXIT_FAILURE 1047 exit $EXIT_FAILURE
1048 fi 1048 fi
1049 prev= 1049 prev=
1050 continue 1050 continue
1051 ;; 1051 ;;
1052 expsyms_regex) 1052 expsyms_regex)
1053 export_symbols_regex="$arg" 1053 export_symbols_regex="$arg"
1054 prev= 1054 prev=
1055 continue 1055 continue
1056 ;; 1056 ;;
1057 inst_prefix) 1057 inst_prefix)
1058 inst_prefix_dir="$arg" 1058 inst_prefix_dir="$arg"
1059 prev= 1059 prev=
1060 continue 1060 continue
1061 ;; 1061 ;;
1062 precious_regex) 1062 precious_regex)
1063 precious_files_regex="$arg" 1063 precious_files_regex="$arg"
1064 prev= 1064 prev=
1065 continue 1065 continue
1066 ;; 1066 ;;
1067 release) 1067 release)
1068 release="-$arg" 1068 release="-$arg"
1069 prev= 1069 prev=
1070 continue 1070 continue
1071 ;; 1071 ;;
1072 objectlist) 1072 objectlist)
1073 if test -f "$arg"; then 1073 if test -f "$arg"; then
1074 save_arg=$arg 1074 save_arg=$arg
1075 moreargs= 1075 moreargs=
1076 for fil in `cat $save_arg` 1076 for fil in `cat $save_arg`
1077 do 1077 do
1078# moreargs="$moreargs $fil" 1078# moreargs="$moreargs $fil"
1079 arg=$fil 1079 arg=$fil
1080 # A libtool-controlled object. 1080 # A libtool-controlled object.
1081 1081
1082 # Check to see that this really is a libtool object. 1082 # Check to see that this really is a libtool object.
1083 if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 1083 if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
1084 pic_object= 1084 pic_object=
1085 non_pic_object= 1085 non_pic_object=
1086 1086
1087 # Read the .lo file 1087 # Read the .lo file
1088 # If there is no directory component, then add one. 1088 # If there is no directory component, then add one.
1089 case $arg in 1089 case $arg in
1090 */* | *\\*) . $arg ;; 1090 */* | *\\*) . $arg ;;
1091 *) . ./$arg ;; 1091 *) . ./$arg ;;
1092 esac 1092 esac
1093 1093
1094 if test -z "$pic_object" || \ 1094 if test -z "$pic_object" || \
1095 test -z "$non_pic_object" || 1095 test -z "$non_pic_object" ||
1096 test "$pic_object" = none && \ 1096 test "$pic_object" = none && \
1097 test "$non_pic_object" = none; then 1097 test "$non_pic_object" = none; then
1098 $echo "$modename: cannot find name of object for \`$arg'" 1>&2 1098 $echo "$modename: cannot find name of object for \`$arg'" 1>&2
1099 exit $EXIT_FAILURE 1099 exit $EXIT_FAILURE
1100 fi 1100 fi
1101 1101
1102 # Extract subdirectory from the argument. 1102 # Extract subdirectory from the argument.
1103 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 1103 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1104 if test "X$xdir" = "X$arg"; then 1104 if test "X$xdir" = "X$arg"; then
1105 xdir= 1105 xdir=
1106 else 1106 else
1107 xdir="$xdir/" 1107 xdir="$xdir/"
1108 fi 1108 fi
1109 1109
1110 if test "$pic_object" != none; then 1110 if test "$pic_object" != none; then
1111 # Prepend the subdirectory the object is found in. 1111 # Prepend the subdirectory the object is found in.
1112 pic_object="$xdir$pic_object" 1112 pic_object="$xdir$pic_object"
1113 1113
1114 if test "$prev" = dlfiles; then 1114 if test "$prev" = dlfiles; then
1115 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then 1115 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
1116 dlfiles="$dlfiles $pic_object" 1116 dlfiles="$dlfiles $pic_object"
1117 prev= 1117 prev=
1118 continue 1118 continue
1119 else 1119 else
1120 # If libtool objects are unsupported, then we need to preload. 1120 # If libtool objects are unsupported, then we need to preload.
1121 prev=dlprefiles 1121 prev=dlprefiles
1122 fi 1122 fi
1123 fi 1123 fi
1124 1124
1125 # CHECK ME: I think I busted this. -Ossama 1125 # CHECK ME: I think I busted this. -Ossama
1126 if test "$prev" = dlprefiles; then 1126 if test "$prev" = dlprefiles; then
1127 # Preload the old-style object. 1127 # Preload the old-style object.
1128 dlprefiles="$dlprefiles $pic_object" 1128 dlprefiles="$dlprefiles $pic_object"
1129 prev= 1129 prev=
1130 fi 1130 fi
1131 1131
1132 # A PIC object. 1132 # A PIC object.
1133 libobjs="$libobjs $pic_object" 1133 libobjs="$libobjs $pic_object"
1134 arg="$pic_object" 1134 arg="$pic_object"
1135 fi 1135 fi
1136 1136
1137 # Non-PIC object. 1137 # Non-PIC object.
1138 if test "$non_pic_object" != none; then 1138 if test "$non_pic_object" != none; then
1139 # Prepend the subdirectory the object is found in. 1139 # Prepend the subdirectory the object is found in.
1140 non_pic_object="$xdir$non_pic_object" 1140 non_pic_object="$xdir$non_pic_object"
1141 1141
1142 # A standard non-PIC object 1142 # A standard non-PIC object
1143 non_pic_objects="$non_pic_objects $non_pic_object" 1143 non_pic_objects="$non_pic_objects $non_pic_object"
1144 if test -z "$pic_object" || test "$pic_object" = none ; then 1144 if test -z "$pic_object" || test "$pic_object" = none ; then
1145 arg="$non_pic_object" 1145 arg="$non_pic_object"
1146 fi 1146 fi
1147 fi 1147 fi
1148 else 1148 else
1149 # Only an error if not doing a dry-run. 1149 # Only an error if not doing a dry-run.
1150 if test -z "$run"; then 1150 if test -z "$run"; then
1151 $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 1151 $echo "$modename: \`$arg' is not a valid libtool object" 1>&2
1152 exit $EXIT_FAILURE 1152 exit $EXIT_FAILURE
1153 else 1153 else
1154 # Dry-run case. 1154 # Dry-run case.
1155 1155
1156 # Extract subdirectory from the argument. 1156 # Extract subdirectory from the argument.
1157 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 1157 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1158 if test "X$xdir" = "X$arg"; then 1158 if test "X$xdir" = "X$arg"; then
1159 xdir= 1159 xdir=
1160 else 1160 else
1161 xdir="$xdir/" 1161 xdir="$xdir/"
1162 fi 1162 fi
1163 1163
1164 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` 1164 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1165 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` 1165 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
1166 libobjs="$libobjs $pic_object" 1166 libobjs="$libobjs $pic_object"
1167 non_pic_objects="$non_pic_objects $non_pic_object" 1167 non_pic_objects="$non_pic_objects $non_pic_object"
1168 fi 1168 fi
1169 fi 1169 fi
1170 done 1170 done
1171 else 1171 else
1172 $echo "$modename: link input file \`$save_arg' does not exist" 1172 $echo "$modename: link input file \`$save_arg' does not exist"
1173 exit $EXIT_FAILURE 1173 exit $EXIT_FAILURE
1174 fi 1174 fi
1175 arg=$save_arg 1175 arg=$save_arg
1176 prev= 1176 prev=
1177 continue 1177 continue
1178 ;; 1178 ;;
1179 rpath | xrpath) 1179 rpath | xrpath)
1180 # We need an absolute path. 1180 # We need an absolute path.
1181 case $arg in 1181 case $arg in
1182 [\\/]* | [A-Za-z]:[\\/]*) ;; 1182 [\\/]* | [A-Za-z]:[\\/]*) ;;
1183 *) 1183 *)
1184 $echo "$modename: only absolute run-paths are allowed" 1>&2 1184 $echo "$modename: only absolute run-paths are allowed" 1>&2
1185 exit $EXIT_FAILURE 1185 exit $EXIT_FAILURE
1186 ;; 1186 ;;
1187 esac 1187 esac
1188 if test "$prev" = rpath; then 1188 if test "$prev" = rpath; then
1189 case "$rpath " in 1189 case "$rpath " in
1190 *" $arg "*) ;; 1190 *" $arg "*) ;;
1191 *) rpath="$rpath $arg" ;; 1191 *) rpath="$rpath $arg" ;;
1192 esac 1192 esac
1193 else 1193 else
1194 case "$xrpath " in 1194 case "$xrpath " in
1195 *" $arg "*) ;; 1195 *" $arg "*) ;;
1196 *) xrpath="$xrpath $arg" ;; 1196 *) xrpath="$xrpath $arg" ;;
1197 esac 1197 esac
1198 fi 1198 fi
1199 prev= 1199 prev=
1200 continue 1200 continue
1201 ;; 1201 ;;
1202 xcompiler) 1202 xcompiler)
1203 compiler_flags="$compiler_flags $qarg" 1203 compiler_flags="$compiler_flags $qarg"
1204 prev= 1204 prev=
1205 compile_command="$compile_command $qarg" 1205 compile_command="$compile_command $qarg"
1206 finalize_command="$finalize_command $qarg" 1206 finalize_command="$finalize_command $qarg"
1207 continue 1207 continue
1208 ;; 1208 ;;
1209 xlinker) 1209 xlinker)
1210 linker_flags="$linker_flags $qarg" 1210 linker_flags="$linker_flags $qarg"
1211 compiler_flags="$compiler_flags $wl$qarg" 1211 compiler_flags="$compiler_flags $wl$qarg"
1212 prev= 1212 prev=
1213 compile_command="$compile_command $wl$qarg" 1213 compile_command="$compile_command $wl$qarg"
1214 finalize_command="$finalize_command $wl$qarg" 1214 finalize_command="$finalize_command $wl$qarg"
1215 continue 1215 continue
1216 ;; 1216 ;;
1217 xcclinker) 1217 xcclinker)
1218 linker_flags="$linker_flags $qarg" 1218 linker_flags="$linker_flags $qarg"
1219 compiler_flags="$compiler_flags $qarg" 1219 compiler_flags="$compiler_flags $qarg"
1220 prev= 1220 prev=
1221 compile_command="$compile_command $qarg" 1221 compile_command="$compile_command $qarg"
1222 finalize_command="$finalize_command $qarg" 1222 finalize_command="$finalize_command $qarg"
1223 continue 1223 continue
1224 ;; 1224 ;;
1225 shrext) 1225 shrext)
1226 shrext_cmds="$arg" 1226 shrext_cmds="$arg"
1227 prev= 1227 prev=
1228 continue 1228 continue
1229 ;; 1229 ;;
1230 *) 1230 *)
1231 eval "$prev=\"\$arg\"" 1231 eval "$prev=\"\$arg\""
1232 prev= 1232 prev=
1233 continue 1233 continue
1234 ;; 1234 ;;
1235 esac 1235 esac
1236 fi # test -n "$prev" 1236 fi # test -n "$prev"
1237 1237
1238 prevarg="$arg" 1238 prevarg="$arg"
1239 1239
1240 case $arg in 1240 case $arg in
1241 -all-static) 1241 -all-static)
1242 if test -n "$link_static_flag"; then 1242 if test -n "$link_static_flag"; then
1243 compile_command="$compile_command $link_static_flag" 1243 compile_command="$compile_command $link_static_flag"
1244 finalize_command="$finalize_command $link_static_flag" 1244 finalize_command="$finalize_command $link_static_flag"
1245 fi 1245 fi
1246 continue 1246 continue
1247 ;; 1247 ;;
1248 1248
1249 -allow-undefined) 1249 -allow-undefined)
1250 # FIXME: remove this flag sometime in the future. 1250 # FIXME: remove this flag sometime in the future.
1251 $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2 1251 $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2
1252 continue 1252 continue
1253 ;; 1253 ;;
1254 1254
1255 -avoid-version) 1255 -avoid-version)
1256 avoid_version=yes 1256 avoid_version=yes
1257 continue 1257 continue
1258 ;; 1258 ;;
1259 1259
1260 -dlopen) 1260 -dlopen)
1261 prev=dlfiles 1261 prev=dlfiles
1262 continue 1262 continue
1263 ;; 1263 ;;
1264 1264
1265 -dlpreopen) 1265 -dlpreopen)
1266 prev=dlprefiles 1266 prev=dlprefiles
1267 continue 1267 continue
1268 ;; 1268 ;;
1269 1269
1270 -export-dynamic) 1270 -export-dynamic)
1271 export_dynamic=yes 1271 export_dynamic=yes
1272 continue 1272 continue
1273 ;; 1273 ;;
1274 1274
1275 -export-symbols | -export-symbols-regex) 1275 -export-symbols | -export-symbols-regex)
1276 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 1276 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
1277 $echo "$modename: more than one -exported-symbols argument is not allowed" 1277 $echo "$modename: more than one -exported-symbols argument is not allowed"
1278 exit $EXIT_FAILURE 1278 exit $EXIT_FAILURE
1279 fi 1279 fi
1280 if test "X$arg" = "X-export-symbols"; then 1280 if test "X$arg" = "X-export-symbols"; then
1281 prev=expsyms 1281 prev=expsyms
1282 else 1282 else
1283 prev=expsyms_regex 1283 prev=expsyms_regex
1284 fi 1284 fi
1285 continue 1285 continue
1286 ;; 1286 ;;
1287 1287
1288 -inst-prefix-dir) 1288 -inst-prefix-dir)
1289 prev=inst_prefix 1289 prev=inst_prefix
1290 continue 1290 continue
1291 ;; 1291 ;;
1292 1292
1293 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* 1293 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
1294 # so, if we see these flags be careful not to treat them like -L 1294 # so, if we see these flags be careful not to treat them like -L
1295 -L[A-Z][A-Z]*:*) 1295 -L[A-Z][A-Z]*:*)
1296 case $with_gcc/$host in 1296 case $with_gcc/$host in
1297 no/*-*-irix* | /*-*-irix*) 1297 no/*-*-irix* | /*-*-irix*)
1298 compile_command="$compile_command $arg" 1298 compile_command="$compile_command $arg"
1299 finalize_command="$finalize_command $arg" 1299 finalize_command="$finalize_command $arg"
1300 ;; 1300 ;;
1301 esac 1301 esac
1302 continue 1302 continue
1303 ;; 1303 ;;
1304 1304
1305 -L*) 1305 -L*)
1306 dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` 1306 dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
1307 # We need an absolute path. 1307 # We need an absolute path.
1308 case $dir in 1308 case $dir in
1309 [\\/]* | [A-Za-z]:[\\/]*) ;; 1309 [\\/]* | [A-Za-z]:[\\/]*) ;;
1310 *) 1310 *)
1311 absdir=`cd "$dir" && pwd` 1311 absdir=`cd "$dir" && pwd`
1312 if test -z "$absdir"; then 1312 if test -z "$absdir"; then
1313 $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 1313 $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2
1314 exit $EXIT_FAILURE 1314 exit $EXIT_FAILURE
1315 fi 1315 fi
1316 dir="$absdir" 1316 dir="$absdir"
1317 ;; 1317 ;;
1318 esac 1318 esac
1319 case "$deplibs " in 1319 case "$deplibs " in
1320 *" -L$dir "*) ;; 1320 *" -L$dir "*) ;;
1321 *) 1321 *)
1322 deplibs="$deplibs -L$dir" 1322 deplibs="$deplibs -L$dir"
1323 lib_search_path="$lib_search_path $dir" 1323 lib_search_path="$lib_search_path $dir"
1324 ;; 1324 ;;
1325 esac 1325 esac
1326 case $host in 1326 case $host in
1327 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 1327 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
1328 case :$dllsearchpath: in 1328 case :$dllsearchpath: in
1329 *":$dir:"*) ;; 1329 *":$dir:"*) ;;
1330 *) dllsearchpath="$dllsearchpath:$dir";; 1330 *) dllsearchpath="$dllsearchpath:$dir";;
1331 esac 1331 esac
1332 ;; 1332 ;;
1333 esac 1333 esac
1334 continue 1334 continue
1335 ;; 1335 ;;
1336 1336
1337 -l*) 1337 -l*)
1338 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then 1338 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
1339 case $host in 1339 case $host in
1340 *-*-cygwin* | *-*-pw32* | *-*-beos*) 1340 *-*-cygwin* | *-*-pw32* | *-*-beos*)
1341 # These systems don't actually have a C or math library (as such) 1341 # These systems don't actually have a C or math library (as such)
1342 continue 1342 continue
1343 ;; 1343 ;;
1344 *-*-mingw* | *-*-os2*) 1344 *-*-mingw* | *-*-os2*)
1345 # These systems don't actually have a C library (as such) 1345 # These systems don't actually have a C library (as such)
1346 test "X$arg" = "X-lc" && continue 1346 test "X$arg" = "X-lc" && continue
1347 ;; 1347 ;;
1348 *-*-openbsd* | *-*-freebsd*) 1348 *-*-openbsd* | *-*-freebsd*)
1349 # Do not include libc due to us having libc/libc_r. 1349 # Do not include libc due to us having libc/libc_r.
1350 test "X$arg" = "X-lc" && continue 1350 test "X$arg" = "X-lc" && continue
1351 ;; 1351 ;;
1352 *-*-rhapsody* | *-*-darwin1.[012]) 1352 *-*-rhapsody* | *-*-darwin1.[012])
1353 # Rhapsody C and math libraries are in the System framework 1353 # Rhapsody C and math libraries are in the System framework
1354 deplibs="$deplibs -framework System" 1354 deplibs="$deplibs -framework System"
1355 continue 1355 continue
1356 esac 1356 esac
1357 elif test "X$arg" = "X-lc_r"; then 1357 elif test "X$arg" = "X-lc_r"; then
1358 case $host in 1358 case $host in
1359 *-*-openbsd* | *-*-freebsd*) 1359 *-*-openbsd* | *-*-freebsd*)
1360 # Do not include libc_r directly, use -pthread flag. 1360 # Do not include libc_r directly, use -pthread flag.
1361 continue 1361 continue
1362 ;; 1362 ;;
1363 esac 1363 esac
1364 fi 1364 fi
1365 deplibs="$deplibs $arg" 1365 deplibs="$deplibs $arg"
1366 continue 1366 continue
1367 ;; 1367 ;;
1368 1368
1369 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) 1369 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
1370 deplibs="$deplibs $arg" 1370 deplibs="$deplibs $arg"
1371 continue 1371 continue
1372 ;; 1372 ;;
1373 1373
1374 -module) 1374 -module)
1375 module=yes 1375 module=yes
1376 continue 1376 continue
1377 ;; 1377 ;;
1378 1378
1379 # gcc -m* arguments should be passed to the linker via $compiler_flags 1379 # gcc -m* arguments should be passed to the linker via $compiler_flags
1380 # in order to pass architecture information to the linker 1380 # in order to pass architecture information to the linker
1381 # (e.g. 32 vs 64-bit). This may also be accomplished via -Wl,-mfoo 1381 # (e.g. 32 vs 64-bit). This may also be accomplished via -Wl,-mfoo
1382 # but this is not reliable with gcc because gcc may use -mfoo to 1382 # but this is not reliable with gcc because gcc may use -mfoo to
1383 # select a different linker, different libraries, etc, while 1383 # select a different linker, different libraries, etc, while
1384 # -Wl,-mfoo simply passes -mfoo to the linker. 1384 # -Wl,-mfoo simply passes -mfoo to the linker.
1385 -m*) 1385 -m*)
1386 # Unknown arguments in both finalize_command and compile_command need 1386 # Unknown arguments in both finalize_command and compile_command need
1387 # to be aesthetically quoted because they are evaled later. 1387 # to be aesthetically quoted because they are evaled later.
1388 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 1388 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
1389 case $arg in 1389 case $arg in
1390 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 1390 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1391 arg="\"$arg\"" 1391 arg="\"$arg\""
1392 ;; 1392 ;;
1393 esac 1393 esac
1394 compile_command="$compile_command $arg" 1394 compile_command="$compile_command $arg"
1395 finalize_command="$finalize_command $arg" 1395 finalize_command="$finalize_command $arg"
1396 if test "$with_gcc" = "yes" ; then 1396 if test "$with_gcc" = "yes" ; then
1397 compiler_flags="$compiler_flags $arg" 1397 compiler_flags="$compiler_flags $arg"
1398 fi 1398 fi
1399 continue 1399 continue
1400 ;; 1400 ;;
1401 1401
1402 -shrext) 1402 -shrext)
1403 prev=shrext 1403 prev=shrext
1404 continue 1404 continue
1405 ;; 1405 ;;
1406 1406
1407 -no-fast-install) 1407 -no-fast-install)
1408 fast_install=no 1408 fast_install=no
1409 continue 1409 continue
1410 ;; 1410 ;;
1411 1411
1412 -no-install) 1412 -no-install)
1413 case $host in 1413 case $host in
1414 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 1414 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
1415 # The PATH hackery in wrapper scripts is required on Windows 1415 # The PATH hackery in wrapper scripts is required on Windows
1416 # in order for the loader to find any dlls it needs. 1416 # in order for the loader to find any dlls it needs.
1417 $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 1417 $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2
1418 $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 1418 $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
1419 fast_install=no 1419 fast_install=no
1420 ;; 1420 ;;
1421 *) no_install=yes ;; 1421 *) no_install=yes ;;
1422 esac 1422 esac
1423 continue 1423 continue
1424 ;; 1424 ;;
1425 1425
1426 -no-undefined) 1426 -no-undefined)
1427 allow_undefined=no 1427 allow_undefined=no
1428 continue 1428 continue
1429 ;; 1429 ;;
1430 1430
1431 -objectlist) 1431 -objectlist)
1432 prev=objectlist 1432 prev=objectlist
1433 continue 1433 continue
1434 ;; 1434 ;;
1435 1435
1436 -o) prev=output ;; 1436 -o) prev=output ;;
1437 1437
1438 -precious-files-regex) 1438 -precious-files-regex)
1439 prev=precious_regex 1439 prev=precious_regex
1440 continue 1440 continue
1441 ;; 1441 ;;
1442 1442
1443 -release) 1443 -release)
1444 prev=release 1444 prev=release
1445 continue 1445 continue
1446 ;; 1446 ;;
1447 1447
1448 -rpath) 1448 -rpath)
1449 prev=rpath 1449 prev=rpath
1450 continue 1450 continue
1451 ;; 1451 ;;
1452 1452
1453 -R) 1453 -R)
1454 prev=xrpath 1454 prev=xrpath
1455 continue 1455 continue
1456 ;; 1456 ;;
1457 1457
1458 -R*) 1458 -R*)
1459 dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` 1459 dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
1460 # We need an absolute path. 1460 # We need an absolute path.
1461 case $dir in 1461 case $dir in
1462 [\\/]* | [A-Za-z]:[\\/]*) ;; 1462 [\\/]* | [A-Za-z]:[\\/]*) ;;
1463 *) 1463 *)
1464 $echo "$modename: only absolute run-paths are allowed" 1>&2 1464 $echo "$modename: only absolute run-paths are allowed" 1>&2
1465 exit $EXIT_FAILURE 1465 exit $EXIT_FAILURE
1466 ;; 1466 ;;
1467 esac 1467 esac
1468 case "$xrpath " in 1468 case "$xrpath " in
1469 *" $dir "*) ;; 1469 *" $dir "*) ;;
1470 *) xrpath="$xrpath $dir" ;; 1470 *) xrpath="$xrpath $dir" ;;
1471 esac 1471 esac
1472 continue 1472 continue
1473 ;; 1473 ;;
1474 1474
1475 -static) 1475 -static)
1476 # The effects of -static are defined in a previous loop. 1476 # The effects of -static are defined in a previous loop.
1477 # We used to do the same as -all-static on platforms that 1477 # We used to do the same as -all-static on platforms that
1478 # didn't have a PIC flag, but the assumption that the effects 1478 # didn't have a PIC flag, but the assumption that the effects
1479 # would be equivalent was wrong. It would break on at least 1479 # would be equivalent was wrong. It would break on at least
1480 # Digital Unix and AIX. 1480 # Digital Unix and AIX.
1481 continue 1481 continue
1482 ;; 1482 ;;
1483 1483
1484 -thread-safe) 1484 -thread-safe)
1485 thread_safe=yes 1485 thread_safe=yes
1486 continue 1486 continue
1487 ;; 1487 ;;
1488 1488
1489 -version-info) 1489 -version-info)
1490 prev=vinfo 1490 prev=vinfo
1491 continue 1491 continue
1492 ;; 1492 ;;
1493 -version-number) 1493 -version-number)
1494 prev=vinfo 1494 prev=vinfo
1495 vinfo_number=yes 1495 vinfo_number=yes
1496 continue 1496 continue
1497 ;; 1497 ;;
1498 1498
1499 -Wc,*) 1499 -Wc,*)
1500 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` 1500 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
1501 arg= 1501 arg=
1502 save_ifs="$IFS"; IFS=',' 1502 save_ifs="$IFS"; IFS=','
1503 for flag in $args; do 1503 for flag in $args; do
1504 IFS="$save_ifs" 1504 IFS="$save_ifs"
1505 case $flag in 1505 case $flag in
1506 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 1506 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1507 flag="\"$flag\"" 1507 flag="\"$flag\""
1508 ;; 1508 ;;
1509 esac 1509 esac
1510 arg="$arg $wl$flag" 1510 arg="$arg $wl$flag"
1511 compiler_flags="$compiler_flags $flag" 1511 compiler_flags="$compiler_flags $flag"
1512 done 1512 done
1513 IFS="$save_ifs" 1513 IFS="$save_ifs"
1514 arg=`$echo "X$arg" | $Xsed -e "s/^ //"` 1514 arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
1515 ;; 1515 ;;
1516 1516
1517 -Wl,*) 1517 -Wl,*)
1518 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` 1518 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
1519 arg= 1519 arg=
1520 save_ifs="$IFS"; IFS=',' 1520 save_ifs="$IFS"; IFS=','
1521 for flag in $args; do 1521 for flag in $args; do
1522 IFS="$save_ifs" 1522 IFS="$save_ifs"
1523 case $flag in 1523 case $flag in
1524 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 1524 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1525 flag="\"$flag\"" 1525 flag="\"$flag\""
1526 ;; 1526 ;;
1527 esac 1527 esac
1528 arg="$arg $wl$flag" 1528 arg="$arg $wl$flag"
1529 compiler_flags="$compiler_flags $wl$flag" 1529 compiler_flags="$compiler_flags $wl$flag"
1530 linker_flags="$linker_flags $flag" 1530 linker_flags="$linker_flags $flag"
1531 done 1531 done
1532 IFS="$save_ifs" 1532 IFS="$save_ifs"
1533 arg=`$echo "X$arg" | $Xsed -e "s/^ //"` 1533 arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
1534 ;; 1534 ;;
1535 1535
1536 -Xcompiler) 1536 -Xcompiler)
1537 prev=xcompiler 1537 prev=xcompiler
1538 continue 1538 continue
1539 ;; 1539 ;;
1540 1540
1541 -Xlinker) 1541 -Xlinker)
1542 prev=xlinker 1542 prev=xlinker
1543 continue 1543 continue
1544 ;; 1544 ;;
1545 1545
1546 -XCClinker) 1546 -XCClinker)
1547 prev=xcclinker 1547 prev=xcclinker
1548 continue 1548 continue
1549 ;; 1549 ;;
1550 1550
1551 # Some other compiler flag. 1551 # Some other compiler flag.
1552 -* | +*) 1552 -* | +*)
1553 # Unknown arguments in both finalize_command and compile_command need 1553 # Unknown arguments in both finalize_command and compile_command need
1554 # to be aesthetically quoted because they are evaled later. 1554 # to be aesthetically quoted because they are evaled later.
1555 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 1555 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
1556 case $arg in 1556 case $arg in
1557 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 1557 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1558 arg="\"$arg\"" 1558 arg="\"$arg\""
1559 ;; 1559 ;;
1560 esac 1560 esac
1561 ;; 1561 ;;
1562 1562
1563 *.$objext) 1563 *.$objext)
1564 # A standard object. 1564 # A standard object.
1565 objs="$objs $arg" 1565 objs="$objs $arg"
1566 ;; 1566 ;;
1567 1567
1568 *.lo) 1568 *.lo)
1569 # A libtool-controlled object. 1569 # A libtool-controlled object.
1570 1570
1571 # Check to see that this really is a libtool object. 1571 # Check to see that this really is a libtool object.
1572 if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 1572 if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
1573 pic_object= 1573 pic_object=
1574 non_pic_object= 1574 non_pic_object=
1575 1575
1576 # Read the .lo file 1576 # Read the .lo file
1577 # If there is no directory component, then add one. 1577 # If there is no directory component, then add one.
1578 case $arg in 1578 case $arg in
1579 */* | *\\*) . $arg ;; 1579 */* | *\\*) . $arg ;;
1580 *) . ./$arg ;; 1580 *) . ./$arg ;;
1581 esac 1581 esac
1582 1582
1583 if test -z "$pic_object" || \ 1583 if test -z "$pic_object" || \
1584 test -z "$non_pic_object" || 1584 test -z "$non_pic_object" ||
1585 test "$pic_object" = none && \ 1585 test "$pic_object" = none && \
1586 test "$non_pic_object" = none; then 1586 test "$non_pic_object" = none; then
1587 $echo "$modename: cannot find name of object for \`$arg'" 1>&2 1587 $echo "$modename: cannot find name of object for \`$arg'" 1>&2
1588 exit $EXIT_FAILURE 1588 exit $EXIT_FAILURE
1589 fi 1589 fi
1590 1590
1591 # Extract subdirectory from the argument. 1591 # Extract subdirectory from the argument.
1592 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 1592 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1593 if test "X$xdir" = "X$arg"; then 1593 if test "X$xdir" = "X$arg"; then
1594 xdir= 1594 xdir=
1595 else 1595 else
1596 xdir="$xdir/" 1596 xdir="$xdir/"
1597 fi 1597 fi
1598 1598
1599 if test "$pic_object" != none; then 1599 if test "$pic_object" != none; then
1600 # Prepend the subdirectory the object is found in. 1600 # Prepend the subdirectory the object is found in.
1601 pic_object="$xdir$pic_object" 1601 pic_object="$xdir$pic_object"
1602 1602
1603 if test "$prev" = dlfiles; then 1603 if test "$prev" = dlfiles; then
1604 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then 1604 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
1605 dlfiles="$dlfiles $pic_object" 1605 dlfiles="$dlfiles $pic_object"
1606 prev= 1606 prev=
1607 continue 1607 continue
1608 else 1608 else
1609 # If libtool objects are unsupported, then we need to preload. 1609 # If libtool objects are unsupported, then we need to preload.
1610 prev=dlprefiles 1610 prev=dlprefiles
1611 fi 1611 fi
1612 fi 1612 fi
1613 1613
1614 # CHECK ME: I think I busted this. -Ossama 1614 # CHECK ME: I think I busted this. -Ossama
1615 if test "$prev" = dlprefiles; then 1615 if test "$prev" = dlprefiles; then
1616 # Preload the old-style object. 1616 # Preload the old-style object.
1617 dlprefiles="$dlprefiles $pic_object" 1617 dlprefiles="$dlprefiles $pic_object"
1618 prev= 1618 prev=
1619 fi 1619 fi
1620 1620
1621 # A PIC object. 1621 # A PIC object.
1622 libobjs="$libobjs $pic_object" 1622 libobjs="$libobjs $pic_object"
1623 arg="$pic_object" 1623 arg="$pic_object"
1624 fi 1624 fi
1625 1625
1626 # Non-PIC object. 1626 # Non-PIC object.
1627 if test "$non_pic_object" != none; then 1627 if test "$non_pic_object" != none; then
1628 # Prepend the subdirectory the object is found in. 1628 # Prepend the subdirectory the object is found in.
1629 non_pic_object="$xdir$non_pic_object" 1629 non_pic_object="$xdir$non_pic_object"
1630 1630
1631 # A standard non-PIC object 1631 # A standard non-PIC object
1632 non_pic_objects="$non_pic_objects $non_pic_object" 1632 non_pic_objects="$non_pic_objects $non_pic_object"
1633 if test -z "$pic_object" || test "$pic_object" = none ; then 1633 if test -z "$pic_object" || test "$pic_object" = none ; then
1634 arg="$non_pic_object" 1634 arg="$non_pic_object"
1635 fi 1635 fi
1636 fi 1636 fi
1637 else 1637 else
1638 # Only an error if not doing a dry-run. 1638 # Only an error if not doing a dry-run.
1639 if test -z "$run"; then 1639 if test -z "$run"; then
1640 $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 1640 $echo "$modename: \`$arg' is not a valid libtool object" 1>&2
1641 exit $EXIT_FAILURE 1641 exit $EXIT_FAILURE
1642 else 1642 else
1643 # Dry-run case. 1643 # Dry-run case.
1644 1644
1645 # Extract subdirectory from the argument. 1645 # Extract subdirectory from the argument.
1646 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` 1646 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1647 if test "X$xdir" = "X$arg"; then 1647 if test "X$xdir" = "X$arg"; then
1648 xdir= 1648 xdir=
1649 else 1649 else
1650 xdir="$xdir/" 1650 xdir="$xdir/"
1651 fi 1651 fi
1652 1652
1653 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` 1653 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1654 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` 1654 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
1655 libobjs="$libobjs $pic_object" 1655 libobjs="$libobjs $pic_object"
1656 non_pic_objects="$non_pic_objects $non_pic_object" 1656 non_pic_objects="$non_pic_objects $non_pic_object"
1657 fi 1657 fi
1658 fi 1658 fi
1659 ;; 1659 ;;
1660 1660
1661 *.$libext) 1661 *.$libext)
1662 # An archive. 1662 # An archive.
1663 deplibs="$deplibs $arg" 1663 deplibs="$deplibs $arg"
1664 old_deplibs="$old_deplibs $arg" 1664 old_deplibs="$old_deplibs $arg"
1665 continue 1665 continue
1666 ;; 1666 ;;
1667 1667
1668 *.la) 1668 *.la)
1669 # A libtool-controlled library. 1669 # A libtool-controlled library.
1670 1670
1671 if test "$prev" = dlfiles; then 1671 if test "$prev" = dlfiles; then
1672 # This library was specified with -dlopen. 1672 # This library was specified with -dlopen.
1673 dlfiles="$dlfiles $arg" 1673 dlfiles="$dlfiles $arg"
1674 prev= 1674 prev=
1675 elif test "$prev" = dlprefiles; then 1675 elif test "$prev" = dlprefiles; then
1676 # The library was specified with -dlpreopen. 1676 # The library was specified with -dlpreopen.
1677 dlprefiles="$dlprefiles $arg" 1677 dlprefiles="$dlprefiles $arg"
1678 prev= 1678 prev=
1679 else 1679 else
1680 deplibs="$deplibs $arg" 1680 deplibs="$deplibs $arg"
1681 fi 1681 fi
1682 continue 1682 continue
1683 ;; 1683 ;;
1684 1684
1685 # Some other compiler argument. 1685 # Some other compiler argument.
1686 *) 1686 *)
1687 # Unknown arguments in both finalize_command and compile_command need 1687 # Unknown arguments in both finalize_command and compile_command need
1688 # to be aesthetically quoted because they are evaled later. 1688 # to be aesthetically quoted because they are evaled later.
1689 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 1689 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
1690 case $arg in 1690 case $arg in
1691 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 1691 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1692 arg="\"$arg\"" 1692 arg="\"$arg\""
1693 ;; 1693 ;;
1694 esac 1694 esac
1695 ;; 1695 ;;
1696 esac # arg 1696 esac # arg
1697 1697
1698 # Now actually substitute the argument into the commands. 1698 # Now actually substitute the argument into the commands.
1699 if test -n "$arg"; then 1699 if test -n "$arg"; then
1700 compile_command="$compile_command $arg" 1700 compile_command="$compile_command $arg"
1701 finalize_command="$finalize_command $arg" 1701 finalize_command="$finalize_command $arg"
1702 fi 1702 fi
1703 done # argument parsing loop 1703 done # argument parsing loop
1704 1704
1705 if test -n "$prev"; then 1705 if test -n "$prev"; then
1706 $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 1706 $echo "$modename: the \`$prevarg' option requires an argument" 1>&2
1707 $echo "$help" 1>&2 1707 $echo "$help" 1>&2
1708 exit $EXIT_FAILURE 1708 exit $EXIT_FAILURE
1709 fi 1709 fi
1710 1710
1711 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then 1711 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
1712 eval arg=\"$export_dynamic_flag_spec\" 1712 eval arg=\"$export_dynamic_flag_spec\"
1713 compile_command="$compile_command $arg" 1713 compile_command="$compile_command $arg"
1714 finalize_command="$finalize_command $arg" 1714 finalize_command="$finalize_command $arg"
1715 fi 1715 fi
1716 1716
1717 oldlibs= 1717 oldlibs=
1718 # calculate the name of the file, without its directory 1718 # calculate the name of the file, without its directory
1719 outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` 1719 outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
1720 libobjs_save="$libobjs" 1720 libobjs_save="$libobjs"
1721 1721
1722 if test -n "$shlibpath_var"; then 1722 if test -n "$shlibpath_var"; then
1723 # get the directories listed in $shlibpath_var 1723 # get the directories listed in $shlibpath_var
1724 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` 1724 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
1725 else 1725 else
1726 shlib_search_path= 1726 shlib_search_path=
1727 fi 1727 fi
1728 eval sys_lib_search_path=\"$sys_lib_search_path_spec\" 1728 eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
1729 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" 1729 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
1730 1730
1731 output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` 1731 output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
1732 if test "X$output_objdir" = "X$output"; then 1732 if test "X$output_objdir" = "X$output"; then
1733 output_objdir="$objdir" 1733 output_objdir="$objdir"
1734 else 1734 else
1735 output_objdir="$output_objdir/$objdir" 1735 output_objdir="$output_objdir/$objdir"
1736 fi 1736 fi
1737 # Create the object directory. 1737 # Create the object directory.
1738 if test ! -d "$output_objdir"; then 1738 if test ! -d "$output_objdir"; then
1739 $show "$mkdir $output_objdir" 1739 $show "$mkdir $output_objdir"
1740 $run $mkdir $output_objdir 1740 $run $mkdir $output_objdir
1741 status=$? 1741 status=$?
1742 if test "$status" -ne 0 && test ! -d "$output_objdir"; then 1742 if test "$status" -ne 0 && test ! -d "$output_objdir"; then
1743 exit $status 1743 exit $status
1744 fi 1744 fi
1745 fi 1745 fi
1746 1746
1747 # Determine the type of output 1747 # Determine the type of output
1748 case $output in 1748 case $output in
1749 "") 1749 "")
1750 $echo "$modename: you must specify an output file" 1>&2 1750 $echo "$modename: you must specify an output file" 1>&2
1751 $echo "$help" 1>&2 1751 $echo "$help" 1>&2
1752 exit $EXIT_FAILURE 1752 exit $EXIT_FAILURE
1753 ;; 1753 ;;
1754 *.$libext) linkmode=oldlib ;; 1754 *.$libext) linkmode=oldlib ;;
1755 *.lo | *.$objext) linkmode=obj ;; 1755 *.lo | *.$objext) linkmode=obj ;;
1756 *.la) linkmode=lib ;; 1756 *.la) linkmode=lib ;;
1757 *) linkmode=prog ;; # Anything else should be a program. 1757 *) linkmode=prog ;; # Anything else should be a program.
1758 esac 1758 esac
1759 1759
1760 case $host in 1760 case $host in
1761 *cygwin* | *mingw* | *pw32*) 1761 *cygwin* | *mingw* | *pw32*)
1762 # don't eliminate duplications in $postdeps and $predeps 1762 # don't eliminate duplications in $postdeps and $predeps
1763 duplicate_compiler_generated_deps=yes 1763 duplicate_compiler_generated_deps=yes
1764 ;; 1764 ;;
1765 *) 1765 *)
1766 duplicate_compiler_generated_deps=$duplicate_deps 1766 duplicate_compiler_generated_deps=$duplicate_deps
1767 ;; 1767 ;;
1768 esac 1768 esac
1769 specialdeplibs= 1769 specialdeplibs=
1770 1770
1771 libs= 1771 libs=
1772 # Find all interdependent deplibs by searching for libraries 1772 # Find all interdependent deplibs by searching for libraries
1773 # that are linked more than once (e.g. -la -lb -la) 1773 # that are linked more than once (e.g. -la -lb -la)
1774 for deplib in $deplibs; do 1774 for deplib in $deplibs; do
1775 if test "X$duplicate_deps" = "Xyes" ; then 1775 if test "X$duplicate_deps" = "Xyes" ; then
1776 case "$libs " in 1776 case "$libs " in
1777 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 1777 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
1778 esac 1778 esac
1779 fi 1779 fi
1780 libs="$libs $deplib" 1780 libs="$libs $deplib"
1781 done 1781 done
1782 1782
1783 if test "$linkmode" = lib; then 1783 if test "$linkmode" = lib; then
1784 libs="$predeps $libs $compiler_lib_search_path $postdeps" 1784 libs="$predeps $libs $compiler_lib_search_path $postdeps"
1785 1785
1786 # Compute libraries that are listed more than once in $predeps 1786 # Compute libraries that are listed more than once in $predeps
1787 # $postdeps and mark them as special (i.e., whose duplicates are 1787 # $postdeps and mark them as special (i.e., whose duplicates are
1788 # not to be eliminated). 1788 # not to be eliminated).
1789 pre_post_deps= 1789 pre_post_deps=
1790 if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then 1790 if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then
1791 for pre_post_dep in $predeps $postdeps; do 1791 for pre_post_dep in $predeps $postdeps; do
1792 case "$pre_post_deps " in 1792 case "$pre_post_deps " in
1793 *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; 1793 *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
1794 esac 1794 esac
1795 pre_post_deps="$pre_post_deps $pre_post_dep" 1795 pre_post_deps="$pre_post_deps $pre_post_dep"
1796 done 1796 done
1797 fi 1797 fi
1798 pre_post_deps= 1798 pre_post_deps=
1799 fi 1799 fi
1800 1800
1801 deplibs= 1801 deplibs=
1802 newdependency_libs= 1802 newdependency_libs=
1803 newlib_search_path= 1803 newlib_search_path=
1804 need_relink=no # whether we're linking any uninstalled libtool libraries 1804 need_relink=no # whether we're linking any uninstalled libtool libraries
1805 notinst_deplibs= # not-installed libtool libraries 1805 notinst_deplibs= # not-installed libtool libraries
1806 notinst_path= # paths that contain not-installed libtool libraries 1806 notinst_path= # paths that contain not-installed libtool libraries
1807 case $linkmode in 1807 case $linkmode in
1808 lib) 1808 lib)
1809 passes="conv link" 1809 passes="conv link"
1810 for file in $dlfiles $dlprefiles; do 1810 for file in $dlfiles $dlprefiles; do
1811 case $file in 1811 case $file in
1812 *.la) ;; 1812 *.la) ;;
1813 *) 1813 *)
1814 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 1814 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
1815 exit $EXIT_FAILURE 1815 exit $EXIT_FAILURE
1816 ;; 1816 ;;
1817 esac 1817 esac
1818 done 1818 done
1819 ;; 1819 ;;
1820 prog) 1820 prog)
1821 compile_deplibs= 1821 compile_deplibs=
1822 finalize_deplibs= 1822 finalize_deplibs=
1823 alldeplibs=no 1823 alldeplibs=no
1824 newdlfiles= 1824 newdlfiles=
1825 newdlprefiles= 1825 newdlprefiles=
1826 passes="conv scan dlopen dlpreopen link" 1826 passes="conv scan dlopen dlpreopen link"
1827 ;; 1827 ;;
1828 *) passes="conv" 1828 *) passes="conv"
1829 ;; 1829 ;;
1830 esac 1830 esac
1831 for pass in $passes; do 1831 for pass in $passes; do
1832 if test "$linkmode,$pass" = "lib,link" || 1832 if test "$linkmode,$pass" = "lib,link" ||
1833 test "$linkmode,$pass" = "prog,scan"; then 1833 test "$linkmode,$pass" = "prog,scan"; then
1834 libs="$deplibs" 1834 libs="$deplibs"
1835 deplibs= 1835 deplibs=
1836 fi 1836 fi
1837 if test "$linkmode" = prog; then 1837 if test "$linkmode" = prog; then
1838 case $pass in 1838 case $pass in
1839 dlopen) libs="$dlfiles" ;; 1839 dlopen) libs="$dlfiles" ;;
1840 dlpreopen) libs="$dlprefiles" ;; 1840 dlpreopen) libs="$dlprefiles" ;;
1841 link) 1841 link)
1842 libs="$deplibs %DEPLIBS%" 1842 libs="$deplibs %DEPLIBS%"
1843 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" 1843 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
1844 ;; 1844 ;;
1845 esac 1845 esac
1846 fi 1846 fi
1847 if test "$pass" = dlopen; then 1847 if test "$pass" = dlopen; then
1848 # Collect dlpreopened libraries 1848 # Collect dlpreopened libraries
1849 save_deplibs="$deplibs" 1849 save_deplibs="$deplibs"
1850 deplibs= 1850 deplibs=
1851 fi 1851 fi
1852 for deplib in $libs; do 1852 for deplib in $libs; do
1853 lib= 1853 lib=
1854 found=no 1854 found=no
1855 case $deplib in 1855 case $deplib in
1856 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) 1856 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
1857 if test "$linkmode,$pass" = "prog,link"; then 1857 if test "$linkmode,$pass" = "prog,link"; then
1858 compile_deplibs="$deplib $compile_deplibs" 1858 compile_deplibs="$deplib $compile_deplibs"
1859 finalize_deplibs="$deplib $finalize_deplibs" 1859 finalize_deplibs="$deplib $finalize_deplibs"
1860 else 1860 else
1861 deplibs="$deplib $deplibs" 1861 deplibs="$deplib $deplibs"
1862 fi 1862 fi
1863 continue 1863 continue
1864 ;; 1864 ;;
1865 -l*) 1865 -l*)
1866 if test "$linkmode" != lib && test "$linkmode" != prog; then 1866 if test "$linkmode" != lib && test "$linkmode" != prog; then
1867 $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2 1867 $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2
1868 continue 1868 continue
1869 fi 1869 fi
1870 if test "$pass" = conv; then 1870 if test "$pass" = conv; then
1871 deplibs="$deplib $deplibs" 1871 deplibs="$deplib $deplibs"
1872 continue 1872 continue
1873 fi 1873 fi
1874 name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` 1874 name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
1875 for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do 1875 for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
1876 for search_ext in .la $std_shrext .so .a; do 1876 for search_ext in .la $std_shrext .so .a; do
1877 # Search the libtool library 1877 # Search the libtool library
1878 lib="$searchdir/lib${name}${search_ext}" 1878 lib="$searchdir/lib${name}${search_ext}"
1879 if test -f "$lib"; then 1879 if test -f "$lib"; then
1880 if test "$search_ext" = ".la"; then 1880 if test "$search_ext" = ".la"; then
1881 found=yes 1881 found=yes
1882 else 1882 else
1883 found=no 1883 found=no
1884 fi 1884 fi
1885 break 2 1885 break 2
1886 fi 1886 fi
1887 done 1887 done
1888 done 1888 done
1889 if test "$found" != yes; then 1889 if test "$found" != yes; then
1890 # deplib doesn't seem to be a libtool library 1890 # deplib doesn't seem to be a libtool library
1891 if test "$linkmode,$pass" = "prog,link"; then 1891 if test "$linkmode,$pass" = "prog,link"; then
1892 compile_deplibs="$deplib $compile_deplibs" 1892 compile_deplibs="$deplib $compile_deplibs"
1893 finalize_deplibs="$deplib $finalize_deplibs" 1893 finalize_deplibs="$deplib $finalize_deplibs"
1894 else 1894 else
1895 deplibs="$deplib $deplibs" 1895 deplibs="$deplib $deplibs"
1896 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" 1896 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
1897 fi 1897 fi
1898 continue 1898 continue
1899 else # deplib is a libtool library 1899 else # deplib is a libtool library
1900 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, 1900 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
1901 # We need to do some special things here, and not later. 1901 # We need to do some special things here, and not later.
1902 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 1902 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
1903 case " $predeps $postdeps " in 1903 case " $predeps $postdeps " in
1904 *" $deplib "*) 1904 *" $deplib "*)
1905 if (${SED} -e '2q' $lib | 1905 if (${SED} -e '2q' $lib |
1906 grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 1906 grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
1907 library_names= 1907 library_names=
1908 old_library= 1908 old_library=
1909 case $lib in 1909 case $lib in
1910 */* | *\\*) . $lib ;; 1910 */* | *\\*) . $lib ;;
1911 *) . ./$lib ;; 1911 *) . ./$lib ;;
1912 esac 1912 esac
1913 for l in $old_library $library_names; do 1913 for l in $old_library $library_names; do
1914 ll="$l" 1914 ll="$l"
1915 done 1915 done
1916 if test "X$ll" = "X$old_library" ; then # only static version available 1916 if test "X$ll" = "X$old_library" ; then # only static version available
1917 found=no 1917 found=no
1918 ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` 1918 ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
1919 test "X$ladir" = "X$lib" && ladir="." 1919 test "X$ladir" = "X$lib" && ladir="."
1920 lib=$ladir/$old_library 1920 lib=$ladir/$old_library
1921 if test "$linkmode,$pass" = "prog,link"; then 1921 if test "$linkmode,$pass" = "prog,link"; then
1922 compile_deplibs="$deplib $compile_deplibs" 1922 compile_deplibs="$deplib $compile_deplibs"
1923 finalize_deplibs="$deplib $finalize_deplibs" 1923 finalize_deplibs="$deplib $finalize_deplibs"
1924 else 1924 else
1925 deplibs="$deplib $deplibs" 1925 deplibs="$deplib $deplibs"
1926 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" 1926 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
1927 fi 1927 fi
1928 continue 1928 continue
1929 fi 1929 fi
1930 fi 1930 fi
1931 ;; 1931 ;;
1932 *) ;; 1932 *) ;;
1933 esac 1933 esac
1934 fi 1934 fi
1935 fi 1935 fi
1936 ;; # -l 1936 ;; # -l
1937 -L*) 1937 -L*)
1938 case $linkmode in 1938 case $linkmode in
1939 lib) 1939 lib)
1940 deplibs="$deplib $deplibs" 1940 deplibs="$deplib $deplibs"
1941 test "$pass" = conv && continue 1941 test "$pass" = conv && continue
1942 newdependency_libs="$deplib $newdependency_libs" 1942 newdependency_libs="$deplib $newdependency_libs"
1943 newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` 1943 newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
1944 ;; 1944 ;;
1945 prog) 1945 prog)
1946 if test "$pass" = conv; then 1946 if test "$pass" = conv; then
1947 deplibs="$deplib $deplibs" 1947 deplibs="$deplib $deplibs"
1948 continue 1948 continue
1949 fi 1949 fi
1950 if test "$pass" = scan; then 1950 if test "$pass" = scan; then
1951 deplibs="$deplib $deplibs" 1951 deplibs="$deplib $deplibs"
1952 else 1952 else
1953 compile_deplibs="$deplib $compile_deplibs" 1953 compile_deplibs="$deplib $compile_deplibs"
1954 finalize_deplibs="$deplib $finalize_deplibs" 1954 finalize_deplibs="$deplib $finalize_deplibs"
1955 fi 1955 fi
1956 newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` 1956 newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
1957 ;; 1957 ;;
1958 *) 1958 *)
1959 $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2 1959 $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2
1960 ;; 1960 ;;
1961 esac # linkmode 1961 esac # linkmode
1962 continue 1962 continue
1963 ;; # -L 1963 ;; # -L
1964 -R*) 1964 -R*)
1965 if test "$pass" = link; then 1965 if test "$pass" = link; then
1966 dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` 1966 dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
1967 # Make sure the xrpath contains only unique directories. 1967 # Make sure the xrpath contains only unique directories.
1968 case "$xrpath " in 1968 case "$xrpath " in
1969 *" $dir "*) ;; 1969 *" $dir "*) ;;
1970 *) xrpath="$xrpath $dir" ;; 1970 *) xrpath="$xrpath $dir" ;;
1971 esac 1971 esac
1972 fi 1972 fi
1973 deplibs="$deplib $deplibs" 1973 deplibs="$deplib $deplibs"
1974 continue 1974 continue
1975 ;; 1975 ;;
1976 *.la) lib="$deplib" ;; 1976 *.la) lib="$deplib" ;;
1977 *.$libext) 1977 *.$libext)
1978 if test "$pass" = conv; then 1978 if test "$pass" = conv; then
1979 deplibs="$deplib $deplibs" 1979 deplibs="$deplib $deplibs"
1980 continue 1980 continue
1981 fi 1981 fi
1982 case $linkmode in 1982 case $linkmode in
1983 lib) 1983 lib)
1984 if test "$deplibs_check_method" != pass_all; then 1984 if test "$deplibs_check_method" != pass_all; then
1985 $echo 1985 $echo
1986 $echo "*** Warning: Trying to link with static lib archive $deplib." 1986 $echo "*** Warning: Trying to link with static lib archive $deplib."
1987 $echo "*** I have the capability to make that library automatically link in when" 1987 $echo "*** I have the capability to make that library automatically link in when"
1988 $echo "*** you link to this library. But I can only do this if you have a" 1988 $echo "*** you link to this library. But I can only do this if you have a"
1989 $echo "*** shared version of the library, which you do not appear to have" 1989 $echo "*** shared version of the library, which you do not appear to have"
1990 $echo "*** because the file extensions .$libext of this argument makes me believe" 1990 $echo "*** because the file extensions .$libext of this argument makes me believe"
1991 $echo "*** that it is just a static archive that I should not used here." 1991 $echo "*** that it is just a static archive that I should not used here."
1992 else 1992 else
1993 $echo 1993 $echo
1994 $echo "*** Warning: Linking the shared library $output against the" 1994 $echo "*** Warning: Linking the shared library $output against the"
1995 $echo "*** static library $deplib is not portable!" 1995 $echo "*** static library $deplib is not portable!"
1996 deplibs="$deplib $deplibs" 1996 deplibs="$deplib $deplibs"
1997 fi 1997 fi
1998 continue 1998 continue
1999 ;; 1999 ;;
2000 prog) 2000 prog)
2001 if test "$pass" != link; then 2001 if test "$pass" != link; then
2002 deplibs="$deplib $deplibs" 2002 deplibs="$deplib $deplibs"
2003 else 2003 else
2004 compile_deplibs="$deplib $compile_deplibs" 2004 compile_deplibs="$deplib $compile_deplibs"
2005 finalize_deplibs="$deplib $finalize_deplibs" 2005 finalize_deplibs="$deplib $finalize_deplibs"
2006 fi 2006 fi
2007 continue 2007 continue
2008 ;; 2008 ;;
2009 esac # linkmode 2009 esac # linkmode
2010 ;; # *.$libext 2010 ;; # *.$libext
2011 *.lo | *.$objext) 2011 *.lo | *.$objext)
2012 if test "$pass" = conv; then 2012 if test "$pass" = conv; then
2013 deplibs="$deplib $deplibs" 2013 deplibs="$deplib $deplibs"
2014 elif test "$linkmode" = prog; then 2014 elif test "$linkmode" = prog; then
2015 if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then 2015 if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
2016 # If there is no dlopen support or we're linking statically, 2016 # If there is no dlopen support or we're linking statically,
2017 # we need to preload. 2017 # we need to preload.
2018 newdlprefiles="$newdlprefiles $deplib" 2018 newdlprefiles="$newdlprefiles $deplib"
2019 compile_deplibs="$deplib $compile_deplibs" 2019 compile_deplibs="$deplib $compile_deplibs"
2020 finalize_deplibs="$deplib $finalize_deplibs" 2020 finalize_deplibs="$deplib $finalize_deplibs"
2021 else 2021 else
2022 newdlfiles="$newdlfiles $deplib" 2022 newdlfiles="$newdlfiles $deplib"
2023 fi 2023 fi
2024 fi 2024 fi
2025 continue 2025 continue
2026 ;; 2026 ;;
2027 %DEPLIBS%) 2027 %DEPLIBS%)
2028 alldeplibs=yes 2028 alldeplibs=yes
2029 continue 2029 continue
2030 ;; 2030 ;;
2031 esac # case $deplib 2031 esac # case $deplib
2032 if test "$found" = yes || test -f "$lib"; then : 2032 if test "$found" = yes || test -f "$lib"; then :
2033 else 2033 else
2034 $echo "$modename: cannot find the library \`$lib'" 1>&2 2034 $echo "$modename: cannot find the library \`$lib'" 1>&2
2035 exit $EXIT_FAILURE 2035 exit $EXIT_FAILURE
2036 fi 2036 fi
2037 2037
2038 # Check to see that this really is a libtool archive. 2038 # Check to see that this really is a libtool archive.
2039 if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 2039 if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
2040 else 2040 else
2041 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 2041 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
2042 exit $EXIT_FAILURE 2042 exit $EXIT_FAILURE
2043 fi 2043 fi
2044 2044
2045 ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` 2045 ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
2046 test "X$ladir" = "X$lib" && ladir="." 2046 test "X$ladir" = "X$lib" && ladir="."
2047 2047
2048 dlname= 2048 dlname=
2049 dlopen= 2049 dlopen=
2050 dlpreopen= 2050 dlpreopen=
2051 libdir= 2051 libdir=
2052 library_names= 2052 library_names=
2053 old_library= 2053 old_library=
2054 # If the library was installed with an old release of libtool, 2054 # If the library was installed with an old release of libtool,
2055 # it will not redefine variables installed, or shouldnotlink 2055 # it will not redefine variables installed, or shouldnotlink
2056 installed=yes 2056 installed=yes
2057 shouldnotlink=no 2057 shouldnotlink=no
2058 2058
2059 # Read the .la file 2059 # Read the .la file
2060 case $lib in 2060 case $lib in
2061 */* | *\\*) . $lib ;; 2061 */* | *\\*) . $lib ;;
2062 *) . ./$lib ;; 2062 *) . ./$lib ;;
2063 esac 2063 esac
2064 2064
2065 if test "$linkmode,$pass" = "lib,link" || 2065 if test "$linkmode,$pass" = "lib,link" ||
2066 test "$linkmode,$pass" = "prog,scan" || 2066 test "$linkmode,$pass" = "prog,scan" ||
2067 { test "$linkmode" != prog && test "$linkmode" != lib; }; then 2067 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
2068 test -n "$dlopen" && dlfiles="$dlfiles $dlopen" 2068 test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
2069 test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" 2069 test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
2070 fi 2070 fi
2071 2071
2072 if test "$pass" = conv; then 2072 if test "$pass" = conv; then
2073 # Only check for convenience libraries 2073 # Only check for convenience libraries
2074 deplibs="$lib $deplibs" 2074 deplibs="$lib $deplibs"
2075 if test -z "$libdir"; then 2075 if test -z "$libdir"; then
2076 if test -z "$old_library"; then 2076 if test -z "$old_library"; then
2077 $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 2077 $echo "$modename: cannot find name of link library for \`$lib'" 1>&2
2078 exit $EXIT_FAILURE 2078 exit $EXIT_FAILURE
2079 fi 2079 fi
2080 # It is a libtool convenience library, so add in its objects. 2080 # It is a libtool convenience library, so add in its objects.
2081 convenience="$convenience $ladir/$objdir/$old_library" 2081 convenience="$convenience $ladir/$objdir/$old_library"
2082 old_convenience="$old_convenience $ladir/$objdir/$old_library" 2082 old_convenience="$old_convenience $ladir/$objdir/$old_library"
2083 tmp_libs= 2083 tmp_libs=
2084 for deplib in $dependency_libs; do 2084 for deplib in $dependency_libs; do
2085 deplibs="$deplib $deplibs" 2085 deplibs="$deplib $deplibs"
2086 if test "X$duplicate_deps" = "Xyes" ; then 2086 if test "X$duplicate_deps" = "Xyes" ; then
2087 case "$tmp_libs " in 2087 case "$tmp_libs " in
2088 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 2088 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
2089 esac 2089 esac
2090 fi 2090 fi
2091 tmp_libs="$tmp_libs $deplib" 2091 tmp_libs="$tmp_libs $deplib"
2092 done 2092 done
2093 elif test "$linkmode" != prog && test "$linkmode" != lib; then 2093 elif test "$linkmode" != prog && test "$linkmode" != lib; then
2094 $echo "$modename: \`$lib' is not a convenience library" 1>&2 2094 $echo "$modename: \`$lib' is not a convenience library" 1>&2
2095 exit $EXIT_FAILURE 2095 exit $EXIT_FAILURE
2096 fi 2096 fi
2097 continue 2097 continue
2098 fi # $pass = conv 2098 fi # $pass = conv
2099 2099
2100 2100
2101 # Get the name of the library we link against. 2101 # Get the name of the library we link against.
2102 linklib= 2102 linklib=
2103 for l in $old_library $library_names; do 2103 for l in $old_library $library_names; do
2104 linklib="$l" 2104 linklib="$l"
2105 done 2105 done
2106 if test -z "$linklib"; then 2106 if test -z "$linklib"; then
2107 $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 2107 $echo "$modename: cannot find name of link library for \`$lib'" 1>&2
2108 exit $EXIT_FAILURE 2108 exit $EXIT_FAILURE
2109 fi 2109 fi
2110 2110
2111 # This library was specified with -dlopen. 2111 # This library was specified with -dlopen.
2112 if test "$pass" = dlopen; then 2112 if test "$pass" = dlopen; then
2113 if test -z "$libdir"; then 2113 if test -z "$libdir"; then
2114 $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 2114 $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2
2115 exit $EXIT_FAILURE 2115 exit $EXIT_FAILURE
2116 fi 2116 fi
2117 if test -z "$dlname" || 2117 if test -z "$dlname" ||
2118 test "$dlopen_support" != yes || 2118 test "$dlopen_support" != yes ||
2119 test "$build_libtool_libs" = no; then 2119 test "$build_libtool_libs" = no; then
2120 # If there is no dlname, no dlopen support or we're linking 2120 # If there is no dlname, no dlopen support or we're linking
2121 # statically, we need to preload. We also need to preload any 2121 # statically, we need to preload. We also need to preload any
2122 # dependent libraries so libltdl's deplib preloader doesn't 2122 # dependent libraries so libltdl's deplib preloader doesn't
2123 # bomb out in the load deplibs phase. 2123 # bomb out in the load deplibs phase.
2124 dlprefiles="$dlprefiles $lib $dependency_libs" 2124 dlprefiles="$dlprefiles $lib $dependency_libs"
2125 else 2125 else
2126 newdlfiles="$newdlfiles $lib" 2126 newdlfiles="$newdlfiles $lib"
2127 fi 2127 fi
2128 continue 2128 continue
2129 fi # $pass = dlopen 2129 fi # $pass = dlopen
2130 2130
2131 # We need an absolute path. 2131 # We need an absolute path.
2132 case $ladir in 2132 case $ladir in
2133 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; 2133 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
2134 *) 2134 *)
2135 abs_ladir=`cd "$ladir" && pwd` 2135 abs_ladir=`cd "$ladir" && pwd`
2136 if test -z "$abs_ladir"; then 2136 if test -z "$abs_ladir"; then
2137 $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2 2137 $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2
2138 $echo "$modename: passing it literally to the linker, although it might fail" 1>&2 2138 $echo "$modename: passing it literally to the linker, although it might fail" 1>&2
2139 abs_ladir="$ladir" 2139 abs_ladir="$ladir"
2140 fi 2140 fi
2141 ;; 2141 ;;
2142 esac 2142 esac
2143 laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` 2143 laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
2144 2144
2145 # Find the relevant object directory and library name. 2145 # Find the relevant object directory and library name.
2146 if test "X$installed" = Xyes; then 2146 if test "X$installed" = Xyes; then
2147 if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then 2147 if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
2148 $echo "$modename: warning: library \`$lib' was moved." 1>&2 2148 $echo "$modename: warning: library \`$lib' was moved." 1>&2
2149 dir="$ladir" 2149 dir="$ladir"
2150 absdir="$abs_ladir" 2150 absdir="$abs_ladir"
2151 libdir="$abs_ladir" 2151 libdir="$abs_ladir"
2152 else 2152 else
2153 dir="$libdir" 2153 dir="$libdir"
2154 absdir="$libdir" 2154 absdir="$libdir"
2155 fi 2155 fi
2156 else 2156 else
2157 dir="$ladir/$objdir" 2157 dir="$ladir/$objdir"
2158 absdir="$abs_ladir/$objdir" 2158 absdir="$abs_ladir/$objdir"
2159 # Remove this search path later 2159 # Remove this search path later
2160 notinst_path="$notinst_path $abs_ladir" 2160 notinst_path="$notinst_path $abs_ladir"
2161 fi # $installed = yes 2161 fi # $installed = yes
2162 name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` 2162 name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
2163 2163
2164 # This library was specified with -dlpreopen. 2164 # This library was specified with -dlpreopen.
2165 if test "$pass" = dlpreopen; then 2165 if test "$pass" = dlpreopen; then
2166 if test -z "$libdir"; then 2166 if test -z "$libdir"; then
2167 $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 2167 $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2
2168 exit $EXIT_FAILURE 2168 exit $EXIT_FAILURE
2169 fi 2169 fi
2170 # Prefer using a static library (so that no silly _DYNAMIC symbols 2170 # Prefer using a static library (so that no silly _DYNAMIC symbols
2171 # are required to link). 2171 # are required to link).
2172 if test -n "$old_library"; then 2172 if test -n "$old_library"; then
2173 newdlprefiles="$newdlprefiles $dir/$old_library" 2173 newdlprefiles="$newdlprefiles $dir/$old_library"
2174 # Otherwise, use the dlname, so that lt_dlopen finds it. 2174 # Otherwise, use the dlname, so that lt_dlopen finds it.
2175 elif test -n "$dlname"; then 2175 elif test -n "$dlname"; then
2176 newdlprefiles="$newdlprefiles $dir/$dlname" 2176 newdlprefiles="$newdlprefiles $dir/$dlname"
2177 else 2177 else
2178 newdlprefiles="$newdlprefiles $dir/$linklib" 2178 newdlprefiles="$newdlprefiles $dir/$linklib"
2179 fi 2179 fi
2180 fi # $pass = dlpreopen 2180 fi # $pass = dlpreopen
2181 2181
2182 if test -z "$libdir"; then 2182 if test -z "$libdir"; then
2183 # Link the convenience library 2183 # Link the convenience library
2184 if test "$linkmode" = lib; then 2184 if test "$linkmode" = lib; then
2185 deplibs="$dir/$old_library $deplibs" 2185 deplibs="$dir/$old_library $deplibs"
2186 elif test "$linkmode,$pass" = "prog,link"; then 2186 elif test "$linkmode,$pass" = "prog,link"; then
2187 compile_deplibs="$dir/$old_library $compile_deplibs" 2187 compile_deplibs="$dir/$old_library $compile_deplibs"
2188 finalize_deplibs="$dir/$old_library $finalize_deplibs" 2188 finalize_deplibs="$dir/$old_library $finalize_deplibs"
2189 else 2189 else
2190 deplibs="$lib $deplibs" # used for prog,scan pass 2190 deplibs="$lib $deplibs" # used for prog,scan pass
2191 fi 2191 fi
2192 continue 2192 continue
2193 fi 2193 fi
2194 2194
2195 2195
2196 if test "$linkmode" = prog && test "$pass" != link; then 2196 if test "$linkmode" = prog && test "$pass" != link; then
2197 newlib_search_path="$newlib_search_path $ladir" 2197 newlib_search_path="$newlib_search_path $ladir"
2198 deplibs="$lib $deplibs" 2198 deplibs="$lib $deplibs"
2199 2199
2200 linkalldeplibs=no 2200 linkalldeplibs=no
2201 if test "$link_all_deplibs" != no || test -z "$library_names" || 2201 if test "$link_all_deplibs" != no || test -z "$library_names" ||
2202 test "$build_libtool_libs" = no; then 2202 test "$build_libtool_libs" = no; then
2203 linkalldeplibs=yes 2203 linkalldeplibs=yes
2204 fi 2204 fi
2205 2205
2206 tmp_libs= 2206 tmp_libs=
2207 for deplib in $dependency_libs; do 2207 for deplib in $dependency_libs; do
2208 case $deplib in 2208 case $deplib in
2209 -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test 2209 -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
2210 esac 2210 esac
2211 # Need to link against all dependency_libs? 2211 # Need to link against all dependency_libs?
2212 if test "$linkalldeplibs" = yes; then 2212 if test "$linkalldeplibs" = yes; then
2213 deplibs="$deplib $deplibs" 2213 deplibs="$deplib $deplibs"
2214 else 2214 else
2215 # Need to hardcode shared library paths 2215 # Need to hardcode shared library paths
2216 # or/and link against static libraries 2216 # or/and link against static libraries
2217 newdependency_libs="$deplib $newdependency_libs" 2217 newdependency_libs="$deplib $newdependency_libs"
2218 fi 2218 fi
2219 if test "X$duplicate_deps" = "Xyes" ; then 2219 if test "X$duplicate_deps" = "Xyes" ; then
2220 case "$tmp_libs " in 2220 case "$tmp_libs " in
2221 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 2221 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
2222 esac 2222 esac
2223 fi 2223 fi
2224 tmp_libs="$tmp_libs $deplib" 2224 tmp_libs="$tmp_libs $deplib"
2225 done # for deplib 2225 done # for deplib
2226 continue 2226 continue
2227 fi # $linkmode = prog... 2227 fi # $linkmode = prog...
2228 2228
2229 if test "$linkmode,$pass" = "prog,link"; then 2229 if test "$linkmode,$pass" = "prog,link"; then
2230 if test -n "$library_names" && 2230 if test -n "$library_names" &&
2231 { test "$prefer_static_libs" = no || test -z "$old_library"; }; then 2231 { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
2232 # We need to hardcode the library path 2232 # We need to hardcode the library path
2233 if test -n "$shlibpath_var"; then 2233 if test -n "$shlibpath_var"; then
2234 # Make sure the rpath contains only unique directories. 2234 # Make sure the rpath contains only unique directories.
2235 case "$temp_rpath " in 2235 case "$temp_rpath " in
2236 *" $dir "*) ;; 2236 *" $dir "*) ;;
2237 *" $absdir "*) ;; 2237 *" $absdir "*) ;;
2238 *) temp_rpath="$temp_rpath $dir" ;; 2238 *) temp_rpath="$temp_rpath $dir" ;;
2239 esac 2239 esac
2240 fi 2240 fi
2241 2241
2242 # Hardcode the library path. 2242 # Hardcode the library path.
2243 # Skip directories that are in the system default run-time 2243 # Skip directories that are in the system default run-time
2244 # search path. 2244 # search path.
2245 case " $sys_lib_dlsearch_path " in 2245 case " $sys_lib_dlsearch_path " in
2246 *" $absdir "*) ;; 2246 *" $absdir "*) ;;
2247 *) 2247 *)
2248 case "$compile_rpath " in 2248 case "$compile_rpath " in
2249 *" $absdir "*) ;; 2249 *" $absdir "*) ;;
2250 *) compile_rpath="$compile_rpath $absdir" 2250 *) compile_rpath="$compile_rpath $absdir"
2251 esac 2251 esac
2252 ;; 2252 ;;
2253 esac 2253 esac
2254 case " $sys_lib_dlsearch_path " in 2254 case " $sys_lib_dlsearch_path " in
2255 *" $libdir "*) ;; 2255 *" $libdir "*) ;;
2256 *) 2256 *)
2257 case "$finalize_rpath " in 2257 case "$finalize_rpath " in
2258 *" $libdir "*) ;; 2258 *" $libdir "*) ;;
2259 *) finalize_rpath="$finalize_rpath $libdir" 2259 *) finalize_rpath="$finalize_rpath $libdir"
2260 esac 2260 esac
2261 ;; 2261 ;;
2262 esac 2262 esac
2263 fi # $linkmode,$pass = prog,link... 2263 fi # $linkmode,$pass = prog,link...
2264 2264
2265 if test "$alldeplibs" = yes && 2265 if test "$alldeplibs" = yes &&
2266 { test "$deplibs_check_method" = pass_all || 2266 { test "$deplibs_check_method" = pass_all ||
2267 { test "$build_libtool_libs" = yes && 2267 { test "$build_libtool_libs" = yes &&
2268 test -n "$library_names"; }; }; then 2268 test -n "$library_names"; }; }; then
2269 # We only need to search for static libraries 2269 # We only need to search for static libraries
2270 continue 2270 continue
2271 fi 2271 fi
2272 fi 2272 fi
2273 2273
2274 link_static=no # Whether the deplib will be linked statically 2274 link_static=no # Whether the deplib will be linked statically
2275 if test -n "$library_names" && 2275 if test -n "$library_names" &&
2276 { test "$prefer_static_libs" = no || test -z "$old_library"; }; then 2276 { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
2277 if test "$installed" = no; then 2277 if test "$installed" = no; then
2278 notinst_deplibs="$notinst_deplibs $lib" 2278 notinst_deplibs="$notinst_deplibs $lib"
2279 need_relink=yes 2279 need_relink=yes
2280 fi 2280 fi
2281 # This is a shared library 2281 # This is a shared library
2282 2282
2283 # Warn about portability, can't link against -module's on 2283 # Warn about portability, can't link against -module's on
2284 # some systems (darwin) 2284 # some systems (darwin)
2285 if test "$shouldnotlink" = yes && test "$pass" = link ; then 2285 if test "$shouldnotlink" = yes && test "$pass" = link ; then
2286 $echo 2286 $echo
2287 if test "$linkmode" = prog; then 2287 if test "$linkmode" = prog; then
2288 $echo "*** Warning: Linking the executable $output against the loadable module" 2288 $echo "*** Warning: Linking the executable $output against the loadable module"
2289 else 2289 else
2290 $echo "*** Warning: Linking the shared library $output against the loadable module" 2290 $echo "*** Warning: Linking the shared library $output against the loadable module"
2291 fi 2291 fi
2292 $echo "*** $linklib is not portable!" 2292 $echo "*** $linklib is not portable!"
2293 fi 2293 fi
2294 if test "$linkmode" = lib && 2294 if test "$linkmode" = lib &&
2295 test "$hardcode_into_libs" = yes; then 2295 test "$hardcode_into_libs" = yes; then
2296 # Hardcode the library path. 2296 # Hardcode the library path.
2297 # Skip directories that are in the system default run-time 2297 # Skip directories that are in the system default run-time
2298 # search path. 2298 # search path.
2299 case " $sys_lib_dlsearch_path " in 2299 case " $sys_lib_dlsearch_path " in
2300 *" $absdir "*) ;; 2300 *" $absdir "*) ;;
2301 *) 2301 *)
2302 case "$compile_rpath " in 2302 case "$compile_rpath " in
2303 *" $absdir "*) ;; 2303 *" $absdir "*) ;;
2304 *) compile_rpath="$compile_rpath $absdir" 2304 *) compile_rpath="$compile_rpath $absdir"
2305 esac 2305 esac
2306 ;; 2306 ;;
2307 esac 2307 esac
2308 case " $sys_lib_dlsearch_path " in 2308 case " $sys_lib_dlsearch_path " in
2309 *" $libdir "*) ;; 2309 *" $libdir "*) ;;
2310 *) 2310 *)
2311 case "$finalize_rpath " in 2311 case "$finalize_rpath " in
2312 *" $libdir "*) ;; 2312 *" $libdir "*) ;;
2313 *) finalize_rpath="$finalize_rpath $libdir" 2313 *) finalize_rpath="$finalize_rpath $libdir"
2314 esac 2314 esac
2315 ;; 2315 ;;
2316 esac 2316 esac
2317 fi 2317 fi
2318 2318
2319 if test -n "$old_archive_from_expsyms_cmds"; then 2319 if test -n "$old_archive_from_expsyms_cmds"; then
2320 # figure out the soname 2320 # figure out the soname
2321 set dummy $library_names 2321 set dummy $library_names
2322 realname="$2" 2322 realname="$2"
2323 shift; shift 2323 shift; shift
2324 libname=`eval \\$echo \"$libname_spec\"` 2324 libname=`eval \\$echo \"$libname_spec\"`
2325 # use dlname if we got it. it's perfectly good, no? 2325 # use dlname if we got it. it's perfectly good, no?
2326 if test -n "$dlname"; then 2326 if test -n "$dlname"; then
2327 soname="$dlname" 2327 soname="$dlname"
2328 elif test -n "$soname_spec"; then 2328 elif test -n "$soname_spec"; then
2329 # bleh windows 2329 # bleh windows
2330 case $host in 2330 case $host in
2331 *cygwin* | mingw*) 2331 *cygwin* | mingw*)
2332 major=`expr $current - $age` 2332 major=`expr $current - $age`
2333 versuffix="-$major" 2333 versuffix="-$major"
2334 ;; 2334 ;;
2335 esac 2335 esac
2336 eval soname=\"$soname_spec\" 2336 eval soname=\"$soname_spec\"
2337 else 2337 else
2338 soname="$realname" 2338 soname="$realname"
2339 fi 2339 fi
2340 2340
2341 # Make a new name for the extract_expsyms_cmds to use 2341 # Make a new name for the extract_expsyms_cmds to use
2342 soroot="$soname" 2342 soroot="$soname"
2343 soname=`$echo $soroot | ${SED} -e 's/^.*\///'` 2343 soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
2344 newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" 2344 newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
2345 2345
2346 # If the library has no export list, then create one now 2346 # If the library has no export list, then create one now
2347 if test -f "$output_objdir/$soname-def"; then : 2347 if test -f "$output_objdir/$soname-def"; then :
2348 else 2348 else
2349 $show "extracting exported symbol list from \`$soname'" 2349 $show "extracting exported symbol list from \`$soname'"
2350 save_ifs="$IFS"; IFS='~' 2350 save_ifs="$IFS"; IFS='~'
2351 cmds=$extract_expsyms_cmds 2351 cmds=$extract_expsyms_cmds
2352 for cmd in $cmds; do 2352 for cmd in $cmds; do
2353 IFS="$save_ifs" 2353 IFS="$save_ifs"
2354 eval cmd=\"$cmd\" 2354 eval cmd=\"$cmd\"
2355 $show "$cmd" 2355 $show "$cmd"
2356 $run eval "$cmd" || exit $? 2356 $run eval "$cmd" || exit $?
2357 done 2357 done
2358 IFS="$save_ifs" 2358 IFS="$save_ifs"
2359 fi 2359 fi
2360 2360
2361 # Create $newlib 2361 # Create $newlib
2362 if test -f "$output_objdir/$newlib"; then :; else 2362 if test -f "$output_objdir/$newlib"; then :; else
2363 $show "generating import library for \`$soname'" 2363 $show "generating import library for \`$soname'"
2364 save_ifs="$IFS"; IFS='~' 2364 save_ifs="$IFS"; IFS='~'
2365 cmds=$old_archive_from_expsyms_cmds 2365 cmds=$old_archive_from_expsyms_cmds
2366 for cmd in $cmds; do 2366 for cmd in $cmds; do
2367 IFS="$save_ifs" 2367 IFS="$save_ifs"
2368 eval cmd=\"$cmd\" 2368 eval cmd=\"$cmd\"
2369 $show "$cmd" 2369 $show "$cmd"
2370 $run eval "$cmd" || exit $? 2370 $run eval "$cmd" || exit $?
2371 done 2371 done
2372 IFS="$save_ifs" 2372 IFS="$save_ifs"
2373 fi 2373 fi
2374 # make sure the library variables are pointing to the new library 2374 # make sure the library variables are pointing to the new library
2375 dir=$output_objdir 2375 dir=$output_objdir
2376 linklib=$newlib 2376 linklib=$newlib
2377 fi # test -n "$old_archive_from_expsyms_cmds" 2377 fi # test -n "$old_archive_from_expsyms_cmds"
2378 2378
2379 if test "$linkmode" = prog || test "$mode" != relink; then 2379 if test "$linkmode" = prog || test "$mode" != relink; then
2380 add_shlibpath= 2380 add_shlibpath=
2381 add_dir= 2381 add_dir=
2382 add= 2382 add=
2383 lib_linked=yes 2383 lib_linked=yes
2384 case $hardcode_action in 2384 case $hardcode_action in
2385 immediate | unsupported) 2385 immediate | unsupported)
2386 if test "$hardcode_direct" = no; then 2386 if test "$hardcode_direct" = no; then
2387 add="$dir/$linklib" 2387 add="$dir/$linklib"
2388 case $host in 2388 case $host in
2389 *-*-sco3.2v5* ) add_dir="-L$dir" ;; 2389 *-*-sco3.2v5* ) add_dir="-L$dir" ;;
2390 *-*-darwin* ) 2390 *-*-darwin* )
2391 # if the lib is a module then we can not link against 2391 # if the lib is a module then we can not link against
2392 # it, someone is ignoring the new warnings I added 2392 # it, someone is ignoring the new warnings I added
2393 if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then 2393 if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then
2394 $echo "** Warning, lib $linklib is a module, not a shared library" 2394 $echo "** Warning, lib $linklib is a module, not a shared library"
2395 if test -z "$old_library" ; then 2395 if test -z "$old_library" ; then
2396 $echo 2396 $echo
2397 $echo "** And there doesn't seem to be a static archive available" 2397 $echo "** And there doesn't seem to be a static archive available"
2398 $echo "** The link will probably fail, sorry" 2398 $echo "** The link will probably fail, sorry"
2399 else 2399 else
2400 add="$dir/$old_library" 2400 add="$dir/$old_library"
2401 fi 2401 fi
2402 fi 2402 fi
2403 esac 2403 esac
2404 elif test "$hardcode_minus_L" = no; then 2404 elif test "$hardcode_minus_L" = no; then
2405 case $host in 2405 case $host in
2406 *-*-sunos*) add_shlibpath="$dir" ;; 2406 *-*-sunos*) add_shlibpath="$dir" ;;
2407 esac 2407 esac
2408 add_dir="-L$dir" 2408 add_dir="-L$dir"
2409 add="-l$name" 2409 add="-l$name"
2410 elif test "$hardcode_shlibpath_var" = no; then 2410 elif test "$hardcode_shlibpath_var" = no; then
2411 add_shlibpath="$dir" 2411 add_shlibpath="$dir"
2412 add="-l$name" 2412 add="-l$name"
2413 else 2413 else
2414 lib_linked=no 2414 lib_linked=no
2415 fi 2415 fi
2416 ;; 2416 ;;
2417 relink) 2417 relink)
2418 if test "$hardcode_direct" = yes; then 2418 if test "$hardcode_direct" = yes; then
2419 add="$dir/$linklib" 2419 add="$dir/$linklib"
2420 elif test "$hardcode_minus_L" = yes; then 2420 elif test "$hardcode_minus_L" = yes; then
2421 add_dir="-L$dir" 2421 add_dir="-L$dir"
2422 # Try looking first in the location we're being installed to. 2422 # Try looking first in the location we're being installed to.
2423 if test -n "$inst_prefix_dir"; then 2423 if test -n "$inst_prefix_dir"; then
2424 case "$libdir" in 2424 case "$libdir" in
2425 [\\/]*) 2425 [\\/]*)
2426 add_dir="$add_dir -L$inst_prefix_dir$libdir" 2426 add_dir="$add_dir -L$inst_prefix_dir$libdir"
2427 ;; 2427 ;;
2428 esac 2428 esac
2429 fi 2429 fi
2430 add="-l$name" 2430 add="-l$name"
2431 elif test "$hardcode_shlibpath_var" = yes; then 2431 elif test "$hardcode_shlibpath_var" = yes; then
2432 add_shlibpath="$dir" 2432 add_shlibpath="$dir"
2433 add="-l$name" 2433 add="-l$name"
2434 else 2434 else
2435 lib_linked=no 2435 lib_linked=no
2436 fi 2436 fi
2437 ;; 2437 ;;
2438 *) lib_linked=no ;; 2438 *) lib_linked=no ;;
2439 esac 2439 esac
2440 2440
2441 if test "$lib_linked" != yes; then 2441 if test "$lib_linked" != yes; then
2442 $echo "$modename: configuration error: unsupported hardcode properties" 2442 $echo "$modename: configuration error: unsupported hardcode properties"
2443 exit $EXIT_FAILURE 2443 exit $EXIT_FAILURE
2444 fi 2444 fi
2445 2445
2446 if test -n "$add_shlibpath"; then 2446 if test -n "$add_shlibpath"; then
2447 case :$compile_shlibpath: in 2447 case :$compile_shlibpath: in
2448 *":$add_shlibpath:"*) ;; 2448 *":$add_shlibpath:"*) ;;
2449 *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; 2449 *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
2450 esac 2450 esac
2451 fi 2451 fi
2452 if test "$linkmode" = prog; then 2452 if test "$linkmode" = prog; then
2453 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" 2453 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
2454 test -n "$add" && compile_deplibs="$add $compile_deplibs" 2454 test -n "$add" && compile_deplibs="$add $compile_deplibs"
2455 else 2455 else
2456 test -n "$add_dir" && deplibs="$add_dir $deplibs" 2456 test -n "$add_dir" && deplibs="$add_dir $deplibs"
2457 test -n "$add" && deplibs="$add $deplibs" 2457 test -n "$add" && deplibs="$add $deplibs"
2458 if test "$hardcode_direct" != yes && \ 2458 if test "$hardcode_direct" != yes && \
2459 test "$hardcode_minus_L" != yes && \ 2459 test "$hardcode_minus_L" != yes && \
2460 test "$hardcode_shlibpath_var" = yes; then 2460 test "$hardcode_shlibpath_var" = yes; then
2461 case :$finalize_shlibpath: in 2461 case :$finalize_shlibpath: in
2462 *":$libdir:"*) ;; 2462 *":$libdir:"*) ;;
2463 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; 2463 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
2464 esac 2464 esac
2465 fi 2465 fi
2466 fi 2466 fi
2467 fi 2467 fi
2468 2468
2469 if test "$linkmode" = prog || test "$mode" = relink; then 2469 if test "$linkmode" = prog || test "$mode" = relink; then
2470 add_shlibpath= 2470 add_shlibpath=
2471 add_dir= 2471 add_dir=
2472 add= 2472 add=
2473 # Finalize command for both is simple: just hardcode it. 2473 # Finalize command for both is simple: just hardcode it.
2474 if test "$hardcode_direct" = yes; then 2474 if test "$hardcode_direct" = yes; then
2475 add="$libdir/$linklib" 2475 add="$libdir/$linklib"
2476 elif test "$hardcode_minus_L" = yes; then 2476 elif test "$hardcode_minus_L" = yes; then
2477 add_dir="-L$libdir" 2477 add_dir="-L$libdir"
2478 add="-l$name" 2478 add="-l$name"
2479 elif test "$hardcode_shlibpath_var" = yes; then 2479 elif test "$hardcode_shlibpath_var" = yes; then
2480 case :$finalize_shlibpath: in 2480 case :$finalize_shlibpath: in
2481 *":$libdir:"*) ;; 2481 *":$libdir:"*) ;;
2482 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; 2482 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
2483 esac 2483 esac
2484 add="-l$name" 2484 add="-l$name"
2485 elif test "$hardcode_automatic" = yes; then 2485 elif test "$hardcode_automatic" = yes; then
2486 if test -n "$inst_prefix_dir" && 2486 if test -n "$inst_prefix_dir" &&
2487 test -f "$inst_prefix_dir$libdir/$linklib" ; then 2487 test -f "$inst_prefix_dir$libdir/$linklib" ; then
2488 add="$inst_prefix_dir$libdir/$linklib" 2488 add="$inst_prefix_dir$libdir/$linklib"
2489 else 2489 else
2490 add="$libdir/$linklib" 2490 add="$libdir/$linklib"
2491 fi 2491 fi
2492 else 2492 else
2493 # We cannot seem to hardcode it, guess we'll fake it. 2493 # We cannot seem to hardcode it, guess we'll fake it.
2494 add_dir="-L$libdir" 2494 add_dir="-L$libdir"
2495 # Try looking first in the location we're being installed to. 2495 # Try looking first in the location we're being installed to.
2496 if test -n "$inst_prefix_dir"; then 2496 if test -n "$inst_prefix_dir"; then
2497 case "$libdir" in 2497 case "$libdir" in
2498 [\\/]*) 2498 [\\/]*)
2499 add_dir="$add_dir -L$inst_prefix_dir$libdir" 2499 add_dir="$add_dir -L$inst_prefix_dir$libdir"
2500 ;; 2500 ;;
2501 esac 2501 esac
2502 fi 2502 fi
2503 add="-l$name" 2503 add="-l$name"
2504 fi 2504 fi
2505 2505
2506 if test "$linkmode" = prog; then 2506 if test "$linkmode" = prog; then
2507 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" 2507 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
2508 test -n "$add" && finalize_deplibs="$add $finalize_deplibs" 2508 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
2509 else 2509 else
2510 test -n "$add_dir" && deplibs="$add_dir $deplibs" 2510 test -n "$add_dir" && deplibs="$add_dir $deplibs"
2511 test -n "$add" && deplibs="$add $deplibs" 2511 test -n "$add" && deplibs="$add $deplibs"
2512 fi 2512 fi
2513 fi 2513 fi
2514 elif test "$linkmode" = prog; then 2514 elif test "$linkmode" = prog; then
2515 # Here we assume that one of hardcode_direct or hardcode_minus_L 2515 # Here we assume that one of hardcode_direct or hardcode_minus_L
2516 # is not unsupported. This is valid on all known static and 2516 # is not unsupported. This is valid on all known static and
2517 # shared platforms. 2517 # shared platforms.
2518 if test "$hardcode_direct" != unsupported; then 2518 if test "$hardcode_direct" != unsupported; then
2519 test -n "$old_library" && linklib="$old_library" 2519 test -n "$old_library" && linklib="$old_library"
2520 compile_deplibs="$dir/$linklib $compile_deplibs" 2520 compile_deplibs="$dir/$linklib $compile_deplibs"
2521 finalize_deplibs="$dir/$linklib $finalize_deplibs" 2521 finalize_deplibs="$dir/$linklib $finalize_deplibs"
2522 else 2522 else
2523 compile_deplibs="-l$name -L$dir $compile_deplibs" 2523 compile_deplibs="-l$name -L$dir $compile_deplibs"
2524 finalize_deplibs="-l$name -L$dir $finalize_deplibs" 2524 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
2525 fi 2525 fi
2526 elif test "$build_libtool_libs" = yes; then 2526 elif test "$build_libtool_libs" = yes; then
2527 # Not a shared library 2527 # Not a shared library
2528 if test "$deplibs_check_method" != pass_all; then 2528 if test "$deplibs_check_method" != pass_all; then
2529 # We're trying link a shared library against a static one 2529 # We're trying link a shared library against a static one
2530 # but the system doesn't support it. 2530 # but the system doesn't support it.
2531 2531
2532 # Just print a warning and add the library to dependency_libs so 2532 # Just print a warning and add the library to dependency_libs so
2533 # that the program can be linked against the static library. 2533 # that the program can be linked against the static library.
2534 $echo 2534 $echo
2535 $echo "*** Warning: This system can not link to static lib archive $lib." 2535 $echo "*** Warning: This system can not link to static lib archive $lib."
2536 $echo "*** I have the capability to make that library automatically link in when" 2536 $echo "*** I have the capability to make that library automatically link in when"
2537 $echo "*** you link to this library. But I can only do this if you have a" 2537 $echo "*** you link to this library. But I can only do this if you have a"
2538 $echo "*** shared version of the library, which you do not appear to have." 2538 $echo "*** shared version of the library, which you do not appear to have."
2539 if test "$module" = yes; then 2539 if test "$module" = yes; then
2540 $echo "*** But as you try to build a module library, libtool will still create " 2540 $echo "*** But as you try to build a module library, libtool will still create "
2541 $echo "*** a static module, that should work as long as the dlopening application" 2541 $echo "*** a static module, that should work as long as the dlopening application"
2542 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." 2542 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
2543 if test -z "$global_symbol_pipe"; then 2543 if test -z "$global_symbol_pipe"; then
2544 $echo 2544 $echo
2545 $echo "*** However, this would only work if libtool was able to extract symbol" 2545 $echo "*** However, this would only work if libtool was able to extract symbol"
2546 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 2546 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
2547 $echo "*** not find such a program. So, this module is probably useless." 2547 $echo "*** not find such a program. So, this module is probably useless."
2548 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 2548 $echo "*** \`nm' from GNU binutils and a full rebuild may help."
2549 fi 2549 fi
2550 if test "$build_old_libs" = no; then 2550 if test "$build_old_libs" = no; then
2551 build_libtool_libs=module 2551 build_libtool_libs=module
2552 build_old_libs=yes 2552 build_old_libs=yes
2553 else 2553 else
2554 build_libtool_libs=no 2554 build_libtool_libs=no
2555 fi 2555 fi
2556 fi 2556 fi
2557 else 2557 else
2558 convenience="$convenience $dir/$old_library" 2558 convenience="$convenience $dir/$old_library"
2559 old_convenience="$old_convenience $dir/$old_library" 2559 old_convenience="$old_convenience $dir/$old_library"
2560 deplibs="$dir/$old_library $deplibs" 2560 deplibs="$dir/$old_library $deplibs"
2561 link_static=yes 2561 link_static=yes
2562 fi 2562 fi
2563 fi # link shared/static library? 2563 fi # link shared/static library?
2564 2564
2565 if test "$linkmode" = lib; then 2565 if test "$linkmode" = lib; then
2566 if test -n "$dependency_libs" && 2566 if test -n "$dependency_libs" &&
2567 { test "$hardcode_into_libs" != yes || 2567 { test "$hardcode_into_libs" != yes ||
2568 test "$build_old_libs" = yes || 2568 test "$build_old_libs" = yes ||
2569 test "$link_static" = yes; }; then 2569 test "$link_static" = yes; }; then
2570 # Extract -R from dependency_libs 2570 # Extract -R from dependency_libs
2571 temp_deplibs= 2571 temp_deplibs=
2572 for libdir in $dependency_libs; do 2572 for libdir in $dependency_libs; do
2573 case $libdir in 2573 case $libdir in
2574 -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` 2574 -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
2575 case " $xrpath " in 2575 case " $xrpath " in
2576 *" $temp_xrpath "*) ;; 2576 *" $temp_xrpath "*) ;;
2577 *) xrpath="$xrpath $temp_xrpath";; 2577 *) xrpath="$xrpath $temp_xrpath";;
2578 esac;; 2578 esac;;
2579 *) temp_deplibs="$temp_deplibs $libdir";; 2579 *) temp_deplibs="$temp_deplibs $libdir";;
2580 esac 2580 esac
2581 done 2581 done
2582 dependency_libs="$temp_deplibs" 2582 dependency_libs="$temp_deplibs"
2583 fi 2583 fi
2584 2584
2585 newlib_search_path="$newlib_search_path $absdir" 2585 newlib_search_path="$newlib_search_path $absdir"
2586 # Link against this library 2586 # Link against this library
2587 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" 2587 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
2588 # ... and its dependency_libs 2588 # ... and its dependency_libs
2589 tmp_libs= 2589 tmp_libs=
2590 for deplib in $dependency_libs; do 2590 for deplib in $dependency_libs; do
2591 newdependency_libs="$deplib $newdependency_libs" 2591 newdependency_libs="$deplib $newdependency_libs"
2592 if test "X$duplicate_deps" = "Xyes" ; then 2592 if test "X$duplicate_deps" = "Xyes" ; then
2593 case "$tmp_libs " in 2593 case "$tmp_libs " in
2594 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; 2594 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
2595 esac 2595 esac
2596 fi 2596 fi
2597 tmp_libs="$tmp_libs $deplib" 2597 tmp_libs="$tmp_libs $deplib"
2598 done 2598 done
2599 2599
2600 if test "$link_all_deplibs" != no; then 2600 if test "$link_all_deplibs" != no; then
2601 # Add the search paths of all dependency libraries 2601 # Add the search paths of all dependency libraries
2602 for deplib in $dependency_libs; do 2602 for deplib in $dependency_libs; do
2603 case $deplib in 2603 case $deplib in
2604 -L*) path="$deplib" ;; 2604 -L*) path="$deplib" ;;
2605 *.la) 2605 *.la)
2606 dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` 2606 dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
2607 test "X$dir" = "X$deplib" && dir="." 2607 test "X$dir" = "X$deplib" && dir="."
2608 # We need an absolute path. 2608 # We need an absolute path.
2609 case $dir in 2609 case $dir in
2610 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; 2610 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
2611 *) 2611 *)
2612 absdir=`cd "$dir" && pwd` 2612 absdir=`cd "$dir" && pwd`
2613 if test -z "$absdir"; then 2613 if test -z "$absdir"; then
2614 $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 2614 $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2
2615 absdir="$dir" 2615 absdir="$dir"
2616 fi 2616 fi
2617 ;; 2617 ;;
2618 esac 2618 esac
2619 if grep "^installed=no" $deplib > /dev/null; then 2619 if grep "^installed=no" $deplib > /dev/null; then
2620 path="$absdir/$objdir" 2620 path="$absdir/$objdir"
2621 else 2621 else
2622 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` 2622 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
2623 if test -z "$libdir"; then 2623 if test -z "$libdir"; then
2624 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 2624 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
2625 exit $EXIT_FAILURE 2625 exit $EXIT_FAILURE
2626 fi 2626 fi
2627 if test "$absdir" != "$libdir"; then 2627 if test "$absdir" != "$libdir"; then
2628 $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2 2628 $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
2629 fi 2629 fi
2630 path="$absdir" 2630 path="$absdir"
2631 fi 2631 fi
2632 depdepl= 2632 depdepl=
2633 case $host in 2633 case $host in
2634 *-*-darwin*) 2634 *-*-darwin*)
2635 # we do not want to link against static libs, 2635 # we do not want to link against static libs,
2636 # but need to link against shared 2636 # but need to link against shared
2637 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` 2637 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
2638 if test -n "$deplibrary_names" ; then 2638 if test -n "$deplibrary_names" ; then
2639 for tmp in $deplibrary_names ; do 2639 for tmp in $deplibrary_names ; do
2640 depdepl=$tmp 2640 depdepl=$tmp
2641 done 2641 done
2642 if test -f "$path/$depdepl" ; then 2642 if test -f "$path/$depdepl" ; then
2643 depdepl="$path/$depdepl" 2643 depdepl="$path/$depdepl"
2644 fi 2644 fi
2645 # do not add paths which are already there 2645 # do not add paths which are already there
2646 case " $newlib_search_path " in 2646 case " $newlib_search_path " in
2647 *" $path "*) ;; 2647 *" $path "*) ;;
2648 *) newlib_search_path="$newlib_search_path $path";; 2648 *) newlib_search_path="$newlib_search_path $path";;
2649 esac 2649 esac
2650 fi 2650 fi
2651 path="" 2651 path=""
2652 ;; 2652 ;;
2653 *) 2653 *)
2654 path="-L$path" 2654 path="-L$path"
2655 ;; 2655 ;;
2656 esac 2656 esac
2657 ;; 2657 ;;
2658 -l*) 2658 -l*)
2659 case $host in 2659 case $host in
2660 *-*-darwin*) 2660 *-*-darwin*)
2661 # Again, we only want to link against shared libraries 2661 # Again, we only want to link against shared libraries
2662 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` 2662 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
2663 for tmp in $newlib_search_path ; do 2663 for tmp in $newlib_search_path ; do
2664 if test -f "$tmp/lib$tmp_libs.dylib" ; then 2664 if test -f "$tmp/lib$tmp_libs.dylib" ; then
2665 eval depdepl="$tmp/lib$tmp_libs.dylib" 2665 eval depdepl="$tmp/lib$tmp_libs.dylib"
2666 break 2666 break
2667 fi 2667 fi
2668 done 2668 done
2669 path="" 2669 path=""
2670 ;; 2670 ;;
2671 *) continue ;; 2671 *) continue ;;
2672 esac 2672 esac
2673 ;; 2673 ;;
2674 *) continue ;; 2674 *) continue ;;
2675 esac 2675 esac
2676 case " $deplibs " in 2676 case " $deplibs " in
2677 *" $depdepl "*) ;; 2677 *" $depdepl "*) ;;
2678 *) deplibs="$depdepl $deplibs" ;; 2678 *) deplibs="$depdepl $deplibs" ;;
2679 esac 2679 esac
2680 case " $deplibs " in 2680 case " $deplibs " in
2681 *" $path "*) ;; 2681 *" $path "*) ;;
2682 *) deplibs="$deplibs $path" ;; 2682 *) deplibs="$deplibs $path" ;;
2683 esac 2683 esac
2684 done 2684 done
2685 fi # link_all_deplibs != no 2685 fi # link_all_deplibs != no
2686 fi # linkmode = lib 2686 fi # linkmode = lib
2687 done # for deplib in $libs 2687 done # for deplib in $libs
2688 dependency_libs="$newdependency_libs" 2688 dependency_libs="$newdependency_libs"
2689 if test "$pass" = dlpreopen; then 2689 if test "$pass" = dlpreopen; then
2690 # Link the dlpreopened libraries before other libraries 2690 # Link the dlpreopened libraries before other libraries
2691 for deplib in $save_deplibs; do 2691 for deplib in $save_deplibs; do
2692 deplibs="$deplib $deplibs" 2692 deplibs="$deplib $deplibs"
2693 done 2693 done
2694 fi 2694 fi
2695 if test "$pass" != dlopen; then 2695 if test "$pass" != dlopen; then
2696 if test "$pass" != conv; then 2696 if test "$pass" != conv; then
2697 # Make sure lib_search_path contains only unique directories. 2697 # Make sure lib_search_path contains only unique directories.
2698 lib_search_path= 2698 lib_search_path=
2699 for dir in $newlib_search_path; do 2699 for dir in $newlib_search_path; do
2700 case "$lib_search_path " in 2700 case "$lib_search_path " in
2701 *" $dir "*) ;; 2701 *" $dir "*) ;;
2702 *) lib_search_path="$lib_search_path $dir" ;; 2702 *) lib_search_path="$lib_search_path $dir" ;;
2703 esac 2703 esac
2704 done 2704 done
2705 newlib_search_path= 2705 newlib_search_path=
2706 fi 2706 fi
2707 2707
2708 if test "$linkmode,$pass" != "prog,link"; then 2708 if test "$linkmode,$pass" != "prog,link"; then
2709 vars="deplibs" 2709 vars="deplibs"
2710 else 2710 else
2711 vars="compile_deplibs finalize_deplibs" 2711 vars="compile_deplibs finalize_deplibs"
2712 fi 2712 fi
2713 for var in $vars dependency_libs; do 2713 for var in $vars dependency_libs; do
2714 # Add libraries to $var in reverse order 2714 # Add libraries to $var in reverse order
2715 eval tmp_libs=\"\$$var\" 2715 eval tmp_libs=\"\$$var\"
2716 new_libs= 2716 new_libs=
2717 for deplib in $tmp_libs; do 2717 for deplib in $tmp_libs; do
2718 # FIXME: Pedantically, this is the right thing to do, so 2718 # FIXME: Pedantically, this is the right thing to do, so
2719 # that some nasty dependency loop isn't accidentally 2719 # that some nasty dependency loop isn't accidentally
2720 # broken: 2720 # broken:
2721 #new_libs="$deplib $new_libs" 2721 #new_libs="$deplib $new_libs"
2722 # Pragmatically, this seems to cause very few problems in 2722 # Pragmatically, this seems to cause very few problems in
2723 # practice: 2723 # practice:
2724 case $deplib in 2724 case $deplib in
2725 -L*) new_libs="$deplib $new_libs" ;; 2725 -L*) new_libs="$deplib $new_libs" ;;
2726 -R*) ;; 2726 -R*) ;;
2727 *) 2727 *)
2728 # And here is the reason: when a library appears more 2728 # And here is the reason: when a library appears more
2729 # than once as an explicit dependence of a library, or 2729 # than once as an explicit dependence of a library, or
2730 # is implicitly linked in more than once by the 2730 # is implicitly linked in more than once by the
2731 # compiler, it is considered special, and multiple 2731 # compiler, it is considered special, and multiple
2732 # occurrences thereof are not removed. Compare this 2732 # occurrences thereof are not removed. Compare this
2733 # with having the same library being listed as a 2733 # with having the same library being listed as a
2734 # dependency of multiple other libraries: in this case, 2734 # dependency of multiple other libraries: in this case,
2735 # we know (pedantically, we assume) the library does not 2735 # we know (pedantically, we assume) the library does not
2736 # need to be listed more than once, so we keep only the 2736 # need to be listed more than once, so we keep only the
2737 # last copy. This is not always right, but it is rare 2737 # last copy. This is not always right, but it is rare
2738 # enough that we require users that really mean to play 2738 # enough that we require users that really mean to play
2739 # such unportable linking tricks to link the library 2739 # such unportable linking tricks to link the library
2740 # using -Wl,-lname, so that libtool does not consider it 2740 # using -Wl,-lname, so that libtool does not consider it
2741 # for duplicate removal. 2741 # for duplicate removal.
2742 case " $specialdeplibs " in 2742 case " $specialdeplibs " in
2743 *" $deplib "*) new_libs="$deplib $new_libs" ;; 2743 *" $deplib "*) new_libs="$deplib $new_libs" ;;
2744 *) 2744 *)
2745 case " $new_libs " in 2745 case " $new_libs " in
2746 *" $deplib "*) ;; 2746 *" $deplib "*) ;;
2747 *) new_libs="$deplib $new_libs" ;; 2747 *) new_libs="$deplib $new_libs" ;;
2748 esac 2748 esac
2749 ;; 2749 ;;
2750 esac 2750 esac
2751 ;; 2751 ;;
2752 esac 2752 esac
2753 done 2753 done
2754 tmp_libs= 2754 tmp_libs=
2755 for deplib in $new_libs; do 2755 for deplib in $new_libs; do
2756 case $deplib in 2756 case $deplib in
2757 -L*) 2757 -L*)
2758 case " $tmp_libs " in 2758 case " $tmp_libs " in
2759 *" $deplib "*) ;; 2759 *" $deplib "*) ;;
2760 *) tmp_libs="$tmp_libs $deplib" ;; 2760 *) tmp_libs="$tmp_libs $deplib" ;;
2761 esac 2761 esac
2762 ;; 2762 ;;
2763 *) tmp_libs="$tmp_libs $deplib" ;; 2763 *) tmp_libs="$tmp_libs $deplib" ;;
2764 esac 2764 esac
2765 done 2765 done
2766 eval $var=\"$tmp_libs\" 2766 eval $var=\"$tmp_libs\"
2767 done # for var 2767 done # for var
2768 fi 2768 fi
2769 # Last step: remove runtime libs from dependency_libs 2769 # Last step: remove runtime libs from dependency_libs
2770 # (they stay in deplibs) 2770 # (they stay in deplibs)
2771 tmp_libs= 2771 tmp_libs=
2772 for i in $dependency_libs ; do 2772 for i in $dependency_libs ; do
2773 case " $predeps $postdeps $compiler_lib_search_path " in 2773 case " $predeps $postdeps $compiler_lib_search_path " in
2774 *" $i "*) 2774 *" $i "*)
2775 i="" 2775 i=""
2776 ;; 2776 ;;
2777 esac 2777 esac
2778 if test -n "$i" ; then 2778 if test -n "$i" ; then
2779 tmp_libs="$tmp_libs $i" 2779 tmp_libs="$tmp_libs $i"
2780 fi 2780 fi
2781 done 2781 done
2782 dependency_libs=$tmp_libs 2782 dependency_libs=$tmp_libs
2783 done # for pass 2783 done # for pass
2784 if test "$linkmode" = prog; then 2784 if test "$linkmode" = prog; then
2785 dlfiles="$newdlfiles" 2785 dlfiles="$newdlfiles"
2786 dlprefiles="$newdlprefiles" 2786 dlprefiles="$newdlprefiles"
2787 fi 2787 fi
2788 2788
2789 case $linkmode in 2789 case $linkmode in
2790 oldlib) 2790 oldlib)
2791 if test -n "$deplibs"; then 2791 if test -n "$deplibs"; then
2792 $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 2792 $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
2793 fi 2793 fi
2794 2794
2795 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then 2795 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
2796 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 2796 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
2797 fi 2797 fi
2798 2798
2799 if test -n "$rpath"; then 2799 if test -n "$rpath"; then
2800 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 2800 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
2801 fi 2801 fi
2802 2802
2803 if test -n "$xrpath"; then 2803 if test -n "$xrpath"; then
2804 $echo "$modename: warning: \`-R' is ignored for archives" 1>&2 2804 $echo "$modename: warning: \`-R' is ignored for archives" 1>&2
2805 fi 2805 fi
2806 2806
2807 if test -n "$vinfo"; then 2807 if test -n "$vinfo"; then
2808 $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2 2808 $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2
2809 fi 2809 fi
2810 2810
2811 if test -n "$release"; then 2811 if test -n "$release"; then
2812 $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 2812 $echo "$modename: warning: \`-release' is ignored for archives" 1>&2
2813 fi 2813 fi
2814 2814
2815 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then 2815 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
2816 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2 2816 $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
2817 fi 2817 fi
2818 2818
2819 # Now set the variables for building old libraries. 2819 # Now set the variables for building old libraries.
2820 build_libtool_libs=no 2820 build_libtool_libs=no
2821 oldlibs="$output" 2821 oldlibs="$output"
2822 objs="$objs$old_deplibs" 2822 objs="$objs$old_deplibs"
2823 ;; 2823 ;;
2824 2824
2825 lib) 2825 lib)
2826 # Make sure we only generate libraries of the form `libNAME.la'. 2826 # Make sure we only generate libraries of the form `libNAME.la'.
2827 case $outputname in 2827 case $outputname in
2828 lib*) 2828 lib*)
2829 name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` 2829 name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
2830 eval shared_ext=\"$shrext_cmds\" 2830 eval shared_ext=\"$shrext_cmds\"
2831 eval libname=\"$libname_spec\" 2831 eval libname=\"$libname_spec\"
2832 ;; 2832 ;;
2833 *) 2833 *)
2834 if test "$module" = no; then 2834 if test "$module" = no; then
2835 $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 2835 $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
2836 $echo "$help" 1>&2 2836 $echo "$help" 1>&2
2837 exit $EXIT_FAILURE 2837 exit $EXIT_FAILURE
2838 fi 2838 fi
2839 if test "$need_lib_prefix" != no; then 2839 if test "$need_lib_prefix" != no; then
2840 # Add the "lib" prefix for modules if required 2840 # Add the "lib" prefix for modules if required
2841 name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` 2841 name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
2842 eval shared_ext=\"$shrext_cmds\" 2842 eval shared_ext=\"$shrext_cmds\"
2843 eval libname=\"$libname_spec\" 2843 eval libname=\"$libname_spec\"
2844 else 2844 else
2845 libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` 2845 libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
2846 fi 2846 fi
2847 ;; 2847 ;;
2848 esac 2848 esac
2849 2849
2850 if test -n "$objs"; then 2850 if test -n "$objs"; then
2851 if test "$deplibs_check_method" != pass_all; then 2851 if test "$deplibs_check_method" != pass_all; then
2852 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1 2852 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
2853 exit $EXIT_FAILURE 2853 exit $EXIT_FAILURE
2854 else 2854 else
2855 $echo 2855 $echo
2856 $echo "*** Warning: Linking the shared library $output against the non-libtool" 2856 $echo "*** Warning: Linking the shared library $output against the non-libtool"
2857 $echo "*** objects $objs is not portable!" 2857 $echo "*** objects $objs is not portable!"
2858 libobjs="$libobjs $objs" 2858 libobjs="$libobjs $objs"
2859 fi 2859 fi
2860 fi 2860 fi
2861 2861
2862 if test "$dlself" != no; then 2862 if test "$dlself" != no; then
2863 $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2 2863 $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2
2864 fi 2864 fi
2865 2865
2866 set dummy $rpath 2866 set dummy $rpath
2867 if test "$#" -gt 2; then 2867 if test "$#" -gt 2; then
2868 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 2868 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
2869 fi 2869 fi
2870 install_libdir="$2" 2870 install_libdir="$2"
2871 2871
2872 oldlibs= 2872 oldlibs=
2873 if test -z "$rpath"; then 2873 if test -z "$rpath"; then
2874 if test "$build_libtool_libs" = yes; then 2874 if test "$build_libtool_libs" = yes; then
2875 # Building a libtool convenience library. 2875 # Building a libtool convenience library.
2876 # Some compilers have problems with a `.al' extension so 2876 # Some compilers have problems with a `.al' extension so
2877 # convenience libraries should have the same extension an 2877 # convenience libraries should have the same extension an
2878 # archive normally would. 2878 # archive normally would.
2879 oldlibs="$output_objdir/$libname.$libext $oldlibs" 2879 oldlibs="$output_objdir/$libname.$libext $oldlibs"
2880 build_libtool_libs=convenience 2880 build_libtool_libs=convenience
2881 build_old_libs=yes 2881 build_old_libs=yes
2882 fi 2882 fi
2883 2883
2884 if test -n "$vinfo"; then 2884 if test -n "$vinfo"; then
2885 $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2 2885 $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2
2886 fi 2886 fi
2887 2887
2888 if test -n "$release"; then 2888 if test -n "$release"; then
2889 $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2 2889 $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2
2890 fi 2890 fi
2891 else 2891 else
2892 2892
2893 # Parse the version information argument. 2893 # Parse the version information argument.
2894 save_ifs="$IFS"; IFS=':' 2894 save_ifs="$IFS"; IFS=':'
2895 set dummy $vinfo 0 0 0 2895 set dummy $vinfo 0 0 0
2896 IFS="$save_ifs" 2896 IFS="$save_ifs"
2897 2897
2898 if test -n "$8"; then 2898 if test -n "$8"; then
2899 $echo "$modename: too many parameters to \`-version-info'" 1>&2 2899 $echo "$modename: too many parameters to \`-version-info'" 1>&2
2900 $echo "$help" 1>&2 2900 $echo "$help" 1>&2
2901 exit $EXIT_FAILURE 2901 exit $EXIT_FAILURE
2902 fi 2902 fi
2903 2903
2904 # convert absolute version numbers to libtool ages 2904 # convert absolute version numbers to libtool ages
2905 # this retains compatibility with .la files and attempts 2905 # this retains compatibility with .la files and attempts
2906 # to make the code below a bit more comprehensible 2906 # to make the code below a bit more comprehensible
2907 2907
2908 case $vinfo_number in 2908 case $vinfo_number in
2909 yes) 2909 yes)
2910 number_major="$2" 2910 number_major="$2"
2911 number_minor="$3" 2911 number_minor="$3"
2912 number_revision="$4" 2912 number_revision="$4"
2913 # 2913 #
2914 # There are really only two kinds -- those that 2914 # There are really only two kinds -- those that
2915 # use the current revision as the major version 2915 # use the current revision as the major version
2916 # and those that subtract age and use age as 2916 # and those that subtract age and use age as
2917 # a minor version. But, then there is irix 2917 # a minor version. But, then there is irix
2918 # which has an extra 1 added just for fun 2918 # which has an extra 1 added just for fun
2919 # 2919 #
2920 case $version_type in 2920 case $version_type in
2921 darwin|linux|osf|windows) 2921 darwin|linux|osf|windows)
2922 current=`expr $number_major + $number_minor` 2922 current=`expr $number_major + $number_minor`
2923 age="$number_minor" 2923 age="$number_minor"
2924 revision="$number_revision" 2924 revision="$number_revision"
2925 ;; 2925 ;;
2926 freebsd-aout|freebsd-elf|sunos) 2926 freebsd-aout|freebsd-elf|sunos)
2927 current="$number_major" 2927 current="$number_major"
2928 revision="$number_minor" 2928 revision="$number_minor"
2929 age="0" 2929 age="0"
2930 ;; 2930 ;;
2931 irix|nonstopux) 2931 irix|nonstopux)
2932 current=`expr $number_major + $number_minor - 1` 2932 current=`expr $number_major + $number_minor - 1`
2933 age="$number_minor" 2933 age="$number_minor"
2934 revision="$number_minor" 2934 revision="$number_minor"
2935 ;; 2935 ;;
2936 esac 2936 esac
2937 ;; 2937 ;;
2938 no) 2938 no)
2939 current="$2" 2939 current="$2"
2940 revision="$3" 2940 revision="$3"
2941 age="$4" 2941 age="$4"
2942 ;; 2942 ;;
2943 esac 2943 esac
2944 2944
2945 # Check that each of the things are valid numbers. 2945 # Check that each of the things are valid numbers.
2946 case $current in 2946 case $current in
2947 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; 2947 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
2948 *) 2948 *)
2949 $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2 2949 $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
2950 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 2950 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
2951 exit $EXIT_FAILURE 2951 exit $EXIT_FAILURE
2952 ;; 2952 ;;
2953 esac 2953 esac
2954 2954
2955 case $revision in 2955 case $revision in
2956 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; 2956 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
2957 *) 2957 *)
2958 $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2 2958 $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2
2959 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 2959 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
2960 exit $EXIT_FAILURE 2960 exit $EXIT_FAILURE
2961 ;; 2961 ;;
2962 esac 2962 esac
2963 2963
2964 case $age in 2964 case $age in
2965 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; 2965 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
2966 *) 2966 *)
2967 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2 2967 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
2968 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 2968 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
2969 exit $EXIT_FAILURE 2969 exit $EXIT_FAILURE
2970 ;; 2970 ;;
2971 esac 2971 esac
2972 2972
2973 if test "$age" -gt "$current"; then 2973 if test "$age" -gt "$current"; then
2974 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 2974 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
2975 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 2975 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
2976 exit $EXIT_FAILURE 2976 exit $EXIT_FAILURE
2977 fi 2977 fi
2978 2978
2979 # Calculate the version variables. 2979 # Calculate the version variables.
2980 major= 2980 major=
2981 versuffix= 2981 versuffix=
2982 verstring= 2982 verstring=
2983 case $version_type in 2983 case $version_type in
2984 none) ;; 2984 none) ;;
2985 2985
2986 darwin) 2986 darwin)
2987 # Like Linux, but with the current version available in 2987 # Like Linux, but with the current version available in
2988 # verstring for coding it into the library header 2988 # verstring for coding it into the library header
2989 major=.`expr $current - $age` 2989 major=.`expr $current - $age`
2990 versuffix="$major.$age.$revision" 2990 versuffix="$major.$age.$revision"
2991 # Darwin ld doesn't like 0 for these options... 2991 # Darwin ld doesn't like 0 for these options...
2992 minor_current=`expr $current + 1` 2992 minor_current=`expr $current + 1`
2993 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" 2993 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
2994 ;; 2994 ;;
2995 2995
2996 freebsd-aout) 2996 freebsd-aout)
2997 major=".$current" 2997 major=".$current"
2998 versuffix=".$current.$revision"; 2998 versuffix=".$current.$revision";
2999 ;; 2999 ;;
3000 3000
3001 freebsd-elf) 3001 freebsd-elf)
3002 major=".$current" 3002 major=".$current"
3003 versuffix=".$current"; 3003 versuffix=".$current";
3004 ;; 3004 ;;
3005 3005
3006 irix | nonstopux) 3006 irix | nonstopux)
3007 major=`expr $current - $age + 1` 3007 major=`expr $current - $age + 1`
3008 3008
3009 case $version_type in 3009 case $version_type in
3010 nonstopux) verstring_prefix=nonstopux ;; 3010 nonstopux) verstring_prefix=nonstopux ;;
3011 *) verstring_prefix=sgi ;; 3011 *) verstring_prefix=sgi ;;
3012 esac 3012 esac
3013 verstring="$verstring_prefix$major.$revision" 3013 verstring="$verstring_prefix$major.$revision"
3014 3014
3015 # Add in all the interfaces that we are compatible with. 3015 # Add in all the interfaces that we are compatible with.
3016 loop=$revision 3016 loop=$revision
3017 while test "$loop" -ne 0; do 3017 while test "$loop" -ne 0; do
3018 iface=`expr $revision - $loop` 3018 iface=`expr $revision - $loop`
3019 loop=`expr $loop - 1` 3019 loop=`expr $loop - 1`
3020 verstring="$verstring_prefix$major.$iface:$verstring" 3020 verstring="$verstring_prefix$major.$iface:$verstring"
3021 done 3021 done
3022 3022
3023 # Before this point, $major must not contain `.'. 3023 # Before this point, $major must not contain `.'.
3024 major=.$major 3024 major=.$major
3025 versuffix="$major.$revision" 3025 versuffix="$major.$revision"
3026 ;; 3026 ;;
3027 3027
3028 linux) 3028 linux)
3029 major=.`expr $current - $age` 3029 major=.`expr $current - $age`
3030 versuffix="$major.$age.$revision" 3030 versuffix="$major.$age.$revision"
3031 ;; 3031 ;;
3032 3032
3033 osf) 3033 osf)
3034 major=.`expr $current - $age` 3034 major=.`expr $current - $age`
3035 versuffix=".$current.$age.$revision" 3035 versuffix=".$current.$age.$revision"
3036 verstring="$current.$age.$revision" 3036 verstring="$current.$age.$revision"
3037 3037
3038 # Add in all the interfaces that we are compatible with. 3038 # Add in all the interfaces that we are compatible with.
3039 loop=$age 3039 loop=$age
3040 while test "$loop" -ne 0; do 3040 while test "$loop" -ne 0; do
3041 iface=`expr $current - $loop` 3041 iface=`expr $current - $loop`
3042 loop=`expr $loop - 1` 3042 loop=`expr $loop - 1`
3043 verstring="$verstring:${iface}.0" 3043 verstring="$verstring:${iface}.0"
3044 done 3044 done
3045 3045
3046 # Make executables depend on our current version. 3046 # Make executables depend on our current version.
3047 verstring="$verstring:${current}.0" 3047 verstring="$verstring:${current}.0"
3048 ;; 3048 ;;
3049 3049
3050 sunos) 3050 sunos)
3051 major=".$current" 3051 major=".$current"
3052 versuffix=".$current.$revision" 3052 versuffix=".$current.$revision"
3053 ;; 3053 ;;
3054 3054
3055 windows) 3055 windows)
3056 # Use '-' rather than '.', since we only want one 3056 # Use '-' rather than '.', since we only want one
3057 # extension on DOS 8.3 filesystems. 3057 # extension on DOS 8.3 filesystems.
3058 major=`expr $current - $age` 3058 major=`expr $current - $age`
3059 versuffix="-$major" 3059 versuffix="-$major"
3060 ;; 3060 ;;
3061 3061
3062 *) 3062 *)
3063 $echo "$modename: unknown library version type \`$version_type'" 1>&2 3063 $echo "$modename: unknown library version type \`$version_type'" 1>&2
3064 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 3064 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
3065 exit $EXIT_FAILURE 3065 exit $EXIT_FAILURE
3066 ;; 3066 ;;
3067 esac 3067 esac
3068 3068
3069 # Clear the version info if we defaulted, and they specified a release. 3069 # Clear the version info if we defaulted, and they specified a release.
3070 if test -z "$vinfo" && test -n "$release"; then 3070 if test -z "$vinfo" && test -n "$release"; then
3071 major= 3071 major=
3072 case $version_type in 3072 case $version_type in
3073 darwin) 3073 darwin)
3074 # we can't check for "0.0" in archive_cmds due to quoting 3074 # we can't check for "0.0" in archive_cmds due to quoting
3075 # problems, so we reset it completely 3075 # problems, so we reset it completely
3076 verstring= 3076 verstring=
3077 ;; 3077 ;;
3078 *) 3078 *)
3079 verstring="0.0" 3079 verstring="0.0"
3080 ;; 3080 ;;
3081 esac 3081 esac
3082 if test "$need_version" = no; then 3082 if test "$need_version" = no; then
3083 versuffix= 3083 versuffix=
3084 else 3084 else
3085 versuffix=".0.0" 3085 versuffix=".0.0"
3086 fi 3086 fi
3087 fi 3087 fi
3088 3088
3089 # Remove version info from name if versioning should be avoided 3089 # Remove version info from name if versioning should be avoided
3090 if test "$avoid_version" = yes && test "$need_version" = no; then 3090 if test "$avoid_version" = yes && test "$need_version" = no; then
3091 major= 3091 major=
3092 versuffix= 3092 versuffix=
3093 verstring="" 3093 verstring=""
3094 fi 3094 fi
3095 3095
3096 # Check to see if the archive will have undefined symbols. 3096 # Check to see if the archive will have undefined symbols.
3097 if test "$allow_undefined" = yes; then 3097 if test "$allow_undefined" = yes; then
3098 if test "$allow_undefined_flag" = unsupported; then 3098 if test "$allow_undefined_flag" = unsupported; then
3099 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2 3099 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
3100 build_libtool_libs=no 3100 build_libtool_libs=no
3101 build_old_libs=yes 3101 build_old_libs=yes
3102 fi 3102 fi
3103 else 3103 else
3104 # Don't allow undefined symbols. 3104 # Don't allow undefined symbols.
3105 allow_undefined_flag="$no_undefined_flag" 3105 allow_undefined_flag="$no_undefined_flag"
3106 fi 3106 fi
3107 fi 3107 fi
3108 3108
3109 if test "$mode" != relink; then 3109 if test "$mode" != relink; then
3110 # Remove our outputs, but don't remove object files since they 3110 # Remove our outputs, but don't remove object files since they
3111 # may have been created when compiling PIC objects. 3111 # may have been created when compiling PIC objects.
3112 removelist= 3112 removelist=
3113 tempremovelist=`$echo "$output_objdir/*"` 3113 tempremovelist=`$echo "$output_objdir/*"`
3114 for p in $tempremovelist; do 3114 for p in $tempremovelist; do
3115 case $p in 3115 case $p in
3116 *.$objext) 3116 *.$objext)
3117 ;; 3117 ;;
3118 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) 3118 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
3119 if test "X$precious_files_regex" != "X"; then 3119 if test "X$precious_files_regex" != "X"; then
3120 if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 3120 if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
3121 then 3121 then
3122 continue 3122 continue
3123 fi 3123 fi
3124 fi 3124 fi
3125 removelist="$removelist $p" 3125 removelist="$removelist $p"
3126 ;; 3126 ;;
3127 *) ;; 3127 *) ;;
3128 esac 3128 esac
3129 done 3129 done
3130 if test -n "$removelist"; then 3130 if test -n "$removelist"; then
3131 $show "${rm}r $removelist" 3131 $show "${rm}r $removelist"
3132 $run ${rm}r $removelist 3132 $run ${rm}r $removelist
3133 fi 3133 fi
3134 fi 3134 fi
3135 3135
3136 # Now set the variables for building old libraries. 3136 # Now set the variables for building old libraries.
3137 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then 3137 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
3138 oldlibs="$oldlibs $output_objdir/$libname.$libext" 3138 oldlibs="$oldlibs $output_objdir/$libname.$libext"
3139 3139
3140 # Transform .lo files to .o files. 3140 # Transform .lo files to .o files.
3141 oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` 3141 oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
3142 fi 3142 fi
3143 3143
3144 # Eliminate all temporary directories. 3144 # Eliminate all temporary directories.
3145 for path in $notinst_path; do 3145 for path in $notinst_path; do
3146 lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'` 3146 lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
3147 deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'` 3147 deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
3148 dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'` 3148 dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
3149 done 3149 done
3150 3150
3151 if test -n "$xrpath"; then 3151 if test -n "$xrpath"; then
3152 # If the user specified any rpath flags, then add them. 3152 # If the user specified any rpath flags, then add them.
3153 temp_xrpath= 3153 temp_xrpath=
3154 for libdir in $xrpath; do 3154 for libdir in $xrpath; do
3155 temp_xrpath="$temp_xrpath -R$libdir" 3155 temp_xrpath="$temp_xrpath -R$libdir"
3156 case "$finalize_rpath " in 3156 case "$finalize_rpath " in
3157 *" $libdir "*) ;; 3157 *" $libdir "*) ;;
3158 *) finalize_rpath="$finalize_rpath $libdir" ;; 3158 *) finalize_rpath="$finalize_rpath $libdir" ;;
3159 esac 3159 esac
3160 done 3160 done
3161 if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then 3161 if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
3162 dependency_libs="$temp_xrpath $dependency_libs" 3162 dependency_libs="$temp_xrpath $dependency_libs"
3163 fi 3163 fi
3164 fi 3164 fi
3165 3165
3166 # Make sure dlfiles contains only unique files that won't be dlpreopened 3166 # Make sure dlfiles contains only unique files that won't be dlpreopened
3167 old_dlfiles="$dlfiles" 3167 old_dlfiles="$dlfiles"
3168 dlfiles= 3168 dlfiles=
3169 for lib in $old_dlfiles; do 3169 for lib in $old_dlfiles; do
3170 case " $dlprefiles $dlfiles " in 3170 case " $dlprefiles $dlfiles " in
3171 *" $lib "*) ;; 3171 *" $lib "*) ;;
3172 *) dlfiles="$dlfiles $lib" ;; 3172 *) dlfiles="$dlfiles $lib" ;;
3173 esac 3173 esac
3174 done 3174 done
3175 3175
3176 # Make sure dlprefiles contains only unique files 3176 # Make sure dlprefiles contains only unique files
3177 old_dlprefiles="$dlprefiles" 3177 old_dlprefiles="$dlprefiles"
3178 dlprefiles= 3178 dlprefiles=
3179 for lib in $old_dlprefiles; do 3179 for lib in $old_dlprefiles; do
3180 case "$dlprefiles " in 3180 case "$dlprefiles " in
3181 *" $lib "*) ;; 3181 *" $lib "*) ;;
3182 *) dlprefiles="$dlprefiles $lib" ;; 3182 *) dlprefiles="$dlprefiles $lib" ;;
3183 esac 3183 esac
3184 done 3184 done
3185 3185
3186 if test "$build_libtool_libs" = yes; then 3186 if test "$build_libtool_libs" = yes; then
3187 if test -n "$rpath"; then 3187 if test -n "$rpath"; then
3188 case $host in 3188 case $host in
3189 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) 3189 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
3190 # these systems don't actually have a c library (as such)! 3190 # these systems don't actually have a c library (as such)!
3191 ;; 3191 ;;
3192 *-*-rhapsody* | *-*-darwin1.[012]) 3192 *-*-rhapsody* | *-*-darwin1.[012])
3193 # Rhapsody C library is in the System framework 3193 # Rhapsody C library is in the System framework
3194 deplibs="$deplibs -framework System" 3194 deplibs="$deplibs -framework System"
3195 ;; 3195 ;;
3196 *-*-netbsd*) 3196 *-*-netbsd*)
3197 # Don't link with libc until the a.out ld.so is fixed. 3197 # Don't link with libc until the a.out ld.so is fixed.
3198 ;; 3198 ;;
3199 *-*-openbsd* | *-*-freebsd*) 3199 *-*-openbsd* | *-*-freebsd*)
3200 # Do not include libc due to us having libc/libc_r. 3200 # Do not include libc due to us having libc/libc_r.
3201 test "X$arg" = "X-lc" && continue 3201 test "X$arg" = "X-lc" && continue
3202 ;; 3202 ;;
3203 *) 3203 *)
3204 # Add libc to deplibs on all other systems if necessary. 3204 # Add libc to deplibs on all other systems if necessary.
3205 if test "$build_libtool_need_lc" = "yes"; then 3205 if test "$build_libtool_need_lc" = "yes"; then
3206 deplibs="$deplibs -lc" 3206 deplibs="$deplibs -lc"
3207 fi 3207 fi
3208 ;; 3208 ;;
3209 esac 3209 esac
3210 fi 3210 fi
3211 3211
3212 # Transform deplibs into only deplibs that can be linked in shared. 3212 # Transform deplibs into only deplibs that can be linked in shared.
3213 name_save=$name 3213 name_save=$name
3214 libname_save=$libname 3214 libname_save=$libname
3215 release_save=$release 3215 release_save=$release
3216 versuffix_save=$versuffix 3216 versuffix_save=$versuffix
3217 major_save=$major 3217 major_save=$major
3218 # I'm not sure if I'm treating the release correctly. I think 3218 # I'm not sure if I'm treating the release correctly. I think
3219 # release should show up in the -l (ie -lgmp5) so we don't want to 3219 # release should show up in the -l (ie -lgmp5) so we don't want to
3220 # add it in twice. Is that correct? 3220 # add it in twice. Is that correct?
3221 release="" 3221 release=""
3222 versuffix="" 3222 versuffix=""
3223 major="" 3223 major=""
3224 newdeplibs= 3224 newdeplibs=
3225 droppeddeps=no 3225 droppeddeps=no
3226 case $deplibs_check_method in 3226 case $deplibs_check_method in
3227 pass_all) 3227 pass_all)
3228 # Don't check for shared/static. Everything works. 3228 # Don't check for shared/static. Everything works.
3229 # This might be a little naive. We might want to check 3229 # This might be a little naive. We might want to check
3230 # whether the library exists or not. But this is on 3230 # whether the library exists or not. But this is on
3231 # osf3 & osf4 and I'm not really sure... Just 3231 # osf3 & osf4 and I'm not really sure... Just
3232 # implementing what was already the behavior. 3232 # implementing what was already the behavior.
3233 newdeplibs=$deplibs 3233 newdeplibs=$deplibs
3234 ;; 3234 ;;
3235 test_compile) 3235 test_compile)
3236 # This code stresses the "libraries are programs" paradigm to its 3236 # This code stresses the "libraries are programs" paradigm to its
3237 # limits. Maybe even breaks it. We compile a program, linking it 3237 # limits. Maybe even breaks it. We compile a program, linking it
3238 # against the deplibs as a proxy for the library. Then we can check 3238 # against the deplibs as a proxy for the library. Then we can check
3239 # whether they linked in statically or dynamically with ldd. 3239 # whether they linked in statically or dynamically with ldd.
3240 $rm conftest.c 3240 $rm conftest.c
3241 cat > conftest.c <<EOF 3241 cat > conftest.c <<EOF
3242 int main() { return 0; } 3242 int main() { return 0; }
3243EOF 3243EOF
3244 $rm conftest 3244 $rm conftest
3245 $LTCC -o conftest conftest.c $deplibs 3245 $LTCC -o conftest conftest.c $deplibs
3246 if test "$?" -eq 0 ; then 3246 if test "$?" -eq 0 ; then
3247 ldd_output=`ldd conftest` 3247 ldd_output=`ldd conftest`
3248 for i in $deplibs; do 3248 for i in $deplibs; do
3249 name="`expr $i : '-l\(.*\)'`" 3249 name="`expr $i : '-l\(.*\)'`"
3250 # If $name is empty we are operating on a -L argument. 3250 # If $name is empty we are operating on a -L argument.
3251 if test "$name" != "" && test "$name" -ne "0"; then 3251 if test "$name" != "" && test "$name" -ne "0"; then
3252 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 3252 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3253 case " $predeps $postdeps " in 3253 case " $predeps $postdeps " in
3254 *" $i "*) 3254 *" $i "*)
3255 newdeplibs="$newdeplibs $i" 3255 newdeplibs="$newdeplibs $i"
3256 i="" 3256 i=""
3257 ;; 3257 ;;
3258 esac 3258 esac
3259 fi 3259 fi
3260 if test -n "$i" ; then 3260 if test -n "$i" ; then
3261 libname=`eval \\$echo \"$libname_spec\"` 3261 libname=`eval \\$echo \"$libname_spec\"`
3262 deplib_matches=`eval \\$echo \"$library_names_spec\"` 3262 deplib_matches=`eval \\$echo \"$library_names_spec\"`
3263 set dummy $deplib_matches 3263 set dummy $deplib_matches
3264 deplib_match=$2 3264 deplib_match=$2
3265 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then 3265 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
3266 newdeplibs="$newdeplibs $i" 3266 newdeplibs="$newdeplibs $i"
3267 else 3267 else
3268 droppeddeps=yes 3268 droppeddeps=yes
3269 $echo 3269 $echo
3270 $echo "*** Warning: dynamic linker does not accept needed library $i." 3270 $echo "*** Warning: dynamic linker does not accept needed library $i."
3271 $echo "*** I have the capability to make that library automatically link in when" 3271 $echo "*** I have the capability to make that library automatically link in when"
3272 $echo "*** you link to this library. But I can only do this if you have a" 3272 $echo "*** you link to this library. But I can only do this if you have a"
3273 $echo "*** shared version of the library, which I believe you do not have" 3273 $echo "*** shared version of the library, which I believe you do not have"
3274 $echo "*** because a test_compile did reveal that the linker did not use it for" 3274 $echo "*** because a test_compile did reveal that the linker did not use it for"
3275 $echo "*** its dynamic dependency list that programs get resolved with at runtime." 3275 $echo "*** its dynamic dependency list that programs get resolved with at runtime."
3276 fi 3276 fi
3277 fi 3277 fi
3278 else 3278 else
3279 newdeplibs="$newdeplibs $i" 3279 newdeplibs="$newdeplibs $i"
3280 fi 3280 fi
3281 done 3281 done
3282 else 3282 else
3283 # Error occurred in the first compile. Let's try to salvage 3283 # Error occurred in the first compile. Let's try to salvage
3284 # the situation: Compile a separate program for each library. 3284 # the situation: Compile a separate program for each library.
3285 for i in $deplibs; do 3285 for i in $deplibs; do
3286 name="`expr $i : '-l\(.*\)'`" 3286 name="`expr $i : '-l\(.*\)'`"
3287 # If $name is empty we are operating on a -L argument. 3287 # If $name is empty we are operating on a -L argument.
3288 if test "$name" != "" && test "$name" != "0"; then 3288 if test "$name" != "" && test "$name" != "0"; then
3289 $rm conftest 3289 $rm conftest
3290 $LTCC -o conftest conftest.c $i 3290 $LTCC -o conftest conftest.c $i
3291 # Did it work? 3291 # Did it work?
3292 if test "$?" -eq 0 ; then 3292 if test "$?" -eq 0 ; then
3293 ldd_output=`ldd conftest` 3293 ldd_output=`ldd conftest`
3294 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 3294 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3295 case " $predeps $postdeps " in 3295 case " $predeps $postdeps " in
3296 *" $i "*) 3296 *" $i "*)
3297 newdeplibs="$newdeplibs $i" 3297 newdeplibs="$newdeplibs $i"
3298 i="" 3298 i=""
3299 ;; 3299 ;;
3300 esac 3300 esac
3301 fi 3301 fi
3302 if test -n "$i" ; then 3302 if test -n "$i" ; then
3303 libname=`eval \\$echo \"$libname_spec\"` 3303 libname=`eval \\$echo \"$libname_spec\"`
3304 deplib_matches=`eval \\$echo \"$library_names_spec\"` 3304 deplib_matches=`eval \\$echo \"$library_names_spec\"`
3305 set dummy $deplib_matches 3305 set dummy $deplib_matches
3306 deplib_match=$2 3306 deplib_match=$2
3307 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then 3307 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
3308 newdeplibs="$newdeplibs $i" 3308 newdeplibs="$newdeplibs $i"
3309 else 3309 else
3310 droppeddeps=yes 3310 droppeddeps=yes
3311 $echo 3311 $echo
3312 $echo "*** Warning: dynamic linker does not accept needed library $i." 3312 $echo "*** Warning: dynamic linker does not accept needed library $i."
3313 $echo "*** I have the capability to make that library automatically link in when" 3313 $echo "*** I have the capability to make that library automatically link in when"
3314 $echo "*** you link to this library. But I can only do this if you have a" 3314 $echo "*** you link to this library. But I can only do this if you have a"
3315 $echo "*** shared version of the library, which you do not appear to have" 3315 $echo "*** shared version of the library, which you do not appear to have"
3316 $echo "*** because a test_compile did reveal that the linker did not use this one" 3316 $echo "*** because a test_compile did reveal that the linker did not use this one"
3317 $echo "*** as a dynamic dependency that programs can get resolved with at runtime." 3317 $echo "*** as a dynamic dependency that programs can get resolved with at runtime."
3318 fi 3318 fi
3319 fi 3319 fi
3320 else 3320 else
3321 droppeddeps=yes 3321 droppeddeps=yes
3322 $echo 3322 $echo
3323 $echo "*** Warning! Library $i is needed by this library but I was not able to" 3323 $echo "*** Warning! Library $i is needed by this library but I was not able to"
3324 $echo "*** make it link in! You will probably need to install it or some" 3324 $echo "*** make it link in! You will probably need to install it or some"
3325 $echo "*** library that it depends on before this library will be fully" 3325 $echo "*** library that it depends on before this library will be fully"
3326 $echo "*** functional. Installing it before continuing would be even better." 3326 $echo "*** functional. Installing it before continuing would be even better."
3327 fi 3327 fi
3328 else 3328 else
3329 newdeplibs="$newdeplibs $i" 3329 newdeplibs="$newdeplibs $i"
3330 fi 3330 fi
3331 done 3331 done
3332 fi 3332 fi
3333 ;; 3333 ;;
3334 file_magic*) 3334 file_magic*)
3335 set dummy $deplibs_check_method 3335 set dummy $deplibs_check_method
3336 file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` 3336 file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
3337 for a_deplib in $deplibs; do 3337 for a_deplib in $deplibs; do
3338 name="`expr $a_deplib : '-l\(.*\)'`" 3338 name="`expr $a_deplib : '-l\(.*\)'`"
3339 # If $name is empty we are operating on a -L argument. 3339 # If $name is empty we are operating on a -L argument.
3340 if test "$name" != "" && test "$name" != "0"; then 3340 if test "$name" != "" && test "$name" != "0"; then
3341 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 3341 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3342 case " $predeps $postdeps " in 3342 case " $predeps $postdeps " in
3343 *" $a_deplib "*) 3343 *" $a_deplib "*)
3344 newdeplibs="$newdeplibs $a_deplib" 3344 newdeplibs="$newdeplibs $a_deplib"
3345 a_deplib="" 3345 a_deplib=""
3346 ;; 3346 ;;
3347 esac 3347 esac
3348 fi 3348 fi
3349 if test -n "$a_deplib" ; then 3349 if test -n "$a_deplib" ; then
3350 libname=`eval \\$echo \"$libname_spec\"` 3350 libname=`eval \\$echo \"$libname_spec\"`
3351 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do 3351 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
3352 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` 3352 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
3353 for potent_lib in $potential_libs; do 3353 for potent_lib in $potential_libs; do
3354 # Follow soft links. 3354 # Follow soft links.
3355 if ls -lLd "$potent_lib" 2>/dev/null \ 3355 if ls -lLd "$potent_lib" 2>/dev/null \
3356 | grep " -> " >/dev/null; then 3356 | grep " -> " >/dev/null; then
3357 continue 3357 continue
3358 fi 3358 fi
3359 # The statement above tries to avoid entering an 3359 # The statement above tries to avoid entering an
3360 # endless loop below, in case of cyclic links. 3360 # endless loop below, in case of cyclic links.
3361 # We might still enter an endless loop, since a link 3361 # We might still enter an endless loop, since a link
3362 # loop can be closed while we follow links, 3362 # loop can be closed while we follow links,
3363 # but so what? 3363 # but so what?
3364 potlib="$potent_lib" 3364 potlib="$potent_lib"
3365 while test -h "$potlib" 2>/dev/null; do 3365 while test -h "$potlib" 2>/dev/null; do
3366 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` 3366 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
3367 case $potliblink in 3367 case $potliblink in
3368 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; 3368 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
3369 *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; 3369 *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
3370 esac 3370 esac
3371 done 3371 done
3372 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ 3372 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \
3373 | ${SED} 10q \ 3373 | ${SED} 10q \
3374 | $EGREP "$file_magic_regex" > /dev/null; then 3374 | $EGREP "$file_magic_regex" > /dev/null; then
3375 newdeplibs="$newdeplibs $a_deplib" 3375 newdeplibs="$newdeplibs $a_deplib"
3376 a_deplib="" 3376 a_deplib=""
3377 break 2 3377 break 2
3378 fi 3378 fi
3379 done 3379 done
3380 done 3380 done
3381 fi 3381 fi
3382 if test -n "$a_deplib" ; then 3382 if test -n "$a_deplib" ; then
3383 droppeddeps=yes 3383 droppeddeps=yes
3384 $echo 3384 $echo
3385 $echo "*** Warning: linker path does not have real file for library $a_deplib." 3385 $echo "*** Warning: linker path does not have real file for library $a_deplib."
3386 $echo "*** I have the capability to make that library automatically link in when" 3386 $echo "*** I have the capability to make that library automatically link in when"
3387 $echo "*** you link to this library. But I can only do this if you have a" 3387 $echo "*** you link to this library. But I can only do this if you have a"
3388 $echo "*** shared version of the library, which you do not appear to have" 3388 $echo "*** shared version of the library, which you do not appear to have"
3389 $echo "*** because I did check the linker path looking for a file starting" 3389 $echo "*** because I did check the linker path looking for a file starting"
3390 if test -z "$potlib" ; then 3390 if test -z "$potlib" ; then
3391 $echo "*** with $libname but no candidates were found. (...for file magic test)" 3391 $echo "*** with $libname but no candidates were found. (...for file magic test)"
3392 else 3392 else
3393 $echo "*** with $libname and none of the candidates passed a file format test" 3393 $echo "*** with $libname and none of the candidates passed a file format test"
3394 $echo "*** using a file magic. Last file checked: $potlib" 3394 $echo "*** using a file magic. Last file checked: $potlib"
3395 fi 3395 fi
3396 fi 3396 fi
3397 else 3397 else
3398 # Add a -L argument. 3398 # Add a -L argument.
3399 newdeplibs="$newdeplibs $a_deplib" 3399 newdeplibs="$newdeplibs $a_deplib"
3400 fi 3400 fi
3401 done # Gone through all deplibs. 3401 done # Gone through all deplibs.
3402 ;; 3402 ;;
3403 match_pattern*) 3403 match_pattern*)
3404 set dummy $deplibs_check_method 3404 set dummy $deplibs_check_method
3405 match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` 3405 match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
3406 for a_deplib in $deplibs; do 3406 for a_deplib in $deplibs; do
3407 name="`expr $a_deplib : '-l\(.*\)'`" 3407 name="`expr $a_deplib : '-l\(.*\)'`"
3408 # If $name is empty we are operating on a -L argument. 3408 # If $name is empty we are operating on a -L argument.
3409 if test -n "$name" && test "$name" != "0"; then 3409 if test -n "$name" && test "$name" != "0"; then
3410 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 3410 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3411 case " $predeps $postdeps " in 3411 case " $predeps $postdeps " in
3412 *" $a_deplib "*) 3412 *" $a_deplib "*)
3413 newdeplibs="$newdeplibs $a_deplib" 3413 newdeplibs="$newdeplibs $a_deplib"
3414 a_deplib="" 3414 a_deplib=""
3415 ;; 3415 ;;
3416 esac 3416 esac
3417 fi 3417 fi
3418 if test -n "$a_deplib" ; then 3418 if test -n "$a_deplib" ; then
3419 libname=`eval \\$echo \"$libname_spec\"` 3419 libname=`eval \\$echo \"$libname_spec\"`
3420 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do 3420 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
3421 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` 3421 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
3422 for potent_lib in $potential_libs; do 3422 for potent_lib in $potential_libs; do
3423 potlib="$potent_lib" # see symlink-check above in file_magic test 3423 potlib="$potent_lib" # see symlink-check above in file_magic test
3424 if eval $echo \"$potent_lib\" 2>/dev/null \ 3424 if eval $echo \"$potent_lib\" 2>/dev/null \
3425 | ${SED} 10q \ 3425 | ${SED} 10q \
3426 | $EGREP "$match_pattern_regex" > /dev/null; then 3426 | $EGREP "$match_pattern_regex" > /dev/null; then
3427 newdeplibs="$newdeplibs $a_deplib" 3427 newdeplibs="$newdeplibs $a_deplib"
3428 a_deplib="" 3428 a_deplib=""
3429 break 2 3429 break 2
3430 fi 3430 fi
3431 done 3431 done
3432 done 3432 done
3433 fi 3433 fi
3434 if test -n "$a_deplib" ; then 3434 if test -n "$a_deplib" ; then
3435 droppeddeps=yes 3435 droppeddeps=yes
3436 $echo 3436 $echo
3437 $echo "*** Warning: linker path does not have real file for library $a_deplib." 3437 $echo "*** Warning: linker path does not have real file for library $a_deplib."
3438 $echo "*** I have the capability to make that library automatically link in when" 3438 $echo "*** I have the capability to make that library automatically link in when"
3439 $echo "*** you link to this library. But I can only do this if you have a" 3439 $echo "*** you link to this library. But I can only do this if you have a"
3440 $echo "*** shared version of the library, which you do not appear to have" 3440 $echo "*** shared version of the library, which you do not appear to have"
3441 $echo "*** because I did check the linker path looking for a file starting" 3441 $echo "*** because I did check the linker path looking for a file starting"
3442 if test -z "$potlib" ; then 3442 if test -z "$potlib" ; then
3443 $echo "*** with $libname but no candidates were found. (...for regex pattern test)" 3443 $echo "*** with $libname but no candidates were found. (...for regex pattern test)"
3444 else 3444 else
3445 $echo "*** with $libname and none of the candidates passed a file format test" 3445 $echo "*** with $libname and none of the candidates passed a file format test"
3446 $echo "*** using a regex pattern. Last file checked: $potlib" 3446 $echo "*** using a regex pattern. Last file checked: $potlib"
3447 fi 3447 fi
3448 fi 3448 fi
3449 else 3449 else
3450 # Add a -L argument. 3450 # Add a -L argument.
3451 newdeplibs="$newdeplibs $a_deplib" 3451 newdeplibs="$newdeplibs $a_deplib"
3452 fi 3452 fi
3453 done # Gone through all deplibs. 3453 done # Gone through all deplibs.
3454 ;; 3454 ;;
3455 none | unknown | *) 3455 none | unknown | *)
3456 newdeplibs="" 3456 newdeplibs=""
3457 tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ 3457 tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \
3458 -e 's/ -[LR][^ ]*//g'` 3458 -e 's/ -[LR][^ ]*//g'`
3459 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then 3459 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
3460 for i in $predeps $postdeps ; do 3460 for i in $predeps $postdeps ; do
3461 # can't use Xsed below, because $i might contain '/' 3461 # can't use Xsed below, because $i might contain '/'
3462 tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` 3462 tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
3463 done 3463 done
3464 fi 3464 fi
3465 if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \ 3465 if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \
3466 | grep . >/dev/null; then 3466 | grep . >/dev/null; then
3467 $echo 3467 $echo
3468 if test "X$deplibs_check_method" = "Xnone"; then 3468 if test "X$deplibs_check_method" = "Xnone"; then
3469 $echo "*** Warning: inter-library dependencies are not supported in this platform." 3469 $echo "*** Warning: inter-library dependencies are not supported in this platform."
3470 else 3470 else
3471 $echo "*** Warning: inter-library dependencies are not known to be supported." 3471 $echo "*** Warning: inter-library dependencies are not known to be supported."
3472 fi 3472 fi
3473 $echo "*** All declared inter-library dependencies are being dropped." 3473 $echo "*** All declared inter-library dependencies are being dropped."
3474 droppeddeps=yes 3474 droppeddeps=yes
3475 fi 3475 fi
3476 ;; 3476 ;;
3477 esac 3477 esac
3478 versuffix=$versuffix_save 3478 versuffix=$versuffix_save
3479 major=$major_save 3479 major=$major_save
3480 release=$release_save 3480 release=$release_save
3481 libname=$libname_save 3481 libname=$libname_save
3482 name=$name_save 3482 name=$name_save
3483 3483
3484 case $host in 3484 case $host in
3485 *-*-rhapsody* | *-*-darwin1.[012]) 3485 *-*-rhapsody* | *-*-darwin1.[012])
3486 # On Rhapsody replace the C library is the System framework 3486 # On Rhapsody replace the C library is the System framework
3487 newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` 3487 newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
3488 ;; 3488 ;;
3489 esac 3489 esac
3490 3490
3491 if test "$droppeddeps" = yes; then 3491 if test "$droppeddeps" = yes; then
3492 if test "$module" = yes; then 3492 if test "$module" = yes; then
3493 $echo 3493 $echo
3494 $echo "*** Warning: libtool could not satisfy all declared inter-library" 3494 $echo "*** Warning: libtool could not satisfy all declared inter-library"
3495 $echo "*** dependencies of module $libname. Therefore, libtool will create" 3495 $echo "*** dependencies of module $libname. Therefore, libtool will create"
3496 $echo "*** a static module, that should work as long as the dlopening" 3496 $echo "*** a static module, that should work as long as the dlopening"
3497 $echo "*** application is linked with the -dlopen flag." 3497 $echo "*** application is linked with the -dlopen flag."
3498 if test -z "$global_symbol_pipe"; then 3498 if test -z "$global_symbol_pipe"; then
3499 $echo 3499 $echo
3500 $echo "*** However, this would only work if libtool was able to extract symbol" 3500 $echo "*** However, this would only work if libtool was able to extract symbol"
3501 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 3501 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
3502 $echo "*** not find such a program. So, this module is probably useless." 3502 $echo "*** not find such a program. So, this module is probably useless."
3503 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 3503 $echo "*** \`nm' from GNU binutils and a full rebuild may help."
3504 fi 3504 fi
3505 if test "$build_old_libs" = no; then 3505 if test "$build_old_libs" = no; then
3506 oldlibs="$output_objdir/$libname.$libext" 3506 oldlibs="$output_objdir/$libname.$libext"
3507 build_libtool_libs=module 3507 build_libtool_libs=module
3508 build_old_libs=yes 3508 build_old_libs=yes
3509 else 3509 else
3510 build_libtool_libs=no 3510 build_libtool_libs=no
3511 fi 3511 fi
3512 else 3512 else
3513 $echo "*** The inter-library dependencies that have been dropped here will be" 3513 $echo "*** The inter-library dependencies that have been dropped here will be"
3514 $echo "*** automatically added whenever a program is linked with this library" 3514 $echo "*** automatically added whenever a program is linked with this library"
3515 $echo "*** or is declared to -dlopen it." 3515 $echo "*** or is declared to -dlopen it."
3516 3516
3517 if test "$allow_undefined" = no; then 3517 if test "$allow_undefined" = no; then
3518 $echo 3518 $echo
3519 $echo "*** Since this library must not contain undefined symbols," 3519 $echo "*** Since this library must not contain undefined symbols,"
3520 $echo "*** because either the platform does not support them or" 3520 $echo "*** because either the platform does not support them or"
3521 $echo "*** it was explicitly requested with -no-undefined," 3521 $echo "*** it was explicitly requested with -no-undefined,"
3522 $echo "*** libtool will only create a static version of it." 3522 $echo "*** libtool will only create a static version of it."
3523 if test "$build_old_libs" = no; then 3523 if test "$build_old_libs" = no; then
3524 oldlibs="$output_objdir/$libname.$libext" 3524 oldlibs="$output_objdir/$libname.$libext"
3525 build_libtool_libs=module 3525 build_libtool_libs=module
3526 build_old_libs=yes 3526 build_old_libs=yes
3527 else 3527 else
3528 build_libtool_libs=no 3528 build_libtool_libs=no
3529 fi 3529 fi
3530 fi 3530 fi
3531 fi 3531 fi
3532 fi 3532 fi
3533 # Done checking deplibs! 3533 # Done checking deplibs!
3534 deplibs=$newdeplibs 3534 deplibs=$newdeplibs
3535 fi 3535 fi
3536 3536
3537 # All the library-specific variables (install_libdir is set above). 3537 # All the library-specific variables (install_libdir is set above).
3538 library_names= 3538 library_names=
3539 old_library= 3539 old_library=
3540 dlname= 3540 dlname=
3541 3541
3542 # Test again, we may have decided not to build it any more 3542 # Test again, we may have decided not to build it any more
3543 if test "$build_libtool_libs" = yes; then 3543 if test "$build_libtool_libs" = yes; then
3544 if test "$hardcode_into_libs" = yes; then 3544 if test "$hardcode_into_libs" = yes; then
3545 # Hardcode the library paths 3545 # Hardcode the library paths
3546 hardcode_libdirs= 3546 hardcode_libdirs=
3547 dep_rpath= 3547 dep_rpath=
3548 rpath="$finalize_rpath" 3548 rpath="$finalize_rpath"
3549 test "$mode" != relink && rpath="$compile_rpath$rpath" 3549 test "$mode" != relink && rpath="$compile_rpath$rpath"
3550 for libdir in $rpath; do 3550 for libdir in $rpath; do
3551 if test -n "$hardcode_libdir_flag_spec"; then 3551 if test -n "$hardcode_libdir_flag_spec"; then
3552 if test -n "$hardcode_libdir_separator"; then 3552 if test -n "$hardcode_libdir_separator"; then
3553 if test -z "$hardcode_libdirs"; then 3553 if test -z "$hardcode_libdirs"; then
3554 hardcode_libdirs="$libdir" 3554 hardcode_libdirs="$libdir"
3555 else 3555 else
3556 # Just accumulate the unique libdirs. 3556 # Just accumulate the unique libdirs.
3557 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in 3557 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
3558 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) 3558 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
3559 ;; 3559 ;;
3560 *) 3560 *)
3561 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" 3561 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
3562 ;; 3562 ;;
3563 esac 3563 esac
3564 fi 3564 fi
3565 else 3565 else
3566 eval flag=\"$hardcode_libdir_flag_spec\" 3566 eval flag=\"$hardcode_libdir_flag_spec\"
3567 dep_rpath="$dep_rpath $flag" 3567 dep_rpath="$dep_rpath $flag"
3568 fi 3568 fi
3569 elif test -n "$runpath_var"; then 3569 elif test -n "$runpath_var"; then
3570 case "$perm_rpath " in 3570 case "$perm_rpath " in
3571 *" $libdir "*) ;; 3571 *" $libdir "*) ;;
3572 *) perm_rpath="$perm_rpath $libdir" ;; 3572 *) perm_rpath="$perm_rpath $libdir" ;;
3573 esac 3573 esac
3574 fi 3574 fi
3575 done 3575 done
3576 # Substitute the hardcoded libdirs into the rpath. 3576 # Substitute the hardcoded libdirs into the rpath.
3577 if test -n "$hardcode_libdir_separator" && 3577 if test -n "$hardcode_libdir_separator" &&
3578 test -n "$hardcode_libdirs"; then 3578 test -n "$hardcode_libdirs"; then
3579 libdir="$hardcode_libdirs" 3579 libdir="$hardcode_libdirs"
3580 if test -n "$hardcode_libdir_flag_spec_ld"; then 3580 if test -n "$hardcode_libdir_flag_spec_ld"; then
3581 eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" 3581 eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
3582 else 3582 else
3583 eval dep_rpath=\"$hardcode_libdir_flag_spec\" 3583 eval dep_rpath=\"$hardcode_libdir_flag_spec\"
3584 fi 3584 fi
3585 fi 3585 fi
3586 if test -n "$runpath_var" && test -n "$perm_rpath"; then 3586 if test -n "$runpath_var" && test -n "$perm_rpath"; then
3587 # We should set the runpath_var. 3587 # We should set the runpath_var.
3588 rpath= 3588 rpath=
3589 for dir in $perm_rpath; do 3589 for dir in $perm_rpath; do
3590 rpath="$rpath$dir:" 3590 rpath="$rpath$dir:"
3591 done 3591 done
3592 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" 3592 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
3593 fi 3593 fi
3594 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" 3594 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
3595 fi 3595 fi
3596 3596
3597 shlibpath="$finalize_shlibpath" 3597 shlibpath="$finalize_shlibpath"
3598 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" 3598 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
3599 if test -n "$shlibpath"; then 3599 if test -n "$shlibpath"; then
3600 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" 3600 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
3601 fi 3601 fi
3602 3602
3603 # Get the real and link names of the library. 3603 # Get the real and link names of the library.
3604 eval shared_ext=\"$shrext_cmds\" 3604 eval shared_ext=\"$shrext_cmds\"
3605 eval library_names=\"$library_names_spec\" 3605 eval library_names=\"$library_names_spec\"
3606 set dummy $library_names 3606 set dummy $library_names
3607 realname="$2" 3607 realname="$2"
3608 shift; shift 3608 shift; shift
3609 3609
3610 if test -n "$soname_spec"; then 3610 if test -n "$soname_spec"; then
3611 eval soname=\"$soname_spec\" 3611 eval soname=\"$soname_spec\"
3612 else 3612 else
3613 soname="$realname" 3613 soname="$realname"
3614 fi 3614 fi
3615 if test -z "$dlname"; then 3615 if test -z "$dlname"; then
3616 dlname=$soname 3616 dlname=$soname
3617 fi 3617 fi
3618 3618
3619 lib="$output_objdir/$realname" 3619 lib="$output_objdir/$realname"
3620 for link 3620 for link
3621 do 3621 do
3622 linknames="$linknames $link" 3622 linknames="$linknames $link"
3623 done 3623 done
3624 3624
3625 # Use standard objects if they are pic 3625 # Use standard objects if they are pic
3626 test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 3626 test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
3627 3627
3628 # Prepare the list of exported symbols 3628 # Prepare the list of exported symbols
3629 if test -z "$export_symbols"; then 3629 if test -z "$export_symbols"; then
3630 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then 3630 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
3631 $show "generating symbol list for \`$libname.la'" 3631 $show "generating symbol list for \`$libname.la'"
3632 export_symbols="$output_objdir/$libname.exp" 3632 export_symbols="$output_objdir/$libname.exp"
3633 $run $rm $export_symbols 3633 $run $rm $export_symbols
3634 cmds=$export_symbols_cmds 3634 cmds=$export_symbols_cmds
3635 save_ifs="$IFS"; IFS='~' 3635 save_ifs="$IFS"; IFS='~'
3636 for cmd in $cmds; do 3636 for cmd in $cmds; do
3637 IFS="$save_ifs" 3637 IFS="$save_ifs"
3638 eval cmd=\"$cmd\" 3638 eval cmd=\"$cmd\"
3639 if len=`expr "X$cmd" : ".*"` && 3639 if len=`expr "X$cmd" : ".*"` &&
3640 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then 3640 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
3641 $show "$cmd" 3641 $show "$cmd"
3642 $run eval "$cmd" || exit $? 3642 $run eval "$cmd" || exit $?
3643 skipped_export=false 3643 skipped_export=false
3644 else 3644 else
3645 # The command line is too long to execute in one step. 3645 # The command line is too long to execute in one step.
3646 $show "using reloadable object file for export list..." 3646 $show "using reloadable object file for export list..."
3647 skipped_export=: 3647 skipped_export=:
3648 fi 3648 fi
3649 done 3649 done
3650 IFS="$save_ifs" 3650 IFS="$save_ifs"
3651 if test -n "$export_symbols_regex"; then 3651 if test -n "$export_symbols_regex"; then
3652 $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\"" 3652 $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""
3653 $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' 3653 $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
3654 $show "$mv \"${export_symbols}T\" \"$export_symbols\"" 3654 $show "$mv \"${export_symbols}T\" \"$export_symbols\""
3655 $run eval '$mv "${export_symbols}T" "$export_symbols"' 3655 $run eval '$mv "${export_symbols}T" "$export_symbols"'
3656 fi 3656 fi
3657 fi 3657 fi
3658 fi 3658 fi
3659 3659
3660 if test -n "$export_symbols" && test -n "$include_expsyms"; then 3660 if test -n "$export_symbols" && test -n "$include_expsyms"; then
3661 $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' 3661 $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'
3662 fi 3662 fi
3663 3663
3664 tmp_deplibs= 3664 tmp_deplibs=
3665 for test_deplib in $deplibs; do 3665 for test_deplib in $deplibs; do
3666 case " $convenience " in 3666 case " $convenience " in
3667 *" $test_deplib "*) ;; 3667 *" $test_deplib "*) ;;
3668 *) 3668 *)
3669 tmp_deplibs="$tmp_deplibs $test_deplib" 3669 tmp_deplibs="$tmp_deplibs $test_deplib"
3670 ;; 3670 ;;
3671 esac 3671 esac
3672 done 3672 done
3673 deplibs="$tmp_deplibs" 3673 deplibs="$tmp_deplibs"
3674 3674
3675 if test -n "$convenience"; then 3675 if test -n "$convenience"; then
3676 if test -n "$whole_archive_flag_spec"; then 3676 if test -n "$whole_archive_flag_spec"; then
3677 save_libobjs=$libobjs 3677 save_libobjs=$libobjs
3678 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" 3678 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
3679 else 3679 else
3680 gentop="$output_objdir/${outputname}x" 3680 gentop="$output_objdir/${outputname}x"
3681 $show "${rm}r $gentop" 3681 $show "${rm}r $gentop"
3682 $run ${rm}r "$gentop" 3682 $run ${rm}r "$gentop"
3683 $show "$mkdir $gentop" 3683 $show "$mkdir $gentop"
3684 $run $mkdir "$gentop" 3684 $run $mkdir "$gentop"
3685 status=$? 3685 status=$?
3686 if test "$status" -ne 0 && test ! -d "$gentop"; then 3686 if test "$status" -ne 0 && test ! -d "$gentop"; then
3687 exit $status 3687 exit $status
3688 fi 3688 fi
3689 generated="$generated $gentop" 3689 generated="$generated $gentop"
3690 3690
3691 for xlib in $convenience; do 3691 for xlib in $convenience; do
3692 # Extract the objects. 3692 # Extract the objects.
3693 case $xlib in 3693 case $xlib in
3694 [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; 3694 [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;;
3695 *) xabs=`pwd`"/$xlib" ;; 3695 *) xabs=`pwd`"/$xlib" ;;
3696 esac 3696 esac
3697 xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` 3697 xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
3698 xdir="$gentop/$xlib" 3698 xdir="$gentop/$xlib"
3699 3699
3700 $show "${rm}r $xdir" 3700 $show "${rm}r $xdir"
3701 $run ${rm}r "$xdir" 3701 $run ${rm}r "$xdir"
3702 $show "$mkdir $xdir" 3702 $show "$mkdir $xdir"
3703 $run $mkdir "$xdir" 3703 $run $mkdir "$xdir"
3704 status=$? 3704 status=$?
3705 if test "$status" -ne 0 && test ! -d "$xdir"; then 3705 if test "$status" -ne 0 && test ! -d "$xdir"; then
3706 exit $status 3706 exit $status
3707 fi 3707 fi
3708 # We will extract separately just the conflicting names and we will no 3708 # We will extract separately just the conflicting names and we will no
3709 # longer touch any unique names. It is faster to leave these extract 3709 # longer touch any unique names. It is faster to leave these extract
3710 # automatically by $AR in one run. 3710 # automatically by $AR in one run.
3711 $show "(cd $xdir && $AR x $xabs)" 3711 $show "(cd $xdir && $AR x $xabs)"
3712 $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? 3712 $run eval "(cd \$xdir && $AR x \$xabs)" || exit $?
3713 if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then 3713 if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then
3714 : 3714 :
3715 else 3715 else
3716 $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 3716 $echo "$modename: warning: object name conflicts; renaming object files" 1>&2
3717 $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 3717 $echo "$modename: warning: to ensure that they will not overwrite" 1>&2
3718 $AR t "$xabs" | sort | uniq -cd | while read -r count name 3718 $AR t "$xabs" | sort | uniq -cd | while read -r count name
3719 do 3719 do
3720 i=1 3720 i=1
3721 while test "$i" -le "$count" 3721 while test "$i" -le "$count"
3722 do 3722 do
3723 # Put our $i before any first dot (extension) 3723 # Put our $i before any first dot (extension)
3724 # Never overwrite any file 3724 # Never overwrite any file
3725 name_to="$name" 3725 name_to="$name"
3726 while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" 3726 while test "X$name_to" = "X$name" || test -f "$xdir/$name_to"
3727 do 3727 do
3728 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` 3728 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
3729 done 3729 done
3730 $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" 3730 $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')"
3731 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? 3731 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
3732 i=`expr $i + 1` 3732 i=`expr $i + 1`
3733 done 3733 done
3734 done 3734 done
3735 fi 3735 fi
3736 3736
3737 libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` 3737 libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
3738 done 3738 done
3739 fi 3739 fi
3740 fi 3740 fi
3741 3741
3742 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then 3742 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
3743 eval flag=\"$thread_safe_flag_spec\" 3743 eval flag=\"$thread_safe_flag_spec\"
3744 linker_flags="$linker_flags $flag" 3744 linker_flags="$linker_flags $flag"
3745 fi 3745 fi
3746 3746
3747 # Make a backup of the uninstalled library when relinking 3747 # Make a backup of the uninstalled library when relinking
3748 if test "$mode" = relink; then 3748 if test "$mode" = relink; then
3749 $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $? 3749 $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $?
3750 fi 3750 fi
3751 3751
3752 # Do each of the archive commands. 3752 # Do each of the archive commands.
3753 if test "$module" = yes && test -n "$module_cmds" ; then 3753 if test "$module" = yes && test -n "$module_cmds" ; then
3754 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then 3754 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
3755 eval test_cmds=\"$module_expsym_cmds\" 3755 eval test_cmds=\"$module_expsym_cmds\"
3756 cmds=$module_expsym_cmds 3756 cmds=$module_expsym_cmds
3757 else 3757 else
3758 eval test_cmds=\"$module_cmds\" 3758 eval test_cmds=\"$module_cmds\"
3759 cmds=$module_cmds 3759 cmds=$module_cmds
3760 fi 3760 fi
3761 else 3761 else
3762 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then 3762 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
3763 eval test_cmds=\"$archive_expsym_cmds\" 3763 eval test_cmds=\"$archive_expsym_cmds\"
3764 cmds=$archive_expsym_cmds 3764 cmds=$archive_expsym_cmds
3765 else 3765 else
3766 eval test_cmds=\"$archive_cmds\" 3766 eval test_cmds=\"$archive_cmds\"
3767 cmds=$archive_cmds 3767 cmds=$archive_cmds
3768 fi 3768 fi
3769 fi 3769 fi
3770 3770
3771 if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` && 3771 if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
3772 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then 3772 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
3773 : 3773 :
3774 else 3774 else
3775 # The command line is too long to link in one step, link piecewise. 3775 # The command line is too long to link in one step, link piecewise.
3776 $echo "creating reloadable object files..." 3776 $echo "creating reloadable object files..."
3777 3777
3778 # Save the value of $output and $libobjs because we want to 3778 # Save the value of $output and $libobjs because we want to
3779 # use them later. If we have whole_archive_flag_spec, we 3779 # use them later. If we have whole_archive_flag_spec, we
3780 # want to use save_libobjs as it was before 3780 # want to use save_libobjs as it was before
3781 # whole_archive_flag_spec was expanded, because we can't 3781 # whole_archive_flag_spec was expanded, because we can't
3782 # assume the linker understands whole_archive_flag_spec. 3782 # assume the linker understands whole_archive_flag_spec.
3783 # This may have to be revisited, in case too many 3783 # This may have to be revisited, in case too many
3784 # convenience libraries get linked in and end up exceeding 3784 # convenience libraries get linked in and end up exceeding
3785 # the spec. 3785 # the spec.
3786 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then 3786 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
3787 save_libobjs=$libobjs 3787 save_libobjs=$libobjs
3788 fi 3788 fi
3789 save_output=$output 3789 save_output=$output
3790 3790
3791 # Clear the reloadable object creation command queue and 3791 # Clear the reloadable object creation command queue and
3792 # initialize k to one. 3792 # initialize k to one.
3793 test_cmds= 3793 test_cmds=
3794 concat_cmds= 3794 concat_cmds=
3795 objlist= 3795 objlist=
3796 delfiles= 3796 delfiles=
3797 last_robj= 3797 last_robj=
3798 k=1 3798 k=1
3799 output=$output_objdir/$save_output-${k}.$objext 3799 output=$output_objdir/$save_output-${k}.$objext
3800 # Loop over the list of objects to be linked. 3800 # Loop over the list of objects to be linked.
3801 for obj in $save_libobjs 3801 for obj in $save_libobjs
3802 do 3802 do
3803 eval test_cmds=\"$reload_cmds $objlist $last_robj\" 3803 eval test_cmds=\"$reload_cmds $objlist $last_robj\"
3804 if test "X$objlist" = X || 3804 if test "X$objlist" = X ||
3805 { len=`expr "X$test_cmds" : ".*"` && 3805 { len=`expr "X$test_cmds" : ".*"` &&
3806 test "$len" -le "$max_cmd_len"; }; then 3806 test "$len" -le "$max_cmd_len"; }; then
3807 objlist="$objlist $obj" 3807 objlist="$objlist $obj"
3808 else 3808 else
3809 # The command $test_cmds is almost too long, add a 3809 # The command $test_cmds is almost too long, add a
3810 # command to the queue. 3810 # command to the queue.
3811 if test "$k" -eq 1 ; then 3811 if test "$k" -eq 1 ; then
3812 # The first file doesn't have a previous command to add. 3812 # The first file doesn't have a previous command to add.
3813 eval concat_cmds=\"$reload_cmds $objlist $last_robj\" 3813 eval concat_cmds=\"$reload_cmds $objlist $last_robj\"
3814 else 3814 else
3815 # All subsequent reloadable object files will link in 3815 # All subsequent reloadable object files will link in
3816 # the last one created. 3816 # the last one created.
3817 eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\" 3817 eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\"
3818 fi 3818 fi
3819 last_robj=$output_objdir/$save_output-${k}.$objext 3819 last_robj=$output_objdir/$save_output-${k}.$objext
3820 k=`expr $k + 1` 3820 k=`expr $k + 1`
3821 output=$output_objdir/$save_output-${k}.$objext 3821 output=$output_objdir/$save_output-${k}.$objext
3822 objlist=$obj 3822 objlist=$obj
3823 len=1 3823 len=1
3824 fi 3824 fi
3825 done 3825 done
3826 # Handle the remaining objects by creating one last 3826 # Handle the remaining objects by creating one last
3827 # reloadable object file. All subsequent reloadable object 3827 # reloadable object file. All subsequent reloadable object
3828 # files will link in the last one created. 3828 # files will link in the last one created.
3829 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ 3829 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
3830 eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" 3830 eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
3831 3831
3832 if ${skipped_export-false}; then 3832 if ${skipped_export-false}; then
3833 $show "generating symbol list for \`$libname.la'" 3833 $show "generating symbol list for \`$libname.la'"
3834 export_symbols="$output_objdir/$libname.exp" 3834 export_symbols="$output_objdir/$libname.exp"
3835 $run $rm $export_symbols 3835 $run $rm $export_symbols
3836 libobjs=$output 3836 libobjs=$output
3837 # Append the command to create the export file. 3837 # Append the command to create the export file.
3838 eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" 3838 eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\"
3839 fi 3839 fi
3840 3840
3841 # Set up a command to remove the reloadale object files 3841 # Set up a command to remove the reloadale object files
3842 # after they are used. 3842 # after they are used.
3843 i=0 3843 i=0
3844 while test "$i" -lt "$k" 3844 while test "$i" -lt "$k"
3845 do 3845 do
3846 i=`expr $i + 1` 3846 i=`expr $i + 1`
3847 delfiles="$delfiles $output_objdir/$save_output-${i}.$objext" 3847 delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
3848 done 3848 done
3849 3849
3850 $echo "creating a temporary reloadable object file: $output" 3850 $echo "creating a temporary reloadable object file: $output"
3851 3851
3852 # Loop through the commands generated above and execute them. 3852 # Loop through the commands generated above and execute them.
3853 save_ifs="$IFS"; IFS='~' 3853 save_ifs="$IFS"; IFS='~'
3854 for cmd in $concat_cmds; do 3854 for cmd in $concat_cmds; do
3855 IFS="$save_ifs" 3855 IFS="$save_ifs"
3856 $show "$cmd" 3856 $show "$cmd"
3857 $run eval "$cmd" || exit $? 3857 $run eval "$cmd" || exit $?
3858 done 3858 done
3859 IFS="$save_ifs" 3859 IFS="$save_ifs"
3860 3860
3861 libobjs=$output 3861 libobjs=$output
3862 # Restore the value of output. 3862 # Restore the value of output.
3863 output=$save_output 3863 output=$save_output
3864 3864
3865 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then 3865 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
3866 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" 3866 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
3867 fi 3867 fi
3868 # Expand the library linking commands again to reset the 3868 # Expand the library linking commands again to reset the
3869 # value of $libobjs for piecewise linking. 3869 # value of $libobjs for piecewise linking.
3870 3870
3871 # Do each of the archive commands. 3871 # Do each of the archive commands.
3872 if test "$module" = yes && test -n "$module_cmds" ; then 3872 if test "$module" = yes && test -n "$module_cmds" ; then
3873 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then 3873 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
3874 cmds=$module_expsym_cmds 3874 cmds=$module_expsym_cmds
3875 else 3875 else
3876 cmds=$module_cmds 3876 cmds=$module_cmds
3877 fi 3877 fi
3878 else 3878 else
3879 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then 3879 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
3880 cmds=$archive_expsym_cmds 3880 cmds=$archive_expsym_cmds
3881 else 3881 else
3882 cmds=$archive_cmds 3882 cmds=$archive_cmds
3883 fi 3883 fi
3884 fi 3884 fi
3885 3885
3886 # Append the command to remove the reloadable object files 3886 # Append the command to remove the reloadable object files
3887 # to the just-reset $cmds. 3887 # to the just-reset $cmds.
3888 eval cmds=\"\$cmds~\$rm $delfiles\" 3888 eval cmds=\"\$cmds~\$rm $delfiles\"
3889 fi 3889 fi
3890 save_ifs="$IFS"; IFS='~' 3890 save_ifs="$IFS"; IFS='~'
3891 for cmd in $cmds; do 3891 for cmd in $cmds; do
3892 IFS="$save_ifs" 3892 IFS="$save_ifs"
3893 eval cmd=\"$cmd\" 3893 eval cmd=\"$cmd\"
3894 $show "$cmd" 3894 $show "$cmd"
3895 $run eval "$cmd" || exit $? 3895 $run eval "$cmd" || exit $?
3896 done 3896 done
3897 IFS="$save_ifs" 3897 IFS="$save_ifs"
3898 3898
3899 # Restore the uninstalled library and exit 3899 # Restore the uninstalled library and exit
3900 if test "$mode" = relink; then 3900 if test "$mode" = relink; then
3901 $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $? 3901 $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $?
3902 exit $EXIT_SUCCESS 3902 exit $EXIT_SUCCESS
3903 fi 3903 fi
3904 3904
3905 # Create links to the real library. 3905 # Create links to the real library.
3906 for linkname in $linknames; do 3906 for linkname in $linknames; do
3907 if test "$realname" != "$linkname"; then 3907 if test "$realname" != "$linkname"; then
3908 $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)" 3908 $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)"
3909 $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $? 3909 $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $?
3910 fi 3910 fi
3911 done 3911 done
3912 3912
3913 # If -module or -export-dynamic was specified, set the dlname. 3913 # If -module or -export-dynamic was specified, set the dlname.
3914 if test "$module" = yes || test "$export_dynamic" = yes; then 3914 if test "$module" = yes || test "$export_dynamic" = yes; then
3915 # On all known operating systems, these are identical. 3915 # On all known operating systems, these are identical.
3916 dlname="$soname" 3916 dlname="$soname"
3917 fi 3917 fi
3918 fi 3918 fi
3919 ;; 3919 ;;
3920 3920
3921 obj) 3921 obj)
3922 if test -n "$deplibs"; then 3922 if test -n "$deplibs"; then
3923 $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 3923 $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2
3924 fi 3924 fi
3925 3925
3926 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then 3926 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
3927 $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 3927 $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2
3928 fi 3928 fi
3929 3929
3930 if test -n "$rpath"; then 3930 if test -n "$rpath"; then
3931 $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2 3931 $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2
3932 fi 3932 fi
3933 3933
3934 if test -n "$xrpath"; then 3934 if test -n "$xrpath"; then
3935 $echo "$modename: warning: \`-R' is ignored for objects" 1>&2 3935 $echo "$modename: warning: \`-R' is ignored for objects" 1>&2
3936 fi 3936 fi
3937 3937
3938 if test -n "$vinfo"; then 3938 if test -n "$vinfo"; then
3939 $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2 3939 $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2
3940 fi 3940 fi
3941 3941
3942 if test -n "$release"; then 3942 if test -n "$release"; then
3943 $echo "$modename: warning: \`-release' is ignored for objects" 1>&2 3943 $echo "$modename: warning: \`-release' is ignored for objects" 1>&2
3944 fi 3944 fi
3945 3945
3946 case $output in 3946 case $output in
3947 *.lo) 3947 *.lo)
3948 if test -n "$objs$old_deplibs"; then 3948 if test -n "$objs$old_deplibs"; then
3949 $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2 3949 $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
3950 exit $EXIT_FAILURE 3950 exit $EXIT_FAILURE
3951 fi 3951 fi
3952 libobj="$output" 3952 libobj="$output"
3953 obj=`$echo "X$output" | $Xsed -e "$lo2o"` 3953 obj=`$echo "X$output" | $Xsed -e "$lo2o"`
3954 ;; 3954 ;;
3955 *) 3955 *)
3956 libobj= 3956 libobj=
3957 obj="$output" 3957 obj="$output"
3958 ;; 3958 ;;
3959 esac 3959 esac
3960 3960
3961 # Delete the old objects. 3961 # Delete the old objects.
3962 $run $rm $obj $libobj 3962 $run $rm $obj $libobj
3963 3963
3964 # Objects from convenience libraries. This assumes 3964 # Objects from convenience libraries. This assumes
3965 # single-version convenience libraries. Whenever we create 3965 # single-version convenience libraries. Whenever we create
3966 # different ones for PIC/non-PIC, this we'll have to duplicate 3966 # different ones for PIC/non-PIC, this we'll have to duplicate
3967 # the extraction. 3967 # the extraction.
3968 reload_conv_objs= 3968 reload_conv_objs=
3969 gentop= 3969 gentop=
3970 # reload_cmds runs $LD directly, so let us get rid of 3970 # reload_cmds runs $LD directly, so let us get rid of
3971 # -Wl from whole_archive_flag_spec 3971 # -Wl from whole_archive_flag_spec
3972 wl= 3972 wl=
3973 3973
3974 if test -n "$convenience"; then 3974 if test -n "$convenience"; then
3975 if test -n "$whole_archive_flag_spec"; then 3975 if test -n "$whole_archive_flag_spec"; then
3976 eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\" 3976 eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\"
3977 else 3977 else
3978 gentop="$output_objdir/${obj}x" 3978 gentop="$output_objdir/${obj}x"
3979 $show "${rm}r $gentop" 3979 $show "${rm}r $gentop"
3980 $run ${rm}r "$gentop" 3980 $run ${rm}r "$gentop"
3981 $show "$mkdir $gentop" 3981 $show "$mkdir $gentop"
3982 $run $mkdir "$gentop" 3982 $run $mkdir "$gentop"
3983 status=$? 3983 status=$?
3984 if test "$status" -ne 0 && test ! -d "$gentop"; then 3984 if test "$status" -ne 0 && test ! -d "$gentop"; then
3985 exit $status 3985 exit $status
3986 fi 3986 fi
3987 generated="$generated $gentop" 3987 generated="$generated $gentop"
3988 3988
3989 for xlib in $convenience; do 3989 for xlib in $convenience; do
3990 # Extract the objects. 3990 # Extract the objects.
3991 case $xlib in 3991 case $xlib in
3992 [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; 3992 [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;;
3993 *) xabs=`pwd`"/$xlib" ;; 3993 *) xabs=`pwd`"/$xlib" ;;
3994 esac 3994 esac
3995 xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` 3995 xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
3996 xdir="$gentop/$xlib" 3996 xdir="$gentop/$xlib"
3997 3997
3998 $show "${rm}r $xdir" 3998 $show "${rm}r $xdir"
3999 $run ${rm}r "$xdir" 3999 $run ${rm}r "$xdir"
4000 $show "$mkdir $xdir" 4000 $show "$mkdir $xdir"
4001 $run $mkdir "$xdir" 4001 $run $mkdir "$xdir"
4002 status=$? 4002 status=$?
4003 if test "$status" -ne 0 && test ! -d "$xdir"; then 4003 if test "$status" -ne 0 && test ! -d "$xdir"; then
4004 exit $status 4004 exit $status
4005 fi 4005 fi
4006 # We will extract separately just the conflicting names and we will no 4006 # We will extract separately just the conflicting names and we will no
4007 # longer touch any unique names. It is faster to leave these extract 4007 # longer touch any unique names. It is faster to leave these extract
4008 # automatically by $AR in one run. 4008 # automatically by $AR in one run.
4009 $show "(cd $xdir && $AR x $xabs)" 4009 $show "(cd $xdir && $AR x $xabs)"
4010 $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? 4010 $run eval "(cd \$xdir && $AR x \$xabs)" || exit $?
4011 if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then 4011 if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then
4012 : 4012 :
4013 else 4013 else
4014 $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 4014 $echo "$modename: warning: object name conflicts; renaming object files" 1>&2
4015 $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 4015 $echo "$modename: warning: to ensure that they will not overwrite" 1>&2
4016 $AR t "$xabs" | sort | uniq -cd | while read -r count name 4016 $AR t "$xabs" | sort | uniq -cd | while read -r count name
4017 do 4017 do
4018 i=1 4018 i=1
4019 while test "$i" -le "$count" 4019 while test "$i" -le "$count"
4020 do 4020 do
4021 # Put our $i before any first dot (extension) 4021 # Put our $i before any first dot (extension)
4022 # Never overwrite any file 4022 # Never overwrite any file
4023 name_to="$name" 4023 name_to="$name"
4024 while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" 4024 while test "X$name_to" = "X$name" || test -f "$xdir/$name_to"
4025 do 4025 do
4026 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` 4026 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
4027 done 4027 done
4028 $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" 4028 $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')"
4029 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? 4029 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
4030 i=`expr $i + 1` 4030 i=`expr $i + 1`
4031 done 4031 done
4032 done 4032 done
4033 fi 4033 fi
4034 4034
4035 reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` 4035 reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
4036 done 4036 done
4037 fi 4037 fi
4038 fi 4038 fi
4039 4039
4040 # Create the old-style object. 4040 # Create the old-style object.
4041 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 4041 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
4042 4042
4043 output="$obj" 4043 output="$obj"
4044 cmds=$reload_cmds 4044 cmds=$reload_cmds
4045 save_ifs="$IFS"; IFS='~' 4045 save_ifs="$IFS"; IFS='~'
4046 for cmd in $cmds; do 4046 for cmd in $cmds; do
4047 IFS="$save_ifs" 4047 IFS="$save_ifs"
4048 eval cmd=\"$cmd\" 4048 eval cmd=\"$cmd\"
4049 $show "$cmd" 4049 $show "$cmd"
4050 $run eval "$cmd" || exit $? 4050 $run eval "$cmd" || exit $?
4051 done 4051 done
4052 IFS="$save_ifs" 4052 IFS="$save_ifs"
4053 4053
4054 # Exit if we aren't doing a library object file. 4054 # Exit if we aren't doing a library object file.
4055 if test -z "$libobj"; then 4055 if test -z "$libobj"; then
4056 if test -n "$gentop"; then 4056 if test -n "$gentop"; then
4057 $show "${rm}r $gentop" 4057 $show "${rm}r $gentop"
4058 $run ${rm}r $gentop 4058 $run ${rm}r $gentop
4059 fi 4059 fi
4060 4060
4061 exit $EXIT_SUCCESS 4061 exit $EXIT_SUCCESS
4062 fi 4062 fi
4063 4063
4064 if test "$build_libtool_libs" != yes; then 4064 if test "$build_libtool_libs" != yes; then
4065 if test -n "$gentop"; then 4065 if test -n "$gentop"; then
4066 $show "${rm}r $gentop" 4066 $show "${rm}r $gentop"
4067 $run ${rm}r $gentop 4067 $run ${rm}r $gentop
4068 fi 4068 fi
4069 4069
4070 # Create an invalid libtool object if no PIC, so that we don't 4070 # Create an invalid libtool object if no PIC, so that we don't
4071 # accidentally link it into a program. 4071 # accidentally link it into a program.
4072 # $show "echo timestamp > $libobj" 4072 # $show "echo timestamp > $libobj"
4073 # $run eval "echo timestamp > $libobj" || exit $? 4073 # $run eval "echo timestamp > $libobj" || exit $?
4074 exit $EXIT_SUCCESS 4074 exit $EXIT_SUCCESS
4075 fi 4075 fi
4076 4076
4077 if test -n "$pic_flag" || test "$pic_mode" != default; then 4077 if test -n "$pic_flag" || test "$pic_mode" != default; then
4078 # Only do commands if we really have different PIC objects. 4078 # Only do commands if we really have different PIC objects.
4079 reload_objs="$libobjs $reload_conv_objs" 4079 reload_objs="$libobjs $reload_conv_objs"
4080 output="$libobj" 4080 output="$libobj"
4081 cmds=$reload_cmds 4081 cmds=$reload_cmds
4082 save_ifs="$IFS"; IFS='~' 4082 save_ifs="$IFS"; IFS='~'
4083 for cmd in $cmds; do 4083 for cmd in $cmds; do
4084 IFS="$save_ifs" 4084 IFS="$save_ifs"
4085 eval cmd=\"$cmd\" 4085 eval cmd=\"$cmd\"
4086 $show "$cmd" 4086 $show "$cmd"
4087 $run eval "$cmd" || exit $? 4087 $run eval "$cmd" || exit $?
4088 done 4088 done
4089 IFS="$save_ifs" 4089 IFS="$save_ifs"
4090 fi 4090 fi
4091 4091
4092 if test -n "$gentop"; then 4092 if test -n "$gentop"; then
4093 $show "${rm}r $gentop" 4093 $show "${rm}r $gentop"
4094 $run ${rm}r $gentop 4094 $run ${rm}r $gentop
4095 fi 4095 fi
4096 4096
4097 exit $EXIT_SUCCESS 4097 exit $EXIT_SUCCESS
4098 ;; 4098 ;;
4099 4099
4100 prog) 4100 prog)
4101 case $host in 4101 case $host in
4102 *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; 4102 *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
4103 esac 4103 esac
4104 if test -n "$vinfo"; then 4104 if test -n "$vinfo"; then
4105 $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 4105 $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2
4106 fi 4106 fi
4107 4107
4108 if test -n "$release"; then 4108 if test -n "$release"; then
4109 $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 4109 $echo "$modename: warning: \`-release' is ignored for programs" 1>&2
4110 fi 4110 fi
4111 4111
4112 if test "$preload" = yes; then 4112 if test "$preload" = yes; then
4113 if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && 4113 if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown &&
4114 test "$dlopen_self_static" = unknown; then 4114 test "$dlopen_self_static" = unknown; then
4115 $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support." 4115 $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support."
4116 fi 4116 fi
4117 fi 4117 fi
4118 4118
4119 case $host in 4119 case $host in
4120 *-*-rhapsody* | *-*-darwin1.[012]) 4120 *-*-rhapsody* | *-*-darwin1.[012])
4121 # On Rhapsody replace the C library is the System framework 4121 # On Rhapsody replace the C library is the System framework
4122 compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` 4122 compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
4123 finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` 4123 finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
4124 ;; 4124 ;;
4125 esac 4125 esac
4126 4126
4127 case $host in 4127 case $host in
4128 *darwin*) 4128 *darwin*)
4129 # Don't allow lazy linking, it breaks C++ global constructors 4129 # Don't allow lazy linking, it breaks C++ global constructors
4130 if test "$tagname" = CXX ; then 4130 if test "$tagname" = CXX ; then
4131 compile_command="$compile_command ${wl}-bind_at_load" 4131 compile_command="$compile_command ${wl}-bind_at_load"
4132 finalize_command="$finalize_command ${wl}-bind_at_load" 4132 finalize_command="$finalize_command ${wl}-bind_at_load"
4133 fi 4133 fi
4134 ;; 4134 ;;
4135 esac 4135 esac
4136 4136
4137 compile_command="$compile_command $compile_deplibs" 4137 compile_command="$compile_command $compile_deplibs"
4138 finalize_command="$finalize_command $finalize_deplibs" 4138 finalize_command="$finalize_command $finalize_deplibs"
4139 4139
4140 if test -n "$rpath$xrpath"; then 4140 if test -n "$rpath$xrpath"; then
4141 # If the user specified any rpath flags, then add them. 4141 # If the user specified any rpath flags, then add them.
4142 for libdir in $rpath $xrpath; do 4142 for libdir in $rpath $xrpath; do
4143 # This is the magic to use -rpath. 4143 # This is the magic to use -rpath.
4144 case "$finalize_rpath " in 4144 case "$finalize_rpath " in
4145 *" $libdir "*) ;; 4145 *" $libdir "*) ;;
4146 *) finalize_rpath="$finalize_rpath $libdir" ;; 4146 *) finalize_rpath="$finalize_rpath $libdir" ;;
4147 esac 4147 esac
4148 done 4148 done
4149 fi 4149 fi
4150 4150
4151 # Now hardcode the library paths 4151 # Now hardcode the library paths
4152 rpath= 4152 rpath=
4153 hardcode_libdirs= 4153 hardcode_libdirs=
4154 for libdir in $compile_rpath $finalize_rpath; do 4154 for libdir in $compile_rpath $finalize_rpath; do
4155 if test -n "$hardcode_libdir_flag_spec"; then 4155 if test -n "$hardcode_libdir_flag_spec"; then
4156 if test -n "$hardcode_libdir_separator"; then 4156 if test -n "$hardcode_libdir_separator"; then
4157 if test -z "$hardcode_libdirs"; then 4157 if test -z "$hardcode_libdirs"; then
4158 hardcode_libdirs="$libdir" 4158 hardcode_libdirs="$libdir"
4159 else 4159 else
4160 # Just accumulate the unique libdirs. 4160 # Just accumulate the unique libdirs.
4161 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in 4161 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
4162 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) 4162 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
4163 ;; 4163 ;;
4164 *) 4164 *)
4165 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" 4165 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
4166 ;; 4166 ;;
4167 esac 4167 esac
4168 fi 4168 fi
4169 else 4169 else
4170 eval flag=\"$hardcode_libdir_flag_spec\" 4170 eval flag=\"$hardcode_libdir_flag_spec\"
4171 rpath="$rpath $flag" 4171 rpath="$rpath $flag"
4172 fi 4172 fi
4173 elif test -n "$runpath_var"; then 4173 elif test -n "$runpath_var"; then
4174 case "$perm_rpath " in 4174 case "$perm_rpath " in
4175 *" $libdir "*) ;; 4175 *" $libdir "*) ;;
4176 *) perm_rpath="$perm_rpath $libdir" ;; 4176 *) perm_rpath="$perm_rpath $libdir" ;;
4177 esac 4177 esac
4178 fi 4178 fi
4179 case $host in 4179 case $host in
4180 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) 4180 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
4181 case :$dllsearchpath: in 4181 case :$dllsearchpath: in
4182 *":$libdir:"*) ;; 4182 *":$libdir:"*) ;;
4183 *) dllsearchpath="$dllsearchpath:$libdir";; 4183 *) dllsearchpath="$dllsearchpath:$libdir";;
4184 esac 4184 esac
4185 ;; 4185 ;;
4186 esac 4186 esac
4187 done 4187 done
4188 # Substitute the hardcoded libdirs into the rpath. 4188 # Substitute the hardcoded libdirs into the rpath.
4189 if test -n "$hardcode_libdir_separator" && 4189 if test -n "$hardcode_libdir_separator" &&
4190 test -n "$hardcode_libdirs"; then 4190 test -n "$hardcode_libdirs"; then
4191 libdir="$hardcode_libdirs" 4191 libdir="$hardcode_libdirs"
4192 eval rpath=\" $hardcode_libdir_flag_spec\" 4192 eval rpath=\" $hardcode_libdir_flag_spec\"
4193 fi 4193 fi
4194 compile_rpath="$rpath" 4194 compile_rpath="$rpath"
4195 4195
4196 rpath= 4196 rpath=
4197 hardcode_libdirs= 4197 hardcode_libdirs=
4198 for libdir in $finalize_rpath; do 4198 for libdir in $finalize_rpath; do
4199 if test -n "$hardcode_libdir_flag_spec"; then 4199 if test -n "$hardcode_libdir_flag_spec"; then
4200 if test -n "$hardcode_libdir_separator"; then 4200 if test -n "$hardcode_libdir_separator"; then
4201 if test -z "$hardcode_libdirs"; then 4201 if test -z "$hardcode_libdirs"; then
4202 hardcode_libdirs="$libdir" 4202 hardcode_libdirs="$libdir"
4203 else 4203 else
4204 # Just accumulate the unique libdirs. 4204 # Just accumulate the unique libdirs.
4205 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in 4205 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
4206 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) 4206 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
4207 ;; 4207 ;;
4208 *) 4208 *)
4209 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" 4209 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
4210 ;; 4210 ;;
4211 esac 4211 esac
4212 fi 4212 fi
4213 else 4213 else
4214 eval flag=\"$hardcode_libdir_flag_spec\" 4214 eval flag=\"$hardcode_libdir_flag_spec\"
4215 rpath="$rpath $flag" 4215 rpath="$rpath $flag"
4216 fi 4216 fi
4217 elif test -n "$runpath_var"; then 4217 elif test -n "$runpath_var"; then
4218 case "$finalize_perm_rpath " in 4218 case "$finalize_perm_rpath " in
4219 *" $libdir "*) ;; 4219 *" $libdir "*) ;;
4220 *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; 4220 *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;
4221 esac 4221 esac
4222 fi 4222 fi
4223 done 4223 done
4224 # Substitute the hardcoded libdirs into the rpath. 4224 # Substitute the hardcoded libdirs into the rpath.
4225 if test -n "$hardcode_libdir_separator" && 4225 if test -n "$hardcode_libdir_separator" &&
4226 test -n "$hardcode_libdirs"; then 4226 test -n "$hardcode_libdirs"; then
4227 libdir="$hardcode_libdirs" 4227 libdir="$hardcode_libdirs"
4228 eval rpath=\" $hardcode_libdir_flag_spec\" 4228 eval rpath=\" $hardcode_libdir_flag_spec\"
4229 fi 4229 fi
4230 finalize_rpath="$rpath" 4230 finalize_rpath="$rpath"
4231 4231
4232 if test -n "$libobjs" && test "$build_old_libs" = yes; then 4232 if test -n "$libobjs" && test "$build_old_libs" = yes; then
4233 # Transform all the library objects into standard objects. 4233 # Transform all the library objects into standard objects.
4234 compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 4234 compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
4235 finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 4235 finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
4236 fi 4236 fi
4237 4237
4238 dlsyms= 4238 dlsyms=
4239 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then 4239 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
4240 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4240 if test -n "$NM" && test -n "$global_symbol_pipe"; then
4241 dlsyms="${outputname}S.c" 4241 dlsyms="${outputname}S.c"
4242 else 4242 else
4243 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 4243 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
4244 fi 4244 fi
4245 fi 4245 fi
4246 4246
4247 if test -n "$dlsyms"; then 4247 if test -n "$dlsyms"; then
4248 case $dlsyms in 4248 case $dlsyms in
4249 "") ;; 4249 "") ;;
4250 *.c) 4250 *.c)
4251 # Discover the nlist of each of the dlfiles. 4251 # Discover the nlist of each of the dlfiles.
4252 nlist="$output_objdir/${outputname}.nm" 4252 nlist="$output_objdir/${outputname}.nm"
4253 4253
4254 $show "$rm $nlist ${nlist}S ${nlist}T" 4254 $show "$rm $nlist ${nlist}S ${nlist}T"
4255 $run $rm "$nlist" "${nlist}S" "${nlist}T" 4255 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4256 4256
4257 # Parse the name list into a source file. 4257 # Parse the name list into a source file.
4258 $show "creating $output_objdir/$dlsyms" 4258 $show "creating $output_objdir/$dlsyms"
4259 4259
4260 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\ 4260 test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
4261/* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */ 4261/* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4262/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */ 4262/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */
4263 4263
4264#ifdef __cplusplus 4264#ifdef __cplusplus
4265extern \"C\" { 4265extern \"C\" {
4266#endif 4266#endif
4267 4267
4268/* Prevent the only kind of declaration conflicts we can make. */ 4268/* Prevent the only kind of declaration conflicts we can make. */
4269#define lt_preloaded_symbols some_other_symbol 4269#define lt_preloaded_symbols some_other_symbol
4270 4270
4271/* External symbol declarations for the compiler. */\ 4271/* External symbol declarations for the compiler. */\
4272" 4272"
4273 4273
4274 if test "$dlself" = yes; then 4274 if test "$dlself" = yes; then
4275 $show "generating symbol list for \`$output'" 4275 $show "generating symbol list for \`$output'"
4276 4276
4277 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" 4277 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4278 4278
4279 # Add our own program objects to the symbol list. 4279 # Add our own program objects to the symbol list.
4280 progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` 4280 progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
4281 for arg in $progfiles; do 4281 for arg in $progfiles; do
4282 $show "extracting global C symbols from \`$arg'" 4282 $show "extracting global C symbols from \`$arg'"
4283 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 4283 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4284 done 4284 done
4285 4285
4286 if test -n "$exclude_expsyms"; then 4286 if test -n "$exclude_expsyms"; then
4287 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' 4287 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4288 $run eval '$mv "$nlist"T "$nlist"' 4288 $run eval '$mv "$nlist"T "$nlist"'
4289 fi 4289 fi
4290 4290
4291 if test -n "$export_symbols_regex"; then 4291 if test -n "$export_symbols_regex"; then
4292 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' 4292 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4293 $run eval '$mv "$nlist"T "$nlist"' 4293 $run eval '$mv "$nlist"T "$nlist"'
4294 fi 4294 fi
4295 4295
4296 # Prepare the list of exported symbols 4296 # Prepare the list of exported symbols
4297 if test -z "$export_symbols"; then 4297 if test -z "$export_symbols"; then
4298 export_symbols="$output_objdir/$output.exp" 4298 export_symbols="$output_objdir/$output.exp"
4299 $run $rm $export_symbols 4299 $run $rm $export_symbols
4300 $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' 4300 $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4301 else 4301 else
4302 $run eval "${SED} -e 's/\([][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$output.exp"' 4302 $run eval "${SED} -e 's/\([][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$output.exp"'
4303 $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T' 4303 $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T'
4304 $run eval 'mv "$nlist"T "$nlist"' 4304 $run eval 'mv "$nlist"T "$nlist"'
4305 fi 4305 fi
4306 fi 4306 fi
4307 4307
4308 for arg in $dlprefiles; do 4308 for arg in $dlprefiles; do
4309 $show "extracting global C symbols from \`$arg'" 4309 $show "extracting global C symbols from \`$arg'"
4310 name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` 4310 name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
4311 $run eval '$echo ": $name " >> "$nlist"' 4311 $run eval '$echo ": $name " >> "$nlist"'
4312 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 4312 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4313 done 4313 done
4314 4314
4315 if test -z "$run"; then 4315 if test -z "$run"; then
4316 # Make sure we have at least an empty file. 4316 # Make sure we have at least an empty file.
4317 test -f "$nlist" || : > "$nlist" 4317 test -f "$nlist" || : > "$nlist"
4318 4318
4319 if test -n "$exclude_expsyms"; then 4319 if test -n "$exclude_expsyms"; then
4320 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T 4320 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4321 $mv "$nlist"T "$nlist" 4321 $mv "$nlist"T "$nlist"
4322 fi 4322 fi
4323 4323
4324 # Try sorting and uniquifying the output. 4324 # Try sorting and uniquifying the output.
4325 if grep -v "^: " < "$nlist" | 4325 if grep -v "^: " < "$nlist" |
4326 if sort -k 3 </dev/null >/dev/null 2>&1; then 4326 if sort -k 3 </dev/null >/dev/null 2>&1; then
4327 sort -k 3 4327 sort -k 3
4328 else 4328 else
4329 sort +2 4329 sort +2
4330 fi | 4330 fi |
4331 uniq > "$nlist"S; then 4331 uniq > "$nlist"S; then
4332 : 4332 :
4333 else 4333 else
4334 grep -v "^: " < "$nlist" > "$nlist"S 4334 grep -v "^: " < "$nlist" > "$nlist"S
4335 fi 4335 fi
4336 4336
4337 if test -f "$nlist"S; then 4337 if test -f "$nlist"S; then
4338 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"' 4338 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
4339 else 4339 else
4340 $echo '/* NONE */' >> "$output_objdir/$dlsyms" 4340 $echo '/* NONE */' >> "$output_objdir/$dlsyms"
4341 fi 4341 fi
4342 4342
4343 $echo >> "$output_objdir/$dlsyms" "\ 4343 $echo >> "$output_objdir/$dlsyms" "\
4344 4344
4345#undef lt_preloaded_symbols 4345#undef lt_preloaded_symbols
4346 4346
4347#if defined (__STDC__) && __STDC__ 4347#if defined (__STDC__) && __STDC__
4348# define lt_ptr void * 4348# define lt_ptr void *
4349#else 4349#else
4350# define lt_ptr char * 4350# define lt_ptr char *
4351# define const 4351# define const
4352#endif 4352#endif
4353 4353
4354/* The mapping between symbol names and symbols. */ 4354/* The mapping between symbol names and symbols. */
4355const struct { 4355const struct {
4356 const char *name; 4356 const char *name;
4357 lt_ptr address; 4357 lt_ptr address;
4358} 4358}
4359lt_preloaded_symbols[] = 4359lt_preloaded_symbols[] =
4360{\ 4360{\
4361" 4361"
4362 4362
4363 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms" 4363 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms"
4364 4364
4365 $echo >> "$output_objdir/$dlsyms" "\ 4365 $echo >> "$output_objdir/$dlsyms" "\
4366 {0, (lt_ptr) 0} 4366 {0, (lt_ptr) 0}
4367}; 4367};
4368 4368
4369/* This works around a problem in FreeBSD linker */ 4369/* This works around a problem in FreeBSD linker */
4370#ifdef FREEBSD_WORKAROUND 4370#ifdef FREEBSD_WORKAROUND
4371static const void *lt_preloaded_setup() { 4371static const void *lt_preloaded_setup() {
4372 return lt_preloaded_symbols; 4372 return lt_preloaded_symbols;
4373} 4373}
4374#endif 4374#endif
4375 4375
4376#ifdef __cplusplus 4376#ifdef __cplusplus
4377} 4377}
4378#endif\ 4378#endif\
4379" 4379"
4380 fi 4380 fi
4381 4381
4382 pic_flag_for_symtable= 4382 pic_flag_for_symtable=
4383 case $host in 4383 case $host in
4384 # compiling the symbol table file with pic_flag works around 4384 # compiling the symbol table file with pic_flag works around
4385 # a FreeBSD bug that causes programs to crash when -lm is 4385 # a FreeBSD bug that causes programs to crash when -lm is
4386 # linked before any other PIC object. But we must not use 4386 # linked before any other PIC object. But we must not use
4387 # pic_flag when linking with -static. The problem exists in 4387 # pic_flag when linking with -static. The problem exists in
4388 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. 4388 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
4389 *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) 4389 *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
4390 case "$compile_command " in 4390 case "$compile_command " in
4391 *" -static "*) ;; 4391 *" -static "*) ;;
4392 *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";; 4392 *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";;
4393 esac;; 4393 esac;;
4394 *-*-hpux*) 4394 *-*-hpux*)
4395 case "$compile_command " in 4395 case "$compile_command " in
4396 *" -static "*) ;; 4396 *" -static "*) ;;
4397 *) pic_flag_for_symtable=" $pic_flag";; 4397 *) pic_flag_for_symtable=" $pic_flag";;
4398 esac 4398 esac
4399 esac 4399 esac
4400 4400
4401 # Now compile the dynamic symbol file. 4401 # Now compile the dynamic symbol file.
4402 $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" 4402 $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
4403 $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $? 4403 $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
4404 4404
4405 # Clean up the generated files. 4405 # Clean up the generated files.
4406 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T" 4406 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
4407 $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" 4407 $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
4408 4408
4409 # Transform the symbol file into the correct name. 4409 # Transform the symbol file into the correct name.
4410 compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` 4410 compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
4411 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` 4411 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
4412 ;; 4412 ;;
4413 *) 4413 *)
4414 $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 4414 $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2
4415 exit $EXIT_FAILURE 4415 exit $EXIT_FAILURE
4416 ;; 4416 ;;
4417 esac 4417 esac
4418 else 4418 else
4419 # We keep going just in case the user didn't refer to 4419 # We keep going just in case the user didn't refer to
4420 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe 4420 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe
4421 # really was required. 4421 # really was required.
4422 4422
4423 # Nullify the symbol file. 4423 # Nullify the symbol file.
4424 compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` 4424 compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
4425 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` 4425 finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
4426 fi 4426 fi
4427 4427
4428 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then 4428 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
4429 # Replace the output file specification. 4429 # Replace the output file specification.
4430 compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` 4430 compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4431 link_command="$compile_command$compile_rpath" 4431 link_command="$compile_command$compile_rpath"
4432 4432
4433 # We have no uninstalled library dependencies, so finalize right now. 4433 # We have no uninstalled library dependencies, so finalize right now.
4434 $show "$link_command" 4434 $show "$link_command"
4435 $run eval "$link_command" 4435 $run eval "$link_command"
4436 status=$? 4436 status=$?
4437 4437
4438 # Delete the generated files. 4438 # Delete the generated files.
4439 if test -n "$dlsyms"; then 4439 if test -n "$dlsyms"; then
4440 $show "$rm $output_objdir/${outputname}S.${objext}" 4440 $show "$rm $output_objdir/${outputname}S.${objext}"
4441 $run $rm "$output_objdir/${outputname}S.${objext}" 4441 $run $rm "$output_objdir/${outputname}S.${objext}"
4442 fi 4442 fi
4443 4443
4444 exit $status 4444 exit $status
4445 fi 4445 fi
4446 4446
4447 if test -n "$shlibpath_var"; then 4447 if test -n "$shlibpath_var"; then
4448 # We should set the shlibpath_var 4448 # We should set the shlibpath_var
4449 rpath= 4449 rpath=
4450 for dir in $temp_rpath; do 4450 for dir in $temp_rpath; do
4451 case $dir in 4451 case $dir in
4452 [\\/]* | [A-Za-z]:[\\/]*) 4452 [\\/]* | [A-Za-z]:[\\/]*)
4453 # Absolute path. 4453 # Absolute path.
4454 rpath="$rpath$dir:" 4454 rpath="$rpath$dir:"
4455 ;; 4455 ;;
4456 *) 4456 *)
4457 # Relative path: add a thisdir entry. 4457 # Relative path: add a thisdir entry.
4458 rpath="$rpath\$thisdir/$dir:" 4458 rpath="$rpath\$thisdir/$dir:"
4459 ;; 4459 ;;
4460 esac 4460 esac
4461 done 4461 done
4462 temp_rpath="$rpath" 4462 temp_rpath="$rpath"
4463 fi 4463 fi
4464 4464
4465 if test -n "$compile_shlibpath$finalize_shlibpath"; then 4465 if test -n "$compile_shlibpath$finalize_shlibpath"; then
4466 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" 4466 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
4467 fi 4467 fi
4468 if test -n "$finalize_shlibpath"; then 4468 if test -n "$finalize_shlibpath"; then
4469 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" 4469 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
4470 fi 4470 fi
4471 4471
4472 compile_var= 4472 compile_var=
4473 finalize_var= 4473 finalize_var=
4474 if test -n "$runpath_var"; then 4474 if test -n "$runpath_var"; then
4475 if test -n "$perm_rpath"; then 4475 if test -n "$perm_rpath"; then
4476 # We should set the runpath_var. 4476 # We should set the runpath_var.
4477 rpath= 4477 rpath=
4478 for dir in $perm_rpath; do 4478 for dir in $perm_rpath; do
4479 rpath="$rpath$dir:" 4479 rpath="$rpath$dir:"
4480 done 4480 done
4481 compile_var="$runpath_var=\"$rpath\$$runpath_var\" " 4481 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
4482 fi 4482 fi
4483 if test -n "$finalize_perm_rpath"; then 4483 if test -n "$finalize_perm_rpath"; then
4484 # We should set the runpath_var. 4484 # We should set the runpath_var.
4485 rpath= 4485 rpath=
4486 for dir in $finalize_perm_rpath; do 4486 for dir in $finalize_perm_rpath; do
4487 rpath="$rpath$dir:" 4487 rpath="$rpath$dir:"
4488 done 4488 done
4489 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " 4489 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
4490 fi 4490 fi
4491 fi 4491 fi
4492 4492
4493 if test "$no_install" = yes; then 4493 if test "$no_install" = yes; then
4494 # We don't need to create a wrapper script. 4494 # We don't need to create a wrapper script.
4495 link_command="$compile_var$compile_command$compile_rpath" 4495 link_command="$compile_var$compile_command$compile_rpath"
4496 # Replace the output file specification. 4496 # Replace the output file specification.
4497 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` 4497 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4498 # Delete the old output file. 4498 # Delete the old output file.
4499 $run $rm $output 4499 $run $rm $output
4500 # Link the executable and exit 4500 # Link the executable and exit
4501 $show "$link_command" 4501 $show "$link_command"
4502 $run eval "$link_command" || exit $? 4502 $run eval "$link_command" || exit $?
4503 exit $EXIT_SUCCESS 4503 exit $EXIT_SUCCESS
4504 fi 4504 fi
4505 4505
4506 if test "$hardcode_action" = relink; then 4506 if test "$hardcode_action" = relink; then
4507 # Fast installation is not supported 4507 # Fast installation is not supported
4508 link_command="$compile_var$compile_command$compile_rpath" 4508 link_command="$compile_var$compile_command$compile_rpath"
4509 relink_command="$finalize_var$finalize_command$finalize_rpath" 4509 relink_command="$finalize_var$finalize_command$finalize_rpath"
4510 4510
4511 $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 4511 $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2
4512 $echo "$modename: \`$output' will be relinked during installation" 1>&2 4512 $echo "$modename: \`$output' will be relinked during installation" 1>&2
4513 else 4513 else
4514 if test "$fast_install" != no; then 4514 if test "$fast_install" != no; then
4515 link_command="$finalize_var$compile_command$finalize_rpath" 4515 link_command="$finalize_var$compile_command$finalize_rpath"
4516 if test "$fast_install" = yes; then 4516 if test "$fast_install" = yes; then
4517 relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` 4517 relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
4518 else 4518 else
4519 # fast_install is set to needless 4519 # fast_install is set to needless
4520 relink_command= 4520 relink_command=
4521 fi 4521 fi
4522 else 4522 else
4523 link_command="$compile_var$compile_command$compile_rpath" 4523 link_command="$compile_var$compile_command$compile_rpath"
4524 relink_command="$finalize_var$finalize_command$finalize_rpath" 4524 relink_command="$finalize_var$finalize_command$finalize_rpath"
4525 fi 4525 fi
4526 fi 4526 fi
4527 4527
4528 # Replace the output file specification. 4528 # Replace the output file specification.
4529 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` 4529 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
4530 4530
4531 # Delete the old output files. 4531 # Delete the old output files.
4532 $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname 4532 $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname
4533 4533
4534 $show "$link_command" 4534 $show "$link_command"
4535 $run eval "$link_command" || exit $? 4535 $run eval "$link_command" || exit $?
4536 4536
4537 # Now create the wrapper script. 4537 # Now create the wrapper script.
4538 $show "creating $output" 4538 $show "creating $output"
4539 4539
4540 # Quote the relink command for shipping. 4540 # Quote the relink command for shipping.
4541 if test -n "$relink_command"; then 4541 if test -n "$relink_command"; then
4542 # Preserve any variables that may affect compiler behavior 4542 # Preserve any variables that may affect compiler behavior
4543 for var in $variables_saved_for_relink; do 4543 for var in $variables_saved_for_relink; do
4544 if eval test -z \"\${$var+set}\"; then 4544 if eval test -z \"\${$var+set}\"; then
4545 relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" 4545 relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
4546 elif eval var_value=\$$var; test -z "$var_value"; then 4546 elif eval var_value=\$$var; test -z "$var_value"; then
4547 relink_command="$var=; export $var; $relink_command" 4547 relink_command="$var=; export $var; $relink_command"
4548 else 4548 else
4549 var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` 4549 var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
4550 relink_command="$var=\"$var_value\"; export $var; $relink_command" 4550 relink_command="$var=\"$var_value\"; export $var; $relink_command"
4551 fi 4551 fi
4552 done 4552 done
4553 relink_command="(cd `pwd`; $relink_command)" 4553 relink_command="(cd `pwd`; $relink_command)"
4554 relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` 4554 relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
4555 fi 4555 fi
4556 4556
4557 # Quote $echo for shipping. 4557 # Quote $echo for shipping.
4558 if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then 4558 if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then
4559 case $progpath in 4559 case $progpath in
4560 [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; 4560 [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";;
4561 *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; 4561 *) qecho="$SHELL `pwd`/$progpath --fallback-echo";;
4562 esac 4562 esac
4563 qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` 4563 qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
4564 else 4564 else
4565 qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` 4565 qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
4566 fi 4566 fi
4567 4567
4568 # Only actually do things if our run command is non-null. 4568 # Only actually do things if our run command is non-null.
4569 if test -z "$run"; then 4569 if test -z "$run"; then
4570 # win32 will think the script is a binary if it has 4570 # win32 will think the script is a binary if it has
4571 # a .exe suffix, so we strip it off here. 4571 # a .exe suffix, so we strip it off here.
4572 case $output in 4572 case $output in
4573 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; 4573 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
4574 esac 4574 esac
4575 # test for cygwin because mv fails w/o .exe extensions 4575 # test for cygwin because mv fails w/o .exe extensions
4576 case $host in 4576 case $host in
4577 *cygwin*) 4577 *cygwin*)
4578 exeext=.exe 4578 exeext=.exe
4579 outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; 4579 outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
4580 *) exeext= ;; 4580 *) exeext= ;;
4581 esac 4581 esac
4582 case $host in 4582 case $host in
4583 *cygwin* | *mingw* ) 4583 *cygwin* | *mingw* )
4584 cwrappersource=`$echo ${objdir}/lt-${output}.c` 4584 cwrappersource=`$echo ${objdir}/lt-${output}.c`
4585 cwrapper=`$echo ${output}.exe` 4585 cwrapper=`$echo ${output}.exe`
4586 $rm $cwrappersource $cwrapper 4586 $rm $cwrappersource $cwrapper
4587 trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 4587 trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
4588 4588
4589 cat > $cwrappersource <<EOF 4589 cat > $cwrappersource <<EOF
4590 4590
4591/* $cwrappersource - temporary wrapper executable for $objdir/$outputname 4591/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4592 Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 4592 Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
4593 4593
4594 The $output program cannot be directly executed until all the libtool 4594 The $output program cannot be directly executed until all the libtool
4595 libraries that it depends on are installed. 4595 libraries that it depends on are installed.
4596 4596
4597 This wrapper executable should never be moved out of the build directory. 4597 This wrapper executable should never be moved out of the build directory.
4598 If it is, it will not operate correctly. 4598 If it is, it will not operate correctly.
4599 4599
4600 Currently, it simply execs the wrapper *script* "/bin/sh $output", 4600 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4601 but could eventually absorb all of the scripts functionality and 4601 but could eventually absorb all of the scripts functionality and
4602 exec $objdir/$outputname directly. 4602 exec $objdir/$outputname directly.
4603*/ 4603*/
4604EOF 4604EOF
4605 cat >> $cwrappersource<<"EOF" 4605 cat >> $cwrappersource<<"EOF"
4606#include <stdio.h> 4606#include <stdio.h>
4607#include <stdlib.h> 4607#include <stdlib.h>
4608#include <unistd.h> 4608#include <unistd.h>
4609#include <malloc.h> 4609#include <malloc.h>
4610#include <stdarg.h> 4610#include <stdarg.h>
4611#include <assert.h> 4611#include <assert.h>
4612 4612
4613#if defined(PATH_MAX) 4613#if defined(PATH_MAX)
4614# define LT_PATHMAX PATH_MAX 4614# define LT_PATHMAX PATH_MAX
4615#elif defined(MAXPATHLEN) 4615#elif defined(MAXPATHLEN)
4616# define LT_PATHMAX MAXPATHLEN 4616# define LT_PATHMAX MAXPATHLEN
4617#else 4617#else
4618# define LT_PATHMAX 1024 4618# define LT_PATHMAX 1024
4619#endif 4619#endif
4620 4620
4621#ifndef DIR_SEPARATOR 4621#ifndef DIR_SEPARATOR
4622#define DIR_SEPARATOR '/' 4622#define DIR_SEPARATOR '/'
4623#endif 4623#endif
4624 4624
4625#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ 4625#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
4626 defined (__OS2__) 4626 defined (__OS2__)
4627#define HAVE_DOS_BASED_FILE_SYSTEM 4627#define HAVE_DOS_BASED_FILE_SYSTEM
4628#ifndef DIR_SEPARATOR_2 4628#ifndef DIR_SEPARATOR_2
4629#define DIR_SEPARATOR_2 '\\' 4629#define DIR_SEPARATOR_2 '\\'
4630#endif 4630#endif
4631#endif 4631#endif
4632 4632
4633#ifndef DIR_SEPARATOR_2 4633#ifndef DIR_SEPARATOR_2
4634# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) 4634# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
4635#else /* DIR_SEPARATOR_2 */ 4635#else /* DIR_SEPARATOR_2 */
4636# define IS_DIR_SEPARATOR(ch) \ 4636# define IS_DIR_SEPARATOR(ch) \
4637 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) 4637 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
4638#endif /* DIR_SEPARATOR_2 */ 4638#endif /* DIR_SEPARATOR_2 */
4639 4639
4640#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) 4640#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
4641#define XFREE(stale) do { \ 4641#define XFREE(stale) do { \
4642 if (stale) { free ((void *) stale); stale = 0; } \ 4642 if (stale) { free ((void *) stale); stale = 0; } \
4643} while (0) 4643} while (0)
4644 4644
4645const char *program_name = NULL; 4645const char *program_name = NULL;
4646 4646
4647void * xmalloc (size_t num); 4647void * xmalloc (size_t num);
4648char * xstrdup (const char *string); 4648char * xstrdup (const char *string);
4649char * basename (const char *name); 4649char * basename (const char *name);
4650char * fnqualify(const char *path); 4650char * fnqualify(const char *path);
4651char * strendzap(char *str, const char *pat); 4651char * strendzap(char *str, const char *pat);
4652void lt_fatal (const char *message, ...); 4652void lt_fatal (const char *message, ...);
4653 4653
4654int 4654int
4655main (int argc, char *argv[]) 4655main (int argc, char *argv[])
4656{ 4656{
4657 char **newargz; 4657 char **newargz;
4658 int i; 4658 int i;
4659 4659
4660 program_name = (char *) xstrdup ((char *) basename (argv[0])); 4660 program_name = (char *) xstrdup ((char *) basename (argv[0]));
4661 newargz = XMALLOC(char *, argc+2); 4661 newargz = XMALLOC(char *, argc+2);
4662EOF 4662EOF
4663 4663
4664 cat >> $cwrappersource <<EOF 4664 cat >> $cwrappersource <<EOF
4665 newargz[0] = "$SHELL"; 4665 newargz[0] = "$SHELL";
4666EOF 4666EOF
4667 4667
4668 cat >> $cwrappersource <<"EOF" 4668 cat >> $cwrappersource <<"EOF"
4669 newargz[1] = fnqualify(argv[0]); 4669 newargz[1] = fnqualify(argv[0]);
4670 /* we know the script has the same name, without the .exe */ 4670 /* we know the script has the same name, without the .exe */
4671 /* so make sure newargz[1] doesn't end in .exe */ 4671 /* so make sure newargz[1] doesn't end in .exe */
4672 strendzap(newargz[1],".exe"); 4672 strendzap(newargz[1],".exe");
4673 for (i = 1; i < argc; i++) 4673 for (i = 1; i < argc; i++)
4674 newargz[i+1] = xstrdup(argv[i]); 4674 newargz[i+1] = xstrdup(argv[i]);
4675 newargz[argc+1] = NULL; 4675 newargz[argc+1] = NULL;
4676EOF 4676EOF
4677 4677
4678 cat >> $cwrappersource <<EOF 4678 cat >> $cwrappersource <<EOF
4679 execv("$SHELL",newargz); 4679 execv("$SHELL",newargz);
4680EOF 4680EOF
4681 4681
4682 cat >> $cwrappersource <<"EOF" 4682 cat >> $cwrappersource <<"EOF"
4683} 4683}
4684 4684
4685void * 4685void *
4686xmalloc (size_t num) 4686xmalloc (size_t num)
4687{ 4687{
4688 void * p = (void *) malloc (num); 4688 void * p = (void *) malloc (num);
4689 if (!p) 4689 if (!p)
4690 lt_fatal ("Memory exhausted"); 4690 lt_fatal ("Memory exhausted");
4691 4691
4692 return p; 4692 return p;
4693} 4693}
4694 4694
4695char * 4695char *
4696xstrdup (const char *string) 4696xstrdup (const char *string)
4697{ 4697{
4698 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL 4698 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
4699; 4699;
4700} 4700}
4701 4701
4702char * 4702char *
4703basename (const char *name) 4703basename (const char *name)
4704{ 4704{
4705 const char *base; 4705 const char *base;
4706 4706
4707#if defined (HAVE_DOS_BASED_FILE_SYSTEM) 4707#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
4708 /* Skip over the disk name in MSDOS pathnames. */ 4708 /* Skip over the disk name in MSDOS pathnames. */
4709 if (isalpha (name[0]) && name[1] == ':') 4709 if (isalpha (name[0]) && name[1] == ':')
4710 name += 2; 4710 name += 2;
4711#endif 4711#endif
4712 4712
4713 for (base = name; *name; name++) 4713 for (base = name; *name; name++)
4714 if (IS_DIR_SEPARATOR (*name)) 4714 if (IS_DIR_SEPARATOR (*name))
4715 base = name + 1; 4715 base = name + 1;
4716 return (char *) base; 4716 return (char *) base;
4717} 4717}
4718 4718
4719char * 4719char *
4720fnqualify(const char *path) 4720fnqualify(const char *path)
4721{ 4721{
4722 size_t size; 4722 size_t size;
4723 char *p; 4723 char *p;
4724 char tmp[LT_PATHMAX + 1]; 4724 char tmp[LT_PATHMAX + 1];
4725 4725
4726 assert(path != NULL); 4726 assert(path != NULL);
4727 4727
4728 /* Is it qualified already? */ 4728 /* Is it qualified already? */
4729#if defined (HAVE_DOS_BASED_FILE_SYSTEM) 4729#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
4730 if (isalpha (path[0]) && path[1] == ':') 4730 if (isalpha (path[0]) && path[1] == ':')
4731 return xstrdup (path); 4731 return xstrdup (path);
4732#endif 4732#endif
4733 if (IS_DIR_SEPARATOR (path[0])) 4733 if (IS_DIR_SEPARATOR (path[0]))
4734 return xstrdup (path); 4734 return xstrdup (path);
4735 4735
4736 /* prepend the current directory */ 4736 /* prepend the current directory */
4737 /* doesn't handle '~' */ 4737 /* doesn't handle '~' */
4738 if (getcwd (tmp, LT_PATHMAX) == NULL) 4738 if (getcwd (tmp, LT_PATHMAX) == NULL)
4739 lt_fatal ("getcwd failed"); 4739 lt_fatal ("getcwd failed");
4740 size = strlen(tmp) + 1 + strlen(path) + 1; /* +2 for '/' and '\0' */ 4740 size = strlen(tmp) + 1 + strlen(path) + 1; /* +2 for '/' and '\0' */
4741 p = XMALLOC(char, size); 4741 p = XMALLOC(char, size);
4742 sprintf(p, "%s%c%s", tmp, DIR_SEPARATOR, path); 4742 sprintf(p, "%s%c%s", tmp, DIR_SEPARATOR, path);
4743 return p; 4743 return p;
4744} 4744}
4745 4745
4746char * 4746char *
4747strendzap(char *str, const char *pat) 4747strendzap(char *str, const char *pat)
4748{ 4748{
4749 size_t len, patlen; 4749 size_t len, patlen;
4750 4750
4751 assert(str != NULL); 4751 assert(str != NULL);
4752 assert(pat != NULL); 4752 assert(pat != NULL);
4753 4753
4754 len = strlen(str); 4754 len = strlen(str);
4755 patlen = strlen(pat); 4755 patlen = strlen(pat);
4756 4756
4757 if (patlen <= len) 4757 if (patlen <= len)
4758 { 4758 {
4759 str += len - patlen; 4759 str += len - patlen;
4760 if (strcmp(str, pat) == 0) 4760 if (strcmp(str, pat) == 0)
4761 *str = '\0'; 4761 *str = '\0';
4762 } 4762 }
4763 return str; 4763 return str;
4764} 4764}
4765 4765
4766static void 4766static void
4767lt_error_core (int exit_status, const char * mode, 4767lt_error_core (int exit_status, const char * mode,
4768 const char * message, va_list ap) 4768 const char * message, va_list ap)
4769{ 4769{
4770 fprintf (stderr, "%s: %s: ", program_name, mode); 4770 fprintf (stderr, "%s: %s: ", program_name, mode);
4771 vfprintf (stderr, message, ap); 4771 vfprintf (stderr, message, ap);
4772 fprintf (stderr, ".\n"); 4772 fprintf (stderr, ".\n");
4773 4773
4774 if (exit_status >= 0) 4774 if (exit_status >= 0)
4775 exit (exit_status); 4775 exit (exit_status);
4776} 4776}
4777 4777
4778void 4778void
4779lt_fatal (const char *message, ...) 4779lt_fatal (const char *message, ...)
4780{ 4780{
4781 va_list ap; 4781 va_list ap;
4782 va_start (ap, message); 4782 va_start (ap, message);
4783 lt_error_core (EXIT_FAILURE, "FATAL", message, ap); 4783 lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
4784 va_end (ap); 4784 va_end (ap);
4785} 4785}
4786EOF 4786EOF
4787 # we should really use a build-platform specific compiler 4787 # we should really use a build-platform specific compiler
4788 # here, but OTOH, the wrappers (shell script and this C one) 4788 # here, but OTOH, the wrappers (shell script and this C one)
4789 # are only useful if you want to execute the "real" binary. 4789 # are only useful if you want to execute the "real" binary.
4790 # Since the "real" binary is built for $host, then this 4790 # Since the "real" binary is built for $host, then this
4791 # wrapper might as well be built for $host, too. 4791 # wrapper might as well be built for $host, too.
4792 $run $LTCC -s -o $cwrapper $cwrappersource 4792 $run $LTCC -s -o $cwrapper $cwrappersource
4793 ;; 4793 ;;
4794 esac 4794 esac
4795 $rm $output 4795 $rm $output
4796 trap "$rm $output; exit $EXIT_FAILURE" 1 2 15 4796 trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
4797 4797
4798 $echo > $output "\ 4798 $echo > $output "\
4799#! $SHELL 4799#! $SHELL
4800 4800
4801# $output - temporary wrapper script for $objdir/$outputname 4801# $output - temporary wrapper script for $objdir/$outputname
4802# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 4802# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
4803# 4803#
4804# The $output program cannot be directly executed until all the libtool 4804# The $output program cannot be directly executed until all the libtool
4805# libraries that it depends on are installed. 4805# libraries that it depends on are installed.
4806# 4806#
4807# This wrapper script should never be moved out of the build directory. 4807# This wrapper script should never be moved out of the build directory.
4808# If it is, it will not operate correctly. 4808# If it is, it will not operate correctly.
4809 4809
4810# Sed substitution that helps us do robust quoting. It backslashifies 4810# Sed substitution that helps us do robust quoting. It backslashifies
4811# metacharacters that are still active within double-quoted strings. 4811# metacharacters that are still active within double-quoted strings.
4812Xsed='${SED} -e 1s/^X//' 4812Xsed='${SED} -e 1s/^X//'
4813sed_quote_subst='$sed_quote_subst' 4813sed_quote_subst='$sed_quote_subst'
4814 4814
4815# The HP-UX ksh and POSIX shell print the target directory to stdout 4815# The HP-UX ksh and POSIX shell print the target directory to stdout
4816# if CDPATH is set. 4816# if CDPATH is set.
4817if test \"\${CDPATH+set}\" = set; then CDPATH=:; export CDPATH; fi 4817if test \"\${CDPATH+set}\" = set; then CDPATH=:; export CDPATH; fi
4818 4818
4819relink_command=\"$relink_command\" 4819relink_command=\"$relink_command\"
4820 4820
4821# This environment variable determines our operation mode. 4821# This environment variable determines our operation mode.
4822if test \"\$libtool_install_magic\" = \"$magic\"; then 4822if test \"\$libtool_install_magic\" = \"$magic\"; then
4823 # install mode needs the following variable: 4823 # install mode needs the following variable:
4824 notinst_deplibs='$notinst_deplibs' 4824 notinst_deplibs='$notinst_deplibs'
4825else 4825else
4826 # When we are sourced in execute mode, \$file and \$echo are already set. 4826 # When we are sourced in execute mode, \$file and \$echo are already set.
4827 if test \"\$libtool_execute_magic\" != \"$magic\"; then 4827 if test \"\$libtool_execute_magic\" != \"$magic\"; then
4828 echo=\"$qecho\" 4828 echo=\"$qecho\"
4829 file=\"\$0\" 4829 file=\"\$0\"
4830 # Make sure echo works. 4830 # Make sure echo works.
4831 if test \"X\$1\" = X--no-reexec; then 4831 if test \"X\$1\" = X--no-reexec; then
4832 # Discard the --no-reexec flag, and continue. 4832 # Discard the --no-reexec flag, and continue.
4833 shift 4833 shift
4834 elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then 4834 elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
4835 # Yippee, \$echo works! 4835 # Yippee, \$echo works!
4836 : 4836 :
4837 else 4837 else
4838 # Restart under the correct shell, and then maybe \$echo will work. 4838 # Restart under the correct shell, and then maybe \$echo will work.
4839 exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} 4839 exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
4840 fi 4840 fi
4841 fi\ 4841 fi\
4842" 4842"
4843 $echo >> $output "\ 4843 $echo >> $output "\
4844 4844
4845 # Find the directory that this script lives in. 4845 # Find the directory that this script lives in.
4846 thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` 4846 thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
4847 test \"x\$thisdir\" = \"x\$file\" && thisdir=. 4847 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
4848 4848
4849 # Follow symbolic links until we get to the real thisdir. 4849 # Follow symbolic links until we get to the real thisdir.
4850 file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` 4850 file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
4851 while test -n \"\$file\"; do 4851 while test -n \"\$file\"; do
4852 destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` 4852 destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
4853 4853
4854 # If there was a directory component, then change thisdir. 4854 # If there was a directory component, then change thisdir.
4855 if test \"x\$destdir\" != \"x\$file\"; then 4855 if test \"x\$destdir\" != \"x\$file\"; then
4856 case \"\$destdir\" in 4856 case \"\$destdir\" in
4857 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; 4857 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
4858 *) thisdir=\"\$thisdir/\$destdir\" ;; 4858 *) thisdir=\"\$thisdir/\$destdir\" ;;
4859 esac 4859 esac
4860 fi 4860 fi
4861 4861
4862 file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` 4862 file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
4863 file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` 4863 file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
4864 done 4864 done
4865 4865
4866 # Try to get the absolute directory name. 4866 # Try to get the absolute directory name.
4867 absdir=\`cd \"\$thisdir\" && pwd\` 4867 absdir=\`cd \"\$thisdir\" && pwd\`
4868 test -n \"\$absdir\" && thisdir=\"\$absdir\" 4868 test -n \"\$absdir\" && thisdir=\"\$absdir\"
4869" 4869"
4870 4870
4871 if test "$fast_install" = yes; then 4871 if test "$fast_install" = yes; then
4872 $echo >> $output "\ 4872 $echo >> $output "\
4873 program=lt-'$outputname'$exeext 4873 program=lt-'$outputname'$exeext
4874 progdir=\"\$thisdir/$objdir\" 4874 progdir=\"\$thisdir/$objdir\"
4875 4875
4876 if test ! -f \"\$progdir/\$program\" || \\ 4876 if test ! -f \"\$progdir/\$program\" || \\
4877 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ 4877 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
4878 test \"X\$file\" != \"X\$progdir/\$program\"; }; then 4878 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
4879 4879
4880 file=\"\$\$-\$program\" 4880 file=\"\$\$-\$program\"
4881 4881
4882 if test ! -d \"\$progdir\"; then 4882 if test ! -d \"\$progdir\"; then
4883 $mkdir \"\$progdir\" 4883 $mkdir \"\$progdir\"
4884 else 4884 else
4885 $rm \"\$progdir/\$file\" 4885 $rm \"\$progdir/\$file\"
4886 fi" 4886 fi"
4887 4887
4888 $echo >> $output "\ 4888 $echo >> $output "\
4889 4889
4890 # relink executable if necessary 4890 # relink executable if necessary
4891 if test -n \"\$relink_command\"; then 4891 if test -n \"\$relink_command\"; then
4892 if relink_command_output=\`eval \$relink_command 2>&1\`; then : 4892 if relink_command_output=\`eval \$relink_command 2>&1\`; then :
4893 else 4893 else
4894 $echo \"\$relink_command_output\" >&2 4894 $echo \"\$relink_command_output\" >&2
4895 $rm \"\$progdir/\$file\" 4895 $rm \"\$progdir/\$file\"
4896 exit $EXIT_FAILURE 4896 exit $EXIT_FAILURE
4897 fi 4897 fi
4898 fi 4898 fi
4899 4899
4900 $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || 4900 $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
4901 { $rm \"\$progdir/\$program\"; 4901 { $rm \"\$progdir/\$program\";
4902 $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; } 4902 $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; }
4903 $rm \"\$progdir/\$file\" 4903 $rm \"\$progdir/\$file\"
4904 fi" 4904 fi"
4905 else 4905 else
4906 $echo >> $output "\ 4906 $echo >> $output "\
4907 program='$outputname' 4907 program='$outputname'
4908 progdir=\"\$thisdir/$objdir\" 4908 progdir=\"\$thisdir/$objdir\"
4909" 4909"
4910 fi 4910 fi
4911 4911
4912 $echo >> $output "\ 4912 $echo >> $output "\
4913 4913
4914 if test -f \"\$progdir/\$program\"; then" 4914 if test -f \"\$progdir/\$program\"; then"
4915 4915
4916 # Export our shlibpath_var if we have one. 4916 # Export our shlibpath_var if we have one.
4917 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then 4917 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
4918 $echo >> $output "\ 4918 $echo >> $output "\
4919 # Add our own library path to $shlibpath_var 4919 # Add our own library path to $shlibpath_var
4920 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" 4920 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
4921 4921
4922 # Some systems cannot cope with colon-terminated $shlibpath_var 4922 # Some systems cannot cope with colon-terminated $shlibpath_var
4923 # The second colon is a workaround for a bug in BeOS R4 sed 4923 # The second colon is a workaround for a bug in BeOS R4 sed
4924 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` 4924 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
4925 4925
4926 export $shlibpath_var 4926 export $shlibpath_var
4927" 4927"
4928 fi 4928 fi
4929 4929
4930 # fixup the dll searchpath if we need to. 4930 # fixup the dll searchpath if we need to.
4931 if test -n "$dllsearchpath"; then 4931 if test -n "$dllsearchpath"; then
4932 $echo >> $output "\ 4932 $echo >> $output "\
4933 # Add the dll search path components to the executable PATH 4933 # Add the dll search path components to the executable PATH
4934 PATH=$dllsearchpath:\$PATH 4934 PATH=$dllsearchpath:\$PATH
4935" 4935"
4936 fi 4936 fi
4937 4937
4938 $echo >> $output "\ 4938 $echo >> $output "\
4939 if test \"\$libtool_execute_magic\" != \"$magic\"; then 4939 if test \"\$libtool_execute_magic\" != \"$magic\"; then
4940 # Run the actual program with our arguments. 4940 # Run the actual program with our arguments.
4941" 4941"
4942 case $host in 4942 case $host in
4943 # Backslashes separate directories on plain windows 4943 # Backslashes separate directories on plain windows
4944 *-*-mingw | *-*-os2*) 4944 *-*-mingw | *-*-os2*)
4945 $echo >> $output "\ 4945 $echo >> $output "\
4946 exec \$progdir\\\\\$program \${1+\"\$@\"} 4946 exec \$progdir\\\\\$program \${1+\"\$@\"}
4947" 4947"
4948 ;; 4948 ;;
4949 4949
4950 *) 4950 *)
4951 $echo >> $output "\ 4951 $echo >> $output "\
4952 exec \$progdir/\$program \${1+\"\$@\"} 4952 exec \$progdir/\$program \${1+\"\$@\"}
4953" 4953"
4954 ;; 4954 ;;
4955 esac 4955 esac
4956 $echo >> $output "\ 4956 $echo >> $output "\
4957 \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\" 4957 \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\"
4958 exit $EXIT_FAILURE 4958 exit $EXIT_FAILURE
4959 fi 4959 fi
4960 else 4960 else
4961 # The program doesn't exist. 4961 # The program doesn't exist.
4962 \$echo \"\$0: error: \$progdir/\$program does not exist\" 1>&2 4962 \$echo \"\$0: error: \$progdir/\$program does not exist\" 1>&2
4963 \$echo \"This script is just a wrapper for \$program.\" 1>&2 4963 \$echo \"This script is just a wrapper for \$program.\" 1>&2
4964 $echo \"See the $PACKAGE documentation for more information.\" 1>&2 4964 $echo \"See the $PACKAGE documentation for more information.\" 1>&2
4965 exit $EXIT_FAILURE 4965 exit $EXIT_FAILURE
4966 fi 4966 fi
4967fi\ 4967fi\
4968" 4968"
4969 chmod +x $output 4969 chmod +x $output
4970 fi 4970 fi
4971 exit $EXIT_SUCCESS 4971 exit $EXIT_SUCCESS
4972 ;; 4972 ;;
4973 esac 4973 esac
4974 4974
4975 # See if we need to build an old-fashioned archive. 4975 # See if we need to build an old-fashioned archive.
4976 for oldlib in $oldlibs; do 4976 for oldlib in $oldlibs; do
4977 4977
4978 if test "$build_libtool_libs" = convenience; then 4978 if test "$build_libtool_libs" = convenience; then
4979 oldobjs="$libobjs_save" 4979 oldobjs="$libobjs_save"
4980 addlibs="$convenience" 4980 addlibs="$convenience"
4981 build_libtool_libs=no 4981 build_libtool_libs=no
4982 else 4982 else
4983 if test "$build_libtool_libs" = module; then 4983 if test "$build_libtool_libs" = module; then
4984 oldobjs="$libobjs_save" 4984 oldobjs="$libobjs_save"
4985 build_libtool_libs=no 4985 build_libtool_libs=no
4986 else 4986 else
4987 oldobjs="$old_deplibs $non_pic_objects" 4987 oldobjs="$old_deplibs $non_pic_objects"
4988 fi 4988 fi
4989 addlibs="$old_convenience" 4989 addlibs="$old_convenience"
4990 fi 4990 fi
4991 4991
4992 if test -n "$addlibs"; then 4992 if test -n "$addlibs"; then
4993 gentop="$output_objdir/${outputname}x" 4993 gentop="$output_objdir/${outputname}x"
4994 $show "${rm}r $gentop" 4994 $show "${rm}r $gentop"
4995 $run ${rm}r "$gentop" 4995 $run ${rm}r "$gentop"
4996 $show "$mkdir $gentop" 4996 $show "$mkdir $gentop"
4997 $run $mkdir "$gentop" 4997 $run $mkdir "$gentop"
4998 status=$? 4998 status=$?
4999 if test "$status" -ne 0 && test ! -d "$gentop"; then 4999 if test "$status" -ne 0 && test ! -d "$gentop"; then
5000 exit $status 5000 exit $status
5001 fi 5001 fi
5002 generated="$generated $gentop" 5002 generated="$generated $gentop"
5003 5003
5004 # Add in members from convenience archives. 5004 # Add in members from convenience archives.
5005 for xlib in $addlibs; do 5005 for xlib in $addlibs; do
5006 # Extract the objects. 5006 # Extract the objects.
5007 case $xlib in 5007 case $xlib in
5008 [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; 5008 [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;;
5009 *) xabs=`pwd`"/$xlib" ;; 5009 *) xabs=`pwd`"/$xlib" ;;
5010 esac 5010 esac
5011 xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` 5011 xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
5012 xdir="$gentop/$xlib" 5012 xdir="$gentop/$xlib"
5013 5013
5014 $show "${rm}r $xdir" 5014 $show "${rm}r $xdir"
5015 $run ${rm}r "$xdir" 5015 $run ${rm}r "$xdir"
5016 $show "$mkdir $xdir" 5016 $show "$mkdir $xdir"
5017 $run $mkdir "$xdir" 5017 $run $mkdir "$xdir"
5018 status=$? 5018 status=$?
5019 if test "$status" -ne 0 && test ! -d "$xdir"; then 5019 if test "$status" -ne 0 && test ! -d "$xdir"; then
5020 exit $status 5020 exit $status
5021 fi 5021 fi
5022 # We will extract separately just the conflicting names and we will no 5022 # We will extract separately just the conflicting names and we will no
5023 # longer touch any unique names. It is faster to leave these extract 5023 # longer touch any unique names. It is faster to leave these extract
5024 # automatically by $AR in one run. 5024 # automatically by $AR in one run.
5025 $show "(cd $xdir && $AR x $xabs)" 5025 $show "(cd $xdir && $AR x $xabs)"
5026 $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? 5026 $run eval "(cd \$xdir && $AR x \$xabs)" || exit $?
5027 if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then 5027 if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then
5028 : 5028 :
5029 else 5029 else
5030 $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 5030 $echo "$modename: warning: object name conflicts; renaming object files" 1>&2
5031 $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 5031 $echo "$modename: warning: to ensure that they will not overwrite" 1>&2
5032 $AR t "$xabs" | sort | uniq -cd | while read -r count name 5032 $AR t "$xabs" | sort | uniq -cd | while read -r count name
5033 do 5033 do
5034 i=1 5034 i=1
5035 while test "$i" -le "$count" 5035 while test "$i" -le "$count"
5036 do 5036 do
5037 # Put our $i before any first dot (extension) 5037 # Put our $i before any first dot (extension)
5038 # Never overwrite any file 5038 # Never overwrite any file
5039 name_to="$name" 5039 name_to="$name"
5040 while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" 5040 while test "X$name_to" = "X$name" || test -f "$xdir/$name_to"
5041 do 5041 do
5042 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` 5042 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
5043 done 5043 done
5044 $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" 5044 $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')"
5045 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? 5045 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
5046 i=`expr $i + 1` 5046 i=`expr $i + 1`
5047 done 5047 done
5048 done 5048 done
5049 fi 5049 fi
5050 5050
5051 oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP` 5051 oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
5052 done 5052 done
5053 fi 5053 fi
5054 5054
5055 # Do each command in the archive commands. 5055 # Do each command in the archive commands.
5056 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then 5056 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
5057 cmds=$old_archive_from_new_cmds 5057 cmds=$old_archive_from_new_cmds
5058 else 5058 else
5059 eval cmds=\"$old_archive_cmds\" 5059 eval cmds=\"$old_archive_cmds\"
5060 5060
5061 if len=`expr "X$cmds" : ".*"` && 5061 if len=`expr "X$cmds" : ".*"` &&
5062 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then 5062 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
5063 cmds=$old_archive_cmds 5063 cmds=$old_archive_cmds
5064 else 5064 else
5065 # the command line is too long to link in one step, link in parts 5065 # the command line is too long to link in one step, link in parts
5066 $echo "using piecewise archive linking..." 5066 $echo "using piecewise archive linking..."
5067 save_RANLIB=$RANLIB 5067 save_RANLIB=$RANLIB
5068 RANLIB=: 5068 RANLIB=:
5069 objlist= 5069 objlist=
5070 concat_cmds= 5070 concat_cmds=
5071 save_oldobjs=$oldobjs 5071 save_oldobjs=$oldobjs
5072 # GNU ar 2.10+ was changed to match POSIX; thus no paths are 5072 # GNU ar 2.10+ was changed to match POSIX; thus no paths are
5073 # encoded into archives. This makes 'ar r' malfunction in 5073 # encoded into archives. This makes 'ar r' malfunction in
5074 # this piecewise linking case whenever conflicting object 5074 # this piecewise linking case whenever conflicting object
5075 # names appear in distinct ar calls; check, warn and compensate. 5075 # names appear in distinct ar calls; check, warn and compensate.
5076 if (for obj in $save_oldobjs 5076 if (for obj in $save_oldobjs
5077 do 5077 do
5078 $echo "X$obj" | $Xsed -e 's%^.*/%%' 5078 $echo "X$obj" | $Xsed -e 's%^.*/%%'
5079 done | sort | sort -uc >/dev/null 2>&1); then 5079 done | sort | sort -uc >/dev/null 2>&1); then
5080 : 5080 :
5081 else 5081 else
5082 $echo "$modename: warning: object name conflicts; overriding AR_FLAGS to 'cq'" 1>&2 5082 $echo "$modename: warning: object name conflicts; overriding AR_FLAGS to 'cq'" 1>&2
5083 $echo "$modename: warning: to ensure that POSIX-compatible ar will work" 1>&2 5083 $echo "$modename: warning: to ensure that POSIX-compatible ar will work" 1>&2
5084 AR_FLAGS=cq 5084 AR_FLAGS=cq
5085 fi 5085 fi
5086 # Is there a better way of finding the last object in the list? 5086 # Is there a better way of finding the last object in the list?
5087 for obj in $save_oldobjs 5087 for obj in $save_oldobjs
5088 do 5088 do
5089 last_oldobj=$obj 5089 last_oldobj=$obj
5090 done 5090 done
5091 for obj in $save_oldobjs 5091 for obj in $save_oldobjs
5092 do 5092 do
5093 oldobjs="$objlist $obj" 5093 oldobjs="$objlist $obj"
5094 objlist="$objlist $obj" 5094 objlist="$objlist $obj"
5095 eval test_cmds=\"$old_archive_cmds\" 5095 eval test_cmds=\"$old_archive_cmds\"
5096 if len=`expr "X$test_cmds" : ".*"` && 5096 if len=`expr "X$test_cmds" : ".*"` &&
5097 test "$len" -le "$max_cmd_len"; then 5097 test "$len" -le "$max_cmd_len"; then
5098 : 5098 :
5099 else 5099 else
5100 # the above command should be used before it gets too long 5100 # the above command should be used before it gets too long
5101 oldobjs=$objlist 5101 oldobjs=$objlist
5102 if test "$obj" = "$last_oldobj" ; then 5102 if test "$obj" = "$last_oldobj" ; then
5103 RANLIB=$save_RANLIB 5103 RANLIB=$save_RANLIB
5104 fi 5104 fi
5105 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ 5105 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
5106 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" 5106 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
5107 objlist= 5107 objlist=
5108 fi 5108 fi
5109 done 5109 done
5110 RANLIB=$save_RANLIB 5110 RANLIB=$save_RANLIB
5111 oldobjs=$objlist 5111 oldobjs=$objlist
5112 if test "X$oldobjs" = "X" ; then 5112 if test "X$oldobjs" = "X" ; then
5113 eval cmds=\"\$concat_cmds\" 5113 eval cmds=\"\$concat_cmds\"
5114 else 5114 else
5115 eval cmds=\"\$concat_cmds~\$old_archive_cmds\" 5115 eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
5116 fi 5116 fi
5117 fi 5117 fi
5118 fi 5118 fi
5119 save_ifs="$IFS"; IFS='~' 5119 save_ifs="$IFS"; IFS='~'
5120 for cmd in $cmds; do 5120 for cmd in $cmds; do
5121 eval cmd=\"$cmd\" 5121 eval cmd=\"$cmd\"
5122 IFS="$save_ifs" 5122 IFS="$save_ifs"
5123 $show "$cmd" 5123 $show "$cmd"
5124 $run eval "$cmd" || exit $? 5124 $run eval "$cmd" || exit $?
5125 done 5125 done
5126 IFS="$save_ifs" 5126 IFS="$save_ifs"
5127 done 5127 done
5128 5128
5129 if test -n "$generated"; then 5129 if test -n "$generated"; then
5130 $show "${rm}r$generated" 5130 $show "${rm}r$generated"
5131 $run ${rm}r$generated 5131 $run ${rm}r$generated
5132 fi 5132 fi
5133 5133
5134 # Now create the libtool archive. 5134 # Now create the libtool archive.
5135 case $output in 5135 case $output in
5136 *.la) 5136 *.la)
5137 old_library= 5137 old_library=
5138 test "$build_old_libs" = yes && old_library="$libname.$libext" 5138 test "$build_old_libs" = yes && old_library="$libname.$libext"
5139 $show "creating $output" 5139 $show "creating $output"
5140 5140
5141 # Preserve any variables that may affect compiler behavior 5141 # Preserve any variables that may affect compiler behavior
5142 for var in $variables_saved_for_relink; do 5142 for var in $variables_saved_for_relink; do
5143 if eval test -z \"\${$var+set}\"; then 5143 if eval test -z \"\${$var+set}\"; then
5144 relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" 5144 relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
5145 elif eval var_value=\$$var; test -z "$var_value"; then 5145 elif eval var_value=\$$var; test -z "$var_value"; then
5146 relink_command="$var=; export $var; $relink_command" 5146 relink_command="$var=; export $var; $relink_command"
5147 else 5147 else
5148 var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` 5148 var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
5149 relink_command="$var=\"$var_value\"; export $var; $relink_command" 5149 relink_command="$var=\"$var_value\"; export $var; $relink_command"
5150 fi 5150 fi
5151 done 5151 done
5152 # Quote the link command for shipping. 5152 # Quote the link command for shipping.
5153 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" 5153 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5154 relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` 5154 relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
5155 if test "$hardcode_automatic" = yes ; then 5155 if test "$hardcode_automatic" = yes ; then
5156 relink_command= 5156 relink_command=
5157 fi 5157 fi
5158 5158
5159 5159
5160 # Only create the output if not a dry run. 5160 # Only create the output if not a dry run.
5161 if test -z "$run"; then 5161 if test -z "$run"; then
5162 for installed in no yes; do 5162 for installed in no yes; do
5163 if test "$installed" = yes; then 5163 if test "$installed" = yes; then
5164 if test -z "$install_libdir"; then 5164 if test -z "$install_libdir"; then
5165 break 5165 break
5166 fi 5166 fi
5167 output="$output_objdir/$outputname"i 5167 output="$output_objdir/$outputname"i
5168 # Replace all uninstalled libtool libraries with the installed ones 5168 # Replace all uninstalled libtool libraries with the installed ones
5169 newdependency_libs= 5169 newdependency_libs=
5170 for deplib in $dependency_libs; do 5170 for deplib in $dependency_libs; do
5171 case $deplib in 5171 case $deplib in
5172 *.la) 5172 *.la)
5173 name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` 5173 name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
5174 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` 5174 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
5175 if test -z "$libdir"; then 5175 if test -z "$libdir"; then
5176 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 5176 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
5177 exit $EXIT_FAILURE 5177 exit $EXIT_FAILURE
5178 fi 5178 fi
5179 newdependency_libs="$newdependency_libs $libdir/$name" 5179 newdependency_libs="$newdependency_libs $libdir/$name"
5180 ;; 5180 ;;
5181 *) newdependency_libs="$newdependency_libs $deplib" ;; 5181 *) newdependency_libs="$newdependency_libs $deplib" ;;
5182 esac 5182 esac
5183 done 5183 done
5184 dependency_libs="$newdependency_libs" 5184 dependency_libs="$newdependency_libs"
5185 newdlfiles= 5185 newdlfiles=
5186 for lib in $dlfiles; do 5186 for lib in $dlfiles; do
5187 name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` 5187 name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
5188 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` 5188 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
5189 if test -z "$libdir"; then 5189 if test -z "$libdir"; then
5190 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 5190 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
5191 exit $EXIT_FAILURE 5191 exit $EXIT_FAILURE
5192 fi 5192 fi
5193 newdlfiles="$newdlfiles $libdir/$name" 5193 newdlfiles="$newdlfiles $libdir/$name"
5194 done 5194 done
5195 dlfiles="$newdlfiles" 5195 dlfiles="$newdlfiles"
5196 newdlprefiles= 5196 newdlprefiles=
5197 for lib in $dlprefiles; do 5197 for lib in $dlprefiles; do
5198 name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` 5198 name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
5199 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` 5199 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
5200 if test -z "$libdir"; then 5200 if test -z "$libdir"; then
5201 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 5201 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
5202 exit $EXIT_FAILURE 5202 exit $EXIT_FAILURE
5203 fi 5203 fi
5204 newdlprefiles="$newdlprefiles $libdir/$name" 5204 newdlprefiles="$newdlprefiles $libdir/$name"
5205 done 5205 done
5206 dlprefiles="$newdlprefiles" 5206 dlprefiles="$newdlprefiles"
5207 else 5207 else
5208 newdlfiles= 5208 newdlfiles=
5209 for lib in $dlfiles; do 5209 for lib in $dlfiles; do
5210 case $lib in 5210 case $lib in
5211 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; 5211 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
5212 *) abs=`pwd`"/$lib" ;; 5212 *) abs=`pwd`"/$lib" ;;
5213 esac 5213 esac
5214 newdlfiles="$newdlfiles $abs" 5214 newdlfiles="$newdlfiles $abs"
5215 done 5215 done
5216 dlfiles="$newdlfiles" 5216 dlfiles="$newdlfiles"
5217 newdlprefiles= 5217 newdlprefiles=
5218 for lib in $dlprefiles; do 5218 for lib in $dlprefiles; do
5219 case $lib in 5219 case $lib in
5220 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; 5220 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
5221 *) abs=`pwd`"/$lib" ;; 5221 *) abs=`pwd`"/$lib" ;;
5222 esac 5222 esac
5223 newdlprefiles="$newdlprefiles $abs" 5223 newdlprefiles="$newdlprefiles $abs"
5224 done 5224 done
5225 dlprefiles="$newdlprefiles" 5225 dlprefiles="$newdlprefiles"
5226 fi 5226 fi
5227 $rm $output 5227 $rm $output
5228 # place dlname in correct position for cygwin 5228 # place dlname in correct position for cygwin
5229 tdlname=$dlname 5229 tdlname=$dlname
5230 case $host,$output,$installed,$module,$dlname in 5230 case $host,$output,$installed,$module,$dlname in
5231 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; 5231 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
5232 esac 5232 esac
5233 $echo > $output "\ 5233 $echo > $output "\
5234# $outputname - a libtool library file 5234# $outputname - a libtool library file
5235# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 5235# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
5236# 5236#
5237# Please DO NOT delete this file! 5237# Please DO NOT delete this file!
5238# It is necessary for linking the library. 5238# It is necessary for linking the library.
5239 5239
5240# The name that we can dlopen(3). 5240# The name that we can dlopen(3).
5241dlname='$tdlname' 5241dlname='$tdlname'
5242 5242
5243# Names of this library. 5243# Names of this library.
5244library_names='$library_names' 5244library_names='$library_names'
5245 5245
5246# The name of the static archive. 5246# The name of the static archive.
5247old_library='$old_library' 5247old_library='$old_library'
5248 5248
5249# Libraries that this one depends upon. 5249# Libraries that this one depends upon.
5250dependency_libs='$dependency_libs' 5250dependency_libs='$dependency_libs'
5251 5251
5252# Version information for $libname. 5252# Version information for $libname.
5253current=$current 5253current=$current
5254age=$age 5254age=$age
5255revision=$revision 5255revision=$revision
5256 5256
5257# Is this an already installed library? 5257# Is this an already installed library?
5258installed=$installed 5258installed=$installed
5259 5259
5260# Should we warn about portability when linking against -modules? 5260# Should we warn about portability when linking against -modules?
5261shouldnotlink=$module 5261shouldnotlink=$module
5262 5262
5263# Files to dlopen/dlpreopen 5263# Files to dlopen/dlpreopen
5264dlopen='$dlfiles' 5264dlopen='$dlfiles'
5265dlpreopen='$dlprefiles' 5265dlpreopen='$dlprefiles'
5266 5266
5267# Directory that this library needs to be installed in: 5267# Directory that this library needs to be installed in:
5268libdir='$install_libdir'" 5268libdir='$install_libdir'"
5269 if test "$installed" = no && test "$need_relink" = yes; then 5269 if test "$installed" = no && test "$need_relink" = yes; then
5270 $echo >> $output "\ 5270 $echo >> $output "\
5271relink_command=\"$relink_command\"" 5271relink_command=\"$relink_command\""
5272 fi 5272 fi
5273 done 5273 done
5274 fi 5274 fi
5275 5275
5276 # Do a symbolic link so that the libtool archive can be found in 5276 # Do a symbolic link so that the libtool archive can be found in
5277 # LD_LIBRARY_PATH before the program is installed. 5277 # LD_LIBRARY_PATH before the program is installed.
5278 $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" 5278 $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)"
5279 $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $? 5279 $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $?
5280 ;; 5280 ;;
5281 esac 5281 esac
5282 exit $EXIT_SUCCESS 5282 exit $EXIT_SUCCESS
5283 ;; 5283 ;;
5284 5284
5285 # libtool install mode 5285 # libtool install mode
5286 install) 5286 install)
5287 modename="$modename: install" 5287 modename="$modename: install"
5288 5288
5289 # There may be an optional sh(1) argument at the beginning of 5289 # There may be an optional sh(1) argument at the beginning of
5290 # install_prog (especially on Windows NT). 5290 # install_prog (especially on Windows NT).
5291 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || 5291 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
5292 # Allow the use of GNU shtool's install command. 5292 # Allow the use of GNU shtool's install command.
5293 $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then 5293 $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then
5294 # Aesthetically quote it. 5294 # Aesthetically quote it.
5295 arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` 5295 arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
5296 case $arg in 5296 case $arg in
5297 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) 5297 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*)
5298 arg="\"$arg\"" 5298 arg="\"$arg\""
5299 ;; 5299 ;;
5300 esac 5300 esac
5301 install_prog="$arg " 5301 install_prog="$arg "
5302 arg="$1" 5302 arg="$1"
5303 shift 5303 shift
5304 else 5304 else
5305 install_prog= 5305 install_prog=
5306 arg="$nonopt" 5306 arg="$nonopt"
5307 fi 5307 fi
5308 5308
5309 # The real first argument should be the name of the installation program. 5309 # The real first argument should be the name of the installation program.
5310 # Aesthetically quote it. 5310 # Aesthetically quote it.
5311 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 5311 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
5312 case $arg in 5312 case $arg in
5313 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) 5313 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*)
5314 arg="\"$arg\"" 5314 arg="\"$arg\""
5315 ;; 5315 ;;
5316 esac 5316 esac
5317 install_prog="$install_prog$arg" 5317 install_prog="$install_prog$arg"
5318 5318
5319 # We need to accept at least all the BSD install flags. 5319 # We need to accept at least all the BSD install flags.
5320 dest= 5320 dest=
5321 files= 5321 files=
5322 opts= 5322 opts=
5323 prev= 5323 prev=
5324 install_type= 5324 install_type=
5325 isdir=no 5325 isdir=no
5326 stripme= 5326 stripme=
5327 for arg 5327 for arg
5328 do 5328 do
5329 if test -n "$dest"; then 5329 if test -n "$dest"; then
5330 files="$files $dest" 5330 files="$files $dest"
5331 dest="$arg" 5331 dest="$arg"
5332 continue 5332 continue
5333 fi 5333 fi
5334 5334
5335 case $arg in 5335 case $arg in
5336 -d) isdir=yes ;; 5336 -d) isdir=yes ;;
5337 -f) prev="-f" ;; 5337 -f) prev="-f" ;;
5338 -g) prev="-g" ;; 5338 -g) prev="-g" ;;
5339 -m) prev="-m" ;; 5339 -m) prev="-m" ;;
5340 -o) prev="-o" ;; 5340 -o) prev="-o" ;;
5341 -s) 5341 -s)
5342 stripme=" -s" 5342 stripme=" -s"
5343 continue 5343 continue
5344 ;; 5344 ;;
5345 -*) ;; 5345 -*) ;;
5346 5346
5347 *) 5347 *)
5348 # If the previous option needed an argument, then skip it. 5348 # If the previous option needed an argument, then skip it.
5349 if test -n "$prev"; then 5349 if test -n "$prev"; then
5350 prev= 5350 prev=
5351 else 5351 else
5352 dest="$arg" 5352 dest="$arg"
5353 continue 5353 continue
5354 fi 5354 fi
5355 ;; 5355 ;;
5356 esac 5356 esac
5357 5357
5358 # Aesthetically quote the argument. 5358 # Aesthetically quote the argument.
5359 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` 5359 arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
5360 case $arg in 5360 case $arg in
5361 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) 5361 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*)
5362 arg="\"$arg\"" 5362 arg="\"$arg\""
5363 ;; 5363 ;;
5364 esac 5364 esac
5365 install_prog="$install_prog $arg" 5365 install_prog="$install_prog $arg"
5366 done 5366 done
5367 5367
5368 if test -z "$install_prog"; then 5368 if test -z "$install_prog"; then
5369 $echo "$modename: you must specify an install program" 1>&2 5369 $echo "$modename: you must specify an install program" 1>&2
5370 $echo "$help" 1>&2 5370 $echo "$help" 1>&2
5371 exit $EXIT_FAILURE 5371 exit $EXIT_FAILURE
5372 fi 5372 fi
5373 5373
5374 if test -n "$prev"; then 5374 if test -n "$prev"; then
5375 $echo "$modename: the \`$prev' option requires an argument" 1>&2 5375 $echo "$modename: the \`$prev' option requires an argument" 1>&2
5376 $echo "$help" 1>&2 5376 $echo "$help" 1>&2
5377 exit $EXIT_FAILURE 5377 exit $EXIT_FAILURE
5378 fi 5378 fi
5379 5379
5380 if test -z "$files"; then 5380 if test -z "$files"; then
5381 if test -z "$dest"; then 5381 if test -z "$dest"; then
5382 $echo "$modename: no file or destination specified" 1>&2 5382 $echo "$modename: no file or destination specified" 1>&2
5383 else 5383 else
5384 $echo "$modename: you must specify a destination" 1>&2 5384 $echo "$modename: you must specify a destination" 1>&2
5385 fi 5385 fi
5386 $echo "$help" 1>&2 5386 $echo "$help" 1>&2
5387 exit $EXIT_FAILURE 5387 exit $EXIT_FAILURE
5388 fi 5388 fi
5389 5389
5390 # Strip any trailing slash from the destination. 5390 # Strip any trailing slash from the destination.
5391 dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` 5391 dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
5392 5392
5393 # Check to see that the destination is a directory. 5393 # Check to see that the destination is a directory.
5394 test -d "$dest" && isdir=yes 5394 test -d "$dest" && isdir=yes
5395 if test "$isdir" = yes; then 5395 if test "$isdir" = yes; then
5396 destdir="$dest" 5396 destdir="$dest"
5397 destname= 5397 destname=
5398 else 5398 else
5399 destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` 5399 destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
5400 test "X$destdir" = "X$dest" && destdir=. 5400 test "X$destdir" = "X$dest" && destdir=.
5401 destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` 5401 destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
5402 5402
5403 # Not a directory, so check to see that there is only one file specified. 5403 # Not a directory, so check to see that there is only one file specified.
5404 set dummy $files 5404 set dummy $files
5405 if test "$#" -gt 2; then 5405 if test "$#" -gt 2; then
5406 $echo "$modename: \`$dest' is not a directory" 1>&2 5406 $echo "$modename: \`$dest' is not a directory" 1>&2
5407 $echo "$help" 1>&2 5407 $echo "$help" 1>&2
5408 exit $EXIT_FAILURE 5408 exit $EXIT_FAILURE
5409 fi 5409 fi
5410 fi 5410 fi
5411 case $destdir in 5411 case $destdir in
5412 [\\/]* | [A-Za-z]:[\\/]*) ;; 5412 [\\/]* | [A-Za-z]:[\\/]*) ;;
5413 *) 5413 *)
5414 for file in $files; do 5414 for file in $files; do
5415 case $file in 5415 case $file in
5416 *.lo) ;; 5416 *.lo) ;;
5417 *) 5417 *)
5418 $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2 5418 $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2
5419 $echo "$help" 1>&2 5419 $echo "$help" 1>&2
5420 exit $EXIT_FAILURE 5420 exit $EXIT_FAILURE
5421 ;; 5421 ;;
5422 esac 5422 esac
5423 done 5423 done
5424 ;; 5424 ;;
5425 esac 5425 esac
5426 5426
5427 # This variable tells wrapper scripts just to set variables rather 5427 # This variable tells wrapper scripts just to set variables rather
5428 # than running their programs. 5428 # than running their programs.
5429 libtool_install_magic="$magic" 5429 libtool_install_magic="$magic"
5430 5430
5431 staticlibs= 5431 staticlibs=
5432 future_libdirs= 5432 future_libdirs=
5433 current_libdirs= 5433 current_libdirs=
5434 for file in $files; do 5434 for file in $files; do
5435 5435
5436 # Do each installation. 5436 # Do each installation.
5437 case $file in 5437 case $file in
5438 *.$libext) 5438 *.$libext)
5439 # Do the static libraries later. 5439 # Do the static libraries later.
5440 staticlibs="$staticlibs $file" 5440 staticlibs="$staticlibs $file"
5441 ;; 5441 ;;
5442 5442
5443 *.la) 5443 *.la)
5444 # Check to see that this really is a libtool archive. 5444 # Check to see that this really is a libtool archive.
5445 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 5445 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
5446 else 5446 else
5447 $echo "$modename: \`$file' is not a valid libtool archive" 1>&2 5447 $echo "$modename: \`$file' is not a valid libtool archive" 1>&2
5448 $echo "$help" 1>&2 5448 $echo "$help" 1>&2
5449 exit $EXIT_FAILURE 5449 exit $EXIT_FAILURE
5450 fi 5450 fi
5451 5451
5452 library_names= 5452 library_names=
5453 old_library= 5453 old_library=
5454 relink_command= 5454 relink_command=
5455 # If there is no directory component, then add one. 5455 # If there is no directory component, then add one.
5456 case $file in 5456 case $file in
5457 */* | *\\*) . $file ;; 5457 */* | *\\*) . $file ;;
5458 *) . ./$file ;; 5458 *) . ./$file ;;
5459 esac 5459 esac
5460 5460
5461 # Add the libdir to current_libdirs if it is the destination. 5461 # Add the libdir to current_libdirs if it is the destination.
5462 if test "X$destdir" = "X$libdir"; then 5462 if test "X$destdir" = "X$libdir"; then
5463 case "$current_libdirs " in 5463 case "$current_libdirs " in
5464 *" $libdir "*) ;; 5464 *" $libdir "*) ;;
5465 *) current_libdirs="$current_libdirs $libdir" ;; 5465 *) current_libdirs="$current_libdirs $libdir" ;;
5466 esac 5466 esac
5467 else 5467 else
5468 # Note the libdir as a future libdir. 5468 # Note the libdir as a future libdir.
5469 case "$future_libdirs " in 5469 case "$future_libdirs " in
5470 *" $libdir "*) ;; 5470 *" $libdir "*) ;;
5471 *) future_libdirs="$future_libdirs $libdir" ;; 5471 *) future_libdirs="$future_libdirs $libdir" ;;
5472 esac 5472 esac
5473 fi 5473 fi
5474 5474
5475 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ 5475 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
5476 test "X$dir" = "X$file/" && dir= 5476 test "X$dir" = "X$file/" && dir=
5477 dir="$dir$objdir" 5477 dir="$dir$objdir"
5478 5478
5479 if test -n "$relink_command"; then 5479 if test -n "$relink_command"; then
5480 # Determine the prefix the user has applied to our future dir. 5480 # Determine the prefix the user has applied to our future dir.
5481 inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` 5481 inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
5482 5482
5483 # Don't allow the user to place us outside of our expected 5483 # Don't allow the user to place us outside of our expected
5484 # location b/c this prevents finding dependent libraries that 5484 # location b/c this prevents finding dependent libraries that
5485 # are installed to the same prefix. 5485 # are installed to the same prefix.
5486 # At present, this check doesn't affect windows .dll's that 5486 # At present, this check doesn't affect windows .dll's that
5487 # are installed into $libdir/../bin (currently, that works fine) 5487 # are installed into $libdir/../bin (currently, that works fine)
5488 # but it's something to keep an eye on. 5488 # but it's something to keep an eye on.
5489 if test "$inst_prefix_dir" = "$destdir"; then 5489 if test "$inst_prefix_dir" = "$destdir"; then
5490 $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 5490 $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
5491 exit $EXIT_FAILURE 5491 exit $EXIT_FAILURE
5492 fi 5492 fi
5493 5493
5494 if test -n "$inst_prefix_dir"; then 5494 if test -n "$inst_prefix_dir"; then
5495 # Stick the inst_prefix_dir data into the link command. 5495 # Stick the inst_prefix_dir data into the link command.
5496 relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` 5496 relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
5497 else 5497 else
5498 relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"` 5498 relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
5499 fi 5499 fi
5500 5500
5501 $echo "$modename: warning: relinking \`$file'" 1>&2 5501 $echo "$modename: warning: relinking \`$file'" 1>&2
5502 $show "$relink_command" 5502 $show "$relink_command"
5503 if $run eval "$relink_command"; then : 5503 if $run eval "$relink_command"; then :
5504 else 5504 else
5505 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 5505 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
5506 exit $EXIT_FAILURE 5506 exit $EXIT_FAILURE
5507 fi 5507 fi
5508 fi 5508 fi
5509 5509
5510 # See the names of the shared library. 5510 # See the names of the shared library.
5511 set dummy $library_names 5511 set dummy $library_names
5512 if test -n "$2"; then 5512 if test -n "$2"; then
5513 realname="$2" 5513 realname="$2"
5514 shift 5514 shift
5515 shift 5515 shift
5516 5516
5517 srcname="$realname" 5517 srcname="$realname"
5518 test -n "$relink_command" && srcname="$realname"T 5518 test -n "$relink_command" && srcname="$realname"T
5519 5519
5520 # Install the shared library and build the symlinks. 5520 # Install the shared library and build the symlinks.
5521 $show "$install_prog $dir/$srcname $destdir/$realname" 5521 $show "$install_prog $dir/$srcname $destdir/$realname"
5522 $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $? 5522 $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
5523 if test -n "$stripme" && test -n "$striplib"; then 5523 if test -n "$stripme" && test -n "$striplib"; then
5524 $show "$striplib $destdir/$realname" 5524 $show "$striplib $destdir/$realname"
5525 $run eval "$striplib $destdir/$realname" || exit $? 5525 $run eval "$striplib $destdir/$realname" || exit $?
5526 fi 5526 fi
5527 5527
5528 if test "$#" -gt 0; then 5528 if test "$#" -gt 0; then
5529 # Delete the old symlinks, and create new ones. 5529 # Delete the old symlinks, and create new ones.
5530 for linkname 5530 for linkname
5531 do 5531 do
5532 if test "$linkname" != "$realname"; then 5532 if test "$linkname" != "$realname"; then
5533 $show "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" 5533 $show "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)"
5534 $run eval "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" 5534 $run eval "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)"
5535 fi 5535 fi
5536 done 5536 done
5537 fi 5537 fi
5538 5538
5539 # Do each command in the postinstall commands. 5539 # Do each command in the postinstall commands.
5540 lib="$destdir/$realname" 5540 lib="$destdir/$realname"
5541 cmds=$postinstall_cmds 5541 cmds=$postinstall_cmds
5542 save_ifs="$IFS"; IFS='~' 5542 save_ifs="$IFS"; IFS='~'
5543 for cmd in $cmds; do 5543 for cmd in $cmds; do
5544 IFS="$save_ifs" 5544 IFS="$save_ifs"
5545 eval cmd=\"$cmd\" 5545 eval cmd=\"$cmd\"
5546 $show "$cmd" 5546 $show "$cmd"
5547 $run eval "$cmd" || exit $? 5547 $run eval "$cmd" || exit $?
5548 done 5548 done
5549 IFS="$save_ifs" 5549 IFS="$save_ifs"
5550 fi 5550 fi
5551 5551
5552 # Install the pseudo-library for information purposes. 5552 # Install the pseudo-library for information purposes.
5553 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 5553 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
5554 instname="$dir/$name"i 5554 instname="$dir/$name"i
5555 $show "$install_prog $instname $destdir/$name" 5555 $show "$install_prog $instname $destdir/$name"
5556 $run eval "$install_prog $instname $destdir/$name" || exit $? 5556 $run eval "$install_prog $instname $destdir/$name" || exit $?
5557 5557
5558 # Maybe install the static library, too. 5558 # Maybe install the static library, too.
5559 test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" 5559 test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
5560 ;; 5560 ;;
5561 5561
5562 *.lo) 5562 *.lo)
5563 # Install (i.e. copy) a libtool object. 5563 # Install (i.e. copy) a libtool object.
5564 5564
5565 # Figure out destination file name, if it wasn't already specified. 5565 # Figure out destination file name, if it wasn't already specified.
5566 if test -n "$destname"; then 5566 if test -n "$destname"; then
5567 destfile="$destdir/$destname" 5567 destfile="$destdir/$destname"
5568 else 5568 else
5569 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 5569 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
5570 destfile="$destdir/$destfile" 5570 destfile="$destdir/$destfile"
5571 fi 5571 fi
5572 5572
5573 # Deduce the name of the destination old-style object file. 5573 # Deduce the name of the destination old-style object file.
5574 case $destfile in 5574 case $destfile in
5575 *.lo) 5575 *.lo)
5576 staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` 5576 staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
5577 ;; 5577 ;;
5578 *.$objext) 5578 *.$objext)
5579 staticdest="$destfile" 5579 staticdest="$destfile"
5580 destfile= 5580 destfile=
5581 ;; 5581 ;;
5582 *) 5582 *)
5583 $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2 5583 $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2
5584 $echo "$help" 1>&2 5584 $echo "$help" 1>&2
5585 exit $EXIT_FAILURE 5585 exit $EXIT_FAILURE
5586 ;; 5586 ;;
5587 esac 5587 esac
5588 5588
5589 # Install the libtool object if requested. 5589 # Install the libtool object if requested.
5590 if test -n "$destfile"; then 5590 if test -n "$destfile"; then
5591 $show "$install_prog $file $destfile" 5591 $show "$install_prog $file $destfile"
5592 $run eval "$install_prog $file $destfile" || exit $? 5592 $run eval "$install_prog $file $destfile" || exit $?
5593 fi 5593 fi
5594 5594
5595 # Install the old object if enabled. 5595 # Install the old object if enabled.
5596 if test "$build_old_libs" = yes; then 5596 if test "$build_old_libs" = yes; then
5597 # Deduce the name of the old-style object file. 5597 # Deduce the name of the old-style object file.
5598 staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` 5598 staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
5599 5599
5600 $show "$install_prog $staticobj $staticdest" 5600 $show "$install_prog $staticobj $staticdest"
5601 $run eval "$install_prog \$staticobj \$staticdest" || exit $? 5601 $run eval "$install_prog \$staticobj \$staticdest" || exit $?
5602 fi 5602 fi
5603 exit $EXIT_SUCCESS 5603 exit $EXIT_SUCCESS
5604 ;; 5604 ;;
5605 5605
5606 *) 5606 *)
5607 # Figure out destination file name, if it wasn't already specified. 5607 # Figure out destination file name, if it wasn't already specified.
5608 if test -n "$destname"; then 5608 if test -n "$destname"; then
5609 destfile="$destdir/$destname" 5609 destfile="$destdir/$destname"
5610 else 5610 else
5611 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 5611 destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
5612 destfile="$destdir/$destfile" 5612 destfile="$destdir/$destfile"
5613 fi 5613 fi
5614 5614
5615 # If the file is missing, and there is a .exe on the end, strip it 5615 # If the file is missing, and there is a .exe on the end, strip it
5616 # because it is most likely a libtool script we actually want to 5616 # because it is most likely a libtool script we actually want to
5617 # install 5617 # install
5618 stripped_ext="" 5618 stripped_ext=""
5619 case $file in 5619 case $file in
5620 *.exe) 5620 *.exe)
5621 if test ! -f "$file"; then 5621 if test ! -f "$file"; then
5622 file=`$echo $file|${SED} 's,.exe$,,'` 5622 file=`$echo $file|${SED} 's,.exe$,,'`
5623 stripped_ext=".exe" 5623 stripped_ext=".exe"
5624 fi 5624 fi
5625 ;; 5625 ;;
5626 esac 5626 esac
5627 5627
5628 # Do a test to see if this is really a libtool program. 5628 # Do a test to see if this is really a libtool program.
5629 case $host in 5629 case $host in
5630 *cygwin*|*mingw*) 5630 *cygwin*|*mingw*)
5631 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` 5631 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
5632 ;; 5632 ;;
5633 *) 5633 *)
5634 wrapper=$file 5634 wrapper=$file
5635 ;; 5635 ;;
5636 esac 5636 esac
5637 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then 5637 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
5638 notinst_deplibs= 5638 notinst_deplibs=
5639 relink_command= 5639 relink_command=
5640 5640
5641 # To insure that "foo" is sourced, and not "foo.exe", 5641 # To insure that "foo" is sourced, and not "foo.exe",
5642 # finese the cygwin/MSYS system by explicitly sourcing "foo." 5642 # finese the cygwin/MSYS system by explicitly sourcing "foo."
5643 # which disallows the automatic-append-.exe behavior. 5643 # which disallows the automatic-append-.exe behavior.
5644 case $build in 5644 case $build in
5645 *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; 5645 *cygwin* | *mingw*) wrapperdot=${wrapper}. ;;
5646 *) wrapperdot=${wrapper} ;; 5646 *) wrapperdot=${wrapper} ;;
5647 esac 5647 esac
5648 # If there is no directory component, then add one. 5648 # If there is no directory component, then add one.
5649 case $file in 5649 case $file in
5650 */* | *\\*) . ${wrapperdot} ;; 5650 */* | *\\*) . ${wrapperdot} ;;
5651 *) . ./${wrapperdot} ;; 5651 *) . ./${wrapperdot} ;;
5652 esac 5652 esac
5653 5653
5654 # Check the variables that should have been set. 5654 # Check the variables that should have been set.
5655 if test -z "$notinst_deplibs"; then 5655 if test -z "$notinst_deplibs"; then
5656 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2 5656 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
5657 exit $EXIT_FAILURE 5657 exit $EXIT_FAILURE
5658 fi 5658 fi
5659 5659
5660 finalize=yes 5660 finalize=yes
5661 for lib in $notinst_deplibs; do 5661 for lib in $notinst_deplibs; do
5662 # Check to see that each library is installed. 5662 # Check to see that each library is installed.
5663 libdir= 5663 libdir=
5664 if test -f "$lib"; then 5664 if test -f "$lib"; then
5665 # If there is no directory component, then add one. 5665 # If there is no directory component, then add one.
5666 case $lib in 5666 case $lib in
5667 */* | *\\*) . $lib ;; 5667 */* | *\\*) . $lib ;;
5668 *) . ./$lib ;; 5668 *) . ./$lib ;;
5669 esac 5669 esac
5670 fi 5670 fi
5671 libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test 5671 libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
5672 if test -n "$libdir" && test ! -f "$libfile"; then 5672 if test -n "$libdir" && test ! -f "$libfile"; then
5673 $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 5673 $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
5674 finalize=no 5674 finalize=no
5675 fi 5675 fi
5676 done 5676 done
5677 5677
5678 relink_command= 5678 relink_command=
5679 # To insure that "foo" is sourced, and not "foo.exe", 5679 # To insure that "foo" is sourced, and not "foo.exe",
5680 # finese the cygwin/MSYS system by explicitly sourcing "foo." 5680 # finese the cygwin/MSYS system by explicitly sourcing "foo."
5681 # which disallows the automatic-append-.exe behavior. 5681 # which disallows the automatic-append-.exe behavior.
5682 case $build in 5682 case $build in
5683 *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; 5683 *cygwin* | *mingw*) wrapperdot=${wrapper}. ;;
5684 *) wrapperdot=${wrapper} ;; 5684 *) wrapperdot=${wrapper} ;;
5685 esac 5685 esac
5686 # If there is no directory component, then add one. 5686 # If there is no directory component, then add one.
5687 case $file in 5687 case $file in
5688 */* | *\\*) . ${wrapperdot} ;; 5688 */* | *\\*) . ${wrapperdot} ;;
5689 *) . ./${wrapperdot} ;; 5689 *) . ./${wrapperdot} ;;
5690 esac 5690 esac
5691 5691
5692 outputname= 5692 outputname=
5693 if test "$fast_install" = no && test -n "$relink_command"; then 5693 if test "$fast_install" = no && test -n "$relink_command"; then
5694 if test "$finalize" = yes && test -z "$run"; then 5694 if test "$finalize" = yes && test -z "$run"; then
5695 tmpdir="/tmp" 5695 tmpdir="/tmp"
5696 test -n "$TMPDIR" && tmpdir="$TMPDIR" 5696 test -n "$TMPDIR" && tmpdir="$TMPDIR"
5697 tmpdir="$tmpdir/libtool-$$" 5697 tmpdir="$tmpdir/libtool-$$"
5698 save_umask=`umask` 5698 save_umask=`umask`
5699 umask 0077 5699 umask 0077
5700 if $mkdir "$tmpdir"; then 5700 if $mkdir "$tmpdir"; then
5701 umask $save_umask 5701 umask $save_umask
5702 else 5702 else
5703 umask $save_umask 5703 umask $save_umask
5704 $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2 5704 $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
5705 continue 5705 continue
5706 fi 5706 fi
5707 file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` 5707 file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
5708 outputname="$tmpdir/$file" 5708 outputname="$tmpdir/$file"
5709 # Replace the output file specification. 5709 # Replace the output file specification.
5710 relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` 5710 relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
5711 5711
5712 $show "$relink_command" 5712 $show "$relink_command"
5713 if $run eval "$relink_command"; then : 5713 if $run eval "$relink_command"; then :
5714 else 5714 else
5715 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 5715 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
5716 ${rm}r "$tmpdir" 5716 ${rm}r "$tmpdir"
5717 continue 5717 continue
5718 fi 5718 fi
5719 file="$outputname" 5719 file="$outputname"
5720 else 5720 else
5721 $echo "$modename: warning: cannot relink \`$file'" 1>&2 5721 $echo "$modename: warning: cannot relink \`$file'" 1>&2
5722 fi 5722 fi
5723 else 5723 else
5724 # Install the binary that we compiled earlier. 5724 # Install the binary that we compiled earlier.
5725 file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` 5725 file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
5726 fi 5726 fi
5727 fi 5727 fi
5728 5728
5729 # remove .exe since cygwin /usr/bin/install will append another 5729 # remove .exe since cygwin /usr/bin/install will append another
5730 # one anyways 5730 # one anyways
5731 case $install_prog,$host in 5731 case $install_prog,$host in
5732 */usr/bin/install*,*cygwin*) 5732 */usr/bin/install*,*cygwin*)
5733 case $file:$destfile in 5733 case $file:$destfile in
5734 *.exe:*.exe) 5734 *.exe:*.exe)
5735 # this is ok 5735 # this is ok
5736 ;; 5736 ;;
5737 *.exe:*) 5737 *.exe:*)
5738 destfile=$destfile.exe 5738 destfile=$destfile.exe
5739 ;; 5739 ;;
5740 *:*.exe) 5740 *:*.exe)
5741 destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` 5741 destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
5742 ;; 5742 ;;
5743 esac 5743 esac
5744 ;; 5744 ;;
5745 esac 5745 esac
5746 $show "$install_prog$stripme $file $destfile" 5746 $show "$install_prog$stripme $file $destfile"
5747 $run eval "$install_prog\$stripme \$file \$destfile" || exit $? 5747 $run eval "$install_prog\$stripme \$file \$destfile" || exit $?
5748 test -n "$outputname" && ${rm}r "$tmpdir" 5748 test -n "$outputname" && ${rm}r "$tmpdir"
5749 ;; 5749 ;;
5750 esac 5750 esac
5751 done 5751 done
5752 5752
5753 for file in $staticlibs; do 5753 for file in $staticlibs; do
5754 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 5754 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
5755 5755
5756 # Set up the ranlib parameters. 5756 # Set up the ranlib parameters.
5757 oldlib="$destdir/$name" 5757 oldlib="$destdir/$name"
5758 5758
5759 $show "$install_prog $file $oldlib" 5759 $show "$install_prog $file $oldlib"
5760 $run eval "$install_prog \$file \$oldlib" || exit $? 5760 $run eval "$install_prog \$file \$oldlib" || exit $?
5761 5761
5762 if test -n "$stripme" && test -n "$old_striplib"; then 5762 if test -n "$stripme" && test -n "$old_striplib"; then
5763 $show "$old_striplib $oldlib" 5763 $show "$old_striplib $oldlib"
5764 $run eval "$old_striplib $oldlib" || exit $? 5764 $run eval "$old_striplib $oldlib" || exit $?
5765 fi 5765 fi
5766 5766
5767 # Do each command in the postinstall commands. 5767 # Do each command in the postinstall commands.
5768 cmds=$old_postinstall_cmds 5768 cmds=$old_postinstall_cmds
5769 save_ifs="$IFS"; IFS='~' 5769 save_ifs="$IFS"; IFS='~'
5770 for cmd in $cmds; do 5770 for cmd in $cmds; do
5771 IFS="$save_ifs" 5771 IFS="$save_ifs"
5772 eval cmd=\"$cmd\" 5772 eval cmd=\"$cmd\"
5773 $show "$cmd" 5773 $show "$cmd"
5774 $run eval "$cmd" || exit $? 5774 $run eval "$cmd" || exit $?
5775 done 5775 done
5776 IFS="$save_ifs" 5776 IFS="$save_ifs"
5777 done 5777 done
5778 5778
5779 if test -n "$future_libdirs"; then 5779 if test -n "$future_libdirs"; then
5780 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2 5780 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
5781 fi 5781 fi
5782 5782
5783 if test -n "$current_libdirs"; then 5783 if test -n "$current_libdirs"; then
5784 # Maybe just do a dry run. 5784 # Maybe just do a dry run.
5785 test -n "$run" && current_libdirs=" -n$current_libdirs" 5785 test -n "$run" && current_libdirs=" -n$current_libdirs"
5786 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 5786 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
5787 else 5787 else
5788 exit $EXIT_SUCCESS 5788 exit $EXIT_SUCCESS
5789 fi 5789 fi
5790 ;; 5790 ;;
5791 5791
5792 # libtool finish mode 5792 # libtool finish mode
5793 finish) 5793 finish)
5794 modename="$modename: finish" 5794 modename="$modename: finish"
5795 libdirs="$nonopt" 5795 libdirs="$nonopt"
5796 admincmds= 5796 admincmds=
5797 5797
5798 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then 5798 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
5799 for dir 5799 for dir
5800 do 5800 do
5801 libdirs="$libdirs $dir" 5801 libdirs="$libdirs $dir"
5802 done 5802 done
5803 5803
5804 for libdir in $libdirs; do 5804 for libdir in $libdirs; do
5805 if test -n "$finish_cmds"; then 5805 if test -n "$finish_cmds"; then
5806 # Do each command in the finish commands. 5806 # Do each command in the finish commands.
5807 cmds=$finish_cmds 5807 cmds=$finish_cmds
5808 save_ifs="$IFS"; IFS='~' 5808 save_ifs="$IFS"; IFS='~'
5809 for cmd in $cmds; do 5809 for cmd in $cmds; do
5810 IFS="$save_ifs" 5810 IFS="$save_ifs"
5811 eval cmd=\"$cmd\" 5811 eval cmd=\"$cmd\"
5812 $show "$cmd" 5812 $show "$cmd"
5813 $run eval "$cmd" || admincmds="$admincmds 5813 $run eval "$cmd" || admincmds="$admincmds
5814 $cmd" 5814 $cmd"
5815 done 5815 done
5816 IFS="$save_ifs" 5816 IFS="$save_ifs"
5817 fi 5817 fi
5818 if test -n "$finish_eval"; then 5818 if test -n "$finish_eval"; then
5819 # Do the single finish_eval. 5819 # Do the single finish_eval.
5820 eval cmds=\"$finish_eval\" 5820 eval cmds=\"$finish_eval\"
5821 $run eval "$cmds" || admincmds="$admincmds 5821 $run eval "$cmds" || admincmds="$admincmds
5822 $cmds" 5822 $cmds"
5823 fi 5823 fi
5824 done 5824 done
5825 fi 5825 fi
5826 5826
5827 # Exit here if they wanted silent mode. 5827 # Exit here if they wanted silent mode.
5828 test "$show" = : && exit $EXIT_SUCCESS 5828 test "$show" = : && exit $EXIT_SUCCESS
5829 5829
5830 $echo "----------------------------------------------------------------------" 5830 $echo "----------------------------------------------------------------------"
5831 $echo "Libraries have been installed in:" 5831 $echo "Libraries have been installed in:"
5832 for libdir in $libdirs; do 5832 for libdir in $libdirs; do
5833 $echo " $libdir" 5833 $echo " $libdir"
5834 done 5834 done
5835 $echo 5835 $echo
5836 $echo "If you ever happen to want to link against installed libraries" 5836 $echo "If you ever happen to want to link against installed libraries"
5837 $echo "in a given directory, LIBDIR, you must either use libtool, and" 5837 $echo "in a given directory, LIBDIR, you must either use libtool, and"
5838 $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" 5838 $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
5839 $echo "flag during linking and do at least one of the following:" 5839 $echo "flag during linking and do at least one of the following:"
5840 if test -n "$shlibpath_var"; then 5840 if test -n "$shlibpath_var"; then
5841 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" 5841 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
5842 $echo " during execution" 5842 $echo " during execution"
5843 fi 5843 fi
5844 if test -n "$runpath_var"; then 5844 if test -n "$runpath_var"; then
5845 $echo " - add LIBDIR to the \`$runpath_var' environment variable" 5845 $echo " - add LIBDIR to the \`$runpath_var' environment variable"
5846 $echo " during linking" 5846 $echo " during linking"
5847 fi 5847 fi
5848 if test -n "$hardcode_libdir_flag_spec"; then 5848 if test -n "$hardcode_libdir_flag_spec"; then
5849 libdir=LIBDIR 5849 libdir=LIBDIR
5850 eval flag=\"$hardcode_libdir_flag_spec\" 5850 eval flag=\"$hardcode_libdir_flag_spec\"
5851 5851
5852 $echo " - use the \`$flag' linker flag" 5852 $echo " - use the \`$flag' linker flag"
5853 fi 5853 fi
5854 if test -n "$admincmds"; then 5854 if test -n "$admincmds"; then
5855 $echo " - have your system administrator run these commands:$admincmds" 5855 $echo " - have your system administrator run these commands:$admincmds"
5856 fi 5856 fi
5857 if test -f /etc/ld.so.conf; then 5857 if test -f /etc/ld.so.conf; then
5858 $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" 5858 $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
5859 fi 5859 fi
5860 $echo 5860 $echo
5861 $echo "See any operating system documentation about shared libraries for" 5861 $echo "See any operating system documentation about shared libraries for"
5862 $echo "more information, such as the ld(1) and ld.so(8) manual pages." 5862 $echo "more information, such as the ld(1) and ld.so(8) manual pages."
5863 $echo "----------------------------------------------------------------------" 5863 $echo "----------------------------------------------------------------------"
5864 exit $EXIT_SUCCESS 5864 exit $EXIT_SUCCESS
5865 ;; 5865 ;;
5866 5866
5867 # libtool execute mode 5867 # libtool execute mode
5868 execute) 5868 execute)
5869 modename="$modename: execute" 5869 modename="$modename: execute"
5870 5870
5871 # The first argument is the command name. 5871 # The first argument is the command name.
5872 cmd="$nonopt" 5872 cmd="$nonopt"
5873 if test -z "$cmd"; then 5873 if test -z "$cmd"; then
5874 $echo "$modename: you must specify a COMMAND" 1>&2 5874 $echo "$modename: you must specify a COMMAND" 1>&2
5875 $echo "$help" 5875 $echo "$help"
5876 exit $EXIT_FAILURE 5876 exit $EXIT_FAILURE
5877 fi 5877 fi
5878 5878
5879 # Handle -dlopen flags immediately. 5879 # Handle -dlopen flags immediately.
5880 for file in $execute_dlfiles; do 5880 for file in $execute_dlfiles; do
5881 if test ! -f "$file"; then 5881 if test ! -f "$file"; then
5882 $echo "$modename: \`$file' is not a file" 1>&2 5882 $echo "$modename: \`$file' is not a file" 1>&2
5883 $echo "$help" 1>&2 5883 $echo "$help" 1>&2
5884 exit $EXIT_FAILURE 5884 exit $EXIT_FAILURE
5885 fi 5885 fi
5886 5886
5887 dir= 5887 dir=
5888 case $file in 5888 case $file in
5889 *.la) 5889 *.la)
5890 # Check to see that this really is a libtool archive. 5890 # Check to see that this really is a libtool archive.
5891 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : 5891 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
5892 else 5892 else
5893 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 5893 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
5894 $echo "$help" 1>&2 5894 $echo "$help" 1>&2
5895 exit $EXIT_FAILURE 5895 exit $EXIT_FAILURE
5896 fi 5896 fi
5897 5897
5898 # Read the libtool library. 5898 # Read the libtool library.
5899 dlname= 5899 dlname=
5900 library_names= 5900 library_names=
5901 5901
5902 # If there is no directory component, then add one. 5902 # If there is no directory component, then add one.
5903 case $file in 5903 case $file in
5904 */* | *\\*) . $file ;; 5904 */* | *\\*) . $file ;;
5905 *) . ./$file ;; 5905 *) . ./$file ;;
5906 esac 5906 esac
5907 5907
5908 # Skip this library if it cannot be dlopened. 5908 # Skip this library if it cannot be dlopened.
5909 if test -z "$dlname"; then 5909 if test -z "$dlname"; then
5910 # Warn if it was a shared library. 5910 # Warn if it was a shared library.
5911 test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" 5911 test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
5912 continue 5912 continue
5913 fi 5913 fi
5914 5914
5915 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` 5915 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
5916 test "X$dir" = "X$file" && dir=. 5916 test "X$dir" = "X$file" && dir=.
5917 5917
5918 if test -f "$dir/$objdir/$dlname"; then 5918 if test -f "$dir/$objdir/$dlname"; then
5919 dir="$dir/$objdir" 5919 dir="$dir/$objdir"
5920 else 5920 else
5921 $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 5921 $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
5922 exit $EXIT_FAILURE 5922 exit $EXIT_FAILURE
5923 fi 5923 fi
5924 ;; 5924 ;;
5925 5925
5926 *.lo) 5926 *.lo)
5927 # Just add the directory containing the .lo file. 5927 # Just add the directory containing the .lo file.
5928 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` 5928 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
5929 test "X$dir" = "X$file" && dir=. 5929 test "X$dir" = "X$file" && dir=.
5930 ;; 5930 ;;
5931 5931
5932 *) 5932 *)
5933 $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2 5933 $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2
5934 continue 5934 continue
5935 ;; 5935 ;;
5936 esac 5936 esac
5937 5937
5938 # Get the absolute pathname. 5938 # Get the absolute pathname.
5939 absdir=`cd "$dir" && pwd` 5939 absdir=`cd "$dir" && pwd`
5940 test -n "$absdir" && dir="$absdir" 5940 test -n "$absdir" && dir="$absdir"
5941 5941
5942 # Now add the directory to shlibpath_var. 5942 # Now add the directory to shlibpath_var.
5943 if eval "test -z \"\$$shlibpath_var\""; then 5943 if eval "test -z \"\$$shlibpath_var\""; then
5944 eval "$shlibpath_var=\"\$dir\"" 5944 eval "$shlibpath_var=\"\$dir\""
5945 else 5945 else
5946 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" 5946 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
5947 fi 5947 fi
5948 done 5948 done
5949 5949
5950 # This variable tells wrapper scripts just to set shlibpath_var 5950 # This variable tells wrapper scripts just to set shlibpath_var
5951 # rather than running their programs. 5951 # rather than running their programs.
5952 libtool_execute_magic="$magic" 5952 libtool_execute_magic="$magic"
5953 5953
5954 # Check if any of the arguments is a wrapper script. 5954 # Check if any of the arguments is a wrapper script.
5955 args= 5955 args=
5956 for file 5956 for file
5957 do 5957 do
5958 case $file in 5958 case $file in
5959 -*) ;; 5959 -*) ;;
5960 *) 5960 *)
5961 # Do a test to see if this is really a libtool program. 5961 # Do a test to see if this is really a libtool program.
5962 if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 5962 if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
5963 # If there is no directory component, then add one. 5963 # If there is no directory component, then add one.
5964 case $file in 5964 case $file in
5965 */* | *\\*) . $file ;; 5965 */* | *\\*) . $file ;;
5966 *) . ./$file ;; 5966 *) . ./$file ;;
5967 esac 5967 esac
5968 5968
5969 # Transform arg to wrapped name. 5969 # Transform arg to wrapped name.
5970 file="$progdir/$program" 5970 file="$progdir/$program"
5971 fi 5971 fi
5972 ;; 5972 ;;
5973 esac 5973 esac
5974 # Quote arguments (to preserve shell metacharacters). 5974 # Quote arguments (to preserve shell metacharacters).
5975 file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` 5975 file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
5976 args="$args \"$file\"" 5976 args="$args \"$file\""
5977 done 5977 done
5978 5978
5979 if test -z "$run"; then 5979 if test -z "$run"; then
5980 if test -n "$shlibpath_var"; then 5980 if test -n "$shlibpath_var"; then
5981 # Export the shlibpath_var. 5981 # Export the shlibpath_var.
5982 eval "export $shlibpath_var" 5982 eval "export $shlibpath_var"
5983 fi 5983 fi
5984 5984
5985 # Restore saved environment variables 5985 # Restore saved environment variables
5986 if test "${save_LC_ALL+set}" = set; then 5986 if test "${save_LC_ALL+set}" = set; then
5987 LC_ALL="$save_LC_ALL"; export LC_ALL 5987 LC_ALL="$save_LC_ALL"; export LC_ALL
5988 fi 5988 fi
5989 if test "${save_LANG+set}" = set; then 5989 if test "${save_LANG+set}" = set; then
5990 LANG="$save_LANG"; export LANG 5990 LANG="$save_LANG"; export LANG
5991 fi 5991 fi
5992 5992
5993 # Now prepare to actually exec the command. 5993 # Now prepare to actually exec the command.
5994 exec_cmd="\$cmd$args" 5994 exec_cmd="\$cmd$args"
5995 else 5995 else
5996 # Display what would be done. 5996 # Display what would be done.
5997 if test -n "$shlibpath_var"; then 5997 if test -n "$shlibpath_var"; then
5998 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\"" 5998 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
5999 $echo "export $shlibpath_var" 5999 $echo "export $shlibpath_var"
6000 fi 6000 fi
6001 $echo "$cmd$args" 6001 $echo "$cmd$args"
6002 exit $EXIT_SUCCESS 6002 exit $EXIT_SUCCESS
6003 fi 6003 fi
6004 ;; 6004 ;;
6005 6005
6006 # libtool clean and uninstall mode 6006 # libtool clean and uninstall mode
6007 clean | uninstall) 6007 clean | uninstall)
6008 modename="$modename: $mode" 6008 modename="$modename: $mode"
6009 rm="$nonopt" 6009 rm="$nonopt"
6010 files= 6010 files=
6011 rmforce= 6011 rmforce=
6012 exit_status=0 6012 exit_status=0
6013 6013
6014 # This variable tells wrapper scripts just to set variables rather 6014 # This variable tells wrapper scripts just to set variables rather
6015 # than running their programs. 6015 # than running their programs.
6016 libtool_install_magic="$magic" 6016 libtool_install_magic="$magic"
6017 6017
6018 for arg 6018 for arg
6019 do 6019 do
6020 case $arg in 6020 case $arg in
6021 -f) rm="$rm $arg"; rmforce=yes ;; 6021 -f) rm="$rm $arg"; rmforce=yes ;;
6022 -*) rm="$rm $arg" ;; 6022 -*) rm="$rm $arg" ;;
6023 *) files="$files $arg" ;; 6023 *) files="$files $arg" ;;
6024 esac 6024 esac
6025 done 6025 done
6026 6026
6027 if test -z "$rm"; then 6027 if test -z "$rm"; then
6028 $echo "$modename: you must specify an RM program" 1>&2 6028 $echo "$modename: you must specify an RM program" 1>&2
6029 $echo "$help" 1>&2 6029 $echo "$help" 1>&2
6030 exit $EXIT_FAILURE 6030 exit $EXIT_FAILURE
6031 fi 6031 fi
6032 6032
6033 rmdirs= 6033 rmdirs=
6034 6034
6035 origobjdir="$objdir" 6035 origobjdir="$objdir"
6036 for file in $files; do 6036 for file in $files; do
6037 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` 6037 dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
6038 if test "X$dir" = "X$file"; then 6038 if test "X$dir" = "X$file"; then
6039 dir=. 6039 dir=.
6040 objdir="$origobjdir" 6040 objdir="$origobjdir"
6041 else 6041 else
6042 objdir="$dir/$origobjdir" 6042 objdir="$dir/$origobjdir"
6043 fi 6043 fi
6044 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` 6044 name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
6045 test "$mode" = uninstall && objdir="$dir" 6045 test "$mode" = uninstall && objdir="$dir"
6046 6046
6047 # Remember objdir for removal later, being careful to avoid duplicates 6047 # Remember objdir for removal later, being careful to avoid duplicates
6048 if test "$mode" = clean; then 6048 if test "$mode" = clean; then
6049 case " $rmdirs " in 6049 case " $rmdirs " in
6050 *" $objdir "*) ;; 6050 *" $objdir "*) ;;
6051 *) rmdirs="$rmdirs $objdir" ;; 6051 *) rmdirs="$rmdirs $objdir" ;;
6052 esac 6052 esac
6053 fi 6053 fi
6054 6054
6055 # Don't error if the file doesn't exist and rm -f was used. 6055 # Don't error if the file doesn't exist and rm -f was used.
6056 if (test -L "$file") >/dev/null 2>&1 \ 6056 if (test -L "$file") >/dev/null 2>&1 \
6057 || (test -h "$file") >/dev/null 2>&1 \ 6057 || (test -h "$file") >/dev/null 2>&1 \
6058 || test -f "$file"; then 6058 || test -f "$file"; then
6059 : 6059 :
6060 elif test -d "$file"; then 6060 elif test -d "$file"; then
6061 exit_status=1 6061 exit_status=1
6062 continue 6062 continue
6063 elif test "$rmforce" = yes; then 6063 elif test "$rmforce" = yes; then
6064 continue 6064 continue
6065 fi 6065 fi
6066 6066
6067 rmfiles="$file" 6067 rmfiles="$file"
6068 6068
6069 case $name in 6069 case $name in
6070 *.la) 6070 *.la)
6071 # Possibly a libtool archive, so verify it. 6071 # Possibly a libtool archive, so verify it.
6072 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 6072 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
6073 . $dir/$name 6073 . $dir/$name
6074 6074
6075 # Delete the libtool libraries and symlinks. 6075 # Delete the libtool libraries and symlinks.
6076 for n in $library_names; do 6076 for n in $library_names; do
6077 rmfiles="$rmfiles $objdir/$n" 6077 rmfiles="$rmfiles $objdir/$n"
6078 done 6078 done
6079 test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" 6079 test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library"
6080 test "$mode" = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" 6080 test "$mode" = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i"
6081 6081
6082 if test "$mode" = uninstall; then 6082 if test "$mode" = uninstall; then
6083 if test -n "$library_names"; then 6083 if test -n "$library_names"; then
6084 # Do each command in the postuninstall commands. 6084 # Do each command in the postuninstall commands.
6085 cmds=$postuninstall_cmds 6085 cmds=$postuninstall_cmds
6086 save_ifs="$IFS"; IFS='~' 6086 save_ifs="$IFS"; IFS='~'
6087 for cmd in $cmds; do 6087 for cmd in $cmds; do
6088 IFS="$save_ifs" 6088 IFS="$save_ifs"
6089 eval cmd=\"$cmd\" 6089 eval cmd=\"$cmd\"
6090 $show "$cmd" 6090 $show "$cmd"
6091 $run eval "$cmd" 6091 $run eval "$cmd"
6092 if test "$?" -ne 0 && test "$rmforce" != yes; then 6092 if test "$?" -ne 0 && test "$rmforce" != yes; then
6093 exit_status=1 6093 exit_status=1
6094 fi 6094 fi
6095 done 6095 done
6096 IFS="$save_ifs" 6096 IFS="$save_ifs"
6097 fi 6097 fi
6098 6098
6099 if test -n "$old_library"; then 6099 if test -n "$old_library"; then
6100 # Do each command in the old_postuninstall commands. 6100 # Do each command in the old_postuninstall commands.
6101 cmds=$old_postuninstall_cmds 6101 cmds=$old_postuninstall_cmds
6102 save_ifs="$IFS"; IFS='~' 6102 save_ifs="$IFS"; IFS='~'
6103 for cmd in $cmds; do 6103 for cmd in $cmds; do
6104 IFS="$save_ifs" 6104 IFS="$save_ifs"
6105 eval cmd=\"$cmd\" 6105 eval cmd=\"$cmd\"
6106 $show "$cmd" 6106 $show "$cmd"
6107 $run eval "$cmd" 6107 $run eval "$cmd"
6108 if test "$?" -ne 0 && test "$rmforce" != yes; then 6108 if test "$?" -ne 0 && test "$rmforce" != yes; then
6109 exit_status=1 6109 exit_status=1
6110 fi 6110 fi
6111 done 6111 done
6112 IFS="$save_ifs" 6112 IFS="$save_ifs"
6113 fi 6113 fi
6114 # FIXME: should reinstall the best remaining shared library. 6114 # FIXME: should reinstall the best remaining shared library.
6115 fi 6115 fi
6116 fi 6116 fi
6117 ;; 6117 ;;
6118 6118
6119 *.lo) 6119 *.lo)
6120 # Possibly a libtool object, so verify it. 6120 # Possibly a libtool object, so verify it.
6121 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 6121 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
6122 6122
6123 # Read the .lo file 6123 # Read the .lo file
6124 . $dir/$name 6124 . $dir/$name
6125 6125
6126 # Add PIC object to the list of files to remove. 6126 # Add PIC object to the list of files to remove.
6127 if test -n "$pic_object" \ 6127 if test -n "$pic_object" \
6128 && test "$pic_object" != none; then 6128 && test "$pic_object" != none; then
6129 rmfiles="$rmfiles $dir/$pic_object" 6129 rmfiles="$rmfiles $dir/$pic_object"
6130 fi 6130 fi
6131 6131
6132 # Add non-PIC object to the list of files to remove. 6132 # Add non-PIC object to the list of files to remove.
6133 if test -n "$non_pic_object" \ 6133 if test -n "$non_pic_object" \
6134 && test "$non_pic_object" != none; then 6134 && test "$non_pic_object" != none; then
6135 rmfiles="$rmfiles $dir/$non_pic_object" 6135 rmfiles="$rmfiles $dir/$non_pic_object"
6136 fi 6136 fi
6137 fi 6137 fi
6138 ;; 6138 ;;
6139 6139
6140 *) 6140 *)
6141 if test "$mode" = clean ; then 6141 if test "$mode" = clean ; then
6142 noexename=$name 6142 noexename=$name
6143 case $file in 6143 case $file in
6144 *.exe) 6144 *.exe)
6145 file=`$echo $file|${SED} 's,.exe$,,'` 6145 file=`$echo $file|${SED} 's,.exe$,,'`
6146 noexename=`$echo $name|${SED} 's,.exe$,,'` 6146 noexename=`$echo $name|${SED} 's,.exe$,,'`
6147 # $file with .exe has already been added to rmfiles, 6147 # $file with .exe has already been added to rmfiles,
6148 # add $file without .exe 6148 # add $file without .exe
6149 rmfiles="$rmfiles $file" 6149 rmfiles="$rmfiles $file"
6150 ;; 6150 ;;
6151 esac 6151 esac
6152 # Do a test to see if this is a libtool program. 6152 # Do a test to see if this is a libtool program.
6153 if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then 6153 if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
6154 relink_command= 6154 relink_command=
6155 . $dir/$noexename 6155 . $dir/$noexename
6156 6156
6157 # note $name still contains .exe if it was in $file originally 6157 # note $name still contains .exe if it was in $file originally
6158 # as does the version of $file that was added into $rmfiles 6158 # as does the version of $file that was added into $rmfiles
6159 rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" 6159 rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}"
6160 if test "$fast_install" = yes && test -n "$relink_command"; then 6160 if test "$fast_install" = yes && test -n "$relink_command"; then
6161 rmfiles="$rmfiles $objdir/lt-$name" 6161 rmfiles="$rmfiles $objdir/lt-$name"
6162 fi 6162 fi
6163 if test "X$noexename" != "X$name" ; then 6163 if test "X$noexename" != "X$name" ; then
6164 rmfiles="$rmfiles $objdir/lt-${noexename}.c" 6164 rmfiles="$rmfiles $objdir/lt-${noexename}.c"
6165 fi 6165 fi
6166 fi 6166 fi
6167 fi 6167 fi
6168 ;; 6168 ;;
6169 esac 6169 esac
6170 $show "$rm $rmfiles" 6170 $show "$rm $rmfiles"
6171 $run $rm $rmfiles || exit_status=1 6171 $run $rm $rmfiles || exit_status=1
6172 done 6172 done
6173 objdir="$origobjdir" 6173 objdir="$origobjdir"
6174 6174
6175 # Try to remove the ${objdir}s in the directories where we deleted files 6175 # Try to remove the ${objdir}s in the directories where we deleted files
6176 for dir in $rmdirs; do 6176 for dir in $rmdirs; do
6177 if test -d "$dir"; then 6177 if test -d "$dir"; then
6178 $show "rmdir $dir" 6178 $show "rmdir $dir"
6179 $run rmdir $dir >/dev/null 2>&1 6179 $run rmdir $dir >/dev/null 2>&1
6180 fi 6180 fi
6181 done 6181 done
6182 6182
6183 exit $exit_status 6183 exit $exit_status
6184 ;; 6184 ;;
6185 6185
6186 "") 6186 "")
6187 $echo "$modename: you must specify a MODE" 1>&2 6187 $echo "$modename: you must specify a MODE" 1>&2
6188 $echo "$generic_help" 1>&2 6188 $echo "$generic_help" 1>&2
6189 exit $EXIT_FAILURE 6189 exit $EXIT_FAILURE
6190 ;; 6190 ;;
6191 esac 6191 esac
6192 6192
6193 if test -z "$exec_cmd"; then 6193 if test -z "$exec_cmd"; then
6194 $echo "$modename: invalid operation mode \`$mode'" 1>&2 6194 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6195 $echo "$generic_help" 1>&2 6195 $echo "$generic_help" 1>&2
6196 exit $EXIT_FAILURE 6196 exit $EXIT_FAILURE
6197 fi 6197 fi
6198fi # test -z "$show_help" 6198fi # test -z "$show_help"
6199 6199
6200if test -n "$exec_cmd"; then 6200if test -n "$exec_cmd"; then
6201 eval exec $exec_cmd 6201 eval exec $exec_cmd
6202 exit $EXIT_FAILURE 6202 exit $EXIT_FAILURE
6203fi 6203fi
6204 6204
6205# We need to display help for each of the modes. 6205# We need to display help for each of the modes.
6206case $mode in 6206case $mode in
6207"") $echo \ 6207"") $echo \
6208"Usage: $modename [OPTION]... [MODE-ARG]... 6208"Usage: $modename [OPTION]... [MODE-ARG]...
6209 6209
6210Provide generalized library-building support services. 6210Provide generalized library-building support services.
6211 6211
6212 --config show all configuration variables 6212 --config show all configuration variables
6213 --debug enable verbose shell tracing 6213 --debug enable verbose shell tracing
6214-n, --dry-run display commands without modifying any files 6214-n, --dry-run display commands without modifying any files
6215 --features display basic configuration information and exit 6215 --features display basic configuration information and exit
6216 --finish same as \`--mode=finish' 6216 --finish same as \`--mode=finish'
6217 --help display this help message and exit 6217 --help display this help message and exit
6218 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS] 6218 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
6219 --quiet same as \`--silent' 6219 --quiet same as \`--silent'
6220 --silent don't print informational messages 6220 --silent don't print informational messages
6221 --tag=TAG use configuration variables from tag TAG 6221 --tag=TAG use configuration variables from tag TAG
6222 --version print version information 6222 --version print version information
6223 6223
6224MODE must be one of the following: 6224MODE must be one of the following:
6225 6225
6226 clean remove files from the build directory 6226 clean remove files from the build directory
6227 compile compile a source file into a libtool object 6227 compile compile a source file into a libtool object
6228 execute automatically set library path, then run a program 6228 execute automatically set library path, then run a program
6229 finish complete the installation of libtool libraries 6229 finish complete the installation of libtool libraries
6230 install install libraries or executables 6230 install install libraries or executables
6231 link create a library or an executable 6231 link create a library or an executable
6232 uninstall remove libraries from an installed directory 6232 uninstall remove libraries from an installed directory
6233 6233
6234MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for 6234MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
6235a more detailed description of MODE. 6235a more detailed description of MODE.
6236 6236
6237Report bugs to <bug-libtool@gnu.org>." 6237Report bugs to <bug-libtool@gnu.org>."
6238 exit $EXIT_SUCCESS 6238 exit $EXIT_SUCCESS
6239 ;; 6239 ;;
6240 6240
6241clean) 6241clean)
6242 $echo \ 6242 $echo \
6243"Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE... 6243"Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
6244 6244
6245Remove files from the build directory. 6245Remove files from the build directory.
6246 6246
6247RM is the name of the program to use to delete files associated with each FILE 6247RM is the name of the program to use to delete files associated with each FILE
6248(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed 6248(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
6249to RM. 6249to RM.
6250 6250
6251If FILE is a libtool library, object or program, all the files associated 6251If FILE is a libtool library, object or program, all the files associated
6252with it are deleted. Otherwise, only FILE itself is deleted using RM." 6252with it are deleted. Otherwise, only FILE itself is deleted using RM."
6253 ;; 6253 ;;
6254 6254
6255compile) 6255compile)
6256 $echo \ 6256 $echo \
6257"Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE 6257"Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6258 6258
6259Compile a source file into a libtool library object. 6259Compile a source file into a libtool library object.
6260 6260
6261This mode accepts the following additional options: 6261This mode accepts the following additional options:
6262 6262
6263 -o OUTPUT-FILE set the output file name to OUTPUT-FILE 6263 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
6264 -prefer-pic try to building PIC objects only 6264 -prefer-pic try to building PIC objects only
6265 -prefer-non-pic try to building non-PIC objects only 6265 -prefer-non-pic try to building non-PIC objects only
6266 -static always build a \`.o' file suitable for static linking 6266 -static always build a \`.o' file suitable for static linking
6267 6267
6268COMPILE-COMMAND is a command to be used in creating a \`standard' object file 6268COMPILE-COMMAND is a command to be used in creating a \`standard' object file
6269from the given SOURCEFILE. 6269from the given SOURCEFILE.
6270 6270
6271The output file name is determined by removing the directory component from 6271The output file name is determined by removing the directory component from
6272SOURCEFILE, then substituting the C source code suffix \`.c' with the 6272SOURCEFILE, then substituting the C source code suffix \`.c' with the
6273library object suffix, \`.lo'." 6273library object suffix, \`.lo'."
6274 ;; 6274 ;;
6275 6275
6276execute) 6276execute)
6277 $echo \ 6277 $echo \
6278"Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]... 6278"Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6279 6279
6280Automatically set library path, then run a program. 6280Automatically set library path, then run a program.
6281 6281
6282This mode accepts the following additional options: 6282This mode accepts the following additional options:
6283 6283
6284 -dlopen FILE add the directory containing FILE to the library path 6284 -dlopen FILE add the directory containing FILE to the library path
6285 6285
6286This mode sets the library path environment variable according to \`-dlopen' 6286This mode sets the library path environment variable according to \`-dlopen'
6287flags. 6287flags.
6288 6288
6289If any of the ARGS are libtool executable wrappers, then they are translated 6289If any of the ARGS are libtool executable wrappers, then they are translated
6290into their corresponding uninstalled binary, and any of their required library 6290into their corresponding uninstalled binary, and any of their required library
6291directories are added to the library path. 6291directories are added to the library path.
6292 6292
6293Then, COMMAND is executed, with ARGS as arguments." 6293Then, COMMAND is executed, with ARGS as arguments."
6294 ;; 6294 ;;
6295 6295
6296finish) 6296finish)
6297 $echo \ 6297 $echo \
6298"Usage: $modename [OPTION]... --mode=finish [LIBDIR]... 6298"Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
6299 6299
6300Complete the installation of libtool libraries. 6300Complete the installation of libtool libraries.
6301 6301
6302Each LIBDIR is a directory that contains libtool libraries. 6302Each LIBDIR is a directory that contains libtool libraries.
6303 6303
6304The commands that this mode executes may require superuser privileges. Use 6304The commands that this mode executes may require superuser privileges. Use
6305the \`--dry-run' option if you just want to see what would be executed." 6305the \`--dry-run' option if you just want to see what would be executed."
6306 ;; 6306 ;;
6307 6307
6308install) 6308install)
6309 $echo \ 6309 $echo \
6310"Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND... 6310"Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6311 6311
6312Install executables or libraries. 6312Install executables or libraries.
6313 6313
6314INSTALL-COMMAND is the installation command. The first component should be 6314INSTALL-COMMAND is the installation command. The first component should be
6315either the \`install' or \`cp' program. 6315either the \`install' or \`cp' program.
6316 6316
6317The rest of the components are interpreted as arguments to that command (only 6317The rest of the components are interpreted as arguments to that command (only
6318BSD-compatible install options are recognized)." 6318BSD-compatible install options are recognized)."
6319 ;; 6319 ;;
6320 6320
6321link) 6321link)
6322 $echo \ 6322 $echo \
6323"Usage: $modename [OPTION]... --mode=link LINK-COMMAND... 6323"Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6324 6324
6325Link object files or libraries together to form another library, or to 6325Link object files or libraries together to form another library, or to
6326create an executable program. 6326create an executable program.
6327 6327
6328LINK-COMMAND is a command using the C compiler that you would use to create 6328LINK-COMMAND is a command using the C compiler that you would use to create
6329a program from several object files. 6329a program from several object files.
6330 6330
6331The following components of LINK-COMMAND are treated specially: 6331The following components of LINK-COMMAND are treated specially:
6332 6332
6333 -all-static do not do any dynamic linking at all 6333 -all-static do not do any dynamic linking at all
6334 -avoid-version do not add a version suffix if possible 6334 -avoid-version do not add a version suffix if possible
6335 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime 6335 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
6336 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols 6336 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
6337 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) 6337 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6338 -export-symbols SYMFILE 6338 -export-symbols SYMFILE
6339 try to export only the symbols listed in SYMFILE 6339 try to export only the symbols listed in SYMFILE
6340 -export-symbols-regex REGEX 6340 -export-symbols-regex REGEX
6341 try to export only the symbols matching REGEX 6341 try to export only the symbols matching REGEX
6342 -LLIBDIR search LIBDIR for required installed libraries 6342 -LLIBDIR search LIBDIR for required installed libraries
6343 -lNAME OUTPUT-FILE requires the installed library libNAME 6343 -lNAME OUTPUT-FILE requires the installed library libNAME
6344 -module build a library that can dlopened 6344 -module build a library that can dlopened
6345 -no-fast-install disable the fast-install mode 6345 -no-fast-install disable the fast-install mode
6346 -no-install link a not-installable executable 6346 -no-install link a not-installable executable
6347 -no-undefined declare that a library does not refer to external symbols 6347 -no-undefined declare that a library does not refer to external symbols
6348 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects 6348 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
6349 -objectlist FILE Use a list of object files found in FILE to specify objects 6349 -objectlist FILE Use a list of object files found in FILE to specify objects
6350 -precious-files-regex REGEX 6350 -precious-files-regex REGEX
6351 don't remove output files matching REGEX 6351 don't remove output files matching REGEX
6352 -release RELEASE specify package release information 6352 -release RELEASE specify package release information
6353 -rpath LIBDIR the created library will eventually be installed in LIBDIR 6353 -rpath LIBDIR the created library will eventually be installed in LIBDIR
6354 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries 6354 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
6355 -static do not do any dynamic linking of libtool libraries 6355 -static do not do any dynamic linking of libtool libraries
6356 -version-info CURRENT[:REVISION[:AGE]] 6356 -version-info CURRENT[:REVISION[:AGE]]
6357 specify library version info [each variable defaults to 0] 6357 specify library version info [each variable defaults to 0]
6358 6358
6359All other options (arguments beginning with \`-') are ignored. 6359All other options (arguments beginning with \`-') are ignored.
6360 6360
6361Every other argument is treated as a filename. Files ending in \`.la' are 6361Every other argument is treated as a filename. Files ending in \`.la' are
6362treated as uninstalled libtool libraries, other files are standard or library 6362treated as uninstalled libtool libraries, other files are standard or library
6363object files. 6363object files.
6364 6364
6365If the OUTPUT-FILE ends in \`.la', then a libtool library is created, 6365If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
6366only library objects (\`.lo' files) may be specified, and \`-rpath' is 6366only library objects (\`.lo' files) may be specified, and \`-rpath' is
6367required, except when creating a convenience library. 6367required, except when creating a convenience library.
6368 6368
6369If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created 6369If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
6370using \`ar' and \`ranlib', or on Windows using \`lib'. 6370using \`ar' and \`ranlib', or on Windows using \`lib'.
6371 6371
6372If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file 6372If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
6373is created, otherwise an executable program is created." 6373is created, otherwise an executable program is created."
6374 ;; 6374 ;;
6375 6375
6376uninstall) 6376uninstall)
6377 $echo \ 6377 $echo \
6378"Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... 6378"Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
6379 6379
6380Remove libraries from an installation directory. 6380Remove libraries from an installation directory.
6381 6381
6382RM is the name of the program to use to delete files associated with each FILE 6382RM is the name of the program to use to delete files associated with each FILE
6383(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed 6383(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
6384to RM. 6384to RM.
6385 6385
6386If FILE is a libtool library, all the files associated with it are deleted. 6386If FILE is a libtool library, all the files associated with it are deleted.
6387Otherwise, only FILE itself is deleted using RM." 6387Otherwise, only FILE itself is deleted using RM."
6388 ;; 6388 ;;
6389 6389
6390*) 6390*)
6391 $echo "$modename: invalid operation mode \`$mode'" 1>&2 6391 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6392 $echo "$help" 1>&2 6392 $echo "$help" 1>&2
6393 exit $EXIT_FAILURE 6393 exit $EXIT_FAILURE
6394 ;; 6394 ;;
6395esac 6395esac
6396 6396
6397$echo 6397$echo
6398$echo "Try \`$modename --help' for more information about other modes." 6398$echo "Try \`$modename --help' for more information about other modes."
6399 6399
6400exit $EXIT_SUCCESS 6400exit $EXIT_SUCCESS
6401 6401
6402# The TAGs below are defined such that we never get into a situation 6402# The TAGs below are defined such that we never get into a situation
6403# in which we disable both kinds of libraries. Given conflicting 6403# in which we disable both kinds of libraries. Given conflicting
6404# choices, we go for a static library, that is the most portable, 6404# choices, we go for a static library, that is the most portable,
6405# since we can't tell whether shared libraries were disabled because 6405# since we can't tell whether shared libraries were disabled because
6406# the user asked for that or because the platform doesn't support 6406# the user asked for that or because the platform doesn't support
6407# them. This is particularly important on AIX, because we don't 6407# them. This is particularly important on AIX, because we don't
6408# support having both static and shared libraries enabled at the same 6408# support having both static and shared libraries enabled at the same
6409# time on that platform, so we default to a shared-only configuration. 6409# time on that platform, so we default to a shared-only configuration.
6410# If a disable-shared tag is given, we'll fallback to a static-only 6410# If a disable-shared tag is given, we'll fallback to a static-only
6411# configuration. But we'll never go from static-only to shared-only. 6411# configuration. But we'll never go from static-only to shared-only.
6412 6412
6413# ### BEGIN LIBTOOL TAG CONFIG: disable-shared 6413# ### BEGIN LIBTOOL TAG CONFIG: disable-shared
6414build_libtool_libs=no 6414build_libtool_libs=no
6415build_old_libs=yes 6415build_old_libs=yes
6416# ### END LIBTOOL TAG CONFIG: disable-shared 6416# ### END LIBTOOL TAG CONFIG: disable-shared
6417 6417
6418# ### BEGIN LIBTOOL TAG CONFIG: disable-static 6418# ### BEGIN LIBTOOL TAG CONFIG: disable-static
6419build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac` 6419build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
6420# ### END LIBTOOL TAG CONFIG: disable-static 6420# ### END LIBTOOL TAG CONFIG: disable-static
6421 6421
6422# Local Variables: 6422# Local Variables:
6423# mode:shell-script 6423# mode:shell-script
6424# sh-indentation:2 6424# sh-indentation:2
6425# End: 6425# End: