eam (Evan Miller)
- Login: eam
- Email: eam@frap.net
- Registered on: 01/29/2015
- Last sign in: 04/17/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/13/2016
-
02:13 AM Ruby Bug #12276: Quoting error involving '$' characters in DT_RPATH pathnames
- Nobuyoshi Nakada wrote:
> Doesn't `configure --enable-load-relative` work?
I believe --enable-load-relative works with the module loading process, which is slightly different from my problem. I want to ensure correct linkage of share...
04/12/2016
-
11:45 PM Ruby Bug #12276 (Closed): Quoting error involving '$' characters in DT_RPATH pathnames
- Often it's desired to use DT_RPATH in Ruby and associated extension objects when bundling custom libraries for a Ruby application. Often absolute paths cannot be known at build-time, so the linker provides the $ORIGIN macro used to build...