Actions
Bug #9329
closed./configure --enable-shared --enable-relocatable && make fails
Bug #9329:
./configure --enable-shared --enable-relocatable && make fails
Description
Steps to Reproduce:
$ ./configure --enable-shared --enable-relocatable
$ make
Actual Result:
compiling ./enc/encdb.c
linking encoding encdb.so
/usr/bin/ld: cannot find -l-lpthread
collect2: error: ld returned 1 exit status
Actions