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
_______________________________________________
HTCondor-devel mailing list
HTCondor-devel@cs.wisc.edu
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-devel

Reply via email to