* Matt Zimmerman <[EMAIL PROTECTED]> wrote: >> > Send a note to the gnome-vfs maintainer about it; possibly the pkg-config >> > data is being generated incorrectly. >> done... Does anyone know a way around it? > You _could_ manipulate the output from pkg-config to match what you feel it > should be. However, this stands a chance of introducing new bugs > (especially in the future as things change), and it is far better to fix the > root cause of the problem.
Yes, thats true. But I don't think it is nessesary to build depends on a really new package, which could be worked around (at least until the new libs are in testing or so...) by some one liner. Usually I would say that something like the sed equivalent of s/-pthread/-lpthread/ would be enought, but I'm not yet familliar with sed/awk... Anyway, I will try the new makefile, which is available upstream (and which will hopefully be included in 2.1.1) and hope that gcc hasn't got that problem. Jan