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
Looks like qjsc is used to compile repl.c, which is used to compile qjs. So since i cannot compile qjsc under windows, i cannot compile qjs as well. But why documentation said windows compilation is supported under mingw64 ?
Hello,
Since i'm not able to use Visual Studio to compile qjs - today i tried to compile it in MinGW64 with gcc.
But i'm still not able to compile it.
It throws error:
gcc -g -o qjsc .obj/qjsc.o .obj/quickjs.o .obj/libregexp.o .obj/libunicode.o .obj/cutils.o .obj/quickjs-libc.o .obj/libbf.o -lm -ldl -lpthread
C:/Projects/Tools/mingw32/bin/../lib/gcc/i686-w64-mingw32/13.2.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -ldl: No such file or directory
collect2.exe: error: ld returned 1 exit status
I tried to enable CONFIG_WIN32 in Makefile. But it doesn't fix problem.
Also i didn't find any detailed instructions how to do this.
The text was updated successfully, but these errors were encountered: