caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* dynamic loading on intel macs
@ 2006-04-20  4:14 Chris Waterson
  0 siblings, 0 replies; only message in thread
From: Chris Waterson @ 2006-04-20  4:14 UTC (permalink / raw)
  To: caml-list

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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-20  4:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-20  4:14 dynamic loading on intel macs Chris Waterson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).