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.
Fred,
The attr.c routine is being built in the netcdf library.
You may be having problems without the compiler license, or in
not using -o32 with the compiler.
When you type "uname" on your O2, do you get "IRIX" or "IRIX64"?
If you are an "IRIX" then you can try adding the
setenv XCFLAGS "-o32" variable to the "case irix: " option in Gemenviron:
edit $NAWIPS/Gemenviron
in the section of irix:
case irix64:
setenv XCFLAGS "-o32"
case irix:
setenv NA_OS "irix"
breaksw
Add the setenv XCFLAGS line to irix just as it appears in irix64:
case irix:
setenv XCFLAGS "-o32"
setenv NA_OS "irix"
breaksw
After that, you should do a "make distclean" from $NAWIPS,
then re-source the Gemenviron file.
You should now see -o32 when you type:
echo $XCFLAGS
Now try the build again.
In your output below, you have:
make lnetcdf "CFLAGS=" "FFLAGS="
In the $NAWIPS/config/Makeinc.irix file, the line:
NCOPT = "CFLAGS=$(XCFLAGS)" "FFLAGS=$(XCFLAGS)"
will define -o32 for NCOPT so that you should see:
make lnetcdf "CFLAGS=-o32" "FFLAGS=-o32"
Steve Chiswell
Unidata User Support
>From: "Kopp, Fred" <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200103142111.f2ELB0L13834
>Below is make.out. Sorry about the lincense warnings, our system manager
>has not fixed this since upgrading the system software. The problem seems to
>be in attr.c
>
> This is on an SGI O2 running irix. I have gempak 5.6 running but wanted
>to see the radar stuff. 5.6 seems unable to display the data without a
>decoder?.
>
>Fred Kopp
>
>
> Creating /usr/net/nawips-5.6A/lib/irix
> Creating /usr/net/nawips-5.6A/bin/irix
>Making all in /usr/net/nawips-5.6A/gempak
>making in /usr/net/nawips-5.6A/gempak/source
>Making all in /usr/net/nawips-5.6A/gempak/source/nxmlib
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NuiColorInit.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmBusy.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmBxmBtn.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmBxmBtn.c, Line = 1134
> The variable "button_gc" was declared but never referenced.
>
> GC button_gc ;
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmClose.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmClrW.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmColorBar.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmColorBlink.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmColorBlink.c, Line = 101
> The variable "xcolor" was declared but never referenced.
>
> XColor xcolor;
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmColorEdit.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmColorInit.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmColorNameLists.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmColorPalette.c
No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmColorPalette.c, Line = 87
> The variable "item" was declared but never referenced.
>
> XmString item;
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmColorSliders.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmColorTable.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmColorTable.c, Line = 51
> The variable "bank" was declared but never referenced.
>
> int m_colr, bank, iret, icolrs[256];
> ^
>
>cc-1552 cc: WARNING File = NxmColorTable.c, Line = 51
> The variable "icolrs" is set but never used.
>
> int m_colr, bank, iret, icolrs[256];
> ^
>
>cc-1174 cc: WARNING File = NxmColorTable.c, Line = 257
> The variable "filename" was declared but never referenced.
>
> char filename[150];
> ^
>
>cc-1174 cc: WARNING File = NxmColorTable.c, Line = 403
> The variable "i" was declared but never referenced.
>
> int i, status, temp[3];
> ^
>
>cc-1174 cc: WARNING File = NxmColorTable.c, Line = 403
> The variable "temp" was declared but never referenced.
>
> int i, status, temp[3];
> ^
>
>cc-1174 cc: WARNING File = NxmColorTable.c, Line = 405
> The variable "xcolor" was declared but never referenced.
>
> XColor xcolor;
> ^
>
>cc-1174 cc: WARNING File = NxmColorTable.c, Line = 406
> The variable "fp" was declared but never referenced.
>
> FILE *fp;
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmColrP.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmConfirm.c
>No such feature exists (-5,116)
>
This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmCtlBtn.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmCursor.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmCursor.c, Line = 174
> The variable "count" was declared but never referenced.
>
> int ii, jj, nr = 0, count, ignore, iret, ier;
> ^
>
>cc-1174 cc: WARNING File = NxmCursor.c, Line = 174
> The variable "ier" was declared but never referenced.
>
> int ii, jj, nr = 0, count, ignore, iret, ier;
> ^
>
>cc-1174 cc: WARNING File = NxmCursor.c, Line = 175
> The variable "indicator" was declared but never referenced.
>
> char buffer[256], indicator[25];
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmDwell.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmDwell.c, Line = 100
> The variable "i" was declared but never referenced.
>
> int i;
> ^
>
>cc-1174 cc: WARNING File = NxmDwell.c, Line = 258
> The variable "scale_value" was declared but never referenced.
>
> int max_scale, scale_value;
> ^
>
>cc-1174 cc: WARNING File = NxmDwell.c, Line = 259
> The variable "text_value" was declared but never referenced.
>
> char text_value[6];
> ^
>
>cc-1174 cc: WARNING File = NxmDwell.c, Line = 330
> The variable "name" was declared but never referenced.
>
> char name[3];
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmEnhw.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmEnhw.c, Line = 117
> The variable "def_dir" was declared but never referenced.
>
> char *def_dir, filename[FNAME_LEN], buffer[256];
> ^
>
>cc-1174 cc: WARNING File = NxmEnhw.c, Line = 117
> The variable "filename" was declared but never referenced.
>
> char *def_dir, filename[FNAME_LEN], buffer[256];
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmErr.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmErr.c, Line = 94
> The variable "bg" was declared but never referenced.
>
> Pixel bg;
> ^
>
>cc-1174 cc: WARNING File = NxmErr.c, Line = 34
> The variable "_ErrPop" was declared but never referenced.
>
> static Widget _ErrBtn, _ErrPop;
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmExit.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmGeneric.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmGeneric.c, Line = 76
> The variable "button_test" was declared but never referenced.
>
> Boolean button_test;
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmHelp.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmHelp.c, Line = 104
> The variable "j" was declared but never referenced.
>
> int x,y, k, i, j;
> ^
>
>cc-1174 cc: WARNING File = NxmHelp.c, Line = 105
> The variable "row_num" was declared but never referenced.
>
> int visi_num, row_num;
> ^
>
>cc-1174 cc: WARNING File = NxmHelp.c, Line = 108
> The variable "temp" was declared but never referenced.
>
> char temp[100];
> ^
>
>cc-1174 cc: WARNING File = NxmHelp.c, Line = 351
> The variable "length" was declared but never referenced.
>
> int i, n, iret, length;
> ^
>
>cc-1174 cc: WARNING File = NxmHelp.c, Line = 470
> The variable "j" was declared but never referenced.
>
> int i, j, n, iret, length, intg;
> ^
>
>cc-1174 cc: WARNING File = NxmHelp.c, Line = 472
> The variable "buff" was declared but never referenced.
>
> char *buff, buf[80], name[250];
> ^
>
>cc-1174 cc: WARNING File = NxmHelp.c, Line = 472
> The variable "name" was declared but never referenced.
>
> char *buff, buf[80], name[250];
> ^
>
>cc-1174 cc: WARNING File = NxmHelp.c, Line = 473
> The variable "tmp1" was declared but never referenced.
>
> char *tmp1, *tmp2, *ptr;
> ^
>
>cc-1174 cc: WARNING File = NxmHelp.c, Line = 473
> The variable "tmp2" was declared but never referenced.
>
> char *tmp1, *tmp2, *ptr;
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmInfoMenu.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmInitialize.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmLabel.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmLineA.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 152
> The variable "rowcol" was declared but never referenced.
>
> Widget rowcol, pane, form, button, bb;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 152
> The variable "button" was declared but never referenced.
>
> Widget rowcol, pane, form, button, bb;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 152
> The variable "bb" was declared but never referenced.
>
> Widget rowcol, pane, form, button, bb;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 153
> The variable "col_label" was declared but never referenced.
>
> Widget pane_fr, col_label;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 155
> The variable "args" was declared but never referenced.
>
> Arg args[10];
> ^
>
cc-1174 cc: WARNING File = NxmLineA.c, Line = 156
> The variable "i" was declared but never referenced.
>
> int i, n;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 156
> The variable "n" was declared but never referenced.
>
> int i, n;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 157
> The variable "str" was declared but never referenced.
>
> XmString str, one, two, three;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 349
> The variable "attrwTitle" was declared but never referenced.
>
> char attrwTitle[50];
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 351
> The variable "demo_val" was declared but never referenced.
>
> XGCValues demo_val;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 493
> The variable "button" was declared but never referenced.
>
> Widget pane, button, rowcol, sty_label;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 493
> The variable "sty_label" was declared but never referenced.
>
> Widget pane, button, rowcol, sty_label;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 495
> The variable "str" was declared but never referenced.
>
> XmString str;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 554
> The variable "wid_label" was declared but never referenced.
>
> Widget wid_label, pane, rowcol1;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 555
> The variable "str" was declared but never referenced.
>
> XmString str;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 809
> The variable "i" was declared but never referenced.
>
> int i, j, k;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 809
> The variable "j" was declared but never referenced.
>
> int i, j, k;
> ^
>
>cc-1174 cc: WARNING File = NxmLineA.c, Line = 809
> The variable "k" was declared but never referenced.
>
> int i, j, k;
> ^
>
>cc-1552 cc: WARNING File = NxmLineA.c, Line = 65
> The variable "_colFlag" is set but never used.
>
> static int _colFlag; /* flag for color CB function */
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmLoopPanel.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1116 cc: WARNING File = NxmLoopPanel.c, Line = 787
> Non-void function "NxmAnimationTimeoutProc" (declared at line 739) should
> return a value.
>
> }
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmMarkA.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmMarkA.c, Line = 114
> The variable "str" was declared but never referenced.
>
> XmString str, title;
> ^
>
>cc-1174 cc: WARNING File = NxmMarkA.c, Line = 488
> The variable "tsize" was declared but never referenced.
>
> int i, isize, tsize, size_id, show_id, iret;
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmMenuPulldown.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmPrompt.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmPrt.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 171
> The variable "bb" was declared but never referenced.
>
> Widget pane, rc, bb;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 351
> The variable "spool_tbl" was declared but never referenced.
>
> char def_dir[20], spool_tbl[20];
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 494
> The variable "menubar" was declared but never referenced.
>
> Widget option_menu, menubar, opt_w, option;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 569
> The variable "rowcol" was declared but never referenced.
>
> Widget rowcol, button, bb;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 569
> The variable "button" was declared but never referenced.
>
> Widget rowcol, button, bb;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 570
> The variable "menubar" was declared but never referenced.
>
> Widget menubar;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 572
> The variable "args" was declared but never referenced.
>
> Arg args[5];
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 573
> The variable "i" was declared but never referenced.
>
> int i, n;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 573
> The variable "n" was declared but never referenced.
>
> int i, n;
> ^
>
>cc-1552 cc: WARNING File = NxmPrt.c, Line = 638
> The variable "label_w" is set but never used.
>
> Widget bb, label_w;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 696
> The variable "label" was declared but never referenced.
>
> Widget label, radio_box, pane_fr;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 757
> The variable "label" was declared but never referenced.
>
> Widget pane_fr, label, radio_box;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 818
> The variable "label" was declared but never referenced.
>
> Widget frame_or, label, radio_box, pane_fr;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 1366
> The variable "i" was declared but never referenced.
>
> int i;
> ^
>
>cc-1552 cc: WARNING File = NxmPrt.c, Line = 1406
> The variable "cur_printer" is set but never used.
>
> int i, iret, cur_printer, num_copy;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 1576
> The variable "ignore" was declared but never referenced.
>
> int ier, ignore, iret, lens;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 1576
> The variable "iret" was declared but never referenced.
>
> int ier, ignore, iret, lens;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 1576
> The variable "lens" was declared but never referenced.
>
> int ier, ignore, iret, lens;
> ^
>
>cc-1174 cc: WARNING File = NxmPrt.c, Line = 1577
> The variable "er_num" was declared but never referenced.
>
> int er_num;
> ^
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmRes.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmTxtIn.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmVers.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> cc -DUNDERSCORE -DIRIX -I/usr/net/nawips-5.6A/gempak/include
>-I/usr/net/nawips-5.6A/include -c NxmWarn.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
> ar rv /usr/net/nawips-5.6A/lib/irix/Nxmlib.a *.o
>ar: Warning: creating /usr/net/nawips-5.6A/lib/irix/Nxmlib.a
>
>a - NuiColorInit.o
>a - NxmBusy.o
>a - NxmBxmBtn.o
>a - NxmClose.o
>a - NxmClrW.o
>a - NxmColorBar.o
>a - NxmColorBlink.o
>a - NxmColorEdit.o
>a - NxmColorInit.o
>a - NxmColorNameLists.o
>a - NxmColorPalette.o
>a - NxmColorSliders.o
>a - NxmColorTable.o
>a - NxmColrP.o
>a - NxmConfirm.o
>a - NxmCtlBtn.o
>a - NxmCursor.o
>a - NxmDwell.o
>a - NxmEnhw.o
>a - NxmErr.o
>a - NxmExit.o
>a - NxmGeneric.o
>a - NxmHelp.o
>a - NxmInfoMenu.o
>a - NxmInitialize.o
>a - NxmLabel.o
>a - NxmLineA.o
>a - NxmLoopPanel.o
>a - NxmMarkA.o
>a - NxmMenuPulldown.o
>a - NxmPrompt.o
>a - NxmPrt.o
>a - NxmRes.o
>a - NxmTxtIn.o
>a - NxmVers.o
>a - NxmWarn.o
> rm -f *.o
>Making all in /usr/net/nawips-5.6A/gempak/source/netcdf-3.4
>look netcdf /usr/net/nawips-5.6A/netcdf/irix/lib/libnetcdf.a
> make lnetcdf "CFLAGS=" "FFLAGS="
> Creating /usr/net/nawips-5.6A/netcdf/irix
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src
>
>Making `distclean' in directory
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src/libsrc
>
> rm -f *.o *.a *.so *.sl *.i *.Z core t_ncio.o t_ncio t_ncx.o t_ncx
>t_ncxx.o t_ncxx t_nc.o t_nc test.nc *.so \
> MANIFEST *.log ncconfig.h
>
>Returning to directory /usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src
>
>
>Making `distclean' in directory
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src/nctest
>
> rm -f *.o *.a *.so *.sl *.i *.Z core nctest lint.out test.nc
>test2.nc times \
> MANIFEST *.log
>
>Returning to directory /usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src
>
>
>Making `distclean' in directory
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src/nc_test
>
> rm -f *.o *.a *.so *.sl *.i *.Z core nc_test test.nc scratch.nc
>lint.out times \
> MANIFEST *.log
>
>Returning to directory /usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src
>
>
>Making `distclean' in directory
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src/fortran
>
> rm -f *.o *.a *.so *.sl *.i *.Z core copy.nc ftest
>test.nc \
> MANIFEST *.log nfconfig.inc
>
>Returning to directory /usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src
>
>
>Making `distclean' in directory
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src/nf_test
>
> rm -f *.o *.a *.so *.sl *.i *.Z core times lint.out
>nf_test scratch.nc *.f \
> MANIFEST *.log
>
>Returning to directory /usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src
>
>
>Making `distclean' in directory
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src/ncdump
>
> rm -f *.o *.a *.so *.sl *.i *.Z core ncdump test0.nc test1.nc
>test1.cdl test2.cdl \
> MANIFEST *.log
>
>Returning to directory /usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src
>
>
>Making `distclean' in directory
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src/ncgen
>
> rm -f *.o *.a *.so *.sl *.i *.Z core ncgen netcdf.inc c0.nc c1.cdl
>c1.nc c2.cdl f0.nc ctest.c ctest ctest0.nc ctest1.cdl ftest.f ftest
>ftest0.nc ftest1.cdl \
> MANIFEST *.log
>
>Returning to directory /usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src
>
>
>Making `distclean' in directory
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src/cxx
>
> rm -f *.o *.a *.so *.sl *.i *.Z core nctst test.out example.nc
>*.cps *.dvi *.fns *.log *~ *.gs *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr \
> MANIFEST *.log
>
>Returning to directory /usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src
>
> cp macros.make.def macros.make
> rm -f *.o *.a *.so *.sl *.i *.Z core \
> MANIFEST *.log config.cache config.status MANIFEST
creating cache ./config.cache
>checking for m4... m4
>checking for xlc... no
>checking for c89... c89
>checking C compiler... works
>checking how to make dependencies... cc -M
>checking for CC... CC
>checking C++ compiler "CC"... works
>checking how to run the C preprocessor... /lib/cpp
>checking for f77... f77
>checking for Fortran .F compiler...
>checking if Fortran compiler handles *.F files... yes
>checking for C-equivalent to Fortran routine "SUB"... sub_
>checking for Fortran "byte"... yes
>checking for Fortran "integer*2"... yes
>checking if Fortran "byte" is C "signed char"... yes
>checking if Fortran "byte" is C "short"... no
>checking if Fortran "byte" is C "int"... no
>checking if Fortran "byte" is C "long"... no
>checking if Fortran "integer*2" is C "short"... yes
>checking if Fortran "integer*2" is C "int"... no
>checking if Fortran "integer*2" is C "long"... no
>checking if Fortran "integer" is C "int"... yes
>checking if Fortran "real" is C "float"... yes
>checking if Fortran "doubleprecision" is C "double"... yes
>checking for Fortran-equivalent to netCDF "byte"... byte
>checking for Fortran-equivalent to netCDF "short"... integer*2
>checking for math library
>checking for -lc... no
>checking for -lm... yes
>checking for ar... ar
>checking for ranlib... :
>checking for stdlib.h... yes
>checking for sys/types.h... yes
>checking for strerror... yes
>checking whether cross-compiling... no
>checking for working ftruncate()... yes
>checking for working alloca.h... yes
>checking for alloca... yes
>checking for st_blksize in struct stat... yes
>checking for IEEE floating point format... yes
>checking for ANSI C header files... no
>checking for size_t... no
>checking for off_t... yes
>checking for ssize_t... no
>checking for ptrdiff_t... no
>checking for uchar... no
>checking whether char is unsigned... yes
>checking whether byte ordering is bigendian... yes
>checking size of short... 0
>checking size of int... 0
>checking size of long... 0
>checking size of float... 0
>checking size of double... 0
>checking size of off_t... 0
>checking size of size_t... 0
>checking for manual-page index command...
>checking binary distribution directory... /home/ftp/pub/binary/dummy_system
>updating cache ./config.cache
>creating ./config.status
>creating macros.make
>udcreating fortran/nfconfig.inc
>creating libsrc/ncconfig.h
>
>Making `all' in directory
>/usr/net/nawips-5.6A/gempak/source/netcdf-3.4/src/libsrc
>
> c89 -c -I. -DNDEBUG attr.c
>No such feature exists (-5,116)
>
> This product (cc) requires a license password.
> For license installation and trouble shooting
> information visit the web page:
>
> http://www.sgi.com/Support/Licensing/install_docs.html
>
> To obtain a Permanent license (proof of purchase
> required) or an Evaluation license please
> visit our license request web page:
>
> http://www.sgi.com/Products/license.html
>
> or send a blank email message to:
>
> address@hidden
>
> In North America, Silicon Graphics' customers may request
> Permanent licenses by sending a facsimile to:
>
> (650) 390-0537
>
> or by calling our technical support hotline
>
> 1-800-800-4SGI
>
> If you are Outside of North America or you are not a Silicon
> Graphics support customer then contact your local support provider.
>
>cc-1084 c89: ERROR File = /usr/include/stddef.h, Line = 37
> The indicated declaration has an invalid combination of type specifiers.
>
> typedef int ptrdiff_t;
> ^
>
>cc-1213 c89: ERROR File = /usr/include/stddef.h, Line = 46
> The declaration contains a duplicate specifier.
>
> typedef unsigned int size_t;
> ^
>
>cc-1349 c89: WARNING File = /usr/include/stddef.h, Line = 46
> The indicated declaration requires a typedef name.
>
> typedef unsigned int size_t;
> ^
>
>cc-1084 c89: ERROR File = /usr/include/sys/types.h, Line = 219
> The indicated declaration has an invalid combination of type specifiers.
>
> typedef int ssize_t;
> ^
>
>3 errors detected in the compilation of "attr.c".
>*** Error code 2 (bu21)
>*** Error code 1 (bu21)
>*** Error code 1 (bu21)
>*** Error code 1 (bu21)
>*** Error code 1 (bu21)
>*** Error code 1 (bu21)
>*** Error code 1 (bu21)
>*** Error code 1 (bu21)
>