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: address@hidden (Chris Hennon) >Organization: Ohio State University >Keywords: 200101091723.f09HNjo18254 McIDAS-X build Chris, >I tried to restart the make twice, and it failed each time with the same >error. I'm using the cc and f77 compilers in: > >/opt/SUNWspro/bin This doesn't tell us which version of the compiler(s) you are using. Please tell me the results of: cc -V and f77 -V >It is possible that I am not completely up to date with patches and >updates, though I am not grossly outdated. Yes, this is possible. Again, the bus error is caused by the compiler and/or loader, not by the McIDAS code: f77: Fatal error in ld: Bus Error I guess that you might check to see which version of the loader/linker you are using: which ld On Sun Solaris systems, this should be the one in /usr/ccs/bin. >Suggestions? Let's find out which versions of the compilers and loader you are using. If this all looks good, you will have to investigate upgrading your compilation/link environment to the latest patch levels. I would ask our system administrator to scope this out, but he is not in today. Tom