Csound Csound-dev Csound-tekno Search About

[Cs-dev] building problems on windows... pthreads...

Date2008-10-02 14:07
From"Rory Walsh"
Subject[Cs-dev] building problems on windows... pthreads...
AttachmentsNone  

Date2008-10-02 16:54
From"Oeyvind Brandtsegg"
SubjectRe: [Cs-dev] building problems on windows... pthreads...
AttachmentsNone  

Date2008-10-05 15:43
From"Rory Walsh"
SubjectRe: [Cs-dev] building problems on windows... pthreads...
AttachmentsNone  

Date2008-10-05 18:32
From"Steven Yi"
SubjectRe: [Cs-dev] building problems on windows... pthreads...
AttachmentsNone  

Date2008-10-05 19:18
From"Rory Walsh"
SubjectRe: [Cs-dev] building problems on windows... pthreads...
AttachmentsNone  

Date2008-10-05 19:50
Fromdp51
SubjectRe: [Cs-dev] building problems on windows... pthreads...
I think the pthread library is being found, otherwise you would've seen:

Checking for C library pthread... no

Which library did you rename to libpthread.a?  libpthreadGC2.a is the one
that
I renamed to libpthread.a. 

Good luck,

Davis



rory walsh wrote:
> 
> It's been a long time since I last built Csound with the latest
> sources and I'm getting errors related to pthreads*. It appears as if
> the pthread lib cannot be found even though I have added the correct
> path to the custom.py file. Any ideas? I saw Oeyvind has a similar
> problem back in June but I didn't see a solution posted.
> 
> Rory.
> 
> *snapshot of output from scons:
> 
>  -Wl,--output-def,csound32.def
> Creating library file: libcsound32.a
> Top\csound.o(.text+0x309): In function `kperfThread':
> d:/MyDocuments/SourceCode/Csound5/csound5/Top/csound.c:1141: undefined
> reference to `_imp__pthread_equal'
> Top\threads.o(.text+0x18e): In function `csoundCreateThread':
> d:/MyDocuments/SourceCode/Csound5/csound5/Top/threads.c:198: undefined
> reference to `_imp__pthread_create'
> Top\threads.o(.text+0x1c7): In function `csoundGetCurrentThreadId':
> d:/MyDocuments/SourceCode/Csound5/csound5/Top/threads.c:208: undefined
> reference to `_imp__pthread_self'
> Top\threads.o(.text+0x205): In function `csoundJoinThread':
> d:/MyDocuments/SourceCode/Csound5/csound5/Top/threads.c:217: undefined
> reference to `_imp__pthread_join'
> 
> 

-- 
View this message in context: http://www.nabble.com/building-problems-on-windows...-pthreads...-tp19780015p19827836.html
Sent from the Csound - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-10-05 20:10
From"Steven Yi"
SubjectRe: [Cs-dev] building problems on windows... pthreads...
AttachmentsNone  

Date2008-10-05 20:13
From"Rory Walsh"
SubjectRe: [Cs-dev] building problems on windows... pthreads...
AttachmentsNone  

Date2008-10-06 16:37
From"Rory Walsh"
SubjectRe: [Cs-dev] building problems on windows... pthreads...
AttachmentsNone