Code: Alles auswählen
../../gcc-3.4.6/gcc/gthr-posix.h:43:21: pthread.h: No such file or directory
In file included from ./gthr-default.h:1,
from ../../gcc-3.4.6/gcc/gthr.h:96,
from ../../gcc-3.4.6/gcc/unwind-dw2.c:42:
../../gcc-3.4.6/gcc/gthr-posix.h:46: error: syntax error before "__gthread_key_t"
../../gcc-3.4.6/gcc/gthr-posix.h:46: warning: type defaults to `int' in declaration of `__gthread_key_t'
../../gcc-3.4.6/gcc/gthr-posix.h:46: warning: data definition has no type or storage class
../../gcc-3.4.6/gcc/gthr-posix.h:47: error: syntax error before "__gthread_once_t"
../../gcc-3.4.6/gcc/gthr-posix.h:47: warning: type defaults to `int' in declaration of `__gthread_once_t'
../../gcc-3.4.6/gcc/gthr-posix.h:47: warning: data definition has no type or storage class
../../gcc-3.4.6/gcc/gthr-posix.h:48: error: syntax error before "__gthread_mutex_t"
../../gcc-3.4.6/gcc/gthr-posix.h:48: warning: type defaults to `int' in declaration of `__gthread_mutex_t'
../../gcc-3.4.6/gcc/gthr-posix.h:48: warning: data definition has no type or storage class
../../gcc-3.4.6/gcc/gthr-posix.h: In function `__gthread_active_p':
../../gcc-3.4.6/gcc/gthr-posix.h:96: error: `pthread_create' undeclared (first use in this function)
../../gcc-3.4.6/gcc/gthr-posix.h:96: error: (Each undeclared identifier is reported only once
../../gcc-3.4.6/gcc/gthr-posix.h:96: error: for each function it appears in.)
../../gcc-3.4.6/gcc/gthr-posix.h: At top level:
../../gcc-3.4.6/gcc/gthr-posix.h:456: error: syntax error before '*' token
../../gcc-3.4.6/gcc/gthr-posix.h:456: error: syntax error before ')' token
../../gcc-3.4.6/gcc/gthr-posix.h:465: error: syntax error before '*' token
../../gcc-3.4.6/gcc/gthr-posix.h:465: error: syntax error before ')' token
../../gcc-3.4.6/gcc/gthr-posix.h:471: error: syntax error before "key"
../../gcc-3.4.6/gcc/gthr-posix.h:472: warning: function declaration isn't a prototype
../../gcc-3.4.6/gcc/gthr-posix.h: In function `__gthread_key_delete':
../../gcc-3.4.6/gcc/gthr-posix.h:472: warning: old-style parameter declaration
../../gcc-3.4.6/gcc/gthr-posix.h:473: warning: implicit declaration of function `pthread_key_delete'
../../gcc-3.4.6/gcc/gthr-posix.h:473: error: `key' undeclared (first use in this function)
../../gcc-3.4.6/gcc/gthr-posix.h: At top level:
../../gcc-3.4.6/gcc/gthr-posix.h:477: error: syntax error before "key"
../../gcc-3.4.6/gcc/gthr-posix.h:478: warning: function declaration isn't a prototype
../../gcc-3.4.6/gcc/gthr-posix.h: In function `__gthread_getspecific':
../../gcc-3.4.6/gcc/gthr-posix.h:478: warning: old-style parameter declaration
../../gcc-3.4.6/gcc/gthr-posix.h:479: warning: implicit declaration of function `pthread_getspecific'
../../gcc-3.4.6/gcc/gthr-posix.h:479: error: `key' undeclared (first use in this function)
../../gcc-3.4.6/gcc/gthr-posix.h:479: warning: return makes pointer from integer without a cast
../../gcc-3.4.6/gcc/gthr-posix.h: At top level:
../../gcc-3.4.6/gcc/gthr-posix.h:483: error: syntax error before "key"
../../gcc-3.4.6/gcc/gthr-posix.h:484: warning: function declaration isn't a prototype
../../gcc-3.4.6/gcc/gthr-posix.h: In function `__gthread_setspecific':
../../gcc-3.4.6/gcc/gthr-posix.h:484: warning: old-style parameter declaration
../../gcc-3.4.6/gcc/gthr-posix.h:485: warning: implicit declaration of function `pthread_setspecific'
../../gcc-3.4.6/gcc/gthr-posix.h:485: error: `key' undeclared (first use in this function)
../../gcc-3.4.6/gcc/gthr-posix.h:485: error: `ptr' undeclared (first use in this function)
../../gcc-3.4.6/gcc/gthr-posix.h: At top level:
../../gcc-3.4.6/gcc/gthr-posix.h:489: error: syntax error before '*' token
../../gcc-3.4.6/gcc/gthr-posix.h:490: warning: function declaration isn't a prototype
../../gcc-3.4.6/gcc/gthr-posix.h: In function `__gthread_mutex_lock':
../../gcc-3.4.6/gcc/gthr-posix.h:490: warning: old-style parameter declaration
../../gcc-3.4.6/gcc/gthr-posix.h:492: warning: implicit declaration of function `pthread_mutex_lock'
../../gcc-3.4.6/gcc/gthr-posix.h:492: error: `mutex' undeclared (first use in this function)
../../gcc-3.4.6/gcc/gthr-posix.h: At top level:
../../gcc-3.4.6/gcc/gthr-posix.h:498: error: syntax error before '*' token
../../gcc-3.4.6/gcc/gthr-posix.h:499: warning: function declaration isn't a prototype
../../gcc-3.4.6/gcc/gthr-posix.h: In function `__gthread_mutex_trylock':
../../gcc-3.4.6/gcc/gthr-posix.h:499: warning: old-style parameter declaration
../../gcc-3.4.6/gcc/gthr-posix.h:501: warning: implicit declaration of function `pthread_mutex_trylock'
../../gcc-3.4.6/gcc/gthr-posix.h:501: error: `mutex' undeclared (first use in this function)
../../gcc-3.4.6/gcc/gthr-posix.h: At top level:
../../gcc-3.4.6/gcc/gthr-posix.h:507: error: syntax error before '*' token
../../gcc-3.4.6/gcc/gthr-posix.h:508: warning: function declaration isn't a prototype
../../gcc-3.4.6/gcc/gthr-posix.h: In function `__gthread_mutex_unlock':
../../gcc-3.4.6/gcc/gthr-posix.h:508: warning: old-style parameter declaration
../../gcc-3.4.6/gcc/gthr-posix.h:510: warning: implicit declaration of function `pthread_mutex_unlock'
../../gcc-3.4.6/gcc/gthr-posix.h:510: error: `mutex' undeclared (first use in this function)
../../gcc-3.4.6/gcc/unwind-dw2.c: In function `uw_frame_state_for':
../../gcc-3.4.6/gcc/unwind-dw2.c:1017: warning: implicit declaration of function `memset'
../../gcc-3.4.6/gcc/unwind-dw2.c: In function `uw_init_context_1':
../../gcc-3.4.6/gcc/unwind-dw2.c:1295: error: syntax error before "once_regsizes"
../../gcc-3.4.6/gcc/unwind-dw2.c:1296: warning: implicit declaration of function `__gthread_once'
../../gcc-3.4.6/gcc/unwind-dw2.c:1296: error: `once_regsizes' undeclared (first use in this function)
../../gcc-3.4.6/gcc/unwind-dw2.c: In function `uw_install_context_1':
../../gcc-3.4.6/gcc/unwind-dw2.c:1345: warning: implicit declaration of function `memcpy'
make[3]: *** [libgcc/./unwind-dw2.o] Fehler 1
make[3]: Leaving directory `/home/geko37/newmake/tuxbox-cvs/cdk/build_gcc/gcc'
make[2]: *** [stmp-multilib] Fehler 2
make[2]: Leaving directory `/home/geko37/newmake/tuxbox-cvs/cdk/build_gcc/gcc'
make[1]: *** [all-gcc] Fehler 2
make[1]: Leaving directory `/home/geko37/newmake/tuxbox-cvs/cdk/build_gcc'
make: *** [.deps/gcc] Fehler 2
fertig ... drÃŒcke Enter
(opensuse )