Templar-von-Midgard / git-credential-kwallet

Git credential helper for KWallet
MIT License
16 stars 9 forks source link

Build Error #6

Open fxzxmic opened 1 year ago

fxzxmic commented 1 year ago

Hello, I have the following errors when compiling on Alpine Linux. Can you help me solve them?

[ 80%] Linking CXX executable git-credential-kwallet
/usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: CMakeFiles/git-credential-kwallet.dir/Credential.cpp.o: undefined reference to symbol '_ZdlPvm'
/usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/git-credential-kwallet.dir/build.make:132: src/git-credential-kwallet] Error 1
make[1]: *** [CMakeFiles/Makefile2:125: src/CMakeFiles/git-credential-kwallet.dir/all] Error 2
make: *** [Makefile:156: all] Error 2