Jolas
12/31/2020, 1:15 PMC:\Users\vtouch\.konan\dependencies\msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1/bin/clang++ command returned non-zero exit code: 1.
output:
C:\Users\vtouch\.konan\dependencies\msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1\bin\ld: cannot find -lsqlite3
C:\Users\vtouch\.konan\dependencies\msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1\bin\ld: cannot find -lcurl
Can someone please help resolving this issue.
I am nee to windows dev environment.Jolas
01/01/2021, 4:06 AMaleksey.tomin
01/01/2021, 5:37 AMJolas
01/01/2021, 5:44 AMaleksey.tomin
01/01/2021, 6:00 AMcurl
and sqlite
in msys something like
c:\msys64\usr\bin\pacman --noconfirm -S mingw-w64-x86_64-curl
aleksey.tomin
01/01/2021, 6:02 AMJolas
01/01/2021, 6:47 AMJolas
01/01/2021, 7:29 AMpacman --noconfirm -S mingw-w64-x86_64-curl
and pacman --noconfirm -S mingw-w64-x86_64-sqlite3
fixed the issue. I was trying pacman --noconfirm -S curl
and pacman --noconfirm -S sqlite3
previously which didn't solve the issue.Jolas
01/01/2021, 7:29 AM