Mac OS X - Note on Alpha /Pro and /Command
There seems to be a problem running the versions of REBOL that allow dynamic linking to DLLs. That's because OSX does not support dlopen() the standard POSIX function found on all other Unix systems. We attempted a work-around by linking to a "bridging" library, but we were not aware that part of that library was dynamically linked itself, causing an error. Not to worry. We will find a way to build an interface to the OSX native library interface, dyld, which should solve this problem.
|
Updated 23-Nov-2024 - Copyright Carl Sassenrath - WWW.REBOL.COM - Edit - Blogger Source Code |