Having a compile issue
Wei-keng Liao
wkliao at ece.northwestern.edu
Tue Dec 8 10:41:41 CST 2009
Hi, Joe,
Can you try the followings? (I used these to build pnetcdf under tcsh.)
autoreconf
setenv CC gcc
setenv CXX g++
setenv FC gfortran
setenv F90 gfortran
setenv MPICC mpicc
setenv MPICXX mpicxx
setenv MPIF77 mpif77
setenv MPIF90 mpif90
setenv CFLAGS "-g"
setenv FFLAGS "-g"
configure --prefix=$HOME/PnetCDF/1.1.0 --enable-fortran
make
make tests
Wei-keng
On Dec 8, 2009, at 12:40 AM, Joe Buck wrote:
> I have checked revision 721 out via git. I'm running configure with
> the --with-mpi flag and with a --prefix path specified. I'm seeing a
> "make tests" failure in the "fandc" test directory.
>
> I'm attaching the output of "configure" , "make" and "make test".
>
> One note, it seems like the configure script doesn't pick up my
> environmental setting of $FC as it does not show up in macros.make
> file. I had to manually add it.
>
> Any advice would be appreciated. Thanks in advance,
> -Joe Buck
> <configure.txt><make_tests.txt><make.txt>
More information about the parallel-netcdf
mailing list