<div>Hi!</div>
<div> </div>
<div>Thanks a lot for the response. I will try only disabling fortran support first. Hopefully that works..</div>
<div> </div>
<div>I would prefer to have shared library support if possible. What are my other options on Windows if that's </div>
<div>the case and mpich2-1.3.2 does not support it with cygwin? Should I use mngw? Is there any helpful </div>
<div>documentation on it that you have?</div>
<div> </div>
<div>I need to build from source because the Windows pre-compiled binaries don't come with the compilers </div>
<div>mpicc, mpicxx, etc. (atleast I have checked this from installing the pre-compiled binaries on my </div>
<div>Windows machine previous to building from scratch) and I need these to build my application using </div>
<div>MPI on cygwin...without which, as expected, I get the errors mpicc, mpicxx not found, etc..</div>
<div> </div>
<div>Thanks again,</div>
<div>--Sunil.</div>
<div><br> </div>
<div class="gmail_quote">On Wed, Apr 27, 2011 at 8:27 AM, Jayesh Krishna <span dir="ltr"><<a href="mailto:jayesh@mcs.anl.gov">jayesh@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"> And if you don't need fortran support disable it (./configure ... --disable-f77 --disable-fc ).<br><font color="#888888"><br>
-Jayesh<br></font>
<div>
<div></div>
<div class="h5">----- Original Message -----<br>From: "Anthony Chan" <<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>><br>To: <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
Sent: Wednesday, April 27, 2011 10:17:01 AM<br>Subject: Re: [mpich-discuss] mpich2-1.3.2 cygwin build error.<br><br><br>I am not sure cygwin shared library support is in 1.3.2p1. If you don't really<br>need shared library support, you could remove configure option --enable-shared<br>
and see if things work OK. You also don't need --enable-fast=O2 since -O2 is<br>the default.<br><br>A.Chan<br><br>----- Original Message -----<br>> Hi!<br>><br>> My mpich2-1.3.2 cygwin build is failing (configure seems to complete<br>
> successfully<br>> and I have done a make clean as instructed in the docs).<br>><br>> *make[4]: Leaving directory<br>> `/tmp/sgthomas/mpich2-1.3.2p1/src/binding/f90'<br>> make[4]: Entering directory<br>
> `/tmp/sgthomas/mpich2-1.3.2p1/src/binding/f90'<br>> FC<br>> /cygdrive/c/Users/sgthomas/devl/mpich2-1.3.2p1/src/binding/f90/mpi.f90<br>> make[4]: *** [mpi.lo] Error 1<br>> make[4]: Leaving directory<br>
> `/tmp/sgthomas/mpich2-1.3.2p1/src/binding/f90'<br>> make[3]: *** [all-redirect] Error 1<br>> make[3]: Leaving directory<br>> `/tmp/sgthomas/mpich2-1.3.2p1/src/binding/f90'<br>> make[2]: *** [all-redirect] Error 1<br>
> make[2]: Leaving directory `/tmp/sgthomas/mpich2-1.3.2p1/src/binding'<br>> make[1]: *** [all-redirect] Error 2<br>> make[1]: Leaving directory `/tmp/sgthomas/mpich2-1.3.2p1/src'<br>> make: *** [all-redirect] Error 2*<br>
><br>> I am testing this on 32 bit Windows 7. Attached is the c.txt and m.txt<br>> files. I am<br>> configuring this using:<br>><br>> configure --prefix=<path/to>install --enable-fast=O2 --enable-shared<br>
> |& tee<br>> c.txt<br>> make VERBOSE=1 2>&1 | tee m.txt<br>><br>> Any help to resolve this error is appreciated!<br>><br>> Thanks,<br>> --Sunil.<br>><br>> _______________________________________________<br>
> mpich-discuss mailing list<br>> <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><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>
_______________________________________________<br>mpich-discuss mailing list<br><a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><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>
</div></div></blockquote></div><br>