Changes between Version 1 and Version 2 of Ticket #55385, comment 12
- Timestamp:
- Nov 22, 2017, 8:23:55 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55385, comment 12
v1 v2 6 6 ld: absolute addressing (perhaps -mdynamic-no-pic) used in _caml_system__code_begin from i386.pic.o not allowed in slidable image. Use '-read_only_relocs suppress' to enable text relocs 7 7 clang: error: linker command failed with exit code 1 (use -v to see invocation) 8 9 8 }}} 10 9 10 [https://build.macports.org/builders/ports-10.6_i386_legacy-builder/builds/32145 10.6/i386] using `clang-3.4` fails with 11 {{{ 12 ld: illegal text-relocoation (direct reference) to (global,weak) _caml_gc_regs in roots.pic.o from _caml_call_gc in i386.pic.o for architecture i386 13 clang: error: linker command failed with exit code 1 (use -v to see invocation) 14 }}} 15 16 11 17 10.6/x86_64 is busy ATM, we need to check back later, but I expect the same problem.