From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Hensema To: 'Pthreads-win32' Subject: pthread.dll and Borland C++ builder Date: Thu, 23 Sep 1999 04:59:00 -0000 Message-id: X-SW-Source: 1999/msg00097.html Hi, Did anybody try to use the pthread.dll under Borland C++ builder? I keep getting these linker errors (from the CLI): Turbo Link Version 2.0.68.0 Copyright (c) 1993,1997 Borland International Warning: Attempt to export non-public symbol 'pthread_attr_destroy' Warning: Attempt to export non-public symbol 'pthread_attr_getdetachstate' Warning: Attempt to export non-public symbol 'pthread_attr_getschedparam' Warning: Attempt to export non-public symbol 'pthread_attr_getstackaddr' Warning: Attempt to export non-public symbol 'pthread_attr_getstacksize' [...] Error: Unresolved external '_getpid' referenced from module posix_cancel.c Error: Unresolved external '_pthread_mutex_init' referenced from module posix_ca ncel.c Error: Unresolved external '_printf' referenced from module posix_cancel.c Error: Unresolved external '_pthread_create' referenced from module posix_cancel .c Error: Unresolved external '_pthread_join' referenced from module posix_cancel.c Error: Unresolved external '_pthread_exit' referenced from module posix_cancel.c I'm linking with: tlink32 posix_cancel.obj,posix_cancel.exe,,,pthread\\pthread.def I'm using bash as the shell, so I need to escape the backslash.