[HTCondor-devel] how to get CMake to put extra libraries into link line


Date: Thu, 21 Jul 2016 15:15:06 -0500
From: MÃtyÃs Selmeci <matyas@xxxxxxxxxxx>
Subject: [HTCondor-devel] how to get CMake to put extra libraries into link line
Hey folks,

I'm trying to compile the cream gahp in an OSG (so, no externals) build on EL7 and ran into a couple of linker errors. With Carl's help, I tracked it down to a couple of missing libraries from the link line; adding these flags to src/cream_gahp/CMakeFiles/cream_gahp.dir/link.txt got it to compile:

-lgsoapssl++ -lglobus_gssapi_gsi -lglobus_common -lglite_security_gsoap_plugin_2816_cxx

but of course that's a temporary fix. Do you know how I can make CMake pick up those extra libraries?

Thanks,
-Mat
[← Prev in Thread] Current Thread [Next in Thread→]
  • [HTCondor-devel] how to get CMake to put extra libraries into link line, MÃtyÃs Selmeci <=