On Apr 7, 2006, at 7:35 AM, raja wrote:
> I am new to this list. I just tried to configure
> lam-7.1.1 in
> cygwin running in windowsXP OS.
> The configuration script works fine until it reached at this stage.
> Afterwards it prolong for long, long time and nothing happens, Kindly
> help me to fix this problem
>
> ######################################################################
> ###################
> checking if C compiler and POSIX threads work as is... yes
> checking if C++ compiler and POSIX threads work as is... yes
> checking if F77 compiler and POSIX threads work as is... yes
> checking for working POSIX threads package... yes
> checking if C compiler and Solaris threads work... no
> checking if C++ compiler and Solaris threads work... no
> checking if F77 compiler and Solaris threads work... no
> checking for working Solaris threads package... no
> checking for type of thread support... posix
> checking if threads have different pids (pthreads on linux)... no
> checking for pthread_atfork... yes
> checking for FD_SETSIZE... using system defaults
> checking BSD 4.3 for msg_accrights in struct msghdr... yes
> checking BSD 4.3 fd passing example...
> ####################################################################
This can happen if the BSD file descriptor passing functions appear
to work properly but in reality never send the data. This used to
work properly in Cygwin, so I would try updating to the latest Cygwin
in case it's a problem with older Cygwin versions. If you are at the
latest version, then I'm not really sure what to tell you. There are
probably a couple processes named "conftest" running that you could
kill that will cause a failure for that test, which should allow
configure to complete successfully.
Brian
--
Brian Barrett
LAM/MPI developer and all around nice guy
Have a LAM/MPI day: http://www.lam-mpi.org/
|