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
Hello,
while trying to build this on the above mentioned configuration I'm getting the following linking error:
/usr/bin/ld: fprint_list_udev_rules-fprint-list-udev-rules.o: undefined reference to symbol 'g_str_equal'
//lib/x86_64-linux-gnu/libglib-2.0.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [fprint-list-udev-rules] Error 1
I see that this error was fixed in upstream, but I cannot find what the solution was.
Please let me know if you can help, thanks!
The text was updated successfully, but these errors were encountered:
Hello,
while trying to build this on the above mentioned configuration I'm getting the following linking error:
/usr/bin/ld: fprint_list_udev_rules-fprint-list-udev-rules.o: undefined reference to symbol 'g_str_equal'
//lib/x86_64-linux-gnu/libglib-2.0.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [fprint-list-udev-rules] Error 1
I see that this error was fixed in upstream, but I cannot find what the solution was.
Please let me know if you can help, thanks!
The text was updated successfully, but these errors were encountered: