This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: "Kwan-yin Kong" <address@hidden> >Organization: CCNY >Keywords: 200311062207.hA6M7LOb006607 McIDAS-X v2003 Kwan, >I am building McIDAS on an x86 machine running >Solaris 8. OK. I am not sure why the build did not go smoothly given that this is an operating system that SSEC builds on routinely. Given that the problem comes in when building the zlib portion of the distribution, and given that for some unknown reason 'cc' is trying to be used in that portion of the build, I would suggest that you work around the problem by creating a link called 'cc' to 'gcc' in a directory that is before /usr/ucb in the PATH of your 'mcidas' user. I would then clobber the previous build attempt and start from scratch: <as 'mcidas'> mkdir ~mcidas/tmp cd ~mcidas/tmp ln -s /usr/local/bin/gcc cc setenv PATH ~mcidas/tmp:$PATH cd ~mcidas/mcidas2003/src make clobber make all VENDOR=-g77 Please let me know if this works for you. Tom