Index: ltconfig.in =================================================================== RCS file: /var/cvs/libtool/Attic/ltconfig.in,v retrieving revision 1.125.2.93 diff -u -r1.125.2.93 ltconfig.in --- ltconfig.in 2000/10/30 23:25:09 1.125.2.93 +++ ltconfig.in 2000/12/09 11:46:48 @@ -1449,7 +1449,7 @@ hardcode_libdir_flag_spec='-rpath $libdir' hardcode_libdir_separator=: ;; - rhapsody*) + rhapsody*|darwin*) archive_cmds='$CC -bundle -undefined suppress -o $lib $libobjs $deplibs $linkopts' hardcode_libdir_flags_spec='-L$libdir' hardcode_direct=yes @@ -2065,7 +2065,7 @@ sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; -rhapsody*) +rhapsody*|darwin*) version_type=sunos library_names_spec='${libname}.so' soname_spec='${libname}.so' Index: ltmain.in =================================================================== RCS file: /var/cvs/libtool/ltmain.in,v retrieving revision 1.135.2.55 diff -u -r1.135.2.55 ltmain.in --- ltmain.in 2000/09/12 23:10:46 1.135.2.55 +++ ltmain.in 2000/12/09 11:46:52 @@ -1801,7 +1801,7 @@ *-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*) # these systems don't actually have a c library (as such)! ;; - *-*-rhapsody*) + *-*-rhapsody* | *-*-darwin*) # rhapsody is a little odd... deplibs="$deplibs -framework System" ;;