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
The GNU linker used to link against all libraries that were
specified on the command line. Since libkdumpfile also drags in
libaddrxlat, linking with libkdumpfile always worked. This
behaviour changed at some point, and now libraries are linked only
if a library symbol is actually needed. These utilities do not use
anything from libkdumpfile, so this object is removed from the
list, and then linking fails.
This fixes issue #30.
Reported-by: Serapheim Dimitropoulos <serapheim@delphix.com>
Signed-off-by: Petr Tesarik <ptesarik@suse.com>
0 commit comments