aMule Forum

English => Compilation problems => Topic started by: Menion on September 22, 2020, 10:43:43 AM

Title: configure issue on Ubuntu 20.04.1 (autoconf?)
Post by: Menion on September 22, 2020, 10:43:43 AM
Hi all

So I am trying to compile on Ubuntu server 20.04.1.

Ti goes through most of the configure process but in the end it gives:

Code: [Select]
config.status: error: Something went wrong bootstrapping makefile fragments
    for automatic dependency tracking.  Try re-running configure with the
    '--disable-dependency-tracking' option to at least be able to build
    the package (albeit without support for automatic dependency tracking).
See `config.log' for more details

googling around is seems due to some changes in autoconf that need adaptation in source code. I am trying with --disable-dependency-tracking but wondering if there is some better solution for it