Greets, Relative to the upcoming CLFS 1.1.0 release multilib build
See attachment for details....
----
32bit ;
Command block reads ;
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/usr &&
make
----
The following command block gets it right....
----
export USE_ARCH=32
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/usr &&
make
----
We would of course issue a 'unset USE_ARCH' at the end of
the installation command block.
64bit works correctly without such alterations.
Regards,
Don
_________________________________________________________________
Are you a friend magnet? Play now to win prizes for you and your friends!
http://clk.atdmt.com/GBL/go/106906016/direct/01/?href=http://www.friendmagnet.com.au
net-snmp-compile-error-32bit
Description: Binary data
_______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
