If I compile the CVS version with the following option.

  ./configure --enable-threadsafe

I get an error when running Make, unless I add "-lpthread"
to the Makefile as follows. 

  LIBREADLINE = -lreadline -lncurses -lpthread

For some reason, configure isn't adding in the "-lpthread" linker
option to the Makefile.

gcc (GCC) 3.2.2 20030222 

Regards,

Mike Chirico

Reply via email to