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 >Organization: Phillips Laboratory/GPIA, Hanscom Afb >Keywords: 199503032040.AA09167 Jens, >I have a problem using the netcdf libraries in a application. >I use Microsoft quick C ver 2 and include netcdf.h . >Both the xdr.lib and netcdf.lib libraries are included in the MAKE file. >When compiling, a linker error: __aFstkchk unresolved external appears >both when linking the XDR and the NETCDF libraries. I am not familiar with this entry point. The netcdf.lib does show as an external reference __aFchkstk. On my OS/2 system, this entry point is contained in the large Fortran library, llibfor7.lib, and in the large C library, llibc7.lib. It may be the case that you built your libraries without this entry point (either C with Fortran compatibility or without, I can't remember) so you may look there. >I have tried all >possible versions of the standard libraries large and huge meodel, with and >without xx87 support. I will be very grateful for any suggestions on >how to remedy the error. Please respond to: address@hidden or >on the telephone: 617377 8767. >Thanks very much for your help. Tom Yoksas