@MickJT
Quote:
MickJT wrote:
As for pthreads.library (are you sure it wasn't saying the library pthread not found? That refers to a missing libpthread.a in SDK:local/newlib/lib, and nothing to do with pthreads.library in libs:, although that libpthread.a does use pthreads.library, I think).
Your SDK might be old or corrupted.
that the pthread lib was not found, was maybe due to assignes made by AmiCygnix. Not sure, but after commenting the AmiCygnix in user-startup, i got a different problem with pthreads (libpthread.a is indeed in SDK:locak/newlib/lib):
checking for the pthreads library -lpthreads... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking whether pthreads work without any flags... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking whether pthreads work with -Kthread... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking whether pthreads work with -kthread... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking for the pthreads library -llthread... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking whether pthreads work with -pthread... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking whether pthreads work with -pthreads... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking whether pthreads work with -mthreads... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking for the pthreads library -lpthread... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking whether pthreads work with --thread-safe... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking whether pthreads work with -mt... SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
SDK:Local/C/rm: cannot remove directory `conftest': Is a directory
no
checking for pthread-config... no
configure: error: Cannot find a working pthread configuration. If you think this is wrong, please review acx_pthread.m4 and report the problem
So, what's now the problem? The SDK 53.20 seems to be ok, I think?
regards,
nexus