From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Fortenberry" To: help-gcc@gnu.org Subject: alloca Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: X-SW-Source: 1999-12n/msg00276.html Message-ID: <19991231222400.8tHXiEitS9iqeSv-01Sq9lD2S4FKpNdcoKMYFRaNAG8@z> Hi, I am compiling gcc on a Unixware 7.1 system. I fail due to alloca being undefined. I've read notes in the makefiles and readmes that stipulate alloca is preferred to be the one which is defined in alloca.c and it mentions the one which might be in ucb and says it can be used but does not give specific information. Has anyone hit this problem and gotten around it? thanks. Michael