Larry, > To: address@hidden > From: Larry Lyjak <address@hidden> > Subject: _fxstat not found > Organization: . > Keywords: 199906071925.NAA17358 In the above message, you wrote: > Hi. I am running netcdf rpm 3.3.1-2 on my new PC/Linux machine and get the > following error when trying to load a program > > Linking: > status of loading = 1 > /usr/lib/libnetcdf.so: undefined reference to `_fxstat' > > > The unix commands look like this: > > library="-L /usr/X11R6/lib -L /usr/local/lib -L /usr/local/ncarg/lib > -lncarg -lncarg_gks -lncarg_c -lX11 -lm > -L/usr/lib/gcc-lib/i386-glibc20-linux/egcs-2.90.29 -lf2c " > > pgf90 -o $aout $file.o -lc $library -lblas -lnetcdf > > > Any ideas as to what is going wrong here? Sorry, I have no idea what's going on (other than the obvious: your linker isn't resolving the _fxstat symbol). The netCDF package doesn't use that symbol *at all*. I suspect that it's something that your program or the library routines it references is using. -------- Steve Emmerson <http://www.unidata.ucar.edu>