Displaying 6 results from an estimated 6 matches for "pthread_mutex_attr".
2005 Jul 13
1
[LLVMdev] FreeBSD build broken
...s not define pthread_mutexattr_setpshared:
gmake[1]: Entering directory `/usr/home/jeffc/llvm/obj/lib/System'
llvm[1]: Compiling Mutex.cpp for Release build
/usr/home/jeffc/llvm/obj/../lib/System/Mutex.cpp:42: warning: the
address of `int llvm::pthread_mutex_init(llvm::pthread_mutex**,
llvm::pthread_mutex_attr* const*)', will always evaluate as `true'
/usr/home/jeffc/llvm/obj/../lib/System/Mutex.cpp: In constructor
`llvm::sys::Mutex::Mutex(bool)':
/usr/home/jeffc/llvm/obj/../lib/System/Mutex.cpp:66: error:
`pthread_mutexattr_setpshared' undeclared (first use this function)
/usr/home/jef...
2006 Apr 17
3
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
...ix" ;;
So I forged `freebsd'
$ ./configure --build=i386-unknown-freebsd3.8
and ./configure completed successfully. gmake stopped with
llvm[1]: Compiling Mutex.cpp for Debug build
Mutex.cpp:55: warning: the address of `int pthread_mutex_init(volatile
pthread_mutex**, pthread_mutex_attr* const*)', will always be `true'
Mutex.cpp: In constructor `llvm::sys::Mutex::Mutex(bool)':
Mutex.cpp:80: error: `pthread_mutexattr_setpshared' undeclared (first use this
function)
Mutex.cpp:80: error: (Each undeclared identifier is reported only once for each...
2006 Apr 17
0
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
...d'
>
> $ ./configure --build=i386-unknown-freebsd3.8
>
>and ./configure completed successfully. gmake stopped with
>
> llvm[1]: Compiling Mutex.cpp for Debug build
> Mutex.cpp:55: warning: the address of `int pthread_mutex_init(volatile
> pthread_mutex**, pthread_mutex_attr* const*)', will always be `true'
> Mutex.cpp: In constructor `llvm::sys::Mutex::Mutex(bool)':
> Mutex.cpp:80: error: `pthread_mutexattr_setpshared' undeclared (first use this
> function)
> Mutex.cpp:80: error: (Each undeclared identifier is reported only o...
2006 Apr 18
1
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
...d'
>
> $ ./configure --build=i386-unknown-freebsd3.8
>
>and ./configure completed successfully. gmake stopped with
>
> llvm[1]: Compiling Mutex.cpp for Debug build
> Mutex.cpp:55: warning: the address of `int pthread_mutex_init(volatile
> pthread_mutex**, pthread_mutex_attr* const*)', will always be `true'
> Mutex.cpp: In constructor `llvm::sys::Mutex::Mutex(bool)':
> Mutex.cpp:80: error: `pthread_mutexattr_setpshared' undeclared (first use this
> function)
> Mutex.cpp:80: error: (Each undeclared identifier is reported only o...
2006 Apr 17
0
[LLVMdev] 1.7 Pre-Release Ready for Testing
Hi Josephm
> I would like to test but the I modigied the configure to make unknown
> = OpenBSD and Unix and go pretty far but it died right after 'supports
> mkdir' yes...
Could that have been `checking for mkdir...'?
> then the next line was 'your system is unsupported''
Have you looked at ./config.log. ./configure creates this as it runs as
a trace of the
2006 Apr 16
2
[LLVMdev] 1.7 Pre-Release Ready for Testing
I would like to test but the I modigied the configure
to make unknown = OpenBSD and Unix and go pretty far but
it died right after 'supports mkdir' yes...
then the next line was 'your system is unsupported''
I have gcc 3.3 on OpenBSD 3.3 pro-police stack compiler...
I am only really interested in testing the C/C++ but C primarily
for my work.
regards, Joseph Altea