1 | | I reran compilation with gcc10, and it failed as before. I will attach make log now too. |
| 1 | I reran compilation with gcc10, and it failed as before: |
| 2 | |
| 3 | |
| 4 | {{{ |
| 5 | ld: absolute addressing (perhaps -mdynamic-no-pic) used in __ZN6icu_6712FixedDecimal8decimalsEd from plurrule.o not allowed in slidable image. Use '-read_only_relocs suppress' to enable text relocs |
| 6 | collect2: error: ld returned 1 exit status |
| 7 | make[1]: *** [../lib/libicui18n.67.1.dylib] Error 1 |
| 8 | make: *** [all-recursive] Error 2 |
| 9 | }}} |
| 10 | |
| 11 | |
| 12 | I will attach make log now too. |