Paul Dufresne, le jeu. 11 févr. 2021 09:54:51 -0500, a ecrit:
> I do not see a 32 bit version of libfl-devel in my distribution (64 bit 
> version
> was installed):

To install 32bit versions of packages you need to add i386 with dpkg's
multiarch support.

> Multi-Arch:same
> Does it means it is used for i686 too?

It's not that simple, see information about multiarch packages in
Debian.

> I did:
> =============
> diff --git a/lexxer.l b/lexxer.l
> index 9579522..48dda4a 100644
> --- a/lexxer.l
> +++ b/lexxer.l
> @@ -1,4 +1,5 @@
>  %option nounput
> +%option noyywrap
>  
>  %k 10000
>  %n 5000
> =============

Ok, I applied it, thanks!

Samuel

Reply via email to