Guevara-chan/Raylib-Forever

Compiling on linux fails to locate libraylib.so

Closed this issue · 2 comments

full error:
could not load: libraylib.so (compile with -d:nimDebugDlOpen for more information) Error: execution of an external program failed: '/mnt/d/Scripts/Misc/Nim/Nim/nim-chess/chess

I've tried compiling the examples in the /examples directory

Well, it happened already with everyone. Ever tried placing libraylib.so into .exe' workdir?

image

I ended up having to use more absolute paths (./libraylib.so instead of just libraylib.so)