[Clfs-dev] Pango 32-bit build fails

Joe Ciccone jciccone at gmail.com
Sat Dec 13 11:10:10 PST 2008


John Frankish wrote:
> On a ps3 multi-lib build, the pango 64-bit build works, but the 32-bit
> build fails as follows:
>
> (note changing Makefile X_LIBS = -L/usr/lib64 -R/usr/lib64 -lX11 ->
> X_LIBS = -L/usr/lib -R/usr/lib -lX11 does not help)
>
> # patch -Np1 -i ../pango-1.22.0-multilib-1.patch
> # sed -i "s/BUILDENV/32/" pango/pango-utils.c modules/Makefile.am
> modules/Makefile.in pango/Makefile.am pango/Makefile.in
>
> # USE_ARCH=32 CC="gcc ${BUILD32}"
> PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr
> --sysconfdir=/etc
> ...
> checking for perl... perl
> checking for X... libraries /usr/lib64, headers
> checking whether -R must be followed by a space... no
> ...
> # make
> ...
> <snip>
You posted the gcc command that links but that output came from libtool,
can you post the libtool command that was run just before that line?

And USE_ARCH=32 should cause the X libraries to be found in /usr/lib, no
/usr/lib64. You may want to check the installation of xorg-cf-files and
xmkmf.




More information about the Clfs-dev mailing list