[Clfs-dev] CLFS Embedded Version SVN-0.0.1-20090328-x86, 64-bit build

Joe Ciccone jciccone at gmail.com
Tue Apr 7 16:08:38 PDT 2009


corey farrell wrote:
> When building CLFS Embedded for x86_64, the build failed on GCC cross
> compiler final (6.11).  It failed while attempting to compile a 32bit
> library.  For the build to succeed I've added --disable-multilib to
> configure as done for CLFS-x86_64-Pure64.
>
>   

>
> Modified Code (libz.so.* changed to libz.so*):
> mv -v ${CLFS}/usr/lib/libz.so* ${CLFS}/lib
> ln -svf ../../lib/libz.so.1 ${CLFS}/usr/lib/libz.so
>
> This ensures that ${CLFS}/lib/libz.so exists.  I've also experienced
> this with CLFS-SVN-x86_64-Pure64.
>
>   
This is unnecessary. Having libz.so in /usr/lib is sufficient for
linking. Having libz.so.1 in /lib is sufficient for runtime.

This is done throughout the clfs/cblfs book/wiki aswell as even the lfs
/ blfs books.



More information about the Clfs-dev mailing list