You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "zhaorenhai (Jira)" <ji...@apache.org> on 2020/06/08 11:36:00 UTC

[jira] [Created] (KUDU-3145) KUDU_LINK should be set before function APPEND_LINKER_FLAGS is called

zhaorenhai created KUDU-3145:
--------------------------------

             Summary: KUDU_LINK should be set before function APPEND_LINKER_FLAGS is called
                 Key: KUDU-3145
                 URL: https://issues.apache.org/jira/browse/KUDU-3145
             Project: Kudu
          Issue Type: Bug
            Reporter: zhaorenhai


KUDU_LINK should be set before function APPEND_LINKER_FLAGS is called

 

Because in function APPEND_LINKER_FLAGS , there are following logic:
{code:java}
    if ("${LINKER_FAMILY}" STREQUAL "gold")
      if("${LINKER_VERSION}" VERSION_LESS "1.12" AND
         "${KUDU_LINK}" STREQUAL "d")
        message(WARNING "Skipping gold <1.12 with dynamic linking.")
        continue()
      endif()
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)