[mpich-discuss] make problem

Dave Goodell goodell at mcs.anl.gov
Wed Dec 1 15:56:20 CST 2010


That's bizarre.  We provide a declaration for strncmp because our configure test said that it was needed.  But it looks like your compiler is then expanding our declaration into some sort of inline replacement, as though we were calling the function rather than declaring it.  It looks similar to this unresolved mailing list thread from another project: http://lists.parisc-linux.org/pipermail/parisc-linux/2000-November/009810.html

Maybe we should be guarding these decls with an "#ifndef strncmp"?

Can you send us the "src/mpl/config.log" file as well?  That might help us figure out what's going on here.

-Dave

On Dec 1, 2010, at 3:42 PM CST, Chengshu Wang wrote:

> Dear Sir,
>  
> I have been using MPICH version 1 for several years, which works fine. Now I am trying to install MPICH2 in my Cluster. There are some problems in MAKE step.
>  
> Linux version RedHat 9.0
>  
> After tar mpich2-1.3.1.tar.gz, we got /tmp/mpich2-1.3.1. Then I did
>  
> (1) cd /tmp/mpich2-1.3.1
> (2) ./configure –prefix=/home/cheng/mpich2-1.3.1 2>&1 |  tee c.txt
> (3) make 2>&1 | tee m.txt
>  
> Then, there are some errors. Please let me know the problems.
>  
> Thank you very much.
>  
> Best Regards,
>  
> Chengshu Wang
> Vector Seismic Data Processing, Inc.
> 1801 Broadway #1151
> Denver, CO 80202
> Phone: (303)446-5725
> cswang at vector-seismic.com
>  
> <c.txt><m.txt>_______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss



More information about the mpich-discuss mailing list