automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -pthread in Linux and CygWin


From: Ralf Wildenhues
Subject: Re: -pthread in Linux and CygWin
Date: Wed, 20 Sep 2006 10:36:36 +0200
User-agent: Mutt/1.5.13 (2006-09-01)

* steven woody wrote on Wed, Sep 20, 2006 at 10:26:53AM CEST:
> On 9/20/06, Ralf Wildenhues <address@hidden> wrote:

> >For the simplest part, throw out the LDFLAGS setting in Makefile.am (if
> >anything you should be setting AM_LDFLAGS; LDFLAGS is reserved for the
> >user).  Then have the user on GNU/Linux do
> >  ./configure LDFLAGS=-pthread
> 
> glad to know the method, i will try it! thank you very much.

I should add that in general, it is not sufficient to specify -pthread
only at link time.  So you may have to put the flag in CFLAGS and/or
CPPFLAGS as well; probably this is safe for C code:
  ./configure CPPFLAGS=-pthread LDFLAGS=-pthread

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]