From: Rod S. <rsc...@xm...> - 2003-07-25 04:33:38
|
Has anyone built a version of RubyCocoa.framework that is suitable for bundling with an application? Meaning its prebound, with an install path of @executable_path/../Framework. You then place it in the Framework directory of your app bundle. This way the user doesn't have to install RubyCocoa to use your app. I've tried building it myself, but I'm running into linking issues such as: 1) -undefined suppress disables prebinding 2) If I remove -undefined suppress then I get undefined symbols ld: Undefined symbols: _environ _dlclose _dlerror _dlopen _dlsym Rod Schmidt infiniteNIL Software |