--- a/ltconfig Sun Jan 26 04:30:18 2003 +0000
+++ b/ltconfig Sun Jan 26 11:41:37 2003 +0000
@@ -2005,7 +2005,8 @@
version_type=darwin
need_lib_prefix=no
need_version=no
- deplibs_check_method='file_magic Mach-O dynamically linked shared library'
+ #deplibs_check_method='file_magic Mach-O dynamically linked shared library'
+ deplibs_check_method='pass_all'
file_magic_cmd='/usr/bin/file -L'
case "$host_os" in
rhapsody* | darwin1.[012])
--- a/ltmain.sh Sun Jan 26 04:30:18 2003 +0000
+++ b/ltmain.sh Sun Jan 26 11:41:37 2003 +0000
@@ -953,6 +953,7 @@
;;
framework)
linkopts="$linkopts -framework $arg"
+ compile_command="$compile_command -framework $arg"
prev=
continue
;;