--- configure.orig Sat Mar 8 01:29:30 2003 +++ configure Sun May 25 01:51:23 2003 @@ -3780,7 +3780,7 @@ esac if test "${enable_cplusplus}" = yes; then - addobjs="$addobjs gc_cpp.lo" + addobjs="$addobjs gc_cpp.lo -lstdc++" addincludes="$addincludes include/gc_cpp.h include/gc_allocator.h" addtests="$addtests test_cpp" fi @@ -3889,6 +3889,9 @@ sparc-sun-solaris2.*) machdep="sparc_mach_dep.lo" ;; + sparc64-*-freebsd*) + machdep="sparc_freebsd_mach_dep.lo" + ;; ia64-*-*) machdep="mach_dep.lo ia64_save_regs_in_stack.lo" ;; @@ -8479,6 +8482,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool'