adrianlopezroche / fdupes

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
2.48k stars 186 forks source link

add -ltinfo to Makefile.am, resolve #138 #139

Open fancywriter opened 4 years ago

fancywriter commented 4 years ago

For me this solved #138, after this one added line it builds correctly. Correct me if I have done something wrong.

maxatka commented 4 years ago

Maybe it's not so perfect solution, to add explicitly the lib to flags. Why not to use pkg-config and switch to https://autotools.io/pkgconfig/pkg_check_modules.html In this case, your system will tell you all about flags, not only for linking.

Polynomial-C commented 4 years ago

I suppose this can be closed now that commit 066651d71d9b693cbb9238d97077158acb8d2496 was added.