Mark Adler <[email protected]> ha escrit: > Just as an aside, I ran into a problem trying to build tar 1.17 on Mac > OS X. Two different source files included lib/argp-fmtstream.h, but > that header file had external inline functions defined within. That > caused the linker to complain about the same functions being defined > in two different source files. To fix it, I made those static inline > functions instead, and go rid of the external function definitions > also in that header file. Then it built properly.
Thanks, that has already been fixed in gnulib. Regards, Sergey
