[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NetCDF Help



"Elkoby, Ronen" <address@hidden> writes:

> Hello
>
> I spoke to you a few minutes ago.  I appreciate your help.
>
> After setting the prefix directory I ran make check and I am getting the
> errors noted below.  Is this because I did not manually set the build
> environment and let the computer choose it automatically?
>
> Making check in cxx
>         source='netcdf.cpp' object='netcdf.lo' libtool=yes \
>         DEPDIR=.deps depmode=hp /bin/sh ../depcomp \
>         /bin/sh ../libtool --tag=CXX --mode=compile CC -DHAVE_CONFIG_H
> -I. -I. -I.. -I../fortran  -DDEBUG   -I../libsrc    -g -c -o netcdf.lo
> netcdf.cpp
> libtool: compile:  CC -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -DDEBUG
> -I../libsrc -g -c netcdf.cpp -Wp,-M.deps/netcdf.TPlo -o netcdf.o
> cpp: "netcdf.cpp", line 13: error 4036: Can't open include file
> 'iostream'.
> cpp: "ncvalues.h", line 13: error 4036: Can't open include file
> 'iostream'.
> cpp: "ncvalues.h", line 14: error 4036: Can't open include file
> 'sstream'.
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
>
>
> Thank you
>
> Ronen
>
> ****************************************************************
> RONEN ELKOBY
> Acoustics Technology
> Flight Sciences & Advanced Design -- Phantom Works
>
> The Boeing Company
> 5301 Bolsa Ave Huntington Beach, CA 92647-2099
> Phone: (714) 372-1775   FAX: (714) 896-1559
> MC: H013-B308
> address@hidden
> *************************************************************** 
>
>
>

Howdy Ronen!

First run: make distclean

Then run: configure --prefix=/whatever

Then run: make check install

Thanks,

Ed
-- 
Ed Hartnett  -- address@hidden