You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And now I have a working utop! But I feel like there's a much better fix to this, i.e.at build time of dlllwt_unix_stubs/dlllambda_term_stubs there's a linker flag missing that would add those NEEDED entries, rather than having to patch it up after. I just don't know enough about the OCaml ecosystem/LWT build steps to know what.
Hopefully there's an easy fix, if not, it's work-aroundable, and perhaps this/my gist for building OCaml on Android will help other Android users.
The text was updated successfully, but these errors were encountered:
I have encountered an issue on Android similar to #664 that stops UTop from being able to open (I have a workaround)
neofetch system details
I have put my notes to get OCaml working on my Android/termux at https://gist.github.com/KoviRobi/9361a808c5543e57b68d531553269dba -- see https://gist.github.com/KoviRobi/9361a808c5543e57b68d531553269dba#file-04-utop-build-md for the LWT patch I applied.
But including it here for ease:
I can install utop via opam fine, but when I try to run it, I get
Some minor grep pointed me towards
Which then needed me to
so I did
And now I have a working
utop
! But I feel like there's a much better fix to this, i.e.at build time of dlllwt_unix_stubs/dlllambda_term_stubs there's a linker flag missing that would add thoseNEEDED
entries, rather than having to patch it up after. I just don't know enough about the OCaml ecosystem/LWT build steps to know what.Hopefully there's an easy fix, if not, it's work-aroundable, and perhaps this/my gist for building OCaml on Android will help other Android users.
The text was updated successfully, but these errors were encountered: