Discussion:
`__alloca' problems when try build 'make'
(too old to reply)
Andy
2018-12-05 18:23:19 UTC
Permalink
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
Bob Proulx
2018-12-14 06:14:36 UTC
Permalink
Hello Andy,
Post by Andy
I have download source tarball of make from http://ftp.gnu.org/gnu/make/
If I tried build (firsst ./configure, next make) I get
/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
Please report that to the make bug list. We don't know anything about
it here.

https://www.gnu.org/software/make/
...
Report bugs to <bug-***@gnu.org>

Thanks,
Bob

Loading...