[
https://issues.apache.org/jira/browse/HADOOP-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635262#action_12635262
]
Nigel Daley commented on HADOOP-3983:
-------------------------------------
Until this is fixed, Owen has added these lines to the HowToRelease wiki:
export CFLAGS=-m32
export CXXFLAGS=-m32
(do 32 bit build)
export CFLAGS=-m64
export CXXFLAGS=-m64
(do 64 bit build)
> compile-c++ should honor the jvm size in compiling the c++ code
> ---------------------------------------------------------------
>
> Key: HADOOP-3983
> URL: https://issues.apache.org/jira/browse/HADOOP-3983
> Project: Hadoop Core
> Issue Type: Improvement
> Components: build
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
>
> The build scripts for compile-c++ and compile-c++ -examples should honor the
> word size of the jvm, since it is in the platform name. Currently, the
> platform names are "Linux-amd64-64" or "Linux-i386-32", but the C++ is always
> compiled in the platform default size.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.