*** libtool.old Tue Sep 30 21:21:14 2003 --- libtool.ok Wed Oct 1 21:55:22 2003 *************** *** 44,50 **** SHELL="/bin/sh" # Whether or not to build shared libraries. ! build_libtool_libs=no # Whether or not to build static libraries. build_old_libs=yes --- 44,50 ---- SHELL="/bin/sh" # Whether or not to build shared libraries. ! build_libtool_libs=yes # Whether or not to build static libraries. build_old_libs=yes *************** *** 73,79 **** with_gcc= # The linker used to build libraries. ! LD="c89" # Whether we need hard or soft links. LN_S="ln -s" --- 73,79 ---- with_gcc= # The linker used to build libraries. ! LD="acc" # Whether we need hard or soft links. LN_S="ln -s" *************** *** 129,147 **** need_locks="no" # Do we need the lib prefix for modules? ! need_lib_prefix=unknown # Do we need a version for libraries? need_version=unknown # Whether dlopen is supported. ! dlopen_support=no # Whether dlopen of programs is supported. ! dlopen_self=unknown # Whether dlopen of statically linked programs is supported. ! dlopen_self_static=unknown # Compiler flag to prevent dynamic linking. link_static_flag="" --- 129,147 ---- need_locks="no" # Do we need the lib prefix for modules? ! need_lib_prefix=no # Do we need a version for libraries? need_version=unknown # Whether dlopen is supported. ! dlopen_support=yes # Whether dlopen of programs is supported. ! dlopen_self=yes # Whether dlopen of statically linked programs is supported. ! dlopen_self_static=yes # Compiler flag to prevent dynamic linking. link_static_flag="" *************** *** 150,156 **** no_builtin_flag="" # Compiler flag to allow reflexive dlopens. ! export_dynamic_flag_spec="" # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec="" --- 150,156 ---- no_builtin_flag="" # Compiler flag to allow reflexive dlopens. ! export_dynamic_flag_spec="-Wl,DLL" # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec="" *************** *** 166,172 **** # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. ! library_names_spec="" # The coded name of the library, if different from the real name. soname_spec="" --- 166,172 ---- # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. ! library_names_spec="\${libname}\${release}.dll\$versuffix \${libname}.x" # The coded name of the library, if different from the real name. soname_spec="" *************** *** 184,192 **** old_archive_from_expsyms_cmds="" # Commands used to build and install a shared archive. ! archive_cmds="" archive_expsym_cmds="" ! postinstall_cmds="" postuninstall_cmds="" # Commands to strip libraries. --- 184,193 ---- old_archive_from_expsyms_cmds="" # Commands used to build and install a shared archive. ! archive_cmds="\$CC -Wl,DLL \$libobjs \$deplibs \$compiler_flags -o \$lib; ! cp \$linknames \$output_objdir; linknames=''" archive_expsym_cmds="" ! postinstall_cmds="rm \$destdir/\$linkname; cp \$linkname \$destdir" postuninstall_cmds="" # Commands to strip libraries. *************** *** 194,200 **** striplib="" # Method to check whether dependent libraries are shared objects. ! deplibs_check_method="unknown" # Command to use when deplibs_check_method == file_magic. file_magic_cmd="\$MAGIC_CMD" --- 195,201 ---- striplib="" # Method to check whether dependent libraries are shared objects. ! deplibs_check_method="pass_all" # Command to use when deplibs_check_method == file_magic. file_magic_cmd="\$MAGIC_CMD" *************** *** 224,230 **** runpath_var= # This is the shared library path variable. ! shlibpath_var= # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=unknown --- 225,231 ---- runpath_var= # This is the shared library path variable. ! shlibpath_var=LIBPATH # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=unknown