reitermarkus (Markus Reiter)
- Login: reitermarkus
- Registered on: 02/20/2026
- Last sign in: 02/22/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
Today
-
04:15 AM Ruby Bug #21919: `libruby-static.a` links to wrong `Init_enc`
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> `--with-static-linked-ext` means the extension libraries including encodings are linked to the ruby executable or library.so.
Which `library.so` is that exactly?
nobu (Nobuyoshi Nakada...
02/20/2026
-
07:10 PM Ruby Bug #21919 (Rejected): `libruby-static.a` links to wrong `Init_enc`
- When building Ruby with `--with-static-linked-ext`, `libruby-static.a` links the `Init_enc` function from `dmyenc.c` instead of `enc/encinit.c.erb`, resulting in `uninitialized constant Encoding::UTF_8` error, among other things.
Ther...