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.
Hi Brian, There was no followup to the related message in our Mail archives, so we don't know whether or how the problem was resolved. The line referenced is dividing an integer by a number of type off_t, which is probably a 64-bit integer or "long long" on your platform. If you are compiling on a 32-bit platform, the fact that this cannot be found in your installed gcc runtime libraries may indicate that you have 64-bit run time libraries with a 32-bit compiler or some similar misconfiguration of gcc and its runtime libraries. Or perhaps the version of gcc is not compatible with the version of libgcc. Also make sure you are using gcc to link and not trying to manually link with ld, as gcc should know where to find its runtime libraries. --Russ --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: NRQ-166824 Department: Support netCDF Priority: Normal Status: Closed