aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: configure issue on Ubuntu 20.04.1 (autoconf?)  (Read 2765 times)

Menion

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 95
  • Winter is coming...
configure issue on Ubuntu 20.04.1 (autoconf?)
« 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
Logged