Raffaele Belardi <[email protected]> wrote:

> > Or dig into why the following happens, i.e. why is __alloca not
> > defined in glob_in_dir() ...
> > 
>
> I don't think it's glibc, here make compiles fine:

It is built into gcc, but you need the right include file that defines:

#define   alloca(x)       __builtin_alloca(x)

Jörg

-- 
 EMail:[email protected]                    (home) Jörg Schilling D-13353 Berlin
    [email protected] (work) Blog: http://schily.blogspot.com/
 URL: http://cdrecord.org/private/ http://sf.net/projects/schilytools/files/'

Reply via email to