On Tuesday 16 September 2003 09:19, Marcelo Almeida de Amorim wrote:
...
> source='licq.cpp' object='licq.o' libtool=no  depfile='.deps/licq.Po'
> tmpdepfile='.deps/licq.TPo'  depmode=gcc3 /bin/ksh ../admin/depcomp  g++
> -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include
> -DINSTALL_PREFIX=\"/usr/local\"      -O2 -fno-exceptions -fno-check-new -c
> -o licq.o `test -f licq.cpp || echo './'`licq.cpp
> In file included from licq.h:8,
>                  from licq.cpp:37:
> /usr/include/pthread.h:328:4: #error "Please compile the module including
> pthread.h with -pthread"

googling, i've found[1] that the compiler needs a -pthread option. try doing 
something like 
   CXXFLAGS=-pthread ./configure
or 
  CPPFLAGS=-pthread ./configure

if that works i will add that case to the configure script.

Regards,
        Juan.

[1] http://lists.mdcc.cx/mcl-devel/msg00113.html


-- 
Buenos Aires, Argentina                           11°C with winds at 22 km/h E

Attachment: pgp00000.pgp
Description: signature

Reply via email to