[
https://issues.apache.org/jira/browse/THRIFT-5894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18021529#comment-18021529
]
Christopher Tubbs commented on THRIFT-5894:
-------------------------------------------
Sorry, I don't know enough about Windows or CMake to help with this at this
time.
> pkg-config files distributed via conda on Windows do not link to proper
> libraries
> ---------------------------------------------------------------------------------
>
> Key: THRIFT-5894
> URL: https://issues.apache.org/jira/browse/THRIFT-5894
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Affects Versions: 0.22.0
> Reporter: Will Ayd
> Priority: Major
> Labels: cmake
>
> When installing Thrift via conda on windows, the pkgconfig files provide
> lines like:
> ```
> Libs: -L${libdir} -lthrift
> ```
> However, the library that gets distributed actually has the name
> thriftmd.lib, so when using this to compile a program you get an error that
> the library `thrift.lib` cannot be found during linkage (the issue also
> applies to thrift-nb and thrif-z)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)