hello

There is an incorrect command in the wiki for compiling cblfs multilib
library libxcb in 32 and 64 bits:

We must repeat USE_ARCH=32 or USE_ARCH=64 before the make command for
the multiarch_wrapper of Python use by the make ; or export USE_ARCH

USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
./configure $XORG_CONFIG32 &&
USE_ARCH=32 make

USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
./configure $XORG_CONFIG64 &&
USE_ARCH=64 make

More and 64-bit value must be indicated PYTHONPATH

export PYTHONPATH="/usr/lib64/python2.7/lib-dynload"
USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
./configure $XORG_CONFIG64 &&
USE_ARCH=64 make

Thank you for the wiki cblfs which is very well done

_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org

Reply via email to