[ 
https://issues.apache.org/jira/browse/MESOS-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534157#comment-13534157
 ] 

Benjamin Mahler commented on MESOS-267:
---------------------------------------

Su, I'd recommend you run on a 64 bit system (we haven't been testing on 32 
bit).

What I was referring to:
$ cd /path/to/mesos
$ CXXFLAGS="-march=i686" ./configure
                
> Build issue on 32-bit ubuntu
> ----------------------------
>
>                 Key: MESOS-267
>                 URL: https://issues.apache.org/jira/browse/MESOS-267
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>            Reporter: Benjamin Mahler
>            Assignee: Benjamin Mahler
>
> On 32-bit unbuntu, we need to configure with CXXFLAGS="-march=i686" in order 
> for the build to get past an undefined reference of __sync_fetch_and_add_8.
> We should change configure.ac do this automatically.
> Configuration below:
> gcc 4.4.3
> automake 1.10.2
> autoreconf 2.65
> libtool 2.2.6b
> jdk 1.6.0_24
> python 2.6.5

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to