[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#642128: gnat-4.6: fails to build spark on kfreebsd



29 вересня 2011 о 20:15 +0200 Євгеній Мещеряков написав(-ла):
> Hmm, that symbol looks global to me:
> 
> $ nm -D /lib/x86_64-kfreebsd-gnu/libpthread.so.0  | grep pthread_mutexattr_destroy
> 0000000000007b70 T __pthread_mutexattr_destroy
> 0000000000007b70 T pthread_mutexattr_destroy

I can also build a C program:

(sid)eugen@asdfasdf:~$ cat test.c 
extern void pthread_mutexattr_destroy(void);

int main() {
        pthread_mutexattr_destroy();
}
(sid)eugen@asdfasdf:~$ gcc -pthread test.c
(sid)eugen@asdfasdf:~$

Attachment: signature.asc
Description: Digital signature


Reply to: