[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
building requires m4/pthread.m4
From: |
Sean Letendre |
Subject: |
building requires m4/pthread.m4 |
Date: |
Sun, 21 Jul 2019 01:02:18 -0600 |
I am trying to build. I have followed all of the instructions in README-hacking
with success so far. But, once I actually run 'make', I see:
======================================================================================
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
/home/sean/area51/coreutils/build-aux/missing aclocal-1.15 -I m4
aclocal-1.15: error: aclocal: file 'm4/pthread.m4' does not exist
Makefile:6384: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 1
======================================================================================
So, I took a look at 'm4/pthread.m4' and saw that it was a symlink to
'gnulib/m4/pthread.m4'.
The problem is that 'm4/pthread.m4' does not exist in gnulib!
What should I do?