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
On branch https://github.com/Ravenbrook/mlworks/tree/linux-boot, the runtime system currently fails to link statically with various unresolved symbols in X libraries. The symbols are actually in the libraries, so it might be a link-order problem.
See #2 for a list of prerequisite libraries you need to install.
I have been working on Ubuntu 12 i386, completely vanilla.
In 4799e00 I temporarily hacked the static runtime out of the makefiles so that we can make progress with the boot, but it's inconvenient to set LD_LIBRARY_PATH all the time when developing.
The text was updated successfully, but these errors were encountered:
On branch https://github.com/Ravenbrook/mlworks/tree/linux-boot, the runtime system currently fails to link statically with various unresolved symbols in X libraries. The symbols are actually in the libraries, so it might be a link-order problem.
See #2 for a list of prerequisite libraries you need to install.
I have been working on Ubuntu 12 i386, completely vanilla.
In 4799e00 I temporarily hacked the static runtime out of the makefiles so that we can make progress with the boot, but it's inconvenient to set LD_LIBRARY_PATH all the time when developing.
The text was updated successfully, but these errors were encountered: