bug-make
[Top][All Lists]
Advanced

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

Re: undefined reference to `__alloca'


From: Paul Smith
Subject: Re: undefined reference to `__alloca'
Date: Sat, 18 Nov 2017 13:54:47 -0500

On Sat, 2017-11-18 at 18:35 +0000, Earnestly wrote:
> > Also curious: why does the build decide to compile/link the version
> > of glob that comes with make?  If you're using glibc then it should
> > use the one that comes with glibc instead.
> 
> Wasn't this specifically done to workaround make using glibc
> internals from this patch?

I'm not sure I understand what you mean.  I didn't change anything in
the configure to change the way make detects whether to use the system
glob (from glibc) or the local implementation (for not-glibc systems).

That change was made to make's internal usage of glob so that it works
with the latest glibc without errors: before that change if you tried
to use the system glibc glob and it had the newest glibc, make could
crash.

If you have make's HEAD code then you should be able to use even the
newest glibc glob implementation and it should work.



reply via email to

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