wazow wrote:Can you be slightly more specific? I am not a gentoo developr, so I do not even know what eclass is. Note that this thing I am compiling is not an ebuild even. I have tried to run the command that you suggested, but it seems just to report lots of ebuild that do eautoreconf, and I do not even know what eautoreconf is.
I have sorted it out myself: I have found out that eautoreconf is a portage function that calls autoreconf. I do not really know what autoreconf does, but I just wen to the main dir of the source tree and run it. Then I still had to run libtoolize --copy --force, as the script has suggested. And then everything builds automagically as per build instructions of that package.