Question

When trying to compile GNU software on HP-UX (binutils for example) I'm getting error meggages about unsatisfied symbols yyfnd, yyextra, yytextuc, yyolsp ...

Some software can't be compiled using HP-UX own lex so i've included byacc and flex executables in my PATH. Is it HP-UX lex problem? How to fix it?

Was it helpful?

Solution

Have you tried building with -lfl and/or -ly?

OTHER TIPS

Do you actually need the flex function or can you just try export LEXLIB=" " ?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top