<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <br>
    Hi all members this list.;<br>
    <br>
    Wei-keng suggested:<br>
    <br>
    <pre wrap="">From your configure log, I can see the "configure" is still using f77.
The problem is "configure" checks the environment variable "FC" instead of "F77".

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

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