[Clfs-dev] CBLFS - net-snmp - compile error (32bit)

db m myheadblewoff at hotmail.com
Tue Sep 9 21:35:37 PDT 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clfs.org/pipermail/clfs-dev-clfs.org/attachments/20080910/f405f820/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: net-snmp-compile-error-32bit
Type: application/octet-stream
Size: 2209 bytes
Desc: not available
URL: <http://lists.clfs.org/pipermail/clfs-dev-clfs.org/attachments/20080910/f405f820/attachment-0001.obj>


More information about the Clfs-dev mailing list