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

Re: 19990315: netcdf_onIRIX6.5



Dirk,

[Russ asked me to reply to you.]

> Date:    Mon, 15 Mar 1999 11:40:51 +0100
> From:    Dirk_Heizenreder <address@hidden>
> To:      Russ Rew <address@hidden> (Non Receipt Notification Requested) (IPM 
> Return Requested)
> Subject: Re: 19990218: netcdf_onIRIX6.5

In the above message, you wrote:

...
> I did the following steps (in src) and ended with errors in src/cxx.
> The Output of make test is attatched at the end of the mail.
>  
>     1.  Execute the command "make distclean".
>  
>     2.  Remove the file "config.cache" if it exists.
> 
>     3. Set the following env in my profile
> 
>     CC=/bin/c89;export CC           # MIPSpro Compilers: Version 7.2.1.1m
>     CPPFLAGS=
>     CFLAGS=-g; export CFLAGS
>     FC=/bin/f90; export FC          # MIPSpro Compilers: Version 7.2.1.1m
>     FFLAGS=-g;export FFLAGS
>     CXX=/bin/CC; export CXX
> 
>     4.Error message 
>       Making `all' in directory /usr2/people/vmeahei/netcdf/src/cxx
> 
>         c++ -c -O  -I../libsrc  -DNDEBUG netcdf.cc

Somethings wrong.  The compilation line above uses the "c++" compiler --
yet you said you set the CXX environment variable to "/bin/CC".  Could
it be that you didn't reexecute the configure script (step 4 in Russ's
previous response)?

It that's the case, then please retry by following steps 2 through 9 near
the end of the INSTALL file (use the above settings for step 5).

Please let me know if this helps.

--------
Steve Emmerson   <http://www.unidata.ucar.edu>