Re: [bison-3.8] Link error on HP-UX 11i

Larkin Nickle <[email protected]> Thu, 9 Sep 2021 21:45:58 -0400
Newsgroups gmane.comp.parsers.bison.bugs
Message-ID <[email protected]>
On 2021-09-09 21:45, Larkin Nickle wrote:
> Tested with GNU Bison 3.80. This happens with GCC or HP aCC. HP-UX 11i 
> does not have strtol defined and this results in a link error.
> 
>    CCLD     src/bison
> /usr/ccs/bin/ld: Unsatisfied symbols:
>     strtof (first referenced in src/bison-counterexample.o) (code)
> make[2]: *** [Makefile:4831: src/bison] Error 1

There is a slight typo in the above message, it should read "HP-UX 11i 
does not have strtof defined".