You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2009/09/15 23:57:57 UTC

[jira] Created: (HADOOP-6258) Native compilation assumes gcc

Native compilation assumes gcc
------------------------------

                 Key: HADOOP-6258
                 URL: https://issues.apache.org/jira/browse/HADOOP-6258
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Allen Wittenauer


Compiling the native libraries with non-gcc breaks due to several gcc-specific flags being used as command line options.  The autoconf bits should not forcibly set any compiler specific flags. [i.e., -Wall -fPIC -O2 -m32 ]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.