public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: Erik Hensema <erik.hensema@group2000.nl>
To: 'Pthreads-win32' <pthreads-win32@sourceware.cygnus.com>
Subject: pthread.dll and Borland C++ builder
Date: Thu, 23 Sep 1999 04:59:00 -0000	[thread overview]
Message-ID: <A01E735D4940D311A3850090275559330BA95B@NTSRV02> (raw)

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.

                 reply	other threads:[~1999-09-23  4:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A01E735D4940D311A3850090275559330BA95B@NTSRV02 \
    --to=erik.hensema@group2000.nl \
    --cc=pthreads-win32@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).