Closed GoogleCodeExporter closed 9 years ago
What operating system is this?
Might be fixed in r438.
Original comment by archie.c...@gmail.com
on 15 Oct 2010 at 2:30
It's Fedora 14.
I'm confused about why you hard-coded -lpthread on Linux in r438. The
AC_CHECK_LIB will work just fine on Linux, so why make the code for Linux
different from the other platforms that require -lpthread?
Original comment by jikam...@gmail.com
on 15 Oct 2010 at 2:49
Because as I understand it, the correct flag on Linux is -pthread, not
-lpthread (although -lpthread seems to link just fine).
I'm still fuzzy on what the truly correct thing to do here is though.
Original comment by archie.c...@gmail.com
on 15 Oct 2010 at 3:51
Original comment by archie.c...@gmail.com
on 19 Oct 2010 at 4:54
Original comment by archie.c...@gmail.com
on 19 Oct 2010 at 4:55
Original comment by archie.c...@gmail.com
on 22 Oct 2010 at 8:02
Original issue reported on code.google.com by
jikam...@gmail.com
on 15 Oct 2010 at 4:00