bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mig/build/lexxer.c:1825: undefined reference to `yywrap'


From: Samuel Thibault
Subject: Re: mig/build/lexxer.c:1825: undefined reference to `yywrap'
Date: Thu, 11 Feb 2021 16:04:16 +0100
User-agent: NeoMutt/20170609 (1.8.3)

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

[Prev in Thread] Current Thread [Next in Thread]