Ticket #684: part0001.5.html

File part0001.5.html, 1.4 KB (added by Alexej Mazheika, 4 months ago)

Added by email2trac

Line 
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">
2configure still think that CC is set to &quot;-m32&quot; not &quot;gcc -m32&quot;.<br><br>  A.Chan<br></blockquote></div><br>Now I tried to compile mpich2 under 64-bit system with commands <br>&gt;configure gcc=&quot;gcc -m32&quot; cxx=&quot;g++ -m32&quot; ..... --prefix=...<br>
3or  &gt;configure cc=&quot;gcc -m32&quot; cxx=&quot;g++ -m32&quot; ..... --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>