# HG changeset patch # User wenzelm # Date 1296482118 -3600 # Node ID 62ed9f31ea9065cd7d2316e9b0c984cca13323b7 # Parent b9357f56fd640089dec306aacefb81d56ce39598 more platform hints; diff -r b9357f56fd64 -r 62ed9f31ea90 Admin/PLATFORMS --- a/Admin/PLATFORMS Mon Jan 31 11:18:29 2011 +0100 +++ b/Admin/PLATFORMS Mon Jan 31 14:55:18 2011 +0100 @@ -91,6 +91,11 @@ Known problems -------------- +* Mac OS: If MacPorts is installed there is some danger that + accidental references to its shared libraries are created + (e.g. libgmp). Use otool -L to check if compiled binaries also work + without MacPorts. + * Mac OS: If MacPorts is installed and its version of Perl takes precedence over /usr/bin/perl in the PATH, then the end-user needs to take care of installing extra modules, e.g. for HTTP support.