3 # ltconfig - Create a system-specific libtool.
4 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
5 # Free Software Foundation, Inc.
6 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
8 # This file is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
13 # This program is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 # General Public License for more details.
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
20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 # As a special exception to the GNU General Public License, if you
23 # distribute this file as part of a program that contains a
24 # configuration script generated by Autoconf, you may include it under
25 # the same distribution terms that you use for the rest of that program.
27 # A lot of this script is taken from autoconf-2.10.
29 # Check that we are running under the correct shell.
30 SHELL
=${CONFIG_SHELL-/bin/sh}
32 if test "X$1" = X--no-reexec
; then
33 # Discard the --no-reexec flag, and continue.
35 elif test "X$1" = X--fallback-echo
; then
36 # Avoid inline document here, it may be left over
38 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
39 # Yippee, $echo works!
42 # Restart under the correct shell.
43 exec "$SHELL" "$0" --no-reexec ${1+"$@"}
46 if test "X$1" = X--fallback-echo
; then
47 # used as fallback echo
55 # Find the correct PATH separator. Usually this is `:', but
56 # DJGPP uses `;' like DOS.
57 if test "X${PATH_SEPARATOR+set}" != Xset
; then
58 UNAME
=${UNAME-`uname 2>/dev/null`}
60 *-DOS) PATH_SEPARATOR
=';' ;;
61 *) PATH_SEPARATOR
=':' ;;
65 # The HP-UX ksh and POSIX shell print the target directory to stdout
67 if test "X${CDPATH+set}" = Xset
; then CDPATH
=:; export CDPATH
; fi
69 if test "X${echo_test_string+set}" != Xset
; then
70 # find a string as large as possible, as long as the shell can cope with it
71 for cmd
in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
72 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
73 if (echo_test_string
="`eval $cmd`") 2>/dev
/null
&&
74 echo_test_string
="`eval $cmd`" &&
75 (test "X$echo_test_string" = "X$echo_test_string") 2>/dev
/null
; then
81 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
82 echo_testing_string
=`($echo "$echo_test_string") 2>/dev/null` &&
83 test "X$echo_testing_string" = "X$echo_test_string"; then
86 # The Solaris, AIX, and Digital Unix default echo programs unquote
87 # backslashes. This makes it impossible to quote backslashes using
88 # echo "$something" | sed 's/\\/\\\\/g'
90 # So, first we look for a working echo in the user's PATH.
92 IFS
="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
93 for dir
in $PATH /usr
/ucb
; do
94 if (test -f $dir/echo ||
test -f $dir/echo$ac_exeext) &&
95 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
96 echo_testing_string
=`($dir/echo "$echo_test_string") 2>/dev/null` &&
97 test "X$echo_testing_string" = "X$echo_test_string"; then
104 if test "X$echo" = Xecho
; then
105 # We didn't find a better echo, so look for alternatives.
106 if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
107 echo_testing_string
=`(print -r "$echo_test_string") 2>/dev/null` &&
108 test "X$echo_testing_string" = "X$echo_test_string"; then
109 # This shell has a builtin print -r that does the trick.
111 elif (test -f /bin
/ksh ||
test -f /bin
/ksh
$ac_exeext) &&
112 test "X$CONFIG_SHELL" != X
/bin
/ksh
; then
113 # If we have ksh, try running ltconfig again with it.
114 ORIGINAL_CONFIG_SHELL
="${CONFIG_SHELL-/bin/sh}"
115 export ORIGINAL_CONFIG_SHELL
116 CONFIG_SHELL
=/bin
/ksh
118 exec "$CONFIG_SHELL" "$0" --no-reexec ${1+"$@"}
122 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
123 echo_testing_string
=`($echo "$echo_test_string") 2>/dev/null` &&
124 test "X$echo_testing_string" = "X$echo_test_string"; then
127 elif echo_testing_string
=`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null` &&
128 test "X$echo_testing_string" = 'X\t' &&
129 echo_testing_string
=`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
130 test "X$echo_testing_string" = "X$echo_test_string"; then
131 CONFIG_SHELL
="$ORIGINAL_CONFIG_SHELL"
133 SHELL
="$CONFIG_SHELL"
135 echo="$CONFIG_SHELL $0 --fallback-echo"
136 elif echo_testing_string
=`("$CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null` &&
137 test "X$echo_testing_string" = 'X\t' &&
138 echo_testing_string
=`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
139 test "X$echo_testing_string" = "X$echo_test_string"; then
140 echo="$CONFIG_SHELL $0 --fallback-echo"
142 # maybe with a smaller string...
145 for cmd
in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
146 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev
/null
; then
152 if test "$prev" != 'sed 50q "$0"'; then
153 echo_test_string
=`eval $prev`
155 export echo_test_string
156 exec "${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}}" "$0" ${1+"$@"}
158 # Oops. We lost completely, so just stick with echo.
166 # Sed substitution that helps us do robust quoting. It backslashifies
167 # metacharacters that are still active within double-quoted strings.
169 sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
171 # Same as above, but do not quote variable references.
172 double_quote_subst='s/\([\\"\\`\\\\]\
)/\\\
1/g
'
174 # Sed substitution to delay expansion of an escaped shell variable in a
175 # double_quote_subst'ed string.
176 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
178 # The name of this program.
179 progname
=`$echo "X$0" | $Xsed -e 's%^.*/%%'`
185 TIMESTAMP
=" (1.641.2.256 2001/05/28 20:09:07 with GCC-local changes)"
186 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
187 ac_link
='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
190 help="Try \`$progname --help' for more information."
193 default_ofile
=libtool
196 # All known linkers require a `.a' archive for static linking (except M$VC,
197 # which needs '.lib').
199 enable_fast_install
=yes
200 enable_dlopen
=unknown
211 ofile
="$default_ofile"
222 ## Dependencies to place before and after the object being linked:
227 compiler_lib_search_path
=
229 ## Link characteristics:
230 allow_undefined_flag
=
232 need_lib_prefix
=unknown
234 # when you set need_version to no, make sure it does not cause -set_version
235 # flags to be left without arguments
238 old_archive_from_new_cmds
=
239 old_archive_from_expsyms_cmds
=
242 export_dynamic_flag_spec
=
243 whole_archive_flag_spec
=
244 thread_safe_flag_spec
=
245 hardcode_into_libs
=no
246 hardcode_libdir_flag_spec
=
247 hardcode_libdir_separator
=
250 hardcode_shlibpath_var
=unsupported
252 link_all_deplibs
=unknown
253 always_export_symbols
=no
254 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
255 # include_expsyms should be a list of space-separated symbols to be *always*
256 # included in the symbol list
258 # exclude_expsyms can be an egrep regular expression of symbols to exclude
259 # it will be wrapped by ` (' and `)$', so one must not match beginning or
260 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
261 # as well as any symbol that contains `d'.
262 exclude_expsyms
="_GLOBAL_OFFSET_TABLE_"
263 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
264 # platforms (ab)use it in PIC code, but their linkers get confused if
265 # the symbol is explicitly referenced. Since portable code cannot
266 # rely on this symbol name, it's probably fine to never include it in
267 # preloaded symbol tables.
268 extract_expsyms_cmds
=
272 old_AR_FLAGS
="$AR_FLAGS"
275 old_CPPFLAGS
="$CPPFLAGS"
276 old_LDFLAGS
="$LDFLAGS"
278 old_MAGIC_CMD
="$MAGIC_CMD"
286 old_DLLTOOL
="$DLLTOOL"
287 old_OBJDUMP
="$OBJDUMP"
290 old_reload_flag
="$reload_flag"
291 old_deplibs_check_method
="$deplibs_check_method"
292 old_file_magic_cmd
="$file_magic_cmd"
294 # Parse the command line options.
300 -*=*) optarg
=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
304 # If the previous option needs an argument, assign it.
305 if test -n "$prev"; then
306 eval "$prev=\$option"
313 Usage: $progname [OPTION]... LTMAIN [HOST]
315 Generate a system-specific libtool script.
317 --build configure for building on BUILD [BUILD=HOST]
318 --debug enable verbose shell tracing
319 --disable-shared do not build shared libraries
320 --disable-static do not build static libraries
321 --disable-fast-install do not optimize for fast installation
322 --enable-dlopen enable dlopen support
323 --enable-win32-dll enable building dlls on win32 hosts
324 --help display this help and exit
325 --no-verify do not verify that HOST is a valid host type
326 -o, --output=FILE specify the output file [default=$default_ofile]
327 --quiet same as \`--silent'
328 --silent do not print informational messages
329 --srcdir=DIR find \`config.guess' in DIR
330 --version output version information and exit
331 --add-tag=TAG append an alternate configuration
332 --with-gcc assume that the GNU C compiler will be used
333 --with-gnu-ld assume that the C compiler uses the GNU linker
334 --prefer-pic try to use only PIC objects
335 --prefer-non-pic try to use only non-PIC objects
336 --disable-lock disable file locking
337 --cache-file=FILE configure cache file
339 LTMAIN is the \`ltmain.sh' shell script fragment or \`ltmain.c' program
340 that provides basic libtool functionality.
342 HOST is the canonical host system name [default=guessed].
347 --build) prev
=build
;;
348 --build=*) build
="$optarg" ;;
351 echo "$progname: enabling shell trace mode"
355 --disable-shared) enable_shared
=no
;;
357 --disable-static) enable_static
=no
;;
359 --disable-fast-install) enable_fast_install
=no
;;
361 --enable-dlopen) enable_dlopen
=yes ;;
363 --enable-win32-dll) enable_win32_dll
=yes ;;
365 --quiet |
--silent) silent
=yes ;;
367 --srcdir) prev
=srcdir
;;
368 --srcdir=*) srcdir
="$optarg" ;;
370 --no-verify) verify_host
=no
;;
372 --output |
-o) prev
=ofile
;;
373 --output=*) ofile
="$optarg" ;;
375 --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"; exit 0 ;;
377 --add-tag) prev
=tagname
;;
378 --add-tag=*) tagname
="$optarg" ;;
380 --with-gcc) with_gcc
=yes ;;
381 --with-gnu-ld) with_gnu_ld
=yes ;;
383 --prefer-pic) pic_mode
=yes ;;
384 --prefer-non-pic) pic_mode
=no
;;
386 --disable-lock) need_locks
=no
;;
388 --cache-file=*) cache_file
="$optarg" ;;
391 echo "$progname: unrecognized option \`$option'" 1>&2
397 if test -z "$ltmain"; then
399 elif test -z "$host"; then
400 # This generates an unnecessary warning for sparc-sun-solaris4.1.3_U1
401 # if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then
402 # echo "$progname: warning \`$option' is not a valid host type" 1>&2
406 echo "$progname: too many arguments" 1>&2
413 if test -z "$ltmain"; then
414 echo "$progname: you must specify a LTMAIN file" 1>&2
419 if test ! -f "$ltmain"; then
420 echo "$progname: \`$ltmain' does not exist" 1>&2
425 if test -n "$tagname"; then
426 # Check whether tagname contains only valid characters
427 case `$echo "X$tagname" | $Xsed -e 's/[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]//g'` in
430 echo "$progname: invalid tag name: $tagname" 1>&2
435 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$ofile" > /dev
/null
; then
436 echo "$progname: tag name $tagname already exists" 1>&2
440 if test ! -f "$ofile"; then
441 echo "$progname: warning: output file \`$ofile' does not exist" 1>&2
444 if test -z "$LTCC"; then
445 eval "`$SHELL $ofile --config | grep '^LTCC='`"
446 if test -z "$LTCC"; then
447 echo "$progname: warning: output file \`$ofile' does not look like a libtool script" 1>&2
449 echo "$progname: warning: using \`LTCC=$LTCC', extracted from \`$ofile'" 1>&2
454 # Quote any args containing shell metacharacters.
459 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
460 ltconfig_args
="$ltconfig_args '$arg'" ;;
461 *) ltconfig_args
="$ltconfig_args $arg" ;;
465 # A relevant subset of AC_INIT.
467 # File descriptor usage:
470 # 2 errors and warnings
471 # 3 some systems may open it to /dev/tty
472 # 4 used on the Kubota Titan
473 # 5 compiler messages saved in config.log
474 # 6 checking for... messages and results
475 if test "$silent" = yes; then
483 # Only set LANG and LC_ALL to C if already set.
484 # These must not be set unconditionally because not all systems understand
485 # e.g. LANG=C (notably SCO).
486 if test "X${LC_ALL+set}" = Xset
; then LC_ALL
=C
; export LC_ALL
; fi
487 if test "X${LANG+set}" = Xset
; then LANG
=C
; export LANG
; fi
489 if test -n "$cache_file" && test -r "$cache_file" && test -f "$cache_file"; then
490 echo "loading cache $cache_file within ltconfig"
494 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
495 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
496 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
503 ac_n
= ac_c
='\c' ac_t
=
506 if test -z "$srcdir"; then
507 # Assume the source directory is the same one as the path to LTMAIN.
508 srcdir
=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`
509 test "$srcdir" = "$ltmain" && srcdir
=.
512 trap "$rm conftest*; exit 1" 1 2 15
513 if test "$verify_host" = yes; then
514 # Check for config.guess and config.sub.
516 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
517 if test -f $ac_dir/config.guess
; then
522 if test -z "$ac_aux_dir"; then
523 echo "$progname: cannot find config.guess in $srcdir $srcdir/.. $srcdir/../.." 1>&2
527 ac_config_guess
=$ac_aux_dir/config.guess
528 ac_config_sub
=$ac_aux_dir/config.sub
530 # Make sure we can run config.sub.
531 if $SHELL $ac_config_sub sun4
>/dev
/null
2>&1; then :
533 echo "$progname: cannot run $ac_config_sub" 1>&2
538 echo $ac_n "checking host system type""... $ac_c" 1>&6
543 # Force config.guess to use the C compiler.
544 # CC_FOR_BUILD overrides the CC variable in config.guess but I had
545 # problems with it so do it this way for now.
548 if host_alias
=`$SHELL $ac_config_guess`; then :
550 echo "$progname: cannot guess host type; you must specify one" 1>&2
555 # Restore the C compiler.
559 host=`$SHELL $ac_config_sub $host_alias`
560 echo "$ac_t$host" 1>&6
562 # Make sure the host verified.
563 test -z "$host" && exit 1
565 # Check for the build system type
566 echo $ac_n "checking build system type... $ac_c" 1>&6
572 NONE
) build_alias
=$host_alias ;;
573 *) build_alias
=$nonopt ;;
577 build
=`$SHELL $ac_config_sub $build_alias`
578 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
579 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
580 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
581 echo "$ac_t""$build" 1>&6
583 elif test -z "$host"; then
584 echo "$progname: you must specify a host type if you use \`--no-verify'" 1>&2
589 build_alias
=$host_alias
593 if test x
"$host" != x
"$build"; then
594 ac_tool_prefix
=${host_alias}-
599 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
600 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
601 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
603 # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
606 linux
*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
611 # AIX sometimes has problems with the GCC collect2 program. For some
612 # reason, if we set the COLLECT_NAMES environment variable, the problems
613 # vanish in a puff of smoke.
614 if test "X${COLLECT_NAMES+set}" != Xset
; then
621 # Determine commands to create old-style static archives.
622 old_archive_cmds
='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
623 old_postinstall_cmds
='chmod 644 $oldlib'
624 old_postuninstall_cmds
=
626 if test -n "$RANLIB"; then
627 old_archive_cmds
="$old_archive_cmds~\$RANLIB \$oldlib"
628 old_postinstall_cmds
="\$RANLIB \$oldlib~$old_postinstall_cmds"
631 # Source the script associated with the $tagname tag configuration.
632 if test -n "$tagname"; then
635 # FIXME: We should use a variable here
636 # Configure for a C compiler
640 # Set sane defaults for various variables
641 test -z "$AR" && AR
=ar
642 test -z "$AR_FLAGS" && AR_FLAGS
=cru
643 test -z "$AS" && AS
=as
644 test -z "$CC" && CC
=cc
645 test -z "$DLLTOOL" && DLLTOOL
=dlltool
646 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
647 test -z "$LD" && LD
=ld
648 test -z "$LN_S" && LN_S
="ln -s"
649 test -z "$NM" && NM
=nm
650 test -z "$OBJDUMP" && OBJDUMP
=objdump
651 test -z "$RANLIB" && RANLIB
=:
652 test -z "$STRIP" && STRIP
=:
653 test -z "$objext" && objext
=o
655 echo $ac_n "checking for objdir... $ac_c" 1>&6
656 rm -f .libs
2>/dev
/null
657 mkdir .libs
2>/dev
/null
658 if test -d .libs
; then
661 # MS-DOS does not allow filenames that begin with a dot.
664 rmdir .libs
2>/dev
/null
665 echo "$ac_t$objdir" 1>&6
667 # If no C compiler was specified, use CC.
670 # Allow CC to be a program name with arguments.
674 # We assume here that the value for ac_cv_prog_cc_pic will not be cached
675 # in isolation, and that seeing it set (from the cache) indicates that
676 # the associated values are set (in the cache) correctly too.
677 echo $ac_n "checking for $compiler option to produce PIC... $ac_c" 1>&6
678 echo "$progname:678:checking for $compiler option to produce PIC" 1>&5
680 if test -z "$ac_cv_prog_cc_pic"; then
681 echo "$ac_t"none
1>&6
683 echo "$ac_t""$ac_cv_prog_cc_pic" 1>&6
685 # Check to make sure the pic_flag actually works.
686 echo $ac_n "checking if $compiler PIC flag $ac_cv_prog_cc_pic works... $ac_c" 1>&6
687 echo "$progname:687:checking that $compiler PIC flag $ac_cv_prog_cc_pic works." 1>&5
688 if test "X${ac_cv_prog_cc_pic_works+set}" = Xset
&& \
689 test "X${ac_cv_prog_cc_pic_works}" != X
; then
690 echo $ac_n "(cached) $ac_c" 1>&6
692 ac_cv_prog_cc_pic_works
=yes
694 echo $lt_simple_compile_test_code > conftest.
$ac_ext
695 save_CFLAGS
="$CFLAGS"
696 CFLAGS
="$CFLAGS $ac_cv_prog_cc_pic -DPIC"
697 if { (eval echo $progname:697: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>conftest.err
; } && test -s conftest.
$objext; then
698 # Append any warnings to the config.log.
699 cat conftest.err
1>&5
702 hpux9
* | hpux10
* | hpux11
*)
703 # On HP-UX, both CC and GCC only warn that PIC is supported... then
704 # they create non-PIC objects. So, if there were any warnings, we
705 # assume that PIC is not supported.
706 if test -s conftest.err
; then
707 ac_cv_prog_cc_pic_works
=no
708 ac_cv_prog_cc_can_build_shared
=no
711 ac_cv_prog_cc_pic_works
=yes
712 ac_cv_prog_cc_pic
=" $ac_cv_prog_cc_pic"
716 ac_cv_prog_cc_pic_works
=yes
717 ac_cv_prog_cc_pic
=" $ac_cv_prog_cc_pic"
721 # Append any errors to the config.log.
722 cat conftest.err
1>&5
723 ac_cv_prog_cc_pic_works
=no
724 ac_cv_prog_cc_can_build_shared
=no
727 CFLAGS
="$save_CFLAGS"
730 # Belt *and* braces to stop my trousers falling down:
731 if test "X$ac_cv_prog_cc_pic_works" = Xno
; then
733 ac_cv_prog_cc_can_build_shared
=no
735 echo "$ac_t""$ac_cv_prog_cc_pic_works" 1>&6
738 # Check for any special shared library compilation flags.
739 if test -n "$ac_cv_prog_cc_shlib"; then
740 echo "$progname: warning: \`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared libraries" 1>&2
741 if echo "$old_CC $old_CFLAGS " |
egrep -e "[ ]$ac_cv_prog_cc_shlib[ ]" >/dev
/null
; then :
743 echo "$progname: add \`$ac_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" 1>&2
744 ac_cv_prog_cc_can_build_shared
=no
748 echo $ac_n "checking if $compiler static flag $ac_cv_prog_cc_static works... $ac_c" 1>&6
749 echo "$progname:749: checking if $compiler static flag $ac_cv_prog_cc_static works" >&5
750 if test "X${ac_cv_prog_cc_static_works+set}" = Xset
&& \
751 test "X${ac_cv_prog_cc_static_works}" != X
; then
752 echo $ac_n "(cached) $ac_c" 1>&6
755 echo $lt_simple_link_test_code > conftest.
$ac_ext
756 save_LDFLAGS
="$LDFLAGS"
757 LDFLAGS
="$LDFLAGS $ac_cv_prog_cc_static"
758 if { (eval echo $progname:758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
759 ac_cv_prog_cc_static_works
=yes
761 ac_cv_prog_cc_static_works
=no
762 ac_cv_prog_cc_static
=
764 LDFLAGS
="$save_LDFLAGS"
767 # Belt *and* braces to stop my trousers falling down:
768 if test "X$ac_cv_prog_cc_static_works" = Xno
; then
769 ac_cv_prog_cc_static
=
771 echo "$ac_t""$ac_cv_prog_cc_static_works" 1>&6
772 pic_flag
="$ac_cv_prog_cc_pic"
773 special_shlib_compile_flags
="$ac_cv_prog_cc_shlib"
774 wl
="$ac_cv_prog_cc_wl"
775 link_static_flag
="$ac_cv_prog_cc_static"
776 no_builtin_flag
="$ac_cv_prog_cc_no_builtin"
777 can_build_shared
="$ac_cv_prog_cc_can_build_shared"
779 # find the maximum length of command line arguments
780 echo "$progname:780: finding the maximum length of command line arguments" 1>&5
781 echo $ac_n "finding the maximum length of command line arguments... $ac_c" 1>&6
782 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
783 echo $ac_n "(cached) $ac_c" 1>&6
787 # If test is not a shell built-in, we'll probably end up computing a
788 # maximum length that is only half of the actual maximum length, but
790 while test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
792 new_result
=`expr "X$testring" : ".*" 2>&1` &&
793 lt_cv_sys_max_cmd_len
=$new_result &&
794 test $i != 17 # 1/2 MB should be enough
797 testring
=$testring$testring
800 # add a significant safety factor because C++ compilers can tack on massive amounts
801 # of additional arguments before passing them to the linker. 1/4 should be good.
802 len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
803 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len - $len`
805 echo "$progname:@lineno@: result: $lt_cv_sys_max_cmd_len" 1>&5
806 echo "${ac_t}$lt_cv_sys_max_cmd_len" 1>&6
808 if test -n $lt_cv_sys_max_cmd_len ; then
809 max_cmd_len
=$lt_cv_sys_max_cmd_len
814 # Check to see if options -o and -c are simultaneously supported by compiler
815 echo $ac_n "checking if $compiler supports -c -o file.$objext... $ac_c" 1>&6
816 if test "${lt_cv_compiler_c_o+set}" = set; then
817 echo $ac_n "(cached) $ac_c" 1>&6
819 $rm -r conftest
2>/dev
/null
823 echo $lt_simple_compile_test_code > conftest.
$ac_ext
825 # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
826 # that will create temporary files in the current directory regardless of
827 # the output directory. Thus, making CWD read-only will cause this test
828 # to fail, enabling locking or at least warning the user not to do parallel
831 save_CFLAGS
="$CFLAGS"
832 CFLAGS
="$CFLAGS -o out/conftest2.$objext"
833 echo "$progname:833: checking if $compiler supports -c -o file.$objext" >&5
834 if { (eval echo $progname:834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out
/conftest.err
; } && test -s out
/conftest2.
$objext; then
836 # The compiler can only warn and ignore the option if not recognized
837 # So say no if there are warnings
838 if test -s out
/conftest.err
; then
839 lt_cv_compiler_c_o
=no
841 lt_cv_compiler_c_o
=yes
844 # Append any errors to the config.log.
845 cat out
/conftest.err
1>&5
846 lt_cv_compiler_c_o
=no
848 CFLAGS
="$save_CFLAGS"
854 $rm -r conftest
2>/dev
/null
856 compiler_c_o
=$lt_cv_compiler_c_o
857 echo "${ac_t}$compiler_c_o" 1>&6
859 # Check to see if we can do hard links to lock some files if needed
860 hard_links
="nottested"
861 if test "$compiler_c_o" = no
&& test "$need_locks" != no
; then
862 # do not overwrite the value of need_locks provided by the user
863 echo $ac_n "checking if we can lock with hard links... $ac_c" 1>&6
866 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
868 ln conftest.a conftest.b
2>&5 || hard_links
=no
869 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
870 echo "$ac_t$hard_links" 1>&6
872 if test "$hard_links" = no
; then
873 echo "*** WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2
880 if test "$with_gcc" = yes; then
881 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
882 echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions ... $ac_c" 1>&6
884 echo $lt_simple_compile_test_code > conftest.
$ac_ext
885 save_CFLAGS
="$CFLAGS"
886 CFLAGS
="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
887 echo "$progname:887: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
888 if { (eval echo $progname:888: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>conftest.err
; } && test -s conftest.
$objext; then
890 # The compiler can only warn and ignore the option if not recognized
891 # So say no if there are warnings
892 if test -s conftest.err
; then
894 compiler_rtti_exceptions
=no
897 compiler_rtti_exceptions
=yes
900 # Append any errors to the config.log.
901 cat conftest.err
1>&5
902 compiler_rtti_exceptions
=no
905 CFLAGS
="$save_CFLAGS"
908 if test "$compiler_rtti_exceptions" = "yes"; then
909 no_builtin_flag
=' -fno-builtin -fno-rtti -fno-exceptions'
911 no_builtin_flag
=' -fno-builtin'
916 # See if the linker supports building shared libraries.
917 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6
919 echo "$ac_t$ld_shlibs" 1>&6
920 test "$ld_shlibs" = no
&& can_build_shared
=no
922 # Check hardcoding attributes.
923 echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6
925 if test -n "$hardcode_libdir_flag_spec" || \
926 test -n "$runpath_var"; then
928 # We can hardcode non-existant directories.
929 if test "$hardcode_direct" != no
&&
930 # If the only mechanism to avoid hardcoding is shlibpath_var, we
931 # have to relink, otherwise we might link with an installed library
932 # when we should be linking with a yet-to-be-installed one
933 ## test "$hardcode_shlibpath_var" != no &&
934 test "$hardcode_minus_L" != no
; then
935 # Linking always hardcodes the temporary library directory.
936 hardcode_action
=relink
938 # We can link without hardcoding, and we can hardcode nonexisting dirs.
939 hardcode_action
=immediate
942 # We cannot hardcode anything, or else we can only hardcode existing
944 hardcode_action
=unsupported
946 echo "$ac_t$hardcode_action" 1>&6
948 echo $ac_n "checking whether stripping libraries is possible... $ac_c" 1>&6
949 if test -n "$STRIP" && $STRIP -V 2>&1 |
grep "GNU strip" >/dev
/null
; then
950 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
951 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
952 echo "${ac_t}yes" 1>&6
954 echo "${ac_t}no" 1>&6
959 *) reload_flag
=" $reload_flag" ;;
961 reload_cmds
='$LD$reload_flag -o $output$reload_objs'
962 test -z "$deplibs_check_method" && deplibs_check_method
=unknown
964 # PORTME Fill in your ld.so characteristics
966 libname_spec
='lib$name'
973 shlibpath_overrides_runpath
=unknown
975 dynamic_linker
="$host_os ld.so"
976 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
977 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
979 echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6
983 library_names_spec
='${libname}${release}.so$versuffix $libname.a'
984 shlibpath_var
=LIBPATH
986 # AIX 3 has no versioning support, so we append a major version to the name.
987 soname_spec
='${libname}${release}.so$major'
992 if test "$host_cpu" = ia64
; then
993 # AIX 5 supports IA64
994 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
995 shlibpath_var
=LD_LIBRARY_PATH
997 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
998 # soname into executable. Probably we can add versioning support to
999 # collect2, so additional links can be useful in future.
1000 # We preserve .a as extension for shared libraries though AIX4.2
1001 # and later linker supports .so
1002 if test "$aix_use_runtimelinking" = yes; then
1003 # If using run time linking (on AIX 4.2 or later) use lib<name>.so instead of
1004 # lib<name>.a to let people know that these are not typical AIX shared libraries.
1005 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1007 # We preserve .a as extension for shared libraries though AIX4.2
1008 # and later when we are not doing run time linking.
1009 library_names_spec
='${libname}${release}.a $libname.a'
1010 soname_spec
='${libname}${release}.so$major'
1012 # If we're using GNU nm, then we don't want the "-C" option.
1013 # -C means demangle to AIX nm, but means don't demangle with GNU nm
1014 if $NM -V 2>&1 |
egrep '(GNU)' > /dev
/null
; then
1015 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
1017 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
1019 shlibpath_var
=LIBPATH
1020 deplibs_check_method
=pass_all
1022 aix4 | aix4.
[01] | aix4.
[01].
*)
1023 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1025 echo '#endif'; } |
${CC} -E - |
grep yes > /dev
/null
; then
1028 # With GCC up to 2.95.x, collect2 would create an import file
1029 # for dependence libraries. The import file would start with
1030 # the line `#! .'. This would cause the generated library to
1031 # depend on `.', always an invalid library. This was fixed in
1032 # development snapshots of GCC prior to 3.0.
1041 library_names_spec
='$libname.ixlibrary $libname.a'
1042 # Create ${libname}_ixlibrary.a entries in /sys/libs.
1043 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
1047 library_names_spec
='${libname}.so'
1048 dynamic_linker
="$host_os ld.so"
1049 shlibpath_var
=LIBRARY_PATH
1050 lt_cv_dlopen
="load_add_on"
1052 lt_cv_dlopen_self
=yes
1058 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1059 soname_spec
='${libname}${release}.so$major'
1060 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
1061 shlibpath_var
=LD_LIBRARY_PATH
1062 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1063 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
1064 export_dynamic_flag_spec
=-rdynamic
1065 # the default ld.so.conf also contains /usr/contrib/lib and
1066 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1067 # libtool to hard-code these into programs
1070 cygwin
* | mingw
* | pw32
*)
1071 version_type
=windows
1074 case $with_gcc,$host_os in
1076 library_names_spec
='$libname.dll.a'
1077 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
1078 postinstall_cmds
='dlpath=`bash 2>&1 -c '\''. $dir/${file}i; echo \$dlname'\''`~
1079 dldir=$destdir/`dirname \$dlpath`~
1080 test -d \$dldir || mkdir -p \$dldir~
1081 $install_prog .libs/$dlname \$dldir/$dlname'
1082 postuninstall_cmds
='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
1083 dlpath=$dir/\$dldll; $rm \$dlpath'
1086 library_names_spec
='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
1087 sys_lib_search_path_spec
=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
1090 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
1093 library_names_spec
='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
1096 dynamic_linker
='Win32 ld.exe'
1097 # FIXME: first we should search . and the directory the executable is in
1099 lt_cv_dlopen
="LoadLibrary"
1103 darwin
* | rhapsody
*)
1104 dynamic_linker
="$host_os dyld"
1108 library_names_spec
='${libname}${release}${versuffix}.`test .$module = .yes && echo so || echo dylib` ${libname}${release}${major}.$`test .$module = .yes && echo so || echo dylib` ${libname}.`test .$module = .yes && echo so || echo dylib`'
1109 soname_spec
='${libname}${release}${major}.`test .$module = .yes && echo so || echo dylib`'
1110 shlibpath_overrides_runpath
=yes
1111 shlibpath_var
=DYLD_LIBRARY_PATH
1118 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
1119 soname_spec
='${libname}${release}.so${major}'
1120 shlibpath_var
=LD_LIBRARY_PATH
1121 shlibpath_overrides_runpath
=no
1122 hardcode_into_libs
=yes
1123 dynamic_linker
='GNU/FreeBSD ld.so'
1131 objformat
=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
1132 version_type
=freebsd-
$objformat
1133 case $version_type in
1135 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
1141 library_names_spec
='${libname}${release}.so$versuffix $libname.so$versuffix'
1145 shlibpath_var
=LD_LIBRARY_PATH
1148 shlibpath_overrides_runpath
=yes
1151 shlibpath_overrides_runpath
=no
1152 hardcode_into_libs
=yes
1161 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
1162 soname_spec
='${libname}${release}.so$major'
1163 shlibpath_var
=LD_LIBRARY_PATH
1164 hardcode_into_libs
=yes
1167 kfreebsd
*-gnu | knetbsd
*-gnu)
1171 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
1172 soname_spec
='${libname}${release}.so$major'
1173 shlibpath_var
=LD_LIBRARY_PATH
1174 shlibpath_overrides_runpath
=yes
1175 hardcode_into_libs
=yes
1178 hpux9
* | hpux10
* | hpux11
*)
1179 # Give a soname corresponding to the major version so that dld.sl refuses to
1180 # link against other versions.
1186 dynamic_linker
="$host_os dld.so"
1187 shlibpath_var
=LD_LIBRARY_PATH
1188 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1189 soname_spec
='${libname}${release}.so$major'
1190 shlibpath_var
=LD_LIBRARY_PATH
1191 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
1192 if test "X$HPUX_IA64_MODE" = X32
; then
1193 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1195 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
1197 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
1200 dynamic_linker
="$host_os dld.sl"
1201 shlibpath_var
=SHLIB_PATH
1202 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
1203 library_names_spec
='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
1204 soname_spec
='${libname}${release}.sl$major'
1207 # HP-UX runs *really* slowly unless shared libraries are mode 555.
1208 postinstall_cmds
='chmod 555 $lib'
1212 if test "$with_gnu_ld" = yes; then
1220 soname_spec
='${libname}${release}.so$major'
1221 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
1227 case $LD in # libtool.m4 will add one of these switches to LD
1228 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
1229 libsuff
= shlibsuff
= libmagic
=32-bit;;
1230 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
1231 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
1232 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
1233 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
1234 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
1238 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
1239 shlibpath_overrides_runpath
=no
1240 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1241 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
1244 # No shared lib support for Linux oldld, aout, or coff.
1245 linux-gnuoldld
* | linux-gnuaout
* | linux-gnucoff
*)
1249 # This must be Linux ELF.
1254 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1255 soname_spec
='${libname}${release}.so$major'
1256 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1257 shlibpath_var
=LD_LIBRARY_PATH
1258 shlibpath_overrides_runpath
=no
1259 # This implies no fast_install, which is unacceptable.
1260 # Some rework will be needed to allow for fast_install
1261 # before this can be enabled.
1262 hardcode_into_libs
=yes
1264 # We used to test for /lib/ld.so.1 and disable shared libraries on
1265 # powerpc, because MkLinux only supported shared libraries with the
1266 # GNU dynamic linker. Since this was broken with cross compilers,
1267 # most powerpc-linux boxes support dynamic linking these days and
1268 # people can always --disable-shared, the test was removed, and we
1269 # assume the GNU/Linux dynamic linker is in use.
1270 dynamic_linker
='GNU/Linux ld.so'
1277 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
1278 library_names_spec
='${libname}${release}.so$versuffix ${libname}.so$versuffix'
1279 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1280 dynamic_linker
='NetBSD (a.out) ld.so'
1282 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
1283 soname_spec
='${libname}${release}.so$major'
1284 dynamic_linker
='NetBSD ld.elf_so'
1286 shlibpath_var
=LD_LIBRARY_PATH
1287 shlibpath_overrides_runpath
=yes
1288 hardcode_into_libs
=yes
1293 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1294 shlibpath_var
=LD_LIBRARY_PATH
1295 shlibpath_overrides_runpath
=yes
1300 if test "$with_gnu_ld" = yes; then
1304 library_names_spec
='${libname}${release}.so$versuffix ${libname}.so$versuffix'
1305 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1306 shlibpath_var
=LD_LIBRARY_PATH
1310 libname_spec
='$name'
1312 library_names_spec
='$libname.dll $libname.a'
1313 dynamic_linker
='OS/2 ld.exe'
1314 shlibpath_var
=LIBPATH
1317 osf3
* | osf4
* | osf5
*)
1320 soname_spec
='${libname}${release}.so'
1321 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
1322 shlibpath_var
=LD_LIBRARY_PATH
1323 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1324 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
1329 soname_spec
='${libname}${release}.so$major'
1330 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1331 shlibpath_var
=LD_LIBRARY_PATH
1338 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1339 soname_spec
='${libname}${release}.so$major'
1340 shlibpath_var
=LD_LIBRARY_PATH
1341 shlibpath_overrides_runpath
=yes
1342 hardcode_into_libs
=yes
1343 # ldd complains unless libraries are executable
1344 postinstall_cmds
='chmod +x $lib'
1349 library_names_spec
='${libname}${release}.so$versuffix ${libname}.so$versuffix'
1350 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1351 shlibpath_var
=LD_LIBRARY_PATH
1352 shlibpath_overrides_runpath
=yes
1353 if test "$with_gnu_ld" = yes; then
1359 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
1361 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1362 soname_spec
='${libname}${release}.so$major'
1363 shlibpath_var
=LD_LIBRARY_PATH
1364 case $host_vendor in
1368 shlibpath_overrides_runpath
=no
1369 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
1376 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1377 soname_spec
='${libname}${release}.so$major'
1378 shlibpath_var
=LD_LIBRARY_PATH
1385 library_names_spec
='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
1386 soname_spec
='${libname}${release}.so$major'
1387 shlibpath_var
=LD_LIBRARY_PATH
1391 if test -d /usr
/nec
;then
1393 library_names_spec
='$libname.so.$versuffix $libname.so.$major $libname.so'
1394 soname_spec
='$libname.so.$major'
1395 shlibpath_var
=LD_LIBRARY_PATH
1403 echo "$ac_t$dynamic_linker" 1>&6
1404 test "$dynamic_linker" = no
&& can_build_shared
=no
1406 # Check for command to grab the raw symbol name followed by C symbol from nm.
1407 echo $ac_n "checking command to parse $NM output... $ac_c" 1>&6
1409 # These are sane defaults that work on at least a few old systems.
1410 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
1412 # Character class describing NM global symbol codes.
1413 symcode
='[BCDEGRST]'
1415 # Regexp to match symbols that can be accessed directly from C.
1416 sympat
='\([_A-Za-z][_A-Za-z0-9]*\)'
1418 # Transform the above into a raw symbol and a C symbol.
1419 symxfrm
='\1 \2\3 \3'
1421 # Transform an extracted symbol line into a proper C declaration
1422 global_symbol_to_cdecl
="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
1424 # Define system-specific variables.
1429 cygwin
* | mingw
* | pw32
*)
1430 symcode
='[ABCDGISTW]'
1432 hpux
*) # Its linker distinguishes data from code symbols
1433 global_symbol_to_cdecl
="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
1436 symcode
='[BCDEGRST]'
1446 # Handle CRLF in mingw tool chain
1450 opt_cr
=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
1454 # If we're using GNU nm, then use its standard symbol codes.
1455 if $NM -V 2>&1 |
egrep '(GNU|with BFD)' > /dev
/null
; then
1456 symcode
='[ABCDGISTW]'
1459 # Try without a prefix undercore, then with it.
1460 for ac_symprfx
in "" "_"; do
1462 # Write the raw and C identifiers.
1463 global_symbol_pipe
="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
1465 # Check to see that the pipe works correctly.
1468 cat > conftest.
$ac_ext <<EOF
1473 void nm_test_func(){}
1477 int main(){nm_test_var='a';nm_test_func();return(0);}
1480 echo "$progname:1431: checking if global_symbol_pipe works" >&5
1481 if { (eval echo $progname:1432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } && test -s conftest.
$objext; then
1482 # Now try to grab the symbols.
1484 if { echo "$progname:1435: eval \"$NM conftest.$objext | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
1486 # Try sorting and uniquifying the output.
1487 if sort "$nlist" |
uniq > "$nlist"T
; then
1488 mv -f "$nlist"T
"$nlist"
1493 # Make sure that we snagged all the symbols we need.
1494 if egrep ' nm_test_var$' "$nlist" >/dev
/null
; then
1495 if egrep ' nm_test_func$' "$nlist" >/dev
/null
; then
1496 cat <<EOF > conftest.$ac_ext
1502 # Now generate the symbol file.
1503 eval "$global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'
1505 cat <<EOF >> conftest.$ac_ext
1506 #if defined (__STDC__) && __STDC__
1507 # define lt_ptr_t void *
1509 # define lt_ptr_t char *
1513 /* The mapping between symbol names and symbols. */
1518 lt_preloaded_symbols[] =
1521 sed "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" >> conftest.
$ac_ext
1522 cat <<\EOF
>> conftest.
$ac_ext
1530 # Now try linking the two files.
1531 mv conftest.
$objext conftstm.
$objext
1533 save_CFLAGS
="$CFLAGS"
1534 LIBS
="conftstm.$objext"
1535 CFLAGS
="$CFLAGS$no_builtin_flag"
1536 if { (eval echo $progname:1487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1539 echo "$progname: failed program was:" >&5
1540 cat conftest.
$ac_ext >&5
1544 echo "cannot find nm_test_func in $nlist" >&5
1547 echo "cannot find nm_test_var in $nlist" >&5
1550 echo "cannot run $global_symbol_pipe" >&5
1553 echo "$progname: failed program was:" >&5
1554 cat conftest.
$ac_ext >&5
1556 $rm conftest
* conftst
*
1558 # Do not use the global_symbol_pipe unless it works.
1559 if test "$pipe_works" = yes; then
1565 if test "$pipe_works" = yes; then
1566 echo "${ac_t}ok" 1>&6
1568 echo "${ac_t}failed" 1>&6
1571 if test -z "$global_symbol_pipe"; then
1572 global_symbol_to_cdecl
=
1575 # Report the final consequences.
1576 echo "checking if libtool supports shared libraries... $can_build_shared" 1>&6
1578 # Only try to build win32 dlls if AC_LIBTOOL_WIN32_DLL was used in
1579 # configure.in, otherwise build static only libraries.
1581 cygwin
* | mingw
* | pw32
* | os2
*)
1582 if test x
$can_build_shared = xyes
; then
1583 test x
$enable_win32_dll = xno
&& can_build_shared
=no
1584 echo "checking if package supports dlls... $can_build_shared" 1>&6
1589 echo $ac_n "checking whether to build shared libraries... $ac_c" 1>&6
1590 test "$can_build_shared" = "no" && enable_shared
=no
1592 # On AIX, shared libraries and static libraries use the same namespace, and
1593 # are all built from PIC.
1596 test "$enable_shared" = yes && enable_static
=no
1597 if test -n "$RANLIB"; then
1598 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
1599 postinstall_cmds
='$RANLIB $lib'
1604 test "$enable_shared" = yes && enable_static
=no
1608 echo "$ac_t$enable_shared" 1>&6
1610 # Make sure either enable_shared or enable_static is yes.
1611 test "$enable_shared" = yes || enable_static
=yes
1613 echo "checking whether to build static libraries... $enable_static" 1>&6
1615 if test "$hardcode_action" = relink
; then
1616 # Fast installation is not supported
1617 enable_fast_install
=no
1618 elif test "$shlibpath_overrides_runpath" = yes ||
1619 test "$enable_shared" = no
; then
1620 # Fast installation is not necessary
1621 enable_fast_install
=needless
1624 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
1625 if test "$with_gcc" = yes; then
1626 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1629 # Check whether we must set pic_mode to default
1630 test -z "$pic_flag" && pic_mode
=default
1632 if test "x$enable_dlopen" != xyes
; then
1633 enable_dlopen
=unknown
1634 enable_dlopen_self
=unknown
1635 enable_dlopen_self_static
=unknown
1637 if test "X${lt_cv_dlopen+set}" != Xset
; then
1638 lt_cv_dlopen
=no lt_cv_dlopen_libs
=
1639 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
1640 echo "$progname:1591: checking for dlopen in -ldl" >&5
1641 if test "X${ac_cv_lib_dl_dlopen+set}" = Xset
; then
1642 echo $ac_n "(cached) $ac_c" 1>&6
1644 ac_save_LIBS
="$LIBS"
1646 cat > conftest.
$ac_ext <<EOF
1647 #line 1598 "ltconfig"
1648 /* Override any gcc2 internal prototype to avoid an error. */
1649 /* We use char because int might match the return type of a gcc2
1650 builtin and then its argument prototype would still apply. */
1660 if { (eval echo $progname:1611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1662 ac_cv_lib_dl_dlopen
=yes
1664 echo "$progname: failed program was:" >&5
1665 cat conftest.
$ac_ext >&5
1667 ac_cv_lib_dl_dlopen
=no
1670 LIBS
="$ac_save_LIBS"
1673 if test "X$ac_cv_lib_dl_dlopen" = Xyes
; then
1674 echo "$ac_t""yes" 1>&6
1675 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
1677 echo "$ac_t""no" 1>&6
1678 echo $ac_n "checking for dlopen""... $ac_c" 1>&6
1679 echo "$progname:1630: checking for dlopen" >&5
1680 if test "X${ac_cv_func_dlopen+set}" = Xset
; then
1681 echo $ac_n "(cached) $ac_c" 1>&6
1683 cat > conftest.
$ac_ext <<EOF
1684 #line 1635 "ltconfig"
1685 /* System header to define __stub macros and hopefully few prototypes,
1686 which can conflict with char dlopen(); below. */
1688 /* Override any gcc2 internal prototype to avoid an error. */
1689 /* We use char because int might match the return type of a gcc2
1690 builtin and then its argument prototype would still apply. */
1698 /* The GNU C library defines this for functions which it implements
1699 to always fail with ENOSYS. Some functions are actually named
1700 something starting with __ and the normal name is an alias. */
1701 #if defined (__stub_dlopen) || defined (__stub___dlopen)
1709 if { (eval echo $progname:1660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1711 ac_cv_func_dlopen
=yes
1713 echo "$progname: failed program was:" >&5
1714 cat conftest.
$ac_ext >&5
1716 ac_cv_func_dlopen
=no
1720 if test "X$ac_cv_func_dlopen" = Xyes
; then
1721 echo "$ac_t""yes" 1>&6
1722 lt_cv_dlopen
="dlopen"
1724 echo "$ac_t""no" 1>&6
1725 echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6
1726 echo "$progname:1677: checking for dlopen in -lsvld" >&5
1727 if test "X${ac_cv_lib_svld_dlopen+set}" = Xset
; then
1728 echo $ac_n "(cached) $ac_c" 1>&6
1730 ac_save_LIBS
="$LIBS"
1732 cat > conftest.
$ac_ext <<EOF
1733 #line 1684 "ltconfig"
1734 /* Override any gcc2 internal prototype to avoid an error. */
1735 /* We use char because int might match the return type of a gcc2
1736 builtin and then its argument prototype would still apply. */
1746 if { (eval echo $progname:1697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1748 ac_cv_lib_svld_dlopen
=yes
1750 echo "$progname: failed program was:" >&5
1751 cat conftest.
$ac_ext >&5
1753 ac_cv_lib_svld_dlopen
=no
1756 LIBS
="$ac_save_LIBS"
1759 if test "X$ac_cv_lib_svld_dlopen" = Xyes
; then
1760 echo "$ac_t""yes" 1>&6
1761 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
1763 echo "$ac_t""no" 1>&6
1764 echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
1765 echo "$progname:1716: checking for dld_link in -ldld" >&5
1766 if test "X${ac_cv_lib_dld_dld_link+set}" = Xset
; then
1767 echo $ac_n "(cached) $ac_c" 1>&6
1769 ac_save_LIBS
="$LIBS"
1771 cat > conftest.
$ac_ext <<EOF
1772 #line 1723 "ltconfig"
1773 /* Override any gcc2 internal prototype to avoid an error. */
1774 /* We use char because int might match the return type of a gcc2
1775 builtin and then its argument prototype would still apply. */
1785 if { (eval echo $progname:1736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1787 ac_cv_lib_dld_dld_link
=yes
1789 echo "$progname: failed program was:" >&5
1790 cat conftest.
$ac_ext >&5
1792 ac_cv_lib_dld_dld_link
=no
1795 LIBS
="$ac_save_LIBS"
1798 if test "X$ac_cv_lib_dld_dld_link" = Xyes
; then
1799 echo "$ac_t""yes" 1>&6
1800 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
1802 echo "$ac_t""no" 1>&6
1803 echo $ac_n "checking for shl_load""... $ac_c" 1>&6
1804 echo "$progname:1755: checking for shl_load" >&5
1805 if test "X${ac_cv_func_shl_load+set}" = Xset
; then
1806 echo $ac_n "(cached) $ac_c" 1>&6
1808 cat > conftest.
$ac_ext <<EOF
1809 #line 1760 "ltconfig"
1810 /* System header to define __stub macros and hopefully few prototypes,
1811 which can conflict with char shl_load(); below. */
1813 /* Override any gcc2 internal prototype to avoid an error. */
1814 /* We use char because int might match the return type of a gcc2
1815 builtin and then its argument prototype would still apply. */
1823 /* The GNU C library defines this for functions which it implements
1824 to always fail with ENOSYS. Some functions are actually named
1825 something starting with __ and the normal name is an alias. */
1826 #if defined (__stub_shl_load) || defined (__stub___shl_load)
1834 if { (eval echo $progname:1785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1836 ac_cv_func_shl_load
=yes
1838 echo "$progname: failed program was:" >&5
1839 cat conftest.
$ac_ext >&5
1841 ac_cv_func_shl_load
=no
1846 if test "X$ac_cv_func_shl_load" = Xyes
; then
1847 echo "$ac_t""yes" 1>&6
1848 lt_cv_dlopen
="shl_load"
1850 echo "$ac_t""no" 1>&6
1851 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
1852 echo "$progname:1803: checking for shl_load in -ldld" >&5
1853 if test "X${ac_cv_lib_dld_shl_load+set}" = Xset
; then
1854 echo $ac_n "(cached) $ac_c" 1>&6
1856 ac_save_LIBS
="$LIBS"
1858 cat > conftest.
$ac_ext <<EOF
1859 #line 1810 "ltconfig"
1860 #include "confdefs.h"
1861 /* Override any gcc2 internal prototype to avoid an error. */
1862 /* We use char because int might match the return type of a gcc2
1863 builtin and then its argument prototype would still apply. */
1873 if { (eval echo $progname:1824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1875 ac_cv_lib_dld_shl_load
=yes
1877 echo "$progname: failed program was:" >&5
1878 cat conftest.
$ac_ext >&5
1880 ac_cv_lib_dld_shl_load
=no
1883 LIBS
="$ac_save_LIBS"
1886 if test "X$ac_cv_lib_dld_shl_load" = Xyes
; then
1887 echo "$ac_t""yes" 1>&6
1888 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
1890 echo "$ac_t""no" 1>&6
1909 if test "x$lt_cv_dlopen" != xno
; then
1915 case $lt_cv_dlopen in
1917 for ac_hdr
in dlfcn.h
; do
1918 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1919 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1920 echo "$progname:1871: checking for $ac_hdr" >&5
1921 if eval "test \"`echo 'X$''{'ac_cv_header_$ac_safe'+set}'`\" = Xset"; then
1922 echo $ac_n "(cached) $ac_c" 1>&6
1924 cat > conftest.
$ac_ext <<EOF
1925 #line 1876 "ltconfig"
1928 int main () { return(0); }
1930 ac_try
="$ac_compile >/dev/null 2>conftest.out"
1931 { (eval echo $progname:1882: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1932 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1933 if test -z "$ac_err"; then
1935 eval "ac_cv_header_$ac_safe=yes"
1938 echo "$progname: failed program was:" >&5
1939 cat conftest.
$ac_ext >&5
1941 eval "ac_cv_header_$ac_safe=no"
1945 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1946 echo "$ac_t""yes" 1>&6
1948 echo "$ac_t""no" 1>&6
1952 if test "x$ac_cv_header_dlfcn_h" = xyes
; then
1953 CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
1955 eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
1956 LIBS
="$lt_cv_dlopen_libs $LIBS"
1958 echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6
1959 echo "$progname:1910: checking whether a program can dlopen itself" >&5
1960 if test "X${lt_cv_dlopen_self+set}" = Xset
; then
1961 echo $ac_n "(cached) $ac_c" 1>&6
1963 if test "$cross_compiling" = yes; then
1964 lt_cv_dlopen_self
=cross
1966 cat > conftest.
$ac_ext <<EOF
1967 #line 1918 "ltconfig"
1976 # define LTDL_GLOBAL RTLD_GLOBAL
1979 # define LTDL_GLOBAL DL_GLOBAL
1981 # define LTDL_GLOBAL 0
1985 /* We may have to define LTDL_LAZY_OR_NOW in the command line if we
1986 find out it does not work in some platform. */
1987 #ifndef LTDL_LAZY_OR_NOW
1989 # define LTDL_LAZY_OR_NOW RTLD_LAZY
1992 # define LTDL_LAZY_OR_NOW DL_LAZY
1995 # define LTDL_LAZY_OR_NOW RTLD_NOW
1998 # define LTDL_LAZY_OR_NOW DL_NOW
2000 # define LTDL_LAZY_OR_NOW 0
2007 void fnord() { int i=42; }
2009 void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
2010 if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
2011 if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); }
2014 if { (eval echo $progname:1965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
2016 lt_cv_dlopen_self
=yes
2018 echo "$progname: failed program was:" >&5
2019 cat conftest.
$ac_ext >&5
2021 lt_cv_dlopen_self
=no
2028 echo "$ac_t""$lt_cv_dlopen_self" 1>&6
2030 if test "$lt_cv_dlopen_self" = yes; then
2031 LDFLAGS
="$LDFLAGS $link_static_flag"
2032 echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6
2033 echo "$progname:1984: checking whether a statically linked program can dlopen itself" >&5
2034 if test "X${lt_cv_dlopen_self_static+set}" = Xset
; then
2035 echo $ac_n "(cached) $ac_c" 1>&6
2037 if test "$cross_compiling" = yes; then
2038 lt_cv_dlopen_self_static
=cross
2040 cat > conftest.
$ac_ext <<EOF
2041 #line 1992 "ltconfig"
2050 # define LTDL_GLOBAL RTLD_GLOBAL
2053 # define LTDL_GLOBAL DL_GLOBAL
2055 # define LTDL_GLOBAL 0
2059 /* We may have to define LTDL_LAZY_OR_NOW in the command line if we
2060 find out it does not work in some platform. */
2061 #ifndef LTDL_LAZY_OR_NOW
2063 # define LTDL_LAZY_OR_NOW RTLD_LAZY
2066 # define LTDL_LAZY_OR_NOW DL_LAZY
2069 # define LTDL_LAZY_OR_NOW RTLD_NOW
2072 # define LTDL_LAZY_OR_NOW DL_NOW
2074 # define LTDL_LAZY_OR_NOW 0
2081 void fnord() { int i=42; }
2083 void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
2084 if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
2085 if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); }
2088 if { (eval echo $progname:2039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
2090 lt_cv_dlopen_self_static
=yes
2092 echo "$progname: failed program was:" >&5
2093 cat conftest.
$ac_ext >&5
2095 lt_cv_dlopen_self_static
=no
2102 echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6
2107 case $lt_cv_dlopen_self in
2108 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
2109 *) enable_dlopen_self
=unknown
;;
2112 case $lt_cv_dlopen_self_static in
2113 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
2114 *) enable_dlopen_self_static
=unknown
;;
2118 # Copy echo and quote the copy, instead of the original, because it is
2121 if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then
2122 ltecho
="$CONFIG_SHELL \$0 --fallback-echo"
2126 LTCONFIG_VERSION
="$VERSION"
2128 # Only quote variables if we're using ltmain.sh.
2131 # Now quote all the things that may contain metacharacters.
2132 for var
in ltecho old_AR old_AR_FLAGS old_CC old_LTCC old_CFLAGS old_CPPFLAGS \
2133 old_MAGIC_CMD old_LD old_LDFLAGS old_LIBS \
2134 old_LN_S old_NM old_RANLIB old_STRIP \
2135 old_AS old_DLLTOOL old_OBJDUMP \
2136 old_OBJEXT old_EXEEXT old_reload_flag \
2137 old_deplibs_check_method old_file_magic_cmd \
2138 AR AR_FLAGS CC LTCC LD LN_S NM LTSHELL LTCONFIG_VERSION \
2139 reload_flag reload_cmds wl \
2140 pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
2141 thread_safe_flag_spec whole_archive_flag_spec libname_spec \
2142 library_names_spec soname_spec \
2143 RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
2144 old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \
2145 postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \
2146 predep_objects postdep_objects predeps postdeps compiler_lib_search_path \
2147 old_striplib striplib file_magic_cmd export_symbols_cmds \
2148 deplibs_check_method allow_undefined_flag no_undefined_flag \
2149 finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
2150 hardcode_libdir_flag_spec hardcode_libdir_separator \
2151 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
2152 compiler_c_o need_locks exclude_expsyms include_expsyms
; do
2155 reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \
2156 old_postinstall_cmds | old_postuninstall_cmds | \
2157 export_symbols_cmds | archive_cmds | archive_expsym_cmds | \
2158 extract_expsyms_cmds | old_archive_from_expsyms_cmds | \
2159 postinstall_cmds | postuninstall_cmds | \
2160 finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec
)
2161 # Double-quote double-evaled strings.
2162 eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ### testsuite: skip nested quoting test
2165 eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ### testsuite: skip nested quoting test
2171 *'\$0 --fallback-echo"')
2172 ltecho
=`$echo "X$ltecho" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
2176 if test -z "$tagname"; then
2177 trap "$rm \"$ofile\"; exit 1" 1 2 15
2178 echo "creating $ofile"
2180 cat <<EOF > "$ofile"
2183 # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
2184 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
2185 # NOTE: Changes made to this file will be lost: look at ltconfig or ltmain.sh.
2187 # Copyright (C) 1996-2000 Free Software Foundation, Inc.
2188 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
2190 # This program is free software; you can redistribute it and/or modify
2191 # it under the terms of the GNU General Public License as published by
2192 # the Free Software Foundation; either version 2 of the License, or
2193 # (at your option) any later version.
2195 # This program is distributed in the hope that it will be useful, but
2196 # WITHOUT ANY WARRANTY; without even the implied warranty of
2197 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2198 # General Public License for more details.
2200 # You should have received a copy of the GNU General Public License
2201 # along with this program; if not, write to the Free Software
2202 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2204 # As a special exception to the GNU General Public License, if you
2205 # distribute this file as part of a program that contains a
2206 # configuration script generated by Autoconf, you may include it under
2207 # the same distribution terms that you use for the rest of that program.
2209 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
2210 Xsed="sed -e s/^X//"
2212 # The HP-UX ksh and POSIX shell print the target directory to stdout
2214 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
2216 # The names of the tagged configurations supported by this script.
2219 ### BEGIN LIBTOOL CONFIG
2222 echo "appending configuration tag \"$tagname\" to $ofile"
2223 echo "### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
2229 # Double-quote the variables that need it (for aesthetics).
2230 for var
in old_AR old_AR_FLAGS old_CC old_LTCC old_CFLAGS old_CPPFLAGS \
2231 old_MAGIC_CMD old_LD old_LDFLAGS old_LIBS \
2232 old_LN_S old_NM old_RANLIB old_STRIP \
2233 old_AS old_DLLTOOL old_OBJDUMP \
2234 old_OBJEXT old_EXEEXT old_reload_flag \
2235 old_deplibs_check_method old_file_magic_cmd
; do
2236 eval "$var=\\\"\$var\\\""
2239 # Just create a config file.
2240 cfgfile
="$ofile.cfg"
2241 if test -z "$tagname"; then
2242 trap "$rm \"$cfgfile\"; exit 1" 1 2 15
2243 echo "creating $cfgfile"
2245 cat <<EOF > "$cfgfile"
2246 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
2247 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
2249 ### BEGIN LIBTOOL CONFIG
2252 echo "appending to $cfgfile"
2253 echo "### BEGIN LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
2258 cat <<EOF >> "$cfgfile"
2259 # Libtool was configured as follows, on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2261 # AR=$old_AR AR_FLAGS=$old_AR_FLAGS LTCC=$old_LTCC CC=$old_CC \\
2262 # CFLAGS=$old_CFLAGS CPPFLAGS=$old_CPPFLAGS \\
2263 # MAGIC_CMD=$old_MAGIC_CMD LD=$old_LD LDFLAGS=$old_LDFLAGS LIBS=$old_LIBS \\
2264 # LN_S=$old_LN_S NM=$old_NM RANLIB=$old_RANLIB STRIP=$old_STRIP \\
2265 # AS=$old_AS DLLTOOL=$old_DLLTOOL OBJDUMP=$old_OBJDUMP \\
2266 # objext=$old_OBJEXT exeext=$old_EXEEXT reload_flag=$old_reload_flag \\
2267 # deplibs_check_method=$old_deplibs_check_method \\
2268 # file_magic_cmd=$old_file_magic_cmd \\
2271 # Compiler and other test output produced by $progname, useful for
2272 # debugging $progname, is in ./config.log if it exists.
2274 # The version of $progname that generated this script.
2275 LTCONFIG_VERSION=$LTCONFIG_VERSION
2277 # Shell to use when invoking shell scripts.
2280 # Whether or not to build shared libraries.
2281 build_libtool_libs=$enable_shared
2283 # Whether or not to add -lc for building shared libraries.
2284 build_libtool_need_lc=$need_lc
2286 # Whether or not to build static libraries.
2287 build_old_libs=$enable_static
2289 # Whether or not to optimize for fast installation.
2290 fast_install=$enable_fast_install
2293 host_alias=$host_alias
2296 # An echo program that does not interpret backslashes.
2306 # A language-specific compiler.
2309 # Is the compiler the GNU C compiler?
2312 # The linker used to build libraries.
2315 # Whether we need hard or soft links.
2318 # A BSD-compatible nm program.
2321 # A symbol stripping program
2324 # Used to examine libraries when file_magic_cmd begins "file"
2325 MAGIC_CMD=$MAGIC_CMD
2327 # Used on cygwin: DLL creation program.
2330 # Used on cygwin: object dumper.
2333 # Used on cygwin: assembler.
2336 # The name of the directory that contains temporary libtool files.
2339 # How to create reloadable object files.
2340 reload_flag=$reload_flag
2341 reload_cmds=$reload_cmds
2343 # How to pass a linker flag through the compiler.
2346 # Object file suffix (normally "o").
2349 # Old archive suffix (normally "a").
2352 # Executable file suffix (normally "").
2355 # Additional compiler flags for building library objects.
2359 # What is the maximum length of a command?
2360 max_cmd_len=$max_cmd_len
2362 # Does compiler simultaneously support -c and -o options?
2363 compiler_c_o=$compiler_c_o
2365 # Must we lock files when doing compilation ?
2366 need_locks=$need_locks
2368 # Do we need the lib prefix for modules?
2369 need_lib_prefix=$need_lib_prefix
2371 # Do we need a version for libraries?
2372 need_version=$need_version
2374 # Whether dlopen is supported.
2375 dlopen_support=$enable_dlopen
2377 # Whether dlopen of programs is supported.
2378 dlopen_self=$enable_dlopen_self
2380 # Whether dlopen of statically linked programs is supported.
2381 dlopen_self_static=$enable_dlopen_self_static
2383 # Compiler flag to prevent dynamic linking.
2384 link_static_flag=$link_static_flag
2386 # Compiler flag to turn off builtin functions.
2387 no_builtin_flag=$no_builtin_flag
2389 # Compiler flag to allow reflexive dlopens.
2390 export_dynamic_flag_spec=$export_dynamic_flag_spec
2392 # Compiler flag to generate shared objects directly from archives.
2393 whole_archive_flag_spec=$whole_archive_flag_spec
2395 # Compiler flag to generate thread-safe objects.
2396 thread_safe_flag_spec=$thread_safe_flag_spec
2398 # Library versioning type.
2399 version_type=$version_type
2401 # Format of library name prefix.
2402 libname_spec=$libname_spec
2404 # List of archive names. First name is the real one, the rest are links.
2405 # The last name is the one that the linker finds with -lNAME.
2406 library_names_spec=$library_names_spec
2408 # The coded name of the library, if different from the real name.
2409 soname_spec=$soname_spec
2411 # Commands used to build and install an old-style archive.
2413 old_archive_cmds=$old_archive_cmds
2414 old_postinstall_cmds=$old_postinstall_cmds
2415 old_postuninstall_cmds=$old_postuninstall_cmds
2417 # Create an old-style archive from a shared archive.
2418 old_archive_from_new_cmds=$old_archive_from_new_cmds
2420 # Create a temporary old-style archive to link instead of a shared archive.
2421 old_archive_from_expsyms_cmds=$old_archive_from_expsyms_cmds
2423 # Commands used to build and install a shared archive.
2424 archive_cmds=$archive_cmds
2425 archive_expsym_cmds=$archive_expsym_cmds
2426 postinstall_cmds=$postinstall_cmds
2427 postuninstall_cmds=$postuninstall_cmds
2429 # Commands to strip libraries.
2430 old_striplib=$old_striplib
2433 # Dependencies to place before the objects being linked to create a
2435 predep_objects=$predep_objects
2437 # Dependencies to place after the objects being linked to create a
2439 postdep_objects=$postdep_objects
2441 # Dependencies to place before the objects being linked to create a
2445 # Dependencies to place after the objects being linked to create a
2449 # The library search path used internally by the compiler when linking
2451 compiler_lib_search_path=$compiler_lib_search_path
2453 # Method to check whether dependent libraries are shared objects.
2454 deplibs_check_method=$deplibs_check_method
2456 # Command to use when deplibs_check_method == file_magic.
2457 file_magic_cmd=$file_magic_cmd
2459 # Flag that allows shared libraries with undefined symbols to be built.
2460 allow_undefined_flag=$allow_undefined_flag
2462 # Flag that forces no undefined symbols.
2463 no_undefined_flag=$no_undefined_flag
2465 # Commands used to finish a libtool library installation in a directory.
2466 finish_cmds=$finish_cmds
2468 # Same as above, but a single script fragment to be evaled but not shown.
2469 finish_eval=$finish_eval
2471 # Take the output of nm and produce a listing of raw symbols and C names.
2472 global_symbol_pipe=$global_symbol_pipe
2474 # Transform the output of nm in a proper C declaration
2475 global_symbol_to_cdecl=$global_symbol_to_cdecl
2477 # This is the shared library runtime path variable.
2478 runpath_var=$runpath_var
2480 # This is the shared library path variable.
2481 shlibpath_var=$shlibpath_var
2483 # Is shlibpath searched before the hard-coded library search path?
2484 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
2486 # How to hardcode a shared library path into an executable.
2487 hardcode_action=$hardcode_action
2489 # Whether we should hardcode library paths into libraries.
2490 hardcode_into_libs=$hardcode_into_libs
2492 # Flag to hardcode \$libdir into a binary during linking.
2493 # This must work even if \$libdir does not exist.
2494 hardcode_libdir_flag_spec=$hardcode_libdir_flag_spec
2496 # Whether we need a single -rpath flag with a separated argument.
2497 hardcode_libdir_separator=$hardcode_libdir_separator
2499 # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
2501 hardcode_direct=$hardcode_direct
2503 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
2505 hardcode_minus_L=$hardcode_minus_L
2507 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
2508 # the resulting binary.
2509 hardcode_shlibpath_var=$hardcode_shlibpath_var
2511 # Variables whose values should be saved in libtool wrapper scripts and
2512 # restored at relink time.
2513 variables_saved_for_relink="$variables_saved_for_relink"
2515 # Whether libtool must link a program against all its dependency libraries.
2516 link_all_deplibs=$link_all_deplibs
2518 # Compile-time system search path for libraries
2519 sys_lib_search_path_spec=$sys_lib_search_path_spec
2521 # Run-time system search path for libraries
2522 sys_lib_dlsearch_path_spec=$sys_lib_dlsearch_path_spec
2524 # Fix the shell variable \$srcfile for the compiler.
2525 fix_srcfile_path="$fix_srcfile_path"
2527 # Set to yes if exported symbols are required.
2528 always_export_symbols=$always_export_symbols
2530 # The commands to list exported symbols.
2531 export_symbols_cmds=$export_symbols_cmds
2533 # The commands to extract the exported symbol list from a shared archive.
2534 extract_expsyms_cmds=$extract_expsyms_cmds
2536 # Symbols that should not be listed in the preloaded symbols.
2537 exclude_expsyms=$exclude_expsyms
2539 # Symbols that must always be exported.
2540 include_expsyms=$include_expsyms
2544 if test -z "$tagname"; then
2545 echo '### END LIBTOOL CONFIG' >> "$ofile"
2547 echo "### END LIBTOOL TAG CONFIG: $tagname" >> "$ofile"
2553 if test -z "$tagname"; then
2556 cat <<\EOF
>> "$ofile"
2558 # AIX sometimes has problems with the GCC collect2 program. For some
2559 # reason, if we set the COLLECT_NAMES environment variable, the problems
2560 # vanish in a puff of smoke.
2561 if test "X${COLLECT_NAMES+set}" != Xset
; then
2563 export COLLECT_NAMES
2569 *-*-cygwin* |
*-*-mingw* |
*-*-pw32* |
*-*-os2*)
2570 cat <<'EOF' >> "$ofile"
2571 # This is a source program that is used to create dlls on Windows
2572 # Don't remove nor modify the starting and closing comments
2573 # /* ltdll.c starts here */
2574 # #define WIN32_LEAN_AND_MEAN
2575 # #include <windows.h>
2576 # #undef WIN32_LEAN_AND_MEAN
2577 # #include <stdio.h>
2579 # #ifndef __CYGWIN__
2580 # # ifdef __CYGWIN32__
2581 # # define __CYGWIN__ __CYGWIN32__
2585 # #ifdef __cplusplus
2588 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
2589 # #ifdef __cplusplus
2594 # #include <cygwin/cygwin_dll.h>
2595 # DECLARE_CYGWIN_DLL( DllMain );
2597 # HINSTANCE __hDllInstance_base;
2600 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
2602 # __hDllInstance_base = hInst;
2605 # /* ltdll.c ends here */
2606 # This is a source program that is used to create import libraries
2607 # on Windows for dlls which lack them. Don't remove nor modify the
2608 # starting and closing comments
2609 # /* impgen.c starts here */
2610 # /* Copyright (C) 1999-2000 Free Software Foundation, Inc.
2612 # This file is part of GNU libtool.
2614 # This program is free software; you can redistribute it and/or modify
2615 # it under the terms of the GNU General Public License as published by
2616 # the Free Software Foundation; either version 2 of the License, or
2617 # (at your option) any later version.
2619 # This program is distributed in the hope that it will be useful,
2620 # but WITHOUT ANY WARRANTY; without even the implied warranty of
2621 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2622 # GNU General Public License for more details.
2624 # You should have received a copy of the GNU General Public License
2625 # along with this program; if not, write to the Free Software
2626 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2629 # #include <stdio.h> /* for printf() */
2630 # #include <unistd.h> /* for open(), lseek(), read() */
2631 # #include <fcntl.h> /* for O_RDONLY, O_BINARY */
2632 # #include <string.h> /* for strdup() */
2634 # /* O_BINARY isn't required (or even defined sometimes) under Unix */
2636 # #define O_BINARY 0
2639 # static unsigned int
2640 # pe_get16 (fd, offset)
2644 # unsigned char b[2];
2645 # lseek (fd, offset, SEEK_SET);
2647 # return b[0] + (b[1]<<8);
2650 # static unsigned int
2651 # pe_get32 (fd, offset)
2655 # unsigned char b[4];
2656 # lseek (fd, offset, SEEK_SET);
2658 # return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
2661 # static unsigned int
2665 # unsigned char *b = ptr;
2666 # return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
2675 # unsigned long pe_header_offset, opthdr_ofs, num_entries, i;
2676 # unsigned long export_rva, export_size, nsections, secptr, expptr;
2677 # unsigned long name_rvas, nexp;
2678 # unsigned char *expdata, *erva;
2679 # char *filename, *dll_name;
2681 # filename = argv[1];
2683 # dll = open(filename, O_RDONLY|O_BINARY);
2687 # dll_name = filename;
2689 # for (i=0; filename[i]; i++)
2690 # if (filename[i] == '/' || filename[i] == '\\' || filename[i] == ':')
2691 # dll_name = filename + i +1;
2693 # pe_header_offset = pe_get32 (dll, 0x3c);
2694 # opthdr_ofs = pe_header_offset + 4 + 20;
2695 # num_entries = pe_get32 (dll, opthdr_ofs + 92);
2697 # if (num_entries < 1) /* no exports */
2700 # export_rva = pe_get32 (dll, opthdr_ofs + 96);
2701 # export_size = pe_get32 (dll, opthdr_ofs + 100);
2702 # nsections = pe_get16 (dll, pe_header_offset + 4 +2);
2703 # secptr = (pe_header_offset + 4 + 20 +
2704 # pe_get16 (dll, pe_header_offset + 4 + 16));
2707 # for (i = 0; i < nsections; i++)
2710 # unsigned long secptr1 = secptr + 40 * i;
2711 # unsigned long vaddr = pe_get32 (dll, secptr1 + 12);
2712 # unsigned long vsize = pe_get32 (dll, secptr1 + 16);
2713 # unsigned long fptr = pe_get32 (dll, secptr1 + 20);
2714 # lseek(dll, secptr1, SEEK_SET);
2715 # read(dll, sname, 8);
2716 # if (vaddr <= export_rva && vaddr+vsize > export_rva)
2718 # expptr = fptr + (export_rva - vaddr);
2719 # if (export_rva + export_size > vaddr + vsize)
2720 # export_size = vsize - (export_rva - vaddr);
2725 # expdata = (unsigned char*)malloc(export_size);
2726 # lseek (dll, expptr, SEEK_SET);
2727 # read (dll, expdata, export_size);
2728 # erva = expdata - export_rva;
2730 # nexp = pe_as32 (expdata+24);
2731 # name_rvas = pe_as32 (expdata+32);
2733 # printf ("EXPORTS\n");
2734 # for (i = 0; i<nexp; i++)
2736 # unsigned long name_rva = pe_as32 (erva+name_rvas+i*4);
2737 # printf ("\t%s @ %ld ;\n", erva+name_rva, 1+ i);
2742 # /* impgen.c ends here */
2749 # Append the ltmain.sh script.
2750 sed '$q' "$ltmain" >> "$ofile" ||
(rm -f "$ofile"; exit 1)
2751 # We use sed instead of cat because bash on DJGPP gets confused if
2752 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2753 # text mode, it properly converts lines to CR/LF. This bash problem
2754 # is reportedly fixed, but why not run on old versions too?
2761 # Compile the libtool program.
2762 echo "FIXME: would compile $ltmain"
2766 # Update the list of available tags.
2767 if test -n "$tagname"; then
2769 # Extract list of available tagged configurations in $ofile.
2770 # Note that this assumes the entire list is on one line.
2771 available_tags
=`grep "^available_tags=" $ofile | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
2773 # Append the new tag name to the list of available tags.
2774 available_tags
="$available_tags $tagname"
2776 # Now substitute the updated of available tags.
2777 if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' ${ofile} > ${ofile}.new"; then
2778 mv ${ofile}.new
${ofile}
2782 echo "$progname: unable to update list of available tagged configurations."
2787 # Don't cache tagged configuration!
2788 test -n "$cache_file" && test -z "$tagname" ||
exit 0
2792 cat > confcache
<<\EOF
2793 # This file is a shell script that caches the results of configure
2794 # tests run on this system so they can be shared between configure
2795 # scripts and configure runs. It is not useful on other systems.
2796 # If it contains results you don't want to keep, you may remove or edit it.
2798 # By default, configure uses ./config.cache as the cache file,
2799 # creating it if it does not exist already. You can give configure
2800 # the --cache-file=FILE option to use a different cache file; that is
2801 # what configure does when it calls configure scripts in
2802 # subdirectories, so they share the cache.
2803 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2804 # config.status only pays attention to the cache file if you give it the
2805 # --recheck option to rerun configure.
2808 # The following way of writing the cache mishandles newlines in values,
2809 # but we know of no workaround that is simple, portable, and efficient.
2810 # So, don't put newlines in cache variables' values.
2811 # Ultrix sh set writes to stderr and can't be redirected directly,
2812 # and sets the high bit in the cache file unless we assign to the vars.
2814 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2816 # `set' does not quote correctly, so add quotes (double-quote substitution
2817 # turns \\\\ into \\, and sed turns \\ into \).
2819 -e "s/'/'\\\\''/g" \
2820 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2823 # `set' quotes correctly as required by POSIX, so do not add quotes.
2824 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2827 if cmp -s $cache_file confcache
; then
2830 if test -w $cache_file; then
2831 echo "updating cache $cache_file"
2832 cat confcache
> $cache_file
2834 echo "not updating unwritable cache $cache_file"