Look in the config.log for a record of what exactly is being built in the integer*8 test and why it is failing.�� It should be near the end of that file.�� <br><br><div class="gmail_quote">On Tue, Jun 28, 2011 at 10:05 AM, Varlei Everton Menconi <span dir="ltr">&lt;<a href="mailto:varlei@dge.inpe.br">varlei@dge.inpe.br</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><u></u>

  

    
  
  <div text="#000000" bgcolor="#ffffff">
    <br>
    Hi all members this list.;<br>
    <br>
    Wei-keng suggested:<br>
    <br>
    <pre>From your configure log, I can see the &quot;configure&quot; is still using f77.
The problem is &quot;configure&quot; checks the environment variable &quot;FC&quot; instead of &quot;F77&quot;.

Can you try set &quot;FC&quot; to gfortran and let us know?

By the way, here is the list of environment variables that can be set. (in tcsh)

setenv CC     gcc
setenv CXX    g++
setenv FC     gfortran
setenv F90    gfortran
setenv MPICC  mpicc
setenv MPICXX mpicxx
setenv MPIF77 mpif77
setenv MPIF90 mpif90

Wei-keng
</pre>
    <br>
    I make the environment variables:<div class="im"><br>
    <br>
    ��� #!/bin/bash<br>
    ��� SHELL=/bin/bash<br>
    ��� <a href="mailto:MAILTO=varlei@dge.inpe.br" target="_blank">MAILTO=varlei@dge.inpe.br</a><br>
    ��� clear<br></div><div class="im">
    ��� export CC=/usr/bin/gcc<br>
    ��� export CXX=/usr/bin/g++<br></div>
    ��� export FC=/usr/bin/gfortran<br>
    ��� export F90=/usr/bin/gfortran <br><div class="im">
    ��� export MPICC=/usr/bin/mpicc<br></div>
    ��� export MPICXX=/usr/bin/mpiccxx<br>
    ��� export MPIF77=/usr/bin/mpif77<div class="im"><br>
    ��� export MPIF90=/usr/bin/mpif90<br></div>
    ��� printenv<br>
    <br>
    The return that command printenv it&#39;s attached file Lista3.txt.� <br>
    The variables to do correct values (conform show file).<br>
    <br>
    Then i try to compile with command follow. <br><div class="im">
    ��� ��� #!/bin/bash<br>
    ��� ��� SHELL=/bin/bash<br>
    ��� ��� <a href="mailto:MAILTO=varlei@dge.inpe.br" target="_blank">MAILTO=varlei@dge.inpe.br</a><br>
    ��� ��� clear<br></div>
    ��� ��� printenv <br>
    ��� ��� rm -fR /usr/local/parallelNetCDF/*.*<div class="im"><br>
    ��� ��� ./configure --prefix=/usr/local/parallelNetCDF
    --enable-fortran --enable-mpi-io-test --with-mpi=/usr <br>
    � <br></div>
    ������� This log&#39;s that command into attached file LogCompiler3.txt
    <br>
    <br>
    Error still persist: �� <i><b>&quot;configure: error: F77 does not
        support &quot;integer*8&quot;</b></i> <br>
    <br>
    Even with the� parameter &quot;--disable-fortran&quot; in to line command,�
    error still persist. <br>
    ��� <br>
    I can&#39;t understand why.<br>
    <br>
    <br>
----------------------------------------------------------------------------------------------------------------------<br>
    <br>
    Jim Edwards suggest i tryed compile the code follow in my computer:<br>
    <br>
    <br>
    &gt;������ program test<br>
    &gt;������ integer*8 :: fred<br>
    &gt;������ end program<br>
    &gt;<br>
    <br>
    <br>
    I try to compile with the command gfortran-4.5.� (using the line
    comand:� gfortran-4.5 -o Teste�� Jim.f90 (source file with code)
    )��� ./Teste <br>
    � <br>
    �� The compiled with sucess and without errors. I run the executable
    file and find execution with errors. <br>
    <br>
    I try the with symbolic link g77� (using the line comand:� g77 -o
    Teste2 � Jim.f90 (source file with code) )� ./Teste2 <br>
    �� <br>
    �� The compiled with sucess and without errors. I run the executable
    file and find execution with errors.� <br>
    <br>
    ��� <br>
    I can&#39;t understand why,<br>
    ����� I can&#39;t understand why.<br>
    ����������� I can&#39;t understand why.<br>
    <br>
    <br>
    Thanks by your help. <br><font color="#888888">
    <br>
    <br>
    <br>
    <br>
    Varlei <br></font><div class="im">
    <br>
    <br>
    <pre cols="72">-- 
-----------------------------------------------------------------------------
 Varlei Everton Menconi
 (<a href="mailto:varlei@dge.inpe.br" target="_blank">varlei@dge.inpe.br</a>)

 INPE - Instituto Nacional de Pesquisas Espaciais
 CEA - Ci�ncias Espaciais e Atmosf�ricas
 DGE - Divis�o de Geof�sica Espacial
 Avenida dos Astronautas, 1758- Jardim Granja -Predio Sigma -Sala 41
 Cep: 12227-010 - S�o Jose dos Campos - SP - Brasil
 fone:  (055) (012)  3208-6819
 fax:   (055) (012)  3208-6810
------------------------------------------------------------------------------</pre>
  </div></div>

</blockquote></div><br>