I am trying to install Synergy (1.3.1) on AIX 5.3 and it gets to checking pthreads and fails:
.
.
.
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for dot... NO
checking dependency style of gcc... gcc3
checking if g++ defines correct C++ macro... yes
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... no
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... no
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for pthread-config... no
configure: error: You must have pthreads to compile synergy
As far as I can tell, pthreads libs are installed:
[gemdba@rv-wk-btuc-02:bits64]/home/gemdba/synergy-1.3.1>lslpp -l | grep threads
bos.rte.libpthreads 5.3.0.30 COMMITTED pthreads Library
I don't know how to attach a file from my box but the basic info is above
Thanks in advance for any help.
BIT
.
.
.
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for dot... NO
checking dependency style of gcc... gcc3
checking if g++ defines correct C++ macro... yes
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... no
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... no
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for pthread-config... no
configure: error: You must have pthreads to compile synergy
As far as I can tell, pthreads libs are installed:
[gemdba@rv-wk-btuc-02:bits64]/home/gemdba/synergy-1.3.1>lslpp -l | grep threads
bos.rte.libpthreads 5.3.0.30 COMMITTED pthreads Library
I don't know how to attach a file from my box but the basic info is above
Thanks in advance for any help.
BIT