...
On OPENSUSE 12 systems, a better solution is to go into Yast | Network Settings | Hostname/DNS : the option Assign Hostname to Loopback IP should be checked.
I get these errors when the Divrot module is linked:
Code Block | ||
---|---|---|
| ||
CXXLD bin/Divrot
../../lib/libMars.a(lib_libMars_a-pproc.o): In function `ppintf':
/build/src/libMars/pproc.c:459: undefined reference to `intf2'
../../lib/libMars.a(lib_libMars_a-pproc.o): In function `makeuv':
/build/src/libMars/pproc.c:858: undefined reference to `intuvs2_'
/build/src/libMars/pproc.c:851: undefined reference to `intuvp2_'
../../lib/libMars.a(lib_libMars_a-pproc.o): In function `vector_postproc':
/build/src/libMars/pproc.c:672: undefined reference to `intvect2_' |
These errors occur if emoslib was built without GRIB_API support. When you build emoslib, you're given the option to build it with GRIB_API support, as which point you should say 'yes' and tell it where to find the GRIB_API libraries. Once you've rebuilt emoslib with this option, Metview should be able to link correctly with it.
How should I build GRIB_API for Metview?
...