public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
* pthread.dll and Borland C++ builder
@ 1999-09-23  4:59 Erik Hensema
  0 siblings, 0 replies; only message in thread
From: Erik Hensema @ 1999-09-23  4:59 UTC (permalink / raw)
  To: 'Pthreads-win32'

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-09-23  4:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-23  4:59 pthread.dll and Borland C++ builder Erik Hensema

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).