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

Bug#713628: prelink: FTBFS: (.text+0x1d8): undefined reference to `pthread_atfork'



The linker problem is fixed by adding -lpthread to the libtool
command.  I am not quite sure how to best add it to the source.  I
suspect adding this to configure.in somewhere might be a good fix:

  AC_CHECK_LIB(pthread,pthread_atfork)

-- 
Happy hacking
Petter Reinholdtsen


Reply to: