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.
Levi, I'm going to need other parts from your make log. But from theGARP portion you attached I see > /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57: fatal error: Xm/XmAll.h: > No such file or directory > compilation terminated. which means that either OpenMotif (both the standard package and the devel package) are either not installed or are not being found on your system. What is returned from the command "locate XmAll.h" ? If you see nothing, you'll need to download and install OpenMotif and rebuild. If the file exists, you'll need to verify that the MOTIFLIB definition in Makeinc.linux64_gfortran_ubuntu is correct. Michael Unidata > Description of problem: I am trying to install GEMPAK, following the > installation guide. I ran into problems compiling, although as far as I can > tell, I have all of the proper libraries installed. Below I have included the > last page or so of the make.out file which shows the fatal error at the end. > > A search for this issue turned up no results. Any help would be appreciated. > > make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/xpm/linux64' > make[2]: *** No rule to make target > `/home/gempak/GEMPAK6.2.0/comet/garp/init/linux64/init.a', needed by > `linux64/garp'. Stop. > make[2]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp' > making in /home/gempak/NAWIPS/comet/etamap > make[2]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/etamap' > gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments > -I/home/gempak/GEMPAK6.2.0/gempak/include > -I/home/gempak/GEMPAK6.2.0/os/linux64/include -g -c etainp.f > gfortran -fno-second-underscore -fno-range-check -fd-lines-as-comments > -I/home/gempak/GEMPAK6.2.0/gempak/include > -I/home/gempak/GEMPAK6.2.0/os/linux64/include -g -c etaopt.f > ar rv /home/gempak/GEMPAK6.2.0/os/linux64/lib/etamap.a *.o > ar: creating /home/gempak/GEMPAK6.2.0/os/linux64/lib/etamap.a > a - etainp.o > a - etaopt.o > rm -f *.o > make[2]: *** No rule to make target > `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `etamap'. Stop. > make[2]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/etamap' > making in /home/gempak/NAWIPS/comet/gdpoint > make[2]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/gdpoint' > make[2]: *** No rule to make target > `/home/gempak/GEMPAK6.2.0/os/linux64/lib/gn.a', needed by `all'. Stop. > make[2]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/gdpoint' > making in /home/gempak/NAWIPS/comet/dcshef_comet > make[2]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/dcshef_comet' > gcc -DUNDERSCORE -DLinux -I/home/gempak/GEMPAK6.2.0/gempak/include > -I/home/gempak/GEMPAK6.2.0/os/linux64/include -I/usr/X11R6/include -DG_64BIT > -g -c -o dcshef_comet.o dcshef_comet.c > In file included from dcshef_comet.c:6: > /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57: fatal error: Xm/XmAll.h: > No such file or directory > compilation terminated. > make[2]: *** [dcshef_comet.o] Error 1 > make[2]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/dcshef_comet' > make[1]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet' > > Ticket Details =================== Ticket ID: MYK-792497 Department: Support GEMPAK Priority: Normal Status: Open