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

[netCDF #MWX-946487]: problem in ./configure



> Dear Sir,
>
> I am trying to installing netcdf-3.6.2 in SGI IRIX machine and failed to
> do that. I need it for running WRF. I am attaching herewith the output
> from ./configure as well as the make check as two text files. Kindly solve
> my problem.
>
> Thanking you
> Shekhar
>

Howdy Shekhar!

You are having problems with the C++ API:

Making check in cxx
        source='netcdf.cpp' object='netcdf.lo' libtool=yes \
        DEPDIR=.deps depmode=sgi /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,-MDupdate,.deps/netcdf.TPlo -o netcdf.o
*** Error code 1 (bu21)
*** Error code 1 (bu21)


I don't know what is causing your IRIX C++ compiler to complain. My IRIX does
build the netCDF C++ API without problems.

However you probably don't need the C++ API anyway. Run a "make distcheck" and
then rerun configure with the --disable-cxx option to turn off the C++ API.

If you *do* want the C++ API, please send me the version of your C++ compiler.

Thanks,

Ed

Ticket Details
===================
Ticket ID: MWX-946487
Department: Support netCDF
Priority: Normal
Status: Closed