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: Ming Cai <address@hidden> >Organization: University of Maryland >Subject: Re: 950120: compiling on CRAY C90 >Keywords: 199501202055.AA21596 In the above message you wrote: >here is the output of "make clean" ... Looks OK. >here is the output of the commnad "make port/all" > >sn4021% sn4021% make port/all > >making `all' in directory /wd5/wd51/wd51mc/netcdf/netcdf-232pl2/port > > cc -c -I. -DNDEBUG -O uddummy.c >cc-264 cc: WARNING in command line > -- Message #264 is not in the message catalog. -- >cc-951 cc: LIMIT in command line > -- Message #951 is not in the message catalog. -- >Make: "cc -c -I. -DNDEBUG -O uddummy.c": Error code 1 Definitely not OK. Would you please do the following: 1. Go to the top-level source directory. 2. Execute `make clean'. 3. Execute `make -n port/all'. Trap the output and send it to me. 4. Go into the `port/' subdirectory. 5. Execute `make clean'. 6. Execute `make -n all'. Trap the output and send it to me. 7. Execute `make all'. Trap the output and send it to me. -------- Steve Emmerson <address@hidden>