REBOL Technologies

Mac OS X - Note on Alpha /Pro and /Command

Carl Sassenrath, CTO
REBOL Technologies
15-Oct-2004

Article #0023
Main page || Index || Prior Article [0022] || Next Article [0024] || 1 Comments || Send feedback

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.

1 Comments

Updated 10-Mar-2024   -   Copyright Carl Sassenrath   -   WWW.REBOL.COM   -   Edit   -   Blogger Source Code