mic-kul (Michal Kulesza)
- Login: mic-kul
- Registered on: 07/02/2021
- Last sign in: 01/15/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/03/2021
-
12:08 PM Ruby Bug #18019: 3.0.X fails to link on Mac OS X 10.15.7 due to linker error related to _coroutine_transfer
- Ah yes, that was it!
I had `binutils 2.30` installed. After updating it to 2.36.1 everything compiles properly now!
Thank you!
-
08:08 AM Ruby Bug #18019: 3.0.X fails to link on Mac OS X 10.15.7 due to linker error related to _coroutine_transfer
- Thanks @xtkoba.
I've tried this and now it fails on compiling bigdecimal:
```
compiling bigdecimal.c
In file included from bigdecimal.c:13:
./bigdecimal.h:122:1: error: redefinition of 'rb_array_const_ptr'
rb_array_const_ptr(VALU...
07/02/2021
-
06:02 PM Ruby Bug #18019 (Closed): 3.0.X fails to link on Mac OS X 10.15.7 due to linker error related to _coroutine_transfer
- I'm struggling with building ruby 3.0.X on my Mac Catalina (Intel based). Please note all 2.X versions are compiling correctly.
I've already tried to use gnugcc but getting same error:
```
▶ gcc --version
Configured with: --prefi...