> -----Original Message----- > From: [email protected] [mailto:blfs-support- > [email protected]] On Behalf Of Bruce Dubbs > Sent: Saturday, 11 May, 2013 19:18 > To: BLFS Support List > Subject: Re: [blfs-support] libunzip.so not compiled > > John Frankish wrote: > > Ref: Beyond Linux From Scratch - Version 2013-05-09 Chapter 12. System > > Utilities > > UnZip-6.0 > > > > On a 64-bit system libunzip.so is not compiled using: > > > > make -f unix/Makefile linux_noasm > > > > It looks like the following command would be required: > > > > make -f unix/Makefile linux_shlibz > > > > ..but this fails trying to compile 32-bit code > > > > Is there a way to compile a 64-bit libunzip.so? > > I don't know, but what are you using that needs it? zip/unzip are primarily > for Windows and they don't use the library.
The unzip section of blfs svn states that libunzip is built and the libreoffice section states that unzip is a dep. Libunzip does not appear to be required to build libreoffice though... > Looking around, you need to modify crc_i386.S. See e.g. > http://stackoverflow.com/questions/6268745/invalid-instruction-suffix-for- > push-when-assembling-with-gas > Thanks, I'll have a look at this. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
