Operating System - HP-UX
1838612 Members
2706 Online
110128 Solutions
New Discussion

Unsatisfied symbols alloca

 
Chris Frangandonis
Regular Advisor

Unsatisfied symbols alloca

Hi All,

Having problems with gmake. The error I am getting is

/usr/ccs/bin/ld: Unsatisfied symbols:
alloca (first referenced in INTEGER.o) (code)
gmake[1]: *** [tap3dump] Error 1
gmake[1]: Leaving directory `/app/raw_data/SB/asn1c-0.9.21/samples/sample.source.TAP3'
gmake: *** [DataInterChange.c] Error 2

I could post the whole output if required

Thanks
Chris
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: Unsatisfied symbols alloca

In order to use the compiler builtin, you must include <alloca.h> .