Thank you, it did solve the problem.<br><br><div class="gmail_quote">On Fri, Dec 16, 2011 at 10:57 PM, Rajeev Thakur <span dir="ltr">&lt;<a href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Try building without the --enable-debuginfo.<br>
<br>
Rajeev<br>
<div><div class="h5"><br>
On Dec 16, 2011, at 10:11 AM, Anton Daneyko wrote:<br>
<br>
&gt; Hello dear MPICH users and developers,<br>
&gt;<br>
&gt; I am trying to build MPICH on Cygwin and get the following error, when I run ./configure:<br>
&gt;<br>
&gt; Configuring MPICH2 version 1.4.1p1 with  &#39;--enable-debuginfo&#39; &#39;--disable-fc&#39;<br>
&gt; Running on system: CYGWIN_NT-6.1-WOW64 antonbaton 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin<br>
&gt; ... here goes a long configure output and in the end:<br>
&gt; checking whether C compiler accepts option -fPIC... no<br>
&gt; checking whether C compiler accepts option -fpic... no<br>
&gt; configure: error: Neither -fpic nor -fPIC accepted by gcc<br>
&gt;<br>
&gt; When I try to compile a one line C program, that does return 0; with -fpic and -fPIC options I get the following output:<br>
&gt; anton@antonbaton ~/mpich2-1.4.1p1<br>
&gt; $ gcc -fpic tmp.c<br>
&gt; tmp.c:1:0: warning: -fpic ignored for target (all code is position independent)<br>
&gt;<br>
&gt; anton@antonbaton ~/mpich2-1.4.1p1<br>
&gt; $ gcc -fPIC tmp.c<br>
&gt; tmp.c:1:0: warning: -fPIC ignored for target (all code is position independent)<br>
&gt;<br>
&gt;<br>
&gt; Has anyone encountered a similar error or can suggest a solution to this problem?<br>
&gt;<br>
&gt; Best regards,<br>
&gt; Anton Daneyko<br>
</div></div>&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; To manage subscription options or unsubscribe:<br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br>
_______________________________________________<br>
mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</blockquote></div><br>