Browse thread
dynamic loading on intel macs
- Chris Waterson
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-04-20 (04:15) |
From: | Chris Waterson <waterson@m...> |
Subject: | dynamic loading on intel macs |
I think there's one more change to get stuff working fully on the Intel Macs. Specifically, they ought to be able to support dynamic loading. Sorry if this has already been reported. chris diff -u -r ocaml-3.09.2-orig/configure ocaml-3.09.2/configure --- ocaml-3.09.2-orig/configure 2006-03-30 02:00:19.000000000 -0800 +++ ocaml-3.09.2/configure 2006-04-19 21:05:07.000000000 -0700 @@ -536,7 +536,7 @@ byteccrpath="-Wl,-rpath," mksharedlibrpath="-rpath " shared_libraries_supported=true;; - powerpc-apple-darwin*) + *-apple-darwin*) mksharedlib="cc -bundle -flat_namespace -undefined suppress -o" bytecccompopts="$dl_defs $bytecccompopts" #sharedcccompopts="-fnocommon"