We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this package installed:
https://packages.msys2.org/package/mingw-w64-clang-x86_64-p11-kit?repo=clang64
The library is available:
$ ls /clang64/lib/libp11-kit.dll.a /clang64/lib/libp11-kit.dll.a
$ file /clang64/lib/libp11-kit.dll.a /clang64/lib/libp11-kit.dll.a: current ar archive
For unknown reasons, it can't find the library.
Making all in src/platform/web make[2]: Entering directory '/home/Administrator/SmallBASIC/src/platform/web' g++ -g -O2 -o sbasicw.exe main.o canvas.o ../../ui/strlib.o -L../../../src/common -lsb_common -L/clang64/lib -Wl,-Bstatic -mconsole -lmingw32 -lwsock32 -lmicrohttpd -lws2_32 -lgnutls /clang64/lib/libintl.dll.a -lws2_32 -lws2_32 -pthread -lgmp -lunistring -ladvapi32 -lcrypt32 -lncrypt -lbcrypt -lhogweed -lgmp -lnettle -ltasn1 -lidn2 -L/clang64/lib -liconv -L/clang64/lib -lunistring -lp11-kit -lz -lbrotlienc -lbrotlidec -lbrotlicommon -lzstd -lws2_32 -static-libgcc -static-libstdc++ lld: error: unable to find library -lp11-kit g++: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [Makefile:387: sbasicw.exe] Error 1 make[2]: Leaving directory '/home/Administrator/SmallBASIC/src/platform/web' make[1]: *** [Makefile:538: all-recursive] Error 1 make[1]: Leaving directory '/home/Administrator/SmallBASIC' make: *** [Makefile:479: all] Error 2
MINGW64_NT-10.0-19045
No
The text was updated successfully, but these errors were encountered:
There is no static version of libp11-kit available. libp11-kit.dll.a is just an import library for the dll.
p11-glue/p11-kit#355
Sorry, something went wrong.
No branches or pull requests
Description / Steps to reproduce the issue
Expected behavior
I have this package installed:
https://packages.msys2.org/package/mingw-w64-clang-x86_64-p11-kit?repo=clang64
The library is available:
Actual behavior
For unknown reasons, it can't find the library.
Verification
Windows Version
MINGW64_NT-10.0-19045
MINGW environments affected
Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: