Menu

#130 Add CMake Check For The Need Of Libdl

v2.5.5
closed-fixed
nobody
5
2016-04-01
2016-03-26
No

-ldl is not needed on freebsd. Some check should be added to ensure that this lib is only linked on platforms which need it.

Discussion

  • falkTX

    falkTX - 2016-03-29

    there's a todo in there btw ;)
    afaik it's needed by default, so we should add a check for specific platforms to disable it.

    if (!win32 and !freebsd)
    ...etc

     
  • Mark McCurry

    Mark McCurry - 2016-04-01
    • status: open --> closed-fixed
     
  • Mark McCurry

    Mark McCurry - 2016-04-01

    This should be fixed by 12b9ff886be32fb1976d992a5b0c9788c971fb39 thanks to HPS

     

Log in to post a comment.

MongoDB Logo MongoDB