Compiling Rebol3 on Haiku OS fails at linker stage #66
-
Hello
What should I do to fix this issue? Thank you. François |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I don't know... I used cross compilation using a Docker image |
Beta Was this translation helpful? Give feedback.
-
I was able to compile Rebol3 on Haiku x86, I just needed proper version of clang |
Beta Was this translation helpful? Give feedback.
-
According this post, the reason is, that the linker ( |
Beta Was this translation helpful? Give feedback.
-
Hello After some trial and errors, using llvm6_x86 does the job! I am now able to compile Rebol3 Core and Bulk on my Haiku workstation !! Note: building Rebol3/base fails with the following error: Regards |
Beta Was this translation helpful? Give feedback.
I don't know... I used cross compilation using a Docker image
https://github.com/Oldes/Rebol-Docker/blob/master/.github/workflows/build-haiku-rebol.yml
It works ok: https://github.com/Oldes/Rebol-Docker/actions/runs/4730560363