| 1 | <div><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex"> |
|---|
| 2 | configure still think that CC is set to "-m32" not "gcc -m32".<br><br> A.Chan<br></blockquote></div><br>Now I tried to compile mpich2 under 64-bit system with commands <br>>configure gcc="gcc -m32" cxx="g++ -m32" ..... --prefix=...<br> |
|---|
| 3 | or >configure cc="gcc -m32" cxx="g++ -m32" ..... --prefix=...<br>It was everything OK by installation of mpich2. Then by configuration of my programm no errors were found, but during installation with mpich2 it has written:<br> |
|---|
| 4 | /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /home/user/mpich2-install/lib/libmpichf90.a when searching for -lmpichf90<br>/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /home/user/mpich2-install/lib/libmpichf90.a when searching for -lmpichf90<br> |
|---|
| 5 | /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lmpichf90<br>exit status<br>So installation was broken. Can you write me how to do the mpich2-installation under 64-bit OS with -m32 exactly, point-by-point? Or maybe I have done everything OK and there is another problem?<br> |
|---|
| 6 | <br>A.Mazheika<br> |
|---|