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: "Anderson, Alan C. " <address@hidden> >Organization: St. Cloud State >Keywords: 200303112223.h2BMNIB2013810 McIDAS Sun Solaris HDF Hi Alan, >Had a fail on building mcidas2002 on a new terminal. >the attachment below is an excerpt from the makelog file. > >Compilers are Sun, supplied for Sparc ver. 2.8 Can you get the exact versions to help me troubleshoot? To do this, report back the output of: cc -V f77 -V >The initial lines of the make log indicated that the compilers >were found and that they worked ok > >Suggestions ? The error I see is very strange. It is as though the configure-created Makefile for the HDF portion of the build thinks that your C compiler can be invoked using 'c' instead of 'cc': >c jcapimin.c >sh: c: not found I would check your Unix environment variables to make sure that you have not defined CC to be 'c'; clobber the build up to this point: <logged in as 'mcidas'> cd mcidas2002/src make clobber and then restart the build: make all Please send me the output of the cc and f77 invocations I listed above. Tom >Returning to directory /home/mcidas/mcidas2002/netcdf > >cd ../hdf && make >Making `all' in /home/mcidas/mcidas2002/hdf/hdf >Making `libjpeg.a' in /home/mcidas/mcidas2002/hdf/hdf/jpeg >c jcapimin.c >sh: c: not found >*** Error code 1 (ignored) >c jcapistd.c >sh: c: not found >*** Error code 1 (ignored) >c jctrans.c >sh: c: not found >*** Error code 1 (ignored) >c jcparam.c >sh: c: not found >*** Error code 1 (ignored) >c jdatadst.c >sh: c: not found >*** Error code 1 (ignored) >c jcinit.c >sh: c: not found >*** Error code 1 (ignored) >c jcmaster.c >sh: c: not found >*** Error code 1 (ignored) >c jcmarker.c >sh: c: not found >*** Error code 1 (ignored) >c jcmainct.c >sh: c: not found >*** Error code 1 (ignored) >c jcprepct.c >sh: c: not found >*** Error code 1 (ignored) >c jccoefct.c >sh: c: not found >*** Error code 1 (ignored) >c jccolor.c >sh: c: not found >*** Error code 1 (ignored) >c jcsample.c >sh: c: not found >*** Error code 1 (ignored) >c jchuff.c >sh: c: not found >*** Error code 1 (ignored) >c jcphuff.c >sh: c: not found >*** Error code 1 (ignored) >c jcdctmgr.c >sh: c: not found >*** Error code 1 (ignored) >c jfdctfst.c >sh: c: not found >*** Error code 1 (ignored) >c jfdctflt.c >sh: c: not found >*** Error code 1 (ignored) >c jfdctint.c >sh: c: not found >*** Error code 1 (ignored) >c jdapimin.c >sh: c: not found >*** Error code 1 (ignored) >c jdapistd.c >sh: c: not found >*** Error code 1 (ignored) >c jdtrans.c >sh: c: not found >*** Error code 1 (ignored) >c jdatasrc.c >sh: c: not found >*** Error code 1 (ignored) >c jdmaster.c >sh: c: not found >*** Error code 1 (ignored) >c jdinput.c >sh: c: not found >*** Error code 1 (ignored) >c jdmarker.c >sh: c: not found >*** Error code 1 (ignored) >c jdhuff.c >sh: c: not found >*** Error code 1 (ignored) >c jdphuff.c >sh: c: not found >*** Error code 1 (ignored) >c jdmainct.c >sh: c: not found >*** Error code 1 (ignored) >c jdcoefct.c >sh: c: not found >*** Error code 1 (ignored) >c jdpostct.c >sh: c: not found >*** Error code 1 (ignored) >c jddctmgr.c >sh: c: not found >*** Error code 1 (ignored) >c jidctfst.c >sh: c: not found >*** Error code 1 (ignored) >c jidctflt.c >sh: c: not found >*** Error code 1 (ignored) >c jidctint.c >sh: c: not found >*** Error code 1 (ignored) >c jidctred.c >sh: c: not found >*** Error code 1 (ignored) >c jdsample.c >sh: c: not found >*** Error code 1 (ignored) >c jdcolor.c >sh: c: not found >*** Error code 1 (ignored) >c jquant1.c >sh: c: not found >*** Error code 1 (ignored) >c jquant2.c >sh: c: not found >*** Error code 1 (ignored) >c jdmerge.c >sh: c: not found >*** Error code 1 (ignored) >c jcomapi.c >sh: c: not found >*** Error code 1 (ignored) >c jutils.c >sh: c: not found >*** Error code 1 (ignored) >c jerror.c >sh: c: not found >*** Error code 1 (ignored) >c jmemmgr.c >sh: c: not found >*** Error code 1 (ignored) >c jmemnobs.c >sh: c: not found >*** Error code 1 (ignored) >/bin/rm -f libjpeg.a >ar ru libjpeg.a jcapimin.o jcapistd.o jctrans.o jcparam.o jdatadst.o jcinit.o > jcmaster.o jcmarker.o jcmainct.o jcprepct.o jccoefct.o jccolor.o jcsample. > o jchuff.o jcphuff.o jcdctmgr.o jfdctfst.o jfdctflt.o jfdctint.o jdapimin.o > jdapistd.o jdtrans.o jdatasrc.o jdmaster.o jdinput.o jdmarker.o jdhuff.o jdp > huff.o jdmainct.o jdcoefct.o jdpostct.o jddctmgr.o jidctfst.o jidctflt.o jid > ctint.o jidctred.o jdsample.o jdcolor.o jquant1.o jquant2.o jdmerge.o jcomap > i.o jutils.o jerror.o jmemmgr.o jmemnobs.o >ar: cannot open jcapimin.o > No such file or directory >ar: cannot open jcapistd.o > No such file or directory >ar: cannot open jctrans.o > No such file or directory >ar: cannot open jcparam.o > No such file or directory >ar: cannot open jdatadst.o > No such file or directory >ar: cannot open jcinit.o > No such file or directory >ar: cannot open jcmaster.o > No such file or directory >ar: cannot open jcmarker.o > No such file or directory >ar: cannot open jcmainct.o > No such file or directory >ar: cannot open jcprepct.o > No such file or directory >ar: cannot open jccoefct.o > No such file or directory >ar: cannot open jccolor.o > No such file or directory >ar: cannot open jcsample.o > No such file or directory >ar: cannot open jchuff.o > No such file or directory >ar: cannot open jcphuff.o > No such file or directory >ar: cannot open jcdctmgr.o > No such file or directory >ar: cannot open jfdctfst.o > No such file or directory >ar: cannot open jfdctflt.o > No such file or directory >ar: cannot open jfdctint.o > No such file or directory >ar: cannot open jdapimin.o > No such file or directory >ar: cannot open jdapistd.o > No such file or directory >ar: cannot open jdtrans.o > No such file or directory >ar: cannot open jdatasrc.o > No such file or directory >ar: cannot open jdmaster.o > No such file or directory >ar: cannot open jdinput.o > No such file or directory >ar: cannot open jdmarker.o > No such file or directory >ar: cannot open jdhuff.o > No such file or directory >ar: cannot open jdphuff.o > No such file or directory >ar: cannot open jdmainct.o > No such file or directory >ar: cannot open jdcoefct.o > No such file or directory >ar: cannot open jdpostct.o > No such file or directory >ar: cannot open jddctmgr.o > No such file or directory >ar: cannot open jidctfst.o > No such file or directory >ar: cannot open jidctflt.o > No such file or directory >ar: cannot open jidctint.o > No such file or directory >ar: cannot open jidctred.o > No such file or directory >ar: cannot open jdsample.o > No such file or directory >ar: cannot open jdcolor.o > No such file or directory >ar: cannot open jquant1.o > No such file or directory >ar: cannot open jquant2.o > No such file or directory >ar: cannot open jdmerge.o > No such file or directory >ar: cannot open jcomapi.o > No such file or directory >ar: cannot open jutils.o > No such file or directory >ar: cannot open jerror.o > No such file or directory >ar: cannot open jmemmgr.o > No such file or directory >ar: cannot open jmemnobs.o > No such file or directory >ar: jcapimin.o not found >ar: jcapistd.o not found >ar: jctrans.o not found >ar: jcparam.o not found >ar: jdatadst.o not found >ar: jcinit.o not found >ar: jcmaster.o not found >ar: jcmarker.o not found >ar: jcmainct.o not found >ar: jcprepct.o not found >ar: jccoefct.o not found >ar: jccolor.o not found >ar: jcsample.o not found >ar: jchuff.o not found >ar: jcphuff.o not found >ar: jcdctmgr.o not found >ar: jfdctfst.o not found >ar: jfdctflt.o not found >ar: jfdctint.o not found >ar: jdapimin.o not found >ar: jdapistd.o not found >ar: jdtrans.o not found >ar: jdatasrc.o not found >ar: jdmaster.o not found >ar: jdinput.o not found >ar: jdmarker.o not found >ar: jdhuff.o not found >ar: jdphuff.o not found >ar: jdmainct.o not found >ar: jdcoefct.o not found ar: jdpostct.o not found >ar: jddctmgr.o not found >ar: jidctfst.o not found >ar: jidctflt.o not found >ar: jidctint.o not found >ar: jidctred.o not found >ar: jdsample.o not found >ar: jdcolor.o not found >ar: jquant1.o not found >ar: jquant2.o not found >ar: jdmerge.o not found >ar: jcomapi.o not found >ar: jutils.o not found >ar: jerror.o not found >ar: jmemmgr.o not found >ar: jmemnobs.o not found >*** Error code 46 >make: Fatal error: Command failed for target `libjpeg.a' >Current working directory /home/mcidas/mcidas2002/hdf/hdf/jpeg >*** Error code 1 >make: Fatal error: Command failed for target `subd' >Current working directory /home/mcidas/mcidas2002/hdf/hdf >*** Error code 1 >make: Fatal error: Command failed for target `all' >Current working directory /home/mcidas/mcidas2002/hdf/hdf >*** Error code 1 >make: Fatal error: Command failed for target `subd' >Current working directory /home/mcidas/mcidas2002/hdf >*** Error code 1 >make: Fatal error: Command failed for target `all' >Current working directory /home/mcidas/mcidas2002/hdf >*** Error code 1 >make: Fatal error: Command failed for target `../hdf/hdf/src/libdf.a' >cyclone% > >