[mpich-discuss] MPICH INSTALLATION ERRORS

Mbaabu Brian mbaabubrian at gmail.com
Sat Apr 4 08:40:20 CDT 2020


Hello,

My installation produced such errors as are documented in the attached log
files.

Please help me resolve them.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20200404/a7cdda93/attachment-0001.html>
-------------- next part --------------
make  install-recursive
make[1]: Entering directory '/cygdrive/f/MyMPICH1/mpich-3.3.2'
Making install in src/mpl
make[2]: Entering directory '/cygdrive/f/MyMPICH1/mpich-3.3.2/src/mpl'
  CC       src/bt/mpl_bt.lo
In file included from /usr/include/w32api/winsock2.h:56:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_fd_types.h:100:2: warning: #warning "fd_set and associated macros have been defined in sys/types.      This can cause runtime problems with W32 sockets" [-Wcpp]
 #warning "fd_set and associated macros have been defined in sys/types.  \
  ^~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:25:8: error: redefinition of ‘struct hostent’
 struct hostent {
        ^~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:75:8: note: originally defined here
 struct hostent {
        ^~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:33:8: error: redefinition of ‘struct netent’
 struct netent {
        ^~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:89:8: note: originally defined here
 struct netent {
        ^~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:40:8: error: redefinition of ‘struct servent’
 struct servent {
        ^~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:45:10: note: originally defined here
   struct servent *getservbyname (const char *__name, const char *__proto);
          ^~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:52:8: error: redefinition of ‘struct protoent’
 struct protoent {
        ^~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:103:8: note: originally defined here
 struct protoent
        ^~~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:63:8: error: redefinition of ‘struct linger’
 struct linger {
        ^~~~~~
In file included from /usr/include/cygwin/if.h:17:0,
                 from /usr/include/ifaddrs.h:42,
                 from ./include/mpl_base.h:48,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/cygwin/socket.h:52:8: note: originally defined here
 struct linger {
        ^~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:70:8: error: redefinition of ‘struct sockaddr’
 struct sockaddr {
        ^~~~~~~~
In file included from ./include/mpl_base.h:48:0,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/ifaddrs.h:35:9: note: originally defined here
  struct sockaddr *ifa_addr;
         ^~~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:75:8: error: redefinition of ‘struct sockaddr_in’
 struct sockaddr_in {
        ^~~~~~~~~~~
In file included from /usr/include/netinet/in.h:12:0,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/cygwin/in.h:196:8: note: originally defined here
 struct sockaddr_in
        ^~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:269:10: error: redefinition of ‘struct sockaddr_storage’
   struct sockaddr_storage {
          ^~~~~~~~~~~~~~~~
In file included from /usr/include/cygwin/if.h:17:0,
                 from /usr/include/ifaddrs.h:42,
                 from ./include/mpl_base.h:48,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/cygwin/socket.h:39:8: note: originally defined here
 struct sockaddr_storage {
        ^~~~~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1003:37: error: conflicting types for ‘accept’
   WINSOCK_API_LINKAGE SOCKET WSAAPI accept(SOCKET s,struct sockaddr *addr,int *addrlen);
                                     ^~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:21:7: note: previous declaration of ‘accept’ was here
   int accept (int, struct sockaddr *__peer, socklen_t *);
       ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1004:34: error: conflicting types for ‘bind’
   WINSOCK_API_LINKAGE int WSAAPI bind(SOCKET s,const struct sockaddr *name,int namelen);
                                  ^~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:23:7: note: previous declaration of ‘bind’ was here
   int bind (int, const struct sockaddr *__my_addr, socklen_t __addrlen);
       ^~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1006:34: error: conflicting types for ‘connect’
   WINSOCK_API_LINKAGE int WSAAPI connect(SOCKET s,const struct sockaddr *name,int namelen);
                                  ^~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:24:7: note: previous declaration of ‘connect’ was here
   int connect (int, const struct sockaddr *, socklen_t);
       ^~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1008:34: error: conflicting types for ‘getpeername’
   WINSOCK_API_LINKAGE int WSAAPI getpeername(SOCKET s,struct sockaddr *name,int *namelen);
                                  ^~~~~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:25:7: note: previous declaration of ‘getpeername’ was here
   int getpeername (int, struct sockaddr *__peer, socklen_t *);
       ^~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1009:34: error: conflicting types for ‘getsockname’
   WINSOCK_API_LINKAGE int WSAAPI getsockname(SOCKET s,struct sockaddr *name,int *namelen);
                                  ^~~~~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:26:7: note: previous declaration of ‘getsockname’ was here
   int getsockname (int, struct sockaddr *__addr, socklen_t *);
       ^~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1010:34: error: conflicting types for ‘getsockopt’
   WINSOCK_API_LINKAGE int WSAAPI getsockopt(SOCKET s,int level,int optname,char *optval,int *optlen);
                                  ^~~~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:38:7: note: previous declaration of ‘getsockopt’ was here
   int getsockopt (int __s, int __level, int __optname, void *__optval,
       ^~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1017:34: error: conflicting types for ‘listen’
   WINSOCK_API_LINKAGE int WSAAPI listen(SOCKET s,int backlog);
                                  ^~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:27:7: note: previous declaration of ‘listen’ was here
   int listen (int, int __n);
       ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1022:34: error: conflicting types for ‘recv’
   WINSOCK_API_LINKAGE int WSAAPI recv(SOCKET s,char *buf,int len,int flags);
                                  ^~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:28:11: note: previous declaration of ‘recv’ was here
   ssize_t recv (int, void *__buff, size_t __len, int __flags);
           ^~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1023:34: error: conflicting types for ‘recvfrom’
   WINSOCK_API_LINKAGE int WSAAPI recvfrom(SOCKET s,char *buf,int len,int flags,struct sockaddr *from,int *fromlen);
                                  ^~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:29:11: note: previous declaration of ‘recvfrom’ was here
   ssize_t recvfrom (int, void *__buff, size_t __len, int __flags,
           ^~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1025:34: error: conflicting types for ‘select’
   WINSOCK_API_LINKAGE int WSAAPI select(int nfds,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,const PTIMEVAL timeout);
                                  ^~~~~~
In file included from /usr/include/sys/types.h:50:0,
                 from /usr/include/stdio.h:61,
                 from ./include/mpl_base.h:15,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/select.h:62:5: note: previous declaration of ‘select’ was here
 int select __P ((int __n, fd_set *__readfds, fd_set *__writefds,
     ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1027:34: error: conflicting types for ‘send’
   WINSOCK_API_LINKAGE int WSAAPI send(SOCKET s,const char *buf,int len,int flags);
                                  ^~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:32:11: note: previous declaration of ‘send’ was here
   ssize_t send (int, const void *__buff, size_t __len, int __flags);
           ^~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1028:34: error: conflicting types for ‘sendto’
   WINSOCK_API_LINKAGE int WSAAPI sendto(SOCKET s,const char *buf,int len,int flags,const struct sockaddr *to,int tolen);
                                  ^~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:34:11: note: previous declaration of ‘sendto’ was here
   ssize_t sendto (int, const void *, size_t __len, int __flags,
           ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1029:34: error: conflicting types for ‘setsockopt’
   WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
                                  ^~~~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:36:7: note: previous declaration of ‘setsockopt’ was here
   int setsockopt (int __s, int __level, int __optname, const void *optval,
       ^~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1030:34: error: conflicting types for ‘shutdown’
   WINSOCK_API_LINKAGE int WSAAPI shutdown(SOCKET s,int how);
                                  ^~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:40:7: note: previous declaration of ‘shutdown’ was here
   int shutdown (int, int);
       ^~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1031:37: error: conflicting types for ‘socket’
   WINSOCK_API_LINKAGE SOCKET WSAAPI socket(int af,int type,int protocol);
                                     ^~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:41:7: note: previous declaration of ‘socket’ was here
   int socket (int __family, int __type, int __protocol);
       ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1032:46: error: conflicting types for ‘gethostbyaddr’
   WINSOCK_API_LINKAGE struct hostent *WSAAPI gethostbyaddr(const char *addr,int len,int type);
                                              ^~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:227:17: note: previous declaration of ‘gethostbyaddr’ was here
 struct hostent *gethostbyaddr (const void *, socklen_t, int);
                 ^~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1033:46: error: conflicting types for ‘gethostbyname’
   WINSOCK_API_LINKAGE struct hostent *WSAAPI gethostbyname(const char *name);
                                              ^~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:228:17: note: previous declaration of ‘gethostbyname’ was here
 struct hostent *gethostbyname (const char *);
                 ^~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1035:46: error: conflicting types for ‘getservbyport’
   WINSOCK_API_LINKAGE struct servent *WSAAPI getservbyport(int port,const char *proto);
                                              ^~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:240:17: note: previous declaration of ‘getservbyport’ was here
 struct servent *getservbyport (int, const char *);
                 ^~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1036:46: error: conflicting types for ‘getservbyname’
   WINSOCK_API_LINKAGE struct servent *WSAAPI getservbyname(const char *name,const char *proto);
                                              ^~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:239:17: note: previous declaration of ‘getservbyname’ was here
 struct servent *getservbyname (const char *, const char *);
                 ^~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1037:47: error: conflicting types for ‘getprotobynumber’
   WINSOCK_API_LINKAGE struct protoent *WSAAPI getprotobynumber(int number);
                                               ^~~~~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:237:18: note: previous declaration of ‘getprotobynumber’ was here
 struct protoent *getprotobynumber (int);
                  ^~~~~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1038:47: error: conflicting types for ‘getprotobyname’
   WINSOCK_API_LINKAGE struct protoent *WSAAPI getprotobyname(const char *name);
                                               ^~~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:236:18: note: previous declaration of ‘getprotobyname’ was here
 struct protoent *getprotobyname (const char *);
                  ^~~~~~~~~~~~~~
make[2]: *** [Makefile:1016: src/bt/mpl_bt.lo] Error 1
make[2]: Leaving directory '/cygdrive/f/MyMPICH1/mpich-3.3.2/src/mpl'
make[1]: *** [Makefile:40484: install-recursive] Error 1
make[1]: Leaving directory '/cygdrive/f/MyMPICH1/mpich-3.3.2'
make: *** [Makefile:40784: install] Error 2
-------------- next part --------------
Configuring MPICH version 3.3.2 with  '--prefix=/home/Lenovo/mpich-install'
Running on system: CYGWIN_NT-10.0 MUTEMBEIBRIAN 3.1.4(0.340/5/3) 2020-02-19 08:49 x86_64 Cygwin
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for icc... no
checking for pgcc... no
checking for xlc... no
checking for xlC... no
checking for pathcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking how to convert x86_64-unknown-cygwin file names to x86_64-unknown-cygwin format... func_convert_file_noop
checking how to convert x86_64-unknown-cygwin file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for icpc... no
checking for pgCC... no
checking for xlC... no
checking for pathCC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for ifort... no
checking for pgf90... no
checking for pathf90... no
checking for pathf95... no
checking for xlf90... no
checking for xlf95... no
checking for xlf2003... no
checking for gfortran... no
checking for f90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for lf95... no
checking for g95... no
checking for ifc... no
checking for efc... no
checking for gfc... no
checking whether we are using the GNU Fortran compiler... no
checking whether  accepts -g... no
checking for ifort... no
checking for pgf77... no
checking for af77... no
checking for xlf... no
checking for frt... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for fort... no
checking for ifc... no
checking for efc... no
checking for ftn... no
checking for gfortran... no
checking for f77... no
checking for g77... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
Parsing Arguments for OFI Netmod
checking hcoll/api/hcoll_api.h usability... no
checking hcoll/api/hcoll_api.h presence... no
checking for hcoll/api/hcoll_api.h... no
checking for hcoll_init in -lhcoll... no
configure: RUNNING PREREQ FOR ch3:nemesis
configure: ===== configuring src/mpl =====
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Lenovo/mpich-install' --disable-versioning --enable-embedded --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking how to convert x86_64-unknown-cygwin file names to x86_64-unknown-cygwin format... func_convert_file_noop
checking how to convert x86_64-unknown-cygwin file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking for variable argument list macro functionality... yes
checking if C compiler supports __builtin_expect... yes
checking for gcov... gcov
checking whether the compiler supports __typeof(variable)... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking memcheck.h usability... no
checking memcheck.h presence... no
checking for memcheck.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking helgrind.h usability... no
checking helgrind.h presence... no
checking for helgrind.h... no
checking valgrind/helgrind.h usability... no
checking valgrind/helgrind.h presence... no
checking for valgrind/helgrind.h... no
checking drd.h usability... no
checking drd.h presence... no
checking for drd.h... no
checking valgrind/drd.h usability... no
checking valgrind/drd.h presence... no
checking for valgrind/drd.h... no
checking whether the valgrind headers are broken or too old... yes
checking for clock_gettime... yes
checking for clock_getres... yes
checking for gethrtime... no
checking for mach_absolute_time... no
checking for gettimeofday... yes
checking for library containing clock_gettime... none required
checking for library containing clock_getres... none required
checking whether struct timespec is defined in time.h... yes
checking for CLOCK_REALTIME defined in time.h... yes
configure: Timer type selected is CLOCK_GETTIME
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sched_yield... yes
checking for yield... no
checking for usleep... yes
checking for sleep... yes
checking for select... yes
checking whether usleep needs a declaration... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_key_create in -lpthread... yes
checking for pthread_yield... yes
checking for pthread_key_create... yes
checking for pthread_cleanup_push... no
checking whether pthread_cleanup_push is available (may be a macro in pthread.h)... no
configure: POSIX will be used for thread package.
checking for thread local storage... _Thread_local
checking for pthread_mutex_init... yes
checking for pthread_mutexattr_setpshared... yes
configure: POSIX will be used for interprocess mutex package.
checking for mkstemp... yes
checking whether mkstemp needs a declaration... no
checking for fdopen... yes
checking whether fdopen needs a declaration... no
checking for getpid... yes
checking for mmap... yes
checking for munmap... yes
configure: Using a memory-mapped file for shared memory
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for strncmp... yes
checking whether strncmp needs a declaration... no
checking for putenv... yes
checking whether putenv needs a declaration... no
checking for strerror... yes
checking whether strerror needs a declaration... no
checking for usleep... (cached) yes
checking whether usleep needs a declaration... (cached) no
checking for posix_memalign... yes
checking for aligned_alloc... yes
checking whether aligned_alloc needs a declaration... no
checking for backtrace_symbols... no
checking whether backtrace_create_state is declared... no
checking whether backtrace_print is declared... no
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for inet_ntop... yes
checking for getifaddrs... yes
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking for __attribute__((aligned))... yes
checking for __attribute__((used))... yes
checking for __attribute__((fallthrough))... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating include/mpl_timer.h
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing prefix-config commands
configure: ===== done with src/mpl configure =====
configure: sourcing src/mpl/localdefs
configure: ===== configuring src/openpa =====
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Lenovo/mpich-install' --disable-versioning --enable-embedded --with-atomic-primitives=auto_allow_emulation --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking how to convert x86_64-unknown-cygwin file names to x86_64-unknown-cygwin format... func_convert_file_noop
checking how to convert x86_64-unknown-cygwin file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether to enable assertions... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking intrin.h usability... yes
checking intrin.h presence... yes
checking for intrin.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for pthread_create in -lpthread... yes
checking for pthread_yield... yes
checking if 100 threads can be run at once... yes
checking size of void *... 8
checking size of int... 4
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking if compiler rejects bogus asm statements... yes
checking for support for gcc x86/x86_64 primitives... yes
checking for support for gcc x86 primitives for pre-Pentium 4... yes
checking for support for gcc ia64 primitives... no
checking for support for gcc PowerPC atomics... no
checking for support for gcc ARM atomics... no
checking for support for gcc SiCortex atomics... no
checking for support for gcc atomic intrinsics... yes
checking for support for Windows NT atomic intrinsics... no
checking for support for Sun atomic operations library... no
checking whether to enable strict fairness checks... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating openpa.pc
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing prefix-config commands
configure: ===== done with src/openpa configure =====
checking for type of weak symbol alias support... pragma weak accepted but does not work (probably creates two non-weak entries)
no
checking whether __attribute__ ((weak)) allowed... yes
checking whether __attribute__ ((weak_import)) allowed... yes
checking whether __attribute__((weak,alias(...))) allowed... yes
checking whether to enable symbol visibility... no (disabled)
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X... no

###
### Configuring hwloc core
###
checking hwloc building mode... embedded
configure: hwloc builddir: /cygdrive/f/MyMPICH1/mpich-3.3.2/src/hwloc
configure: hwloc srcdir: /cygdrive/f/MyMPICH1/mpich-3.3.2/src/hwloc
checking for hwloc version... 2.0.3rc2-git
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... src/hwloc/
checking for hwloc symbol prefix... hwloc_
checking for gcc option to accept ISO C99... none needed
checking size of void *... 8
checking which OS support to include... Windows
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... gnu
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking whether to enable symbol visibility... no (disabled)
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strcasecmp... yes
checking whether strcasecmp is declared... yes
checking whether function strcasecmp has a complete prototype... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether function strncasecmp has a complete prototype... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... yes
checking for PROCESSOR_CACHE_TYPE... yes
checking for CACHE_DESCRIPTOR... yes
checking for LOGICAL_PROCESSOR_RELATIONSHIP... yes
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... yes
checking for GROUP_AFFINITY... yes
checking for PROCESSOR_RELATIONSHIP... yes
checking for NUMA_NODE_RELATIONSHIP... yes
checking for CACHE_RELATIONSHIP... yes
checking for PROCESSOR_GROUP_INFO... yes
checking for GROUP_RELATIONSHIP... yes
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... yes
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for PROCESSOR_NUMBER... yes
checking for main in -lgdi32... yes
checking for PostQuitMessage in -luser32... yes
checking windows.h usability... yes
checking windows.h presence... yes
checking for windows.h... yes
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking whether modff is declared... yes
checking for modff in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... no
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking for sysctl... no
checking for sysctlbyname... no
checking whether getprogname is declared... yes
checking whether getexecname is declared... no
checking whether GetModuleFileName is declared... yes
checking for program_invocation_name... yes
checking for __progname... yes
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall with 6 parameters... no
checking for lib... no
checking for bash... /bin/sh
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... yes
checking whether ffsl is declared... yes
checking whether function ffsl has a complete prototype... yes
checking for fls... yes
checking whether fls is declared... yes
checking whether function fls has a complete prototype... yes
checking for flsl... yes
checking whether flsl is declared... yes
checking whether function flsl has a complete prototype... yes
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for sys/cpuset.h... yes
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking libudev.h usability... no
checking libudev.h presence... no
checking for libudev.h... no
checking for PCIACCESS... no
checking pciaccess.h usability... no
checking pciaccess.h presence... no
checking for pciaccess.h... no
checking CL/cl_ext.h usability... no
checking CL/cl_ext.h presence... no
checking for CL/cl_ext.h... no
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking cuda_runtime_api.h usability... no
checking cuda_runtime_api.h presence... no
checking for cuda_runtime_api.h... no
checking nvml.h usability... no
checking nvml.h presence... no
checking for nvml.h... no
checking X11/Xlib.h usability... no
checking X11/Xlib.h presence... no
checking for X11/Xlib.h... no
configure: WARNING: X11 not found; GL disabled
checking NVCtrl/NVCtrl.h usability... no
checking NVCtrl/NVCtrl.h presence... no
checking for NVCtrl/NVCtrl.h... no
checking for LIBXML2... no
checking for x86 cpuid... yes
checking for pthread_mutex_lock... yes
checking if plugin support is enabled... no
checking components to build statically...  noos xml synthetic xml_nolibxml windows x86
checking components to build as plugins... 
sourcing /cygdrive/f/MyMPICH1/mpich-3.3.2/src/pm/hydra/mpichprereq
checking whether the compiler defines __func__... yes
checking whether the compiler defines __FUNC__... no
checking whether the compiler sets __FUNCTION__... yes
checking whether C compiler accepts option -O2... yes
checking whether C compiler option -O2 works with an invalid prototype program... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking for shared library (esp. rpath) characteristics of CC... done (results in src/env/cc_shlib.conf)
configure: error: No Fortran 77 compiler found. If you don't need to
        build any Fortran programs, you can disable Fortran support using
        --disable-fortran. If you do want to build Fortran
        programs, you need to install a Fortran compiler such as gfortran
        or ifort before you can proceed.
-------------- next part --------------
make  all-recursive
make[1]: Entering directory '/cygdrive/f/MyMPICH1/mpich-3.3.2'
Making all in src/mpl
make[2]: Entering directory '/cygdrive/f/MyMPICH1/mpich-3.3.2/src/mpl'
  CC       src/bt/mpl_bt.lo
In file included from /usr/include/w32api/winsock2.h:56:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_fd_types.h:100:2: warning: #warning "fd_set and associated macros have been defined in sys/types.      This can cause runtime problems with W32 sockets" [-Wcpp]
 #warning "fd_set and associated macros have been defined in sys/types.  \
  ^~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:25:8: error: redefinition of ‘struct hostent’
 struct hostent {
        ^~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:75:8: note: originally defined here
 struct hostent {
        ^~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:33:8: error: redefinition of ‘struct netent’
 struct netent {
        ^~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:89:8: note: originally defined here
 struct netent {
        ^~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:40:8: error: redefinition of ‘struct servent’
 struct servent {
        ^~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:45:10: note: originally defined here
   struct servent *getservbyname (const char *__name, const char *__proto);
          ^~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:52:8: error: redefinition of ‘struct protoent’
 struct protoent {
        ^~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:103:8: note: originally defined here
 struct protoent
        ^~~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:63:8: error: redefinition of ‘struct linger’
 struct linger {
        ^~~~~~
In file included from /usr/include/cygwin/if.h:17:0,
                 from /usr/include/ifaddrs.h:42,
                 from ./include/mpl_base.h:48,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/cygwin/socket.h:52:8: note: originally defined here
 struct linger {
        ^~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:70:8: error: redefinition of ‘struct sockaddr’
 struct sockaddr {
        ^~~~~~~~
In file included from ./include/mpl_base.h:48:0,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/ifaddrs.h:35:9: note: originally defined here
  struct sockaddr *ifa_addr;
         ^~~~~~~~
In file included from /usr/include/w32api/winsock2.h:57:0,
                 from ./include/mpl_iov.h:20,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/psdk_inc/_ip_types.h:75:8: error: redefinition of ‘struct sockaddr_in’
 struct sockaddr_in {
        ^~~~~~~~~~~
In file included from /usr/include/netinet/in.h:12:0,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/cygwin/in.h:196:8: note: originally defined here
 struct sockaddr_in
        ^~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:269:10: error: redefinition of ‘struct sockaddr_storage’
   struct sockaddr_storage {
          ^~~~~~~~~~~~~~~~
In file included from /usr/include/cygwin/if.h:17:0,
                 from /usr/include/ifaddrs.h:42,
                 from ./include/mpl_base.h:48,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/cygwin/socket.h:39:8: note: originally defined here
 struct sockaddr_storage {
        ^~~~~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1003:37: error: conflicting types for ‘accept’
   WINSOCK_API_LINKAGE SOCKET WSAAPI accept(SOCKET s,struct sockaddr *addr,int *addrlen);
                                     ^~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:21:7: note: previous declaration of ‘accept’ was here
   int accept (int, struct sockaddr *__peer, socklen_t *);
       ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1004:34: error: conflicting types for ‘bind’
   WINSOCK_API_LINKAGE int WSAAPI bind(SOCKET s,const struct sockaddr *name,int namelen);
                                  ^~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:23:7: note: previous declaration of ‘bind’ was here
   int bind (int, const struct sockaddr *__my_addr, socklen_t __addrlen);
       ^~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1006:34: error: conflicting types for ‘connect’
   WINSOCK_API_LINKAGE int WSAAPI connect(SOCKET s,const struct sockaddr *name,int namelen);
                                  ^~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:24:7: note: previous declaration of ‘connect’ was here
   int connect (int, const struct sockaddr *, socklen_t);
       ^~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1008:34: error: conflicting types for ‘getpeername’
   WINSOCK_API_LINKAGE int WSAAPI getpeername(SOCKET s,struct sockaddr *name,int *namelen);
                                  ^~~~~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:25:7: note: previous declaration of ‘getpeername’ was here
   int getpeername (int, struct sockaddr *__peer, socklen_t *);
       ^~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1009:34: error: conflicting types for ‘getsockname’
   WINSOCK_API_LINKAGE int WSAAPI getsockname(SOCKET s,struct sockaddr *name,int *namelen);
                                  ^~~~~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:26:7: note: previous declaration of ‘getsockname’ was here
   int getsockname (int, struct sockaddr *__addr, socklen_t *);
       ^~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1010:34: error: conflicting types for ‘getsockopt’
   WINSOCK_API_LINKAGE int WSAAPI getsockopt(SOCKET s,int level,int optname,char *optval,int *optlen);
                                  ^~~~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:38:7: note: previous declaration of ‘getsockopt’ was here
   int getsockopt (int __s, int __level, int __optname, void *__optval,
       ^~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1017:34: error: conflicting types for ‘listen’
   WINSOCK_API_LINKAGE int WSAAPI listen(SOCKET s,int backlog);
                                  ^~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:27:7: note: previous declaration of ‘listen’ was here
   int listen (int, int __n);
       ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1022:34: error: conflicting types for ‘recv’
   WINSOCK_API_LINKAGE int WSAAPI recv(SOCKET s,char *buf,int len,int flags);
                                  ^~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:28:11: note: previous declaration of ‘recv’ was here
   ssize_t recv (int, void *__buff, size_t __len, int __flags);
           ^~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1023:34: error: conflicting types for ‘recvfrom’
   WINSOCK_API_LINKAGE int WSAAPI recvfrom(SOCKET s,char *buf,int len,int flags,struct sockaddr *from,int *fromlen);
                                  ^~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:29:11: note: previous declaration of ‘recvfrom’ was here
   ssize_t recvfrom (int, void *__buff, size_t __len, int __flags,
           ^~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1025:34: error: conflicting types for ‘select’
   WINSOCK_API_LINKAGE int WSAAPI select(int nfds,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,const PTIMEVAL timeout);
                                  ^~~~~~
In file included from /usr/include/sys/types.h:50:0,
                 from /usr/include/stdio.h:61,
                 from ./include/mpl_base.h:15,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/select.h:62:5: note: previous declaration of ‘select’ was here
 int select __P ((int __n, fd_set *__readfds, fd_set *__writefds,
     ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1027:34: error: conflicting types for ‘send’
   WINSOCK_API_LINKAGE int WSAAPI send(SOCKET s,const char *buf,int len,int flags);
                                  ^~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:32:11: note: previous declaration of ‘send’ was here
   ssize_t send (int, const void *__buff, size_t __len, int __flags);
           ^~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1028:34: error: conflicting types for ‘sendto’
   WINSOCK_API_LINKAGE int WSAAPI sendto(SOCKET s,const char *buf,int len,int flags,const struct sockaddr *to,int tolen);
                                  ^~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:34:11: note: previous declaration of ‘sendto’ was here
   ssize_t sendto (int, const void *, size_t __len, int __flags,
           ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1029:34: error: conflicting types for ‘setsockopt’
   WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
                                  ^~~~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:36:7: note: previous declaration of ‘setsockopt’ was here
   int setsockopt (int __s, int __level, int __optname, const void *optval,
       ^~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1030:34: error: conflicting types for ‘shutdown’
   WINSOCK_API_LINKAGE int WSAAPI shutdown(SOCKET s,int how);
                                  ^~~~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:40:7: note: previous declaration of ‘shutdown’ was here
   int shutdown (int, int);
       ^~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1031:37: error: conflicting types for ‘socket’
   WINSOCK_API_LINKAGE SOCKET WSAAPI socket(int af,int type,int protocol);
                                     ^~~~~~
In file included from /usr/include/cygwin/in.h:21:0,
                 from /usr/include/netinet/in.h:12,
                 from /usr/include/arpa/inet.h:12,
                 from ./include/mpl_base.h:52,
                 from ./include/mpl.h:10,
                 from src/bt/mpl_bt.c:7:
/usr/include/sys/socket.h:41:7: note: previous declaration of ‘socket’ was here
   int socket (int __family, int __type, int __protocol);
       ^~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1032:46: error: conflicting types for ‘gethostbyaddr’
   WINSOCK_API_LINKAGE struct hostent *WSAAPI gethostbyaddr(const char *addr,int len,int type);
                                              ^~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:227:17: note: previous declaration of ‘gethostbyaddr’ was here
 struct hostent *gethostbyaddr (const void *, socklen_t, int);
                 ^~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1033:46: error: conflicting types for ‘gethostbyname’
   WINSOCK_API_LINKAGE struct hostent *WSAAPI gethostbyname(const char *name);
                                              ^~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:228:17: note: previous declaration of ‘gethostbyname’ was here
 struct hostent *gethostbyname (const char *);
                 ^~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1035:46: error: conflicting types for ‘getservbyport’
   WINSOCK_API_LINKAGE struct servent *WSAAPI getservbyport(int port,const char *proto);
                                              ^~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:240:17: note: previous declaration of ‘getservbyport’ was here
 struct servent *getservbyport (int, const char *);
                 ^~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1036:46: error: conflicting types for ‘getservbyname’
   WINSOCK_API_LINKAGE struct servent *WSAAPI getservbyname(const char *name,const char *proto);
                                              ^~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:239:17: note: previous declaration of ‘getservbyname’ was here
 struct servent *getservbyname (const char *, const char *);
                 ^~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1037:47: error: conflicting types for ‘getprotobynumber’
   WINSOCK_API_LINKAGE struct protoent *WSAAPI getprotobynumber(int number);
                                               ^~~~~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:237:18: note: previous declaration of ‘getprotobynumber’ was here
 struct protoent *getprotobynumber (int);
                  ^~~~~~~~~~~~~~~~
In file included from ./include/mpl_iov.h:20:0,
                 from ./include/mpl.h:21,
                 from src/bt/mpl_bt.c:7:
/usr/include/w32api/winsock2.h:1038:47: error: conflicting types for ‘getprotobyname’
   WINSOCK_API_LINKAGE struct protoent *WSAAPI getprotobyname(const char *name);
                                               ^~~~~~~~~~~~~~
In file included from ./include/mpl_sock.h:17:0,
                 from ./include/mpl.h:18,
                 from src/bt/mpl_bt.c:7:
/usr/include/netdb.h:236:18: note: previous declaration of ‘getprotobyname’ was here
 struct protoent *getprotobyname (const char *);
                  ^~~~~~~~~~~~~~
make[2]: *** [Makefile:1016: src/bt/mpl_bt.lo] Error 1
make[2]: Leaving directory '/cygdrive/f/MyMPICH1/mpich-3.3.2/src/mpl'
make[1]: *** [Makefile:40484: all-recursive] Error 1
make[1]: Leaving directory '/cygdrive/f/MyMPICH1/mpich-3.3.2'
make: *** [Makefile:10572: all] Error 2


More information about the discuss mailing list