rkeene (Roy Keene)
- Login: rkeene
- Registered on: 02/14/2017
- Last sign in: 02/15/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/16/2017
-
06:52 PM Ruby Bug #13215: Cross compiling Ruby Gems uses Build System Linker Options
- Thanks. I created a ticket in their tracker: https://github.com/rubygems/rubygems/issues/1840
02/15/2017
-
04:41 PM Ruby Bug #13215: Cross compiling Ruby Gems uses Build System Linker Options
- If Rubygems (which I thought was part of Ruby now?) doesn't support cross-compiling Ruby gems, how do you cross-compile Ruby gems ?
02/14/2017
-
06:42 PM Ruby Bug #13215 (Third Party's Issue): Cross compiling Ruby Gems uses Build System Linker Options
- When cross-compiling Ruby Gems under Ruby 2.4.0, the rbconfig system uses the build system's configuration to cross-compile Ruby Gems, resulting in linker flags that do not work for the host system's linker.
Example:
~~~ text
curb...