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
I tried to follow the instructions and to compile the application (version 3.1.25, 0dd58da) on a freshly installed Debian 12.0 amd64 system. After compiling the individual files, I was stuck at an error message regarding linking against the -llib library:
...
compiling ../build/release/MOCFiles/moc_yubikeylogger.cpp
moc yubikeyfinder.h
compiling ../build/release/MOCFiles/moc_yubikeyfinder.cpp
moc yubikeyconfig.h
compiling ../build/release/MOCFiles/moc_yubikeyconfig.cpp
linking ../build/release/yubikey-personalization-gui
/usr/bin/ld: cannot find -llib: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:290: ../build/release/yubikey-personalization-gui] Error 1
This can be fixed by first heading into the lib directory and compiling this auxiliary library first, then resuming with the compilation of the tool itself:
This should be reflected in the build instructions (unless I am overlooking something)
Thanks!
The text was updated successfully, but these errors were encountered:
martinschwinzerl
changed the title
Compilation instructions do not work on Debian 12.0
Compilation instructions do not work on Debian 12.0 (linking error with -llib)
Sep 9, 2023
I tried to follow the instructions and to compile the application (version 3.1.25, 0dd58da) on a freshly installed Debian 12.0 amd64 system. After compiling the individual files, I was stuck at an error message regarding linking against the -llib library:
This can be fixed by first heading into the
lib
directory and compiling this auxiliary library first, then resuming with the compilation of the tool itself:This should be reflected in the build instructions (unless I am overlooking something)
Thanks!
The text was updated successfully, but these errors were encountered: