Hello all, Having troubles compiling aspell-0.60.6 on tru64 unix 5.1b. I used g++ and the native cc compiler. g++ is substituting its own pthread libs to the system's and I'm getting lots of errors. I tried disabling the pthread.h in the gcc includes and forced using the one from the system's /usr/include but the errors are basically the same.
See below: /bin/bash ./libtool --tag=CC --mode=link /usr/local/aspell/src/compile cc -pthread -O4 -g3 -o word-list-compress prog/compress.o libtool: link: /usr/local/aspell/src/compile cc -pthread -O4 -g3 -o word-list-compress prog/compress.o -pthread depbase=`echo prog/aspell.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; g++ -DHAVE_CONFIG_H -I. -I./gen -I./gen -I./common -I./interfaces/cc/ -I./modules/speller/default/ -DLOCALEDIR="/usr/local/aspell/share/locale" -g -O2 -fno-exceptions -MT prog/aspell.o -MD -MP -MF $depbase.Tpo -c -o prog/aspell.o prog/aspell.cpp && mv -f $depbase.Tpo $depbase.Po depbase=`echo prog/check_funs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; g++ -DHAVE_CONFIG_H -I. -I./gen -I./gen -I./common -I./interfaces/cc/ -I./modules/speller/default/ -DLOCALEDIR="/usr/local/aspell/share/locale" -g -O2 -fno-exceptions -MT prog/check_funs.o -MD -MP -MF $depbase.Tpo -c -o prog/check_funs.o prog/check_funs.cpp && mv -f $depbase.Tpo $depbase.Po /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:979: error: typedef '__pthreadConstructorFunc_t' is initialized (use __typeof__ instead) /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:979: error: 'pthread_key_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:979: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:980: error: 'pthread_t' has not been declared /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:980: error: 'pthread_key_t' has not been declared /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1034: error: 'pthread_t' does not name a type /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1220: error: 'pthread_mutexattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1220: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1223: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1225: error: 'pthread_mutexattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1225: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1225: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1225: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1234: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1236: error: 'pthread_mutexattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1236: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1236: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1236: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1238: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1240: error: 'pthread_mutexattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1240: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1240: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1240: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1242: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1244: error: 'pthread_mutexattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1244: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1244: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1244: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1246: error: 'pthread_mutexattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1246: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1255: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1255: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1255: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1255: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1267: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1267: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1279: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1279: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1284: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1286: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1286: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1286: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1286: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1286: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1295: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1295: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1307: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1307: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1312: error: 'pthread_condattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1312: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1314: error: 'pthread_condattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1314: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1316: error: 'pthread_condattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1316: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1316: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1316: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1318: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1328: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1328: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1329: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1329: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1341: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1341: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1353: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1353: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1365: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1365: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1377: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1377: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1377: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1377: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1377: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1390: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1390: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1391: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1391: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1392: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1392: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1397: error: 'pthread_rwlockattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1397: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1399: error: 'pthread_rwlockattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1399: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1401: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1403: error: 'pthread_rwlockattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1403: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1403: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1403: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1405: error: 'pthread_rwlock_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1405: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1405: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1405: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1407: error: 'pthread_rwlock_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1407: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1409: error: 'pthread_rwlock_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1409: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1411: error: 'pthread_rwlock_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1411: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1413: error: 'pthread_rwlock_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1413: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1415: error: 'pthread_rwlock_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1415: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1417: error: 'pthread_rwlock_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1417: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1423: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1425: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1425: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1425: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1425: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1439: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1439: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1439: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1439: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1441: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1453: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1453: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1453: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1453: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1453: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1456: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1467: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1467: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1467: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1467: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1479: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1484: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1484: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1484: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1484: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1486: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1489: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1489: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1490: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1490: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1493: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1496: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1496: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1496: error: expected primary-expression before 'struct' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1496: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1498: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1498: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1498: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1498: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1504: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1504: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1506: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1506: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1515: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1515: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1515: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1515: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1528: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1534: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1534: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1534: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1534: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1536: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1546: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1546: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1547: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1548: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1549: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1549: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1580: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1580: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1580: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1593: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1617: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1617: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1617: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1646: error: 'pthread_once_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1646: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1646: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1646: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1651: error: 'pthread_key_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1651: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1651: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1651: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1653: error: 'pthread_key_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1656: error: 'pthread_key_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1656: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1657: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1658: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1659: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1659: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1701: error: 'pthread_key_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1714: error: 'pthread_key_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1714: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1714: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1753: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1792: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1797: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1797: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1797: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1797: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1797: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1802: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1802: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1802: error: expected primary-expression before 'char' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1802: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1802: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1804: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1804: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1804: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1804: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1804: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1809: error: 'pthread_key_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1809: error: expected primary-expression before 'char' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1809: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1809: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1811: error: 'pthread_key_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1811: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1811: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1811: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1816: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1816: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1816: error: expected primary-expression before 'char' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1816: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1816: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1818: error: 'pthread_mutex_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1818: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1818: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1818: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1818: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1823: error: 'pthread_rwlock_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1823: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1823: error: expected primary-expression before 'char' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1823: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1823: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1825: error: 'pthread_rwlock_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1825: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1825: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1825: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1825: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1830: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1830: error: expected primary-expression before 'char' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1830: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1830: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1832: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1832: error: expected primary-expression before 'const' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1832: error: expected primary-expression before 'void' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1832: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1841: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1841: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1853: error: 'pthread_cond_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1853: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1906: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1906: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1906: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1906: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1908: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1910: error: 'pthread_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1935: error: 'pthread_key_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1954: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1956: error: 'pthread_mutexattr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1956: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1956: error: expected primary-expression before 'int' /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1956: error: initializer expression list treated as compound expression /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1971: error: expected ',' or '...' before '*' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1985: error: 'pthread_attr_t' was not declared in this scope /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1985: error: expected primary-expression before ',' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1986: error: expected primary-expression before ')' token /usr/opt/TWWfsw/gcc402/bin/../lib/gcc/alpha-dec-osf5.1/4.0.2/include/pthread .h:1986: error: initializer expression list treated as compound expression /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:46: error: 'pthread_key_t' does not name a type /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:47: error: 'pthread_once_t' does not name a type /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:48: error: 'pthread_mutex_t' does not name a type /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:49: error: 'pthread_mutex_t' does not name a type /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:474: error: '__gthread_once' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:474: error: '__gthread_once_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:474: error: 'once' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:474: error: 'func' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:474: error: expected primary-expression before 'void' /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:474: error: initializer expression list treated as compound expression /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:475: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:483: error: '__gthread_key_create' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:483: error: '__gthread_key_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:483: error: 'key' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:483: error: 'dtor' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:483: error: expected primary-expression before 'void' /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:483: error: initializer expression list treated as compound expression /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:484: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:489: error: '__gthread_key_delete' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:489: error: '__gthread_key_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:490: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:495: error: '__gthread_getspecific' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:495: error: '__gthread_key_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:496: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:501: error: '__gthread_setspecific' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:501: error: '__gthread_key_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:501: error: expected primary-expression before 'const' /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:501: error: initializer expression list treated as compound expression /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:502: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:507: error: '__gthread_mutex_lock' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:507: error: '__gthread_mutex_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:507: error: 'mutex' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:508: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:516: error: '__gthread_mutex_trylock' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:516: error: '__gthread_mutex_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:516: error: 'mutex' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:517: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:525: error: '__gthread_mutex_unlock' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:525: error: '__gthread_mutex_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:525: error: 'mutex' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:526: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:535: error: '__gthread_recursive_mutex_init_function' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:535: error: '__gthread_recursive_mutex_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:535: error: 'mutex' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:536: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:556: error: '__gthread_recursive_mutex_lock' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:556: error: '__gthread_recursive_mutex_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:556: error: 'mutex' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:557: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:562: error: '__gthread_recursive_mutex_trylock' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:562: error: '__gthread_recursive_mutex_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:562: error: 'mutex' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:563: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:568: error: '__gthread_recursive_mutex_unlock' declared as an 'inline' variable /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:568: error: '__gthread_recursive_mutex_t' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:568: error: 'mutex' was not declared in this scope /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/gthr-default.h:569: error: expected ',' or ';' before '{' token /opt/TWWfsw/gcc402/include/c++/alpha-dec-osf5.1/bits/c++io.h:41: error: '__gthread_mutex_t' does not name a type *** Exit 1 Stop. -- Didier Godefroy mailto:[EMAIL PROTECTED] _______________________________________________ Aspell-user mailing list Aspell-user@gnu.org http://lists.gnu.org/mailman/listinfo/aspell-user