Skip to content

Commit

Permalink
Temporary fix for mac os x stuff.
Browse files Browse the repository at this point in the history
It lets me build/run a DSO on darwin, but according to Fred Sanchez, the
libtool 1.3.5 way is wrong..
  • Loading branch information
Sascha Schumann committed Oct 26, 2000
1 parent d504de0 commit 89aa77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ltconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ else
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$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
Expand Down Expand Up @@ -2053,7 +2053,7 @@ osf3* | osf4* | osf5*)
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'
Expand Down
2 changes: 1 addition & 1 deletion ltmain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ compiler."
*-*-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"
;;
Expand Down

0 comments on commit 89aa77d

Please sign in to comment.