diff options
Diffstat (limited to 'chapter06/flex-inst.xml')
-rw-r--r-- | chapter06/flex-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/flex-inst.xml b/chapter06/flex-inst.xml index f2a361d6e..bdd9ff3c2 100644 --- a/chapter06/flex-inst.xml +++ b/chapter06/flex-inst.xml @@ -5,7 +5,8 @@ <para><screen><userinput>./configure --prefix=/usr && make && -make install</userinput></screen></para> +make install && +ln -s libfl.a /usr/lib/libl.a</userinput></screen></para> <para>Some programs don't know about flex and try to find the lex program (flex is a (better) alternative for lex). So to please those few |