Follow-up Comment #3, bug #62858 (project make):

Just as @psmith pointed out, some functions in gnulib changed their signature,
e.g: find_in_given_path(), 
In case if someone need to build 4.3 release from git repo,
please try these steps:

1. In a dir: $dir1,
   $ git clone https://git.savannah.gnu.org/git/gnulib.git 
   $ cd gnulib
   $ git checkout 5fde00bdb689884f6de0ab2829f0df907380a010   
   # 5fde... commit is the matched version for make 4.3

2. In $dir1
   $ git clone https://git.savannah.gnu.org/git/make.git
   $ cd make
   $ git checkout 4.3 -b 4.3

3. Build
   $ ./bootstrap --gnulib-srcdir=../gnulib/
   $ ./configure;
   $ ./make; make install; 

HTH
   


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62858>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to