Re: [lfs-support] Compiling M4 on GCC 10.2

2021-02-20 Thread geist1...@juno.com
YOU Marty -- Original Message -- From: Viktor Engelmann To: lfs-support@lists.linuxfromscratch.org Subject: Re: [lfs-support] Compiling M4 on GCC 10.2 Date: Wed, 10 Feb 2021 20:10:23 +0100 Am 10.02.21 um 16:04 schrieb Xi Ruoyao: > On 2021-02-10 14:16 +0100, Viktor Engelmann

Re: [lfs-support] Compiling M4 on GCC 10.2

2021-02-17 Thread Xi Ruoyao
On 2021-02-10 20:10 +0100, Viktor Engelmann wrote: > > Am 10.02.21 um 16:04 schrieb Xi Ruoyao: > > On 2021-02-10 14:16 +0100, Viktor Engelmann wrote: > > > Am 09.02.2021 um 16:46 schrieb Xi Ruoyao: > > > > On 2021-02-09 16:11 +0100, Viktor Engelmann wrote: > > > > > Hello everyone, > > > > > > >

Re: [lfs-support] Compiling M4 on GCC 10.2

2021-02-10 Thread Viktor Engelmann
Am 10.02.21 um 16:04 schrieb Xi Ruoyao: On 2021-02-10 14:16 +0100, Viktor Engelmann wrote: Am 09.02.2021 um 16:46 schrieb Xi Ruoyao: On 2021-02-09 16:11 +0100, Viktor Engelmann wrote: Hello everyone, I'm building LFS 10.0 on a fully updated Manjaro Linux on an x86_64 for x86_64. When I

Re: [lfs-support] Compiling M4 on GCC 10.2

2021-02-10 Thread Bruce Dubbs
On 2/10/21 7:16 AM, Viktor Engelmann wrote: Am 09.02.2021 um 16:46 schrieb Xi Ruoyao: On 2021-02-09 16:11 +0100, Viktor Engelmann wrote: Hello everyone, I'm building LFS 10.0 on a fully updated Manjaro Linux on an x86_64 for x86_64. When I compile M4 (chapter 6.2), I get two errors:  - gcc

Re: [lfs-support] Compiling M4 on GCC 10.2

2021-02-10 Thread Xi Ruoyao
On 2021-02-10 14:16 +0100, Viktor Engelmann wrote: > Am 09.02.2021 um 16:46 schrieb Xi Ruoyao: > > On 2021-02-09 16:11 +0100, Viktor Engelmann wrote: > > > Hello everyone, > > > > > > I'm building LFS 10.0 on a fully updated Manjaro Linux on an x86_64 for > > > x86_64. > > > > > > When I compile

Re: [lfs-support] Compiling M4 on GCC 10.2

2021-02-10 Thread Viktor Engelmann
Am 09.02.2021 um 16:46 schrieb Xi Ruoyao: > On 2021-02-09 16:11 +0100, Viktor Engelmann wrote: >> Hello everyone, >> >> I'm building LFS 10.0 on a fully updated Manjaro Linux on an x86_64 for >> x86_64. >> >> When I compile M4 (chapter 6.2), I get two errors: >> >>  - gcc complains about a void

Re: [lfs-support] Compiling M4 on GCC 10.2

2021-02-09 Thread Xi Ruoyao
On 2021-02-09 16:11 +0100, Viktor Engelmann wrote: > Hello everyone, > > I'm building LFS 10.0 on a fully updated Manjaro Linux on an x86_64 for > x86_64. > > When I compile M4 (chapter 6.2), I get two errors: > >  - gcc complains about a void function ("fault_handler") being declared > as

[lfs-support] Compiling M4 on GCC 10.2

2021-02-09 Thread Viktor Engelmann
Hello everyone, I'm building LFS 10.0 on a fully updated Manjaro Linux on an x86_64 for x86_64. When I compile M4 (chapter 6.2), I get two errors:  - gcc complains about a void function ("fault_handler") being declared as "pure" in line 146 of m4.c  - gcc complains about the flag -Wabi which is