vote up 0 vote down star

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?

flag

could you post the error messages ? – LB May 29 at 15:28

2 Answers

vote up 1 vote down check

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

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.