Re: [lfs-dev] Multilib Chapter 5 zlib: configure maybe missing --host flag

2020-11-23 Thread Thomas Trepl via lfs-dev
Am Samstag, den 14.11.2020, 10:04 +0100 schrieb Pierre Labastie via lfs-dev: > On Sat, 2020-11-14 at 10:45 +0800, Kevin Buckley via lfs-dev wrote: > > On Fri, 13 Nov 2020 at 09:29, Kevin Buckley > > wrote: > > > > > > Hi Thomas, > > > > > > I believe that, as of Revision: 12059, your Zlib sectio

Re: [lfs-dev] Multilib Chapter 5 zlib: configure maybe missing --host flag

2020-11-14 Thread Pierre Labastie via lfs-dev
On Sat, 2020-11-14 at 10:45 +0800, Kevin Buckley via lfs-dev wrote: > On Fri, 13 Nov 2020 at 09:29, Kevin Buckley > wrote: > > > > Hi Thomas, > > > > I believe that, as of Revision: 12059, your Zlib section in Chapter > > 5 > > is missing the "--host=$LFS_TGT" flag > > > > Compare > > > >    

Re: [lfs-dev] Multilib Chapter 5 zlib: configure maybe missing --host flag

2020-11-13 Thread Kevin Buckley via lfs-dev
On Fri, 13 Nov 2020 at 09:29, Kevin Buckley wrote: > > Hi Thomas, > > I believe that, as of Revision: 12059, your Zlib section in Chapter 5 > is missing the "--host=$LFS_TGT" flag > > Compare > > Prepare Zlib for compilation: > > ./configure > --prefix=/usr > > Compile the package: > > > w

[lfs-dev] Multilib Chapter 5 zlib: configure maybe missing --host flag

2020-11-12 Thread Kevin Buckley via lfs-dev
Hi Thomas, I believe that, as of Revision: 12059, your Zlib section in Chapter 5 is missing the "--host=$LFS_TGT" flag Compare Prepare Zlib for compilation: ./configure --prefix=/usr Compile the package: with the corresponding XML from the GZip section Prepare Gzip for compilat