First point, good, it is slowly getting narrowed down.
Yes, the the generated ftpcmd.c contains calls to alloca. It is in the bison.simple that I am using. Should I change the bison.simple or use the +Olibcalls that someone suggested? Thanks, jonw -----Original Message----- From: Tom Yu [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 3:53 PM To: Jonathan Wackley Cc: [EMAIL PROTECTED] Subject: Re: Compiling hpux PA2.0W (LP64) dynamic libraries >>>>> "jwackley" == Jonathan Wackley <[EMAIL PROTECTED]> writes: jwackley> Here is the salient output from the build. Please keep in jwackley> mind that it is only representative, i.e. I have tried a jwackley> permutation of flags of -D_POSIX_SOURCE and -D_HPUX_SOURCE jwackley> through the --with-ccopts configure argument. I doubt that's the actual issue. jwackley> ../src/configure --with-cc="cc -Ae" --enable-shared jwackley> --prefix=/usr/kerberos/hp11w_dynamic_123 Hm. Most of the places that use alloca in the tree have to do with yacc/bison. Do you have some version of bison installed? Does the version of ftpcmd.c that's built from ftpcmd.y end up actually attempting to use alloca? ---Tom
