Fulu Tao, > To: address@hidden > From: Fulu Tao <address@hidden> > Subject: question > Organization: UCAR/Unidata The above message contained the following: > Please check the following error information. Can you help me > in solving the problem? Why the 'netcdf-3.5.0/lib/crt1.o' and > 'netcdf-3.5.0/lib/crtn.o' can not be found. > Thank you very much! > > Yours Sincerely > > Fulu TAO ... > > ccin% make > f90 -c -n32 -O2 -o SiBD sib_main_module.o sib_out_module.o > netcdf.o ncgentools.o ncpbpwrt.o ncqpwrt.o SiBDRV.o addinc.o adjust.o > balan.o bc_update_sib.o begtem.o cycalc.o dellwf.o delef.o delhf.o > htape_sib.o init_sibdrv.o inter2.o netrad.o phosib.o ptape_sib.o gauss.o > rada2.o rbrd.o respsib.o rnload.o rtape_sib.o sfc_albedo.o sib.o > sibdrv_init_ecmwf.o sibdrv_interp.o sibdrv_read_ecmwf.o sibslv_gauss.o > soilprop.o soiltherm.o sortin.o switch_lsp.o time_manager_sibdrv.o > updat2.o vmfcal.o time_check.o vmfcal2.o vmfcalo.o vmfcalz.o vmfcalz2.o > vmfcalzo.o vntlat.o vnqsat.o sibdrv_gridcomp.o > sibdrv_init_binary.o sibdrv_init_single.o sibdrv_read_binary.o > sibdrv_read_single.o cfrax.o -L/home/taofl/netcdf-3.5.0/lib \ > -lnetcdf -lfpe -L > f90 ERROR: crt files not found in any -L directories: > /home/taofl/netcdf-3.5.0/lib/crt1.o > f90 ERROR: crt files not found in any -L directories: > /home/taofl/netcdf-3.5.0/lib/crtn.o > ld32: FATAL 9 : I/O error (crt1.o): No such file or directory > *** Error code 2 (bu21) > ccin% I do not know what the problem is. The problem does not appear to be with the netCDF package. I do not like the "-c" option because the command is linking-together object modules rather than compiling. I do not like the "-L" at the end of the command. I would show the above command to your system administrator. Regards, Steve Emmerson