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

2021-02-11 Thread Samuel Thibault
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 us

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

2021-02-11 Thread Paul Dufresne
I do not see a 32 bit version of libfl-devel in my distribution (64 bit version was installed): paul@jacko:~/mymach/mig/build$ apt-cache madison libfl-dev  libfl-dev |    2.6.4-8 | http://ca.archive.ubuntu.com/ubuntu groovy/main amd64 Packages paul@jacko:~/mymach/mig$ dpkg-query --status lib

Re: [PATCH] Remove spurious semicolon in fpu.c

2021-02-11 Thread Samuel Thibault
Andrea G. Monaco, le jeu. 11 févr. 2021 12:37:36 +0100, a ecrit: > this spurious semicolon made my system always panic at boot. Indeed, thanks! Samuel

[PATCH] Remove spurious semicolon in fpu.c

2021-02-11 Thread Andrea G. Monaco
Hello, this spurious semicolon made my system always panic at boot. Warmly, Andrea Monaco diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c index b9dff733..a8459d65 100644 --- a/i386/i386/fpu.c +++ b/i386/i386/fpu.c @@ -191,7 +191,7 @@ init_fpu(void) ecx = 0x0;