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: "Eddy" <address@hidden> >Organization: CCNY >Keywords: 200101161637.f0GGbmo03822 McIDAS-X gcc Eddy, >I install f2c and recompile (ie make mcx) >I just got the following error message >update libmcidas.a: done >./convdlm mdxgra.dlm >./mclog: ./convdlm: No such file or directory >convdlm mdxgra.dlm: FAILED > >awaiting your feedback Apparently, the build process can now find f2c, but the convdlm executable never got made. Take a look in ~mcidas/mcidas7.7/src/makelog and find the section related to the build/link of convdlm (there will be more than one place that this will be listed if you had several attempts at building McIDAS). Given the earlier problem with f2c not being found, I am assuming that libf2c.a was not installed in a place that it could be found. Did you read the Notes and Warnings section of the McIDAS build procedure related to users of gcc: http://www.unidata.ucar.edu/packages/mcidas/770/mcx/warnings_mcx.html#gcc This section contains information on how f2c, libf2c.a, and f2c.h should be installed in order for McIDAS to be built. After you follow the example contained in the web page (as root), do the following to restart the build process: <login as 'mcidas'> cd mcidas7.7/src make clobber make all Tom