Print

Print


@abh3 - precisely, it's not a shared library in CMake terms, it's a shared module.  Here's the error you get if you try to link to it:

```
CMake Error at src/XrdTpc.cmake:47 (target_link_libraries):
  Target "XrdCryptossl-5" of type MODULE_LIBRARY may not be linked into
  another target.  One may link only to STATIC or SHARED libraries, or to
  executables with the ENABLE_EXPORTS property set.
Call Stack (most recent call first):
  src/CMakeLists.txt:60 (include)
```

I suppose we could factor out just the XrdCryptosslAux functions into a standalone library.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/1431#issuecomment-808933696

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1