`__alloca' problems when try build 'make'

Andy <[email protected]> Wed, 5 Dec 2018 10:23:19 -0800 (PST)
Newsgroups gmane.comp.gnu.utils.bugs
Message-ID <[email protected]>
I have download source tarball of make from http://ftp.gnu.org/gnu/make/
If I tried build (firsst ./configure, next make) I get
glob/libglob.a(glob.o): In function `glob':
/home/user/Downloads/make-4.2/glob/glob.c:581: undefined reference to `__alloca'
glob/libglob.a(glob.o):/home/user/Downloads/make-4.2/glob/glob.c:732: more undefined references to `__alloca' follow