cybertao wrote:
> I had the same issue when using 32-bit Ubuntu 12.04.  I got around it at
> the time with:
> make LDFLAGS=-lthreads

It now sounds like a problem with a 32-bit system on 64-bit hardware.

What is the output of configure in the search for libpthreads?  That is:

checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes

I note that none of these are -lthreads, so it may be an autoconf issue 
when configure was created.  I wonder if

autoreconf
./configure --prefix=/tools
make

would fix the problem.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to