[mpich-discuss] problem with installing mpich2-1.4.1
    Dave Goodell 
    goodell at mcs.anl.gov
       
    Thu Aug 25 11:13:39 CDT 2011
    
    
  
On Aug 25, 2011, at 9:46 AM CDT, Xiao-lin Nick Wu wrote:
> I tried to install mpich2-1.4.1 on our workstations. It worked well except on one machine. On that machine, it passed the configuration but gave error message when I tried to build it. Attached are two files: c.txt and m.txt. Please let me know how I can fix it.
The problem looks like string.h on your system #defines strncmp to some inline macro but MPICH2 attempts to provide a "missing" prototype for strncmp.  The prototype probably isn't actually missing, the PAC_FUNC_NEEDS_DECL configure macro is probably broken instead in this sort of environment.
Can you send us the "config.log" file from your build as well?  That will help us confirm and fix the problem.
I feel like we've encountered this and dealt with it before in some way, but I can't remember anything specific and I didn't find anything by googling and searching my email archives.
-Dave
    
    
More information about the mpich-discuss
mailing list