Re: [PATCH] configure.ac: try -lpthread in $LIBS instead of $CFLAGS

2015-11-20 Thread Jeff King
On Sun, Nov 08, 2015 at 05:00:00PM +0100, Matthieu Moy wrote: > "Rainer M. Canavan" writes: > > > configure.ac | 8 +++- > > 1 file changed, 7 insertions(+), 1 deletion(-) > > Looks all right to me. Thanks for you contribution and for your > patience! Thanks, both. I've queued this to eve

Re: [PATCH] configure.ac: try -lpthread in $LIBS instead of $CFLAGS

2015-11-08 Thread Matthieu Moy
"Rainer M. Canavan" writes: > configure.ac | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) Looks all right to me. Thanks for you contribution and for your patience! -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git

[PATCH] configure.ac: try -lpthread in $LIBS instead of $CFLAGS

2015-11-08 Thread Rainer M. Canavan
Some linkers, namely the one on IRIX are rather strict concerning the order or arguments for symbol resolution, i.e. no libraries listed before objects or other libraries on the command line are considered for symbol resolution. That means that -lpthread can't work if it's put in CFLAGS, because it