<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18783"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=125493914-30062009><FONT color=#0000ff 
size=2 face=Arial>It is failing at the point where the Fortran compiler is 
invoked.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=125493914-30062009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=125493914-30062009><FONT color=#0000ff 
size=2 face=Arial>Does it build without shared libraries, i.e., regular build 
with Intel compiler?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=125493914-30062009><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=125493914-30062009><FONT color=#0000ff 
size=2 face=Arial>Rajeev</FONT></SPAN></DIV><BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" 
dir=ltr>
  <DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
  <HR tabIndex=-1>
  <FONT size=2 face=Tahoma><B>From:</B> mpich-discuss-bounces@mcs.anl.gov 
  [mailto:mpich-discuss-bounces@mcs.anl.gov] <B>On Behalf Of </B>Seifer 
  Lin<BR><B>Sent:</B> Tuesday, June 30, 2009 3:42 AM<BR><B>To:</B> 
  mpich-discuss@mcs.anl.gov<BR><B>Subject:</B> [mpich-discuss] build MPICH2-1.1 
  (shared libs) with IntelC++/Fortran compiler failed ...<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV>Hi</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>I use the following command to build MPICH2-1.1 with GNU compiler</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>./configure CFLAGS="-fPIC" CXXFLAGS="-fPIC" FFLAGS="-fPIC" 
  --enable-sharedlibs=gcc --enable-mpe --with-device=ch3:nemesis --with-pm=smpd 
  --with-pmi=smpd</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>and everything is fine!</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT color=#0000ff size=2 face=Arial></FONT>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>but when I use</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>export CC=icc</DIV>
  <DIV>export CXX=icpc</DIV>
  <DIV>export FC=ifort</DIV>
  <DIV>export F77=ifort</DIV>
  <DIV>export F90=ifort</DIV>
  <DIV>./configure CFLAGS="-fPIC" CXXFLAGS="-fPIC" FFLAGS="-fPIC" 
  --enable-sharedlibs=gcc --enable-mpe --with-device=ch3:nemesis --with-pm=smpd 
  --with-pmi=smpd</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>a make error occurrs!</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  null_comm_del_fnf.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  null_comm_copy_fnf.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  dup_win_fnf.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  null_win_del_fnf.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  null_win_copy_fnf.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  dup_type_fnf.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  null_type_del_fnf.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  null_type_copy_fnf.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  statusf2c.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  statusc2f.c<BR>&nbsp; 
  CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  setbot.c<BR>&nbsp; 
  FC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  setbotf.f<BR>make[4]: *** [setbotf.lo] Error 1<BR>make[4]: Leaving directory 
  `/home/seifer/mpich2-1.1_x64_smpd_intelbuild_dynamic/src/binding/f77'<BR>make[3]: 
  *** [all-redirect] Error 1<BR>make[3]: Leaving directory 
  `/home/seifer/mpich2-1.1_x64_smpd_intelbuild_dynamic/src/binding/f77'<BR>make[2]: 
  *** [all-redirect] Error 1<BR>make[2]: Leaving directory 
  `/home/seifer/mpich2-1.1_x64_smpd_intelbuild_dynamic/src/binding'<BR>make[1]: 
  *** [all-redirect] Error 2<BR>make[1]: Leaving directory 
  `/home/seifer/mpich2-1.1_x64_smpd_intelbuild_dynamic/src'<BR>make: *** 
  [all-redirect] Error 2</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Does anyone build MPICH2-1.1+icc/ifort+enable-sharedlibs=gcc&nbsp; 
  successfully ?</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>regards,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Seifer</DIV></BLOCKQUOTE></BODY></HTML>