You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "David Forsythe (JIRA)" <ji...@apache.org> on 2016/11/18 17:50:58 UTC

[jira] [Created] (MESOS-6607) Configure fails on FreeBSD

David Forsythe created MESOS-6607:
-------------------------------------

             Summary: Configure fails on FreeBSD
                 Key: MESOS-6607
                 URL: https://issues.apache.org/jira/browse/MESOS-6607
             Project: Mesos
          Issue Type: Bug
            Reporter: David Forsythe
            Assignee: David Forsythe


Configure fails when checking on JNI because of undefined pthread calls:
{code}
checking whether or not we can build with JNI... /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so: undefined reference to `pthread_getprio'
/usr/local/openjdk8/jre/lib/amd64/server/libjvm.so: undefined reference to `pthread_getthreadid_np'
/usr/local/openjdk8/jre/lib/amd64/server/libjvm.so: undefined reference to `pthread_create'
/usr/local/openjdk8/jre/lib/amd64/server/libjvm.so: undefined reference to `pthread_attr_get_np'
/usr/local/openjdk8/jre/lib/amd64/server/libjvm.so: undefined reference to `pthread_setprio'
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)