bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error In Installing FreeBayes


From: Henrik Carlqvist
Subject: Re: Error In Installing FreeBayes
Date: Fri, 6 Mar 2020 07:50:14 +0100

On Fri, 6 Mar 2020 09:38:19 +0530
Dr Priyanka Jain <address@hidden> wrote:
>   I am trying to clone freebayes from following link :

> /usr/bin/gmake: unrecognized option '--jobserver-auth=3,4'

It seems as if your project "freebayes" requires a newer version of gnu
make than you have installed. You can check which version of gnu make you
have with:

gmake --version

Example of output:

gmake --version
GNU Make 4.1
Built for x86_64-slackware-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html> This is free software: you are free to
change and redistribute it. There is NO WARRANTY, to the extent permitted
by law.

In the above example I have Gnu Make version 4.1.

According to
https://lists.gnu.org/archive/html/info-gnu/2016-05/msg00013.html it
seems as if the --jobserver-auth option was introduced with version 4.2 of
Gnu Make.

So you will need to update your installed version of Gnu Make or adjust
the build scripts to comply with your older version.

regards Henrik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]