I've been attempting to compile QB64 on Chrome OS using Chromebrew (
https://skycocker.github.io/chromebrew/).
However, the install script fails, with a lot of this same error:
/usr
/local
/libexec
/gcc
/x86_64
-cros
-linux
-gnu
/4.9.4
/cc1:
error while loading
shared libraries: libisl.so.15: cannot
open shared object file: No such file
or directory
I've checked, and libisl.so.15
is in /usr/local/lib64, which
is in my $LD_LIBRARY_PATH.
Any idea why gcc can't find it? I'll submit an issue to the Chromebrew GitHub as well.
EDIT: Funny enough, somebody already opened an issue an hour ago, about libisl.so.15 being a dangling symlink.
EDIT 2: Here's my GitHub issue, if anyone's interested in following or contributing:
https://github.com/skycocker/chromebrew/issues/2569EDIT 3: After fixing the broken symlink, it complains about not finding GL/glu.h.