diff -u openhbci-0.9.10b.old/configure openhbci-0.9.10b/configure --- openhbci-0.9.10b.old/configure Sat May 17 14:37:37 2003 +++ openhbci-0.9.10b/configure Sat May 17 22:49:51 2003 @@ -6337,7 +6337,7 @@ # cross-compilation, but unfortunately the echo tests do not # yet detect zsh echo's removal of \ escapes. Also zsh mangles # `"' quotes if we put them in here... so don't! - archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)' + archive_cmds='$nonopt -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)' # We need to add '_' to the symbols in $export_symbols first #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' hardcode_direct=yes Common subdirectories: openhbci-0.9.10b.old/debian and openhbci-0.9.10b/debian Common subdirectories: openhbci-0.9.10b.old/doc and openhbci-0.9.10b/doc Common subdirectories: openhbci-0.9.10b.old/ext_plugins and openhbci-0.9.10b/ext_plugins diff -u openhbci-0.9.10b.old/ltmain.sh openhbci-0.9.10b/ltmain.sh --- openhbci-0.9.10b.old/ltmain.sh Mon Oct 21 23:48:38 2002 +++ openhbci-0.9.10b/ltmain.sh Sat May 17 22:48:17 2003 @@ -2891,11 +2891,22 @@ fi # Do each of the archive commands. - if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then - eval cmds=\"$archive_expsym_cmds\" + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval cmds=\"$archive_expsym_cmds\" else + save_deplibs="$deplibs" + for conv in $convenience; do + tmp_deplibs= + for test_deplib in $deplibs; do + if test "$test_deplib" != "$conv"; then + tmp_deplibs="$tmp_deplibs $test_deplib" + fi + done + deplibs="$tmp_deplibs" + done eval cmds=\"$archive_cmds\" - fi + fi + deplibs="$save_deplibs" save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" Common subdirectories: openhbci-0.9.10b.old/src and openhbci-0.9.10b/src