public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: "Sinan KAYA" <sinan.kaya@siemens.com>
To: "Craig Main" <craig@palantir.co.za>, <pthreads-win32@sourceware.org>
Subject: RE: Linking Issue,
Date: Thu, 08 Feb 2007 13:32:00 -0000	[thread overview]
Message-ID: <725A29F6B5035C45A40BDE230A5B92190A49858B@TRISTK010MSX.tr001.siemens.net> (raw)
In-Reply-To: <000201c74b81$bf1c0f20$f10311ac@JSEDev.co.za>

This is a compiler specific problem.Check out gcc documentation on how
to use it.

You use -l switch to link a library against a project. You need
something like

gcc .... -lpthreadGC2d 

Note that you omit lib in front of the library file and you can also
tell the compiler where to find the library by "-L" switch

Sinan.

-----Original Message-----
From: pthreads-win32-owner@sourceware.org
[mailto:pthreads-win32-owner@sourceware.org] On Behalf Of Craig Main
Sent: Thursday, February 08, 2007 3:05 PM
To: pthreads-win32@sourceware.org
Subject: Linking Issue,

Hi,

I had really hoped to solve this problem by searching the list archive,
so
sorry for the question, but I am struggling.
I am sure this is a simple one.

I am using MinGW to compile and use pthreads.
I have built libpthreadGC2d.a and libpthreadGC2.a

I cannot seem to link the built library to my c++ application.
With -DPTW32_STATIC_LIB I receive undefined reference 'pthread_create',
and
without the define I receive undefined reference '__imp_pthread_create'

Is this a common problem?

Regards
Craig



  reply	other threads:[~2007-02-08 13:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-08 13:05 Craig Main
2007-02-08 13:32 ` Sinan KAYA [this message]
2007-02-08 15:38   ` Craig Main
2007-03-02 12:39     ` Craig Main

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=725A29F6B5035C45A40BDE230A5B92190A49858B@TRISTK010MSX.tr001.siemens.net \
    --to=sinan.kaya@siemens.com \
    --cc=craig@palantir.co.za \
    --cc=pthreads-win32@sourceware.org \
    /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).