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.
My apologies, I wrote $OS_LIB when I meant $OS_BIN It appears your problem is either: 1) the programs exist but $OS_BIN is not added to $PATH - this happens if you have not sourced Gemenviron or Gemenviron.profile correctly (if you just checked the contents of "$OS_LIB" then it appears you *have* sourced it correctly) - check the results of "env" to be sure. 2) the programs have not been moved to $OS_BIN - this happens if "make install" is not run from $NAWIPS after "make all" has successfully finished. One last item you may want to check is if Gemenviron (for csh/tcsh or Gemenviron.profile (for bash) is being sourced by any account (in a .cshrc or .bashrc file) that will attempt to use GEMPAK programs. Best, -mj > > I am not able to run any of the Gempak programs. > > For example if I try to run "sflist" , it returns the following error > > -ksh: sflist: not found [No such file or directory] > > I have attached the output of the make install with the mail. > > I am not sure about what binaries will be copied into $OS_LIB. I have > listed down all the files inside the folder. > > > acprof.a gdcross.a gdomeg.a gdvint.a gpfront.a > grphgd.a libhdf5.la libxml2.a nex2gini.a pkgconfig > sfgram.a sndiag.a vad.a > appl.a gddelt.a gdplot2.a gdwind.a gplt.a > img2gd.a libhdf5.settings libxml2.la nex2img.a png.a > sfl604.a snedit.a vg.a > bridge.a gddiag.a gdplot3.a gemlib.a gpltdev.a > ldmlog.a libjasper.a libxslt.a nexr2rhi.a ps.a > sflist.a snhodo.a xml2Conf.sh > bufrenc.a gdedit.a gdplot.a gendp_alt.o gpltln.a > libAODT_v64.a libjasper.la libxslt.la nmap2.a python2.4 > sfmap.a snlist.a xsltConf.sh > cgemlib.a gdfrzl.a gdprof.a gf.a gpmap.a > libAODT_v72.a libmel_bufr.a libxslt-plugins nmaplib.a radmap.a > sfmod.a snmap.a xw.a > cpcgstn.a gdgrib2.a gdptpdf.a gif.a gpnexr2.a > libbz2.a libncepBUFR.a libz.a nsharp.a rbk.a > sfstns.a snmod.a xwp.a > dat2pts.a gdgrib.a gdradr.a ginitp_alt.o gpnids.a > libexslt.a libncepUT.a mdlg2dec.a ntrans.a rsl.a > sfvgsf.a snprof.a > device.a gdgsfc.a gdradrc.a goftxt.a gprcm.a > libexslt.la libOHSHEF.a mdlg2enc.a nwx.a sector.a > sigavgf.a snstns.a > etamap.a gdinfo.a gdstat.a gpanot.a gptcww.a > libGAMET.a libpng12.a nagrib2.a Nxmlib.a sfcfil.a > sigbufr.a sntser.a > fax.a gdlist.a gdstream.a gpbox.a gptext.a > libgpc.a libpng12.la nagrib.a oabox.a sfchck.a > sncfil.a syslib.a > gdbiint.a gdmap.a gdthgt.a gpclose.a gptpc.a > libhdf5.a libpng.a namsnd.a oabsfc.a sfcntr.a > sncross2.a textlib.a > gdcfil.a gdmod.a gdtopo.a gpcolor.a gptraj.a > libhdf5_hl.a libpng.la nc.a oabsnd.a sfdelt.a > sncross.a tiff.a > gdcntr.a gdobscnt.a gdtser.a gpfax.a gpwarn.a > libhdf5_hl.la libshp.a ndfdg2.a oagrid.a sfedit.a > sndelt.a utf.a > > > > Thanks and Regards, > > Yeshwanth > > > On 6/2/2010 6:19 PM, Unidata GEMPAK Support wrote: > > Yeshwanth, > > > > Your make.out file does not contain any compilation errors or undefined > > references - it actually looks like it should! > > > > Can you explain the problems you are experiencing? What exactly is not > > working? Does "make install" (run after "make all") successfully copy the > > binaries into $OS_LIB? > > > > Michael James > > Unidata Support > > > > > > > > > >> Hi Michael, > >> > >> Thanks for your support. I have attached the make.out with the mail. > >> > >> I am pretty new to Unix. I have configured mcidas to work with LDM data. > >> > >> I am also planning to make gempak to work with ldm. > >> > >> Thanks and Regards, > >> > >> Yeshwanth > >> > >> On 6/2/2010 12:24 PM, Unidata GEMPAK Support wrote: > >> > >>> Hi Yeshwanth, > >>> > >>> The make error you pasted below happens when you try to build only a > >>> single program without having built the dependant libraries first. > >>> > >>> To help diagnose your install issues I'll need the entire make.out file > >>> from your last build. Attach that file back to me and I'll take a look. > >>> > >>> Best, > >>> > >>> Michael James > >>> Unidata User Support > >>> > >>> > >>> > >>> > >>> > >>>> Hello, > >>>> > >>>> I am installing Gempak 5.11.4 for weather analysis at the University of > >>>> Manitoba, Winnipeg, Canada. I tried to install in a linux 64 based > >>>> machine without success. > >>>> > >>>> I cannot identify what the error is ? We did follow the steps in the > >>>> installation guide like running Gemenviron.profile after making changes > >>>> to it. > >>>> > >>>> So I thought I will install just one of the programs like sflist. So I > >>>> went into that folder under programs and issued " make all ". I got the > >>>> following error. > >>>> > >>>> I have pasted the complete error for your review. > >>>> > >>>> <ldm@stribog:4256>$ pwd > >>>> /home/u6/ldm/gempak/GEMPAK5.11.4/gempak/source/programs/gd/gdcfil > >>>> > >>>> <ldm@stribog:4255>$ make all > >>>> gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments > >>>> -I/home/u6/ldm/gempak/GEMPAK5.11.4/gempak/include > >>>> -I/home/u6/ldm/gempak/GEMPAK5.11.4/os/linux64/include -g gdcfil.f > >>>> /home/u6/ldm/gempak/GEMPAK5.11.4/os/linux64/lib/gdcfil.a > >>>> /home/u6/ldm/gempak/GEMPAK5.11.4/os/linux64/lib/gemlib.a > >>>> /home/u6/ldm/gempak/GEMPAK5.11.4/os/linux64/lib/appl.a > >>>> /home/u6/ldm/gempak/GEMPAK5.11.4/os/linux64/lib/syslib.a > >>>> /home/u6/ldm/gempak/GEMPAK5.11.4/os/linux64/lib/cgemlib.a > >>>> /home/u6/ldm/gempak/GEMPAK5.11.4/os/linux64/lib/gemlib.a -o gdcfil > >>>> /home/u6/ldm/gempak/GEMPAK5.11.4/os/linux64/lib/gemlib.a(iplutf.o): In > >>>> function `ip_lutf_': > >>>> /home/u6/ldm/gempak/GEMPAK5.11.4/gempak/source/gemlib/ip/iplutf.f:32: > >>>> undefined reference to `im_lutf_' > >>>> collect2: ld returned 1 exit status > >>>> make: *** [gdcfil] Error 1 > >>>> > >>>> Any help in this is appreciated. > >>>> > >>>> Thanks and Regards, > >>>> > >>>> Yeshwanth > >>>> > >>>> > >>>> > >>>> > >>> Ticket Details > >>> =================== > >>> Ticket ID: WBY-457057 > >>> Department: Support GEMPAK > >>> Priority: Normal > >>> Status: Open > >>> > >>> > >> > >> > >> > > > > Ticket Details > > =================== > > Ticket ID: WBY-457057 > > Department: Support GEMPAK > > Priority: Normal > > Status: Open > > > > > Ticket Details =================== Ticket ID: WBY-457057 Department: Support GEMPAK Priority: Normal Status: Open