autoconf
[Top][All Lists]
Advanced

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

Re: [Fwd: More APR fun (was Re: undefined reference to `pthread_mutexa


From: Alexandre Oliva
Subject: Re: [Fwd: More APR fun (was Re: undefined reference to `pthread_mutexattr_init' in apr?)]
Date: 31 Oct 2000 02:30:13 -0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

On Oct 30, 2000, Bruce Korb <address@hidden> wrote:

> Why wasn't `-pthread' in CFLAGS after the first run?

It probably was, it just didn't show up in the output of AC_PROG_CC
because it was appended to CC later than that.

Look for the place in which you're checking for pthreads.h (search in
configure.in, acinclude.m4 and aclocal.m4) and add an `echo $CC'
around that, to tell whether -pthread has been added to CC.

> So the point:
[end of message]

I see.  Problem solved :-) :-)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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