djk (Daniel Kopetzky)
- Login: djk
- Email: djk@super.org
- Registered on: 06/11/2012
- Last sign in: 06/23/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/13/2012
-
11:25 AM Ruby Bug #6576: shared library references _environ macosx Lion
- I'll investigate further.
Had recently enabled ruby scripting in vim 7.3.548 and I got the following message
% /usr/local/bin/vim
dyld: Symbol not found: _environ
Referenced from: /usr/local/lib/libruby.2.0.0.dylib
Expected ...
06/11/2012
-
09:22 PM Ruby Bug #6576 (Closed): shared library references _environ macosx Lion
- The code in missing/setproctitle.c references the global variable environ.
The environ global variable isn't allowed in mac dylib shared libraries.
Code trying to use ruby-2 as a shared library will fail.
% nm libruby.dylib|grep _en...