Hi Andrew,
re:
>I just recently downloaded the mcupdates.tar.gz from Unidata McIDAS-X
>website and ran mcupdate.
>However, When I went to run `make mcx` the make failed with this error
>message:
>
>mcidas@hcpldml03 src]$ pwd
>/usr/mcidas/mcidas2009/src
>[mcidas@hcpldml03 src]$ make mcx
>make: NOTICE: VENDOR compiler selection: -gfortran
>
>##########################################
>
>Tue Nov 23 20:04:20 GMT 2010: BUILD INIT
>
>##########################################
>
>##########################################
>
>Tue Nov 23 20:04:20 GMT 2010: BUILD BEGIN
>
>##########################################
>
>CFLAGS=3D"-O -D_FILE_OFFSET_BITS=3D64" && \
> LDFLAGS=3D"" && \
> export CFLAGS LDFLAGS
> ; cd ../bzip2 && ../src/./mclog make
>
>/bin/sh: line 3: cd: ../bzip2: No such file or directory
>
>make: *** [../bzip2/libbz2.a] Error 1
>
>Any help would be appreciated.
The most recent addenda for Unidata McIDAS-X assume that one is updating
from a Unidata McIDAS-X version in which bzip2 support is available
(bzip2 is used for the newer NEXRAD Level III and TDWR radar products).
Question:
- what version of Unidata McIDAS are you trying to upgrade?
The simplest thing for you to do at this point is: download, unpack,
and build the full Unidata McIDAS-X v2009 distribution:
<as 'mcidas'>
cd ~mcidas
-- define the enviornment variable McINST_ROOT to be the HOME directory
of user 'mcidas'
-- download Unidata McIDAS v2009 (mcidasx2009.tar.gz) and the unpacker
(mcunpack) from the Unidata website to the $HOME directory of user
'mcidas'
-- unpack and build the new distriubtion:
chmod +x mcunpack
./mcunpack
cd ~/mcidas2009/src
make clobber
make
make install.mcxall
Cheers,
Tom
--
+----------------------------------------------------------------------------+
* Tom Yoksas UCAR Unidata Program *
* (303) 497-8642 (last resort) P.O. Box 3000 *
* yoksas@xxxxxxxxxxxxxxxx Boulder, CO 80307 *
* Unidata WWW Service http://www.unidata.ucar.edu/*
+----------------------------------------------------------------------------+