summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-29 17:12:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-29 17:12:41 +0000
commitf06b7bc9be67ee96751d854428e814369697e1cc (patch)
tree66e2c8e256165cd1f1e0e61b8f5a3b4e941b3167 /ACE-INSTALL.html
parent2ac972614eb96abb2821b251568a37abd4c072b5 (diff)
downloadATCD-f06b7bc9be67ee96751d854428e814369697e1cc.tar.gz
ChangeLogTag:Fri Jun 29 10:14:03 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 9d890a8a95f..60557ba8ce8 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -759,6 +759,24 @@ make: *** [libACE.so] Error 8
for their target environment. <p> If you have any fixes or
suggestions for improving this port, please contact <a
href="mailto:shuston@riverace.com">Steve Huston</a>.
+
+<li><strong>Mac OS X (10.0.x, not public beta)</strong><p>
+
+ The Mac OS X port of ACE is very much a work in progress. Some
+ of the examples build and run, some of them don't yet. Reactors
+ seem to work, while Proactors don't (Mac OS X doesn't use aio_*
+ calls for async i/o, it uses the OS X Event Queue instead, and
+ the ACE port doesn't take this into account yet). Also, on OS X,
+ you must set the DYLD_LIBRARY_PATH environment variable to
+ $ACE_ROOT/ace i.e. setenv DYLD_LIBRARY_PATH $ACE_ROOT/ace, or else
+ none of the examples will be able to find libACE.dylib.
+
+ John Zorko <j.zorko@att.net> began this port for a work
+ project, and basically only ported enough of ACE to be able to
+ do what we needed to with it on Mac OS X. If you would like
+ to continue the port, please contact John since he as
+ interested in seeing ACE run, lean, mean and fully supported,
+ on Mac OS X.
</UL>