Re: [Cs-dev] windows build fails...
Date | 2014-11-18 16:22 |
From | Steven Yi |
Subject | Re: [Cs-dev] windows build fails... |
Attachments | None None |
I'm guessing this has to do with static pthread vs. dynamic pthread library? What comes up for PTHREAD_LIBRARY in your CMakeCache.txt? Perhaps we need to add a flag for USE_STATIC_PTHREADS or something like that that can control whether to link to pthreads from libraries like csnd6 or not. On Tue Nov 18 2014 at 11:17:28 AM Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2014-11-18 16:27 |
From | Michael Gogins |
Subject | Re: [Cs-dev] windows build fails... |
Attachments | None None |
I think you are right. There are other DLLs that cause conflicts e.g. libsndfile, but we're not allowed to link with libsndfile other than dynamically. Best, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Nov 18, 2014 at 11:22 AM, Steven Yi <stevenyi@gmail.com> wrote: I'm guessing this has to do with static pthread vs. dynamic pthread library? What comes up for PTHREAD_LIBRARY in your CMakeCache.txt? Perhaps we need to add a flag for USE_STATIC_PTHREADS or something like that that can control whether to link to pthreads from libraries like csnd6 or not. |