Nick Burrett wrote:
>
> Damion Parry <[EMAIL PROTECTED]> writes:
>
> > I'm working on Solaris at the moment (when not giving my attention to RH
> > 7.1), I wouldn't like to guess a timescale as I'm having problems
> > compiling the source (unresolved symbols that really sould be resolved:
> > alloca in solaris anyone? libc.a says it has it).
>
> Detect for alloca in configure.in. If not found, then provide your own
> implementation, which can be found in libiberty. Porting to operating
> systems like Solaris, might require you to import libiberty into the
> FreeVSD source tree.
>
> Nick.
Thanks Nick,
I'll look into libiberty, as for alloca, the phrase RTFM and adding
#include <alloca.h> fixed the problem.
Cheers,
Damion.