NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
I think I'm getting there, but still having some compile issues. gfortran seemed to install correctly. Here's the terminal results: [root@WxBugLIVEWorkstation gempak]# yum install gcc-gfortran Loaded plugins: langpacks, presto, refresh-packagekit Adding en_US to language list google-chrome | 951 B 00:00 updates/metalink | 7.7 kB 00:00 updates | 4.7 kB 00:00 updates/primary_db | 4.4 MB 00:12 Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc-gfortran.x86_64 0:4.5.1-4.fc14 set to be installed --> Processing Dependency: libgfortran = 4.5.1-4.fc14 for package: gcc-gfortran-4.5.1-4.fc14.x86_64 --> Processing Dependency: libgfortran.so.3()(64bit) for package: gcc-gfortran-4.5.1-4.fc14.x86_64 --> Running transaction check ---> Package libgfortran.x86_64 0:4.5.1-4.fc14 set to be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc-gfortran x86_64 4.5.1-4.fc14 fedora 5.0 M Installing for dependencies: libgfortran x86_64 4.5.1-4.fc14 fedora 218 k Transaction Summary ================================================================================ Install 2 Package(s) Total download size: 5.2 M Installed size: 16 M Is this ok [y/N]: y Downloading Packages: Setting up and reading Presto delta metadata Processing delta metadata Package(s) data still to download: 5.2 M (1/2): gcc-gfortran-4.5.1-4.fc14.x86_64.rpm | 5.0 MB 00:16 (2/2): libgfortran-4.5.1-4.fc14.x86_64.rpm | 218 kB 00:00 -------------------------------------------------------------------------------- Total 302 kB/s | 5.2 MB 00:17 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : libgfortran-4.5.1-4.fc14.x86_64 1/2 Installing : gcc-gfortran-4.5.1-4.fc14.x86_64 2/2 Installed: gcc-gfortran.x86_64 0:4.5.1-4.fc14 Dependency Installed: libgfortran.x86_64 0:4.5.1-4.fc14 Complete! [root@WxBugLIVEWorkstation gempak]# yum install gcc-c++ Loaded plugins: langpacks, presto, refresh-packagekit Adding en_US to language list Existing lock /var/run/yum.pid: another copy is running as pid 2509. Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 186 M RSS (578 MB VSZ) Started: Tue Feb 22 18:01:12 2011 - 01:05 ago State : Running, pid: 2509 Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 185 M RSS (575 MB VSZ) Started: Tue Feb 22 18:01:12 2011 - 01:07 ago State : Sleeping, pid: 2509 Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 185 M RSS (575 MB VSZ) Started: Tue Feb 22 18:01:12 2011 - 01:09 ago State : Sleeping, pid: 2509 Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 185 M RSS (575 MB VSZ) Started: Tue Feb 22 18:01:12 2011 - 01:11 ago State : Sleeping, pid: 2509 Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc-c++.x86_64 0:4.5.1-4.fc14 set to be installed --> Processing Dependency: libstdc++-devel = 4.5.1-4.fc14 for package: gcc-c++-4.5.1-4.fc14.x86_64 --> Running transaction check ---> Package libstdc++-devel.x86_64 0:4.5.1-4.fc14 set to be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc-c++ x86_64 4.5.1-4.fc14 fedora 5.1 M Installing for dependencies: libstdc++-devel x86_64 4.5.1-4.fc14 fedora 1.3 M Transaction Summary ================================================================================ Install 2 Package(s) Total download size: 6.4 M Installed size: 19 M Is this ok [y/N]: y Downloading Packages: Setting up and reading Presto delta metadata Processing delta metadata Package(s) data still to download: 6.4 M (1/2): gcc-c++-4.5.1-4.fc14.x86_64.rpm | 5.1 MB 00:14 (2/2): libstdc++-devel-4.5.1-4.fc14.x86_64.rpm | 1.3 MB 00:03 -------------------------------------------------------------------------------- Total 345 kB/s | 6.4 MB 00:19 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : libstdc++-devel-4.5.1-4.fc14.x86_64 1/2 Installing : gcc-c++-4.5.1-4.fc14.x86_64 2/2 Installed: gcc-c++.x86_64 0:4.5.1-4.fc14 Dependency Installed: libstdc++-devel.x86_64 0:4.5.1-4.fc14 Complete! Not sure if My Make.out resulted in any errors or not. Here's my results: make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdobscnt' 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 gpinp.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 sflfil.f ar rv /home/gempak/GEMPAK6.2.0/os/linux64/lib/gdobscnt.a *.o ar: creating /home/gempak/GEMPAK6.2.0/os/linux64/lib/gdobscnt.a a - gpinp.o a - sflfil.o rm -f *.o make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/gn.a', needed by `gdobscnt'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdobscnt' making in /home/gempak/NAWIPS/unidata/programs/gpnexr2 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpnexr2' 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 gpminp.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 gpmopt.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 gtmfls.f 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 -I/home/gempak/GEMPAK6.2.0/extlibs/rsl/include -c cmpfil.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from cmpfil.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/gpnexr2.a(cmpfil.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpnexr2' making in /home/gempak/NAWIPS/unidata/programs/nexr2rhi make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nexr2rhi' 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 gdxdsp.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 gdxinp.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 gdxlev.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 gdxplt.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 gdxsug.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 gdxyax.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 gtmfls.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 setgproj.f 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 -I/home/gempak/GEMPAK6.2.0/extlibs/rsl/include -c cmpfil.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from cmpfil.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/nexr2rhi.a(cmpfil.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nexr2rhi' making in /home/gempak/NAWIPS/unidata/programs/gpvad make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpvad' 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 gpvinp.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 gtmfls.f 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 cmpfil.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from cmpfil.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/vad.a(cmpfil.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpvad' making in /home/gempak/NAWIPS/unidata/programs/gpnids make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpnids' 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 gplutf.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 gpvinp.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 gtmfls.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 text_output.f 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 -DDEBUG -c cmpfil.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from cmpfil.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/gpnids.a(cmpfil.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpnids' making in /home/gempak/NAWIPS/unidata/programs/gdtopo make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdtopo' 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 gdtdsp.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 gdtfil.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 gdtinp.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 gdtwdt.f 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 read_dem.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from read_dem.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/gdtopo.a(read_dem.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdtopo' making in /home/gempak/NAWIPS/unidata/programs/nmap_kiosk make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nmap_kiosk' 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 nmap_kiosk.c nmap_kiosk.c:44:34: fatal error: X11/extensions/XTest.h: No such file or directory compilation terminated. make[3]: *** [nmap_kiosk] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nmap_kiosk' making in /home/gempak/NAWIPS/unidata/programs/gdcsv make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdcsv' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/gn.a', needed by `all'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdcsv' making in /home/gempak/NAWIPS/unidata/programs/sndiag make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/sndiag' 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 sndarr.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 sndbvs.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 sndcmp.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 snddta.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 snddtm.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 sndeml.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 sndesp.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 sndest.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 sndfil.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 sndflt.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 sndflx.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 sndfsp.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 sndhlc.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 sndhtr.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 sndiag.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 sndinp.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 sndint.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 sndlev.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 sndlid.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 sndlsi.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 sndlyr.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 sndmix.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 sndopn.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 sndprm.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 sndrch.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 sndrhb.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 sndrhf.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 sndrrc.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 sndscr.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 sndshd.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 sndshm.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 sndshr.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 sndspl.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 sndthw.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 sndtrp.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 sndtwb.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 sndupd.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 sndwnd.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 sndwob.f ar rv /home/gempak/GEMPAK6.2.0/os/linux64/lib/sndiag.a *.o ar: creating /home/gempak/GEMPAK6.2.0/os/linux64/lib/sndiag.a a - sndarr.o a - sndbvs.o a - sndcmp.o a - snddta.o a - snddtm.o a - sndeml.o a - sndesp.o a - sndest.o a - sndfil.o a - sndflt.o a - sndflx.o a - sndfsp.o a - sndhlc.o a - sndhtr.o a - sndiag.o a - sndinp.o a - sndint.o a - sndlev.o a - sndlid.o a - sndlsi.o a - sndlyr.o a - sndmix.o a - sndopn.o a - sndprm.o a - sndrch.o a - sndrhb.o a - sndrhf.o a - sndrrc.o a - sndscr.o a - sndshd.o a - sndshm.o a - sndshr.o a - sndspl.o a - sndthw.o a - sndtrp.o a - sndtwb.o a - sndupd.o a - sndwnd.o a - sndwob.o rm -f *.o make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `sndiag'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/sndiag' making in /home/gempak/NAWIPS/unidata/programs/cwordsh make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/cwordsh' 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 -o cwordsh cwordsh.f -L/home/gempak/GEMPAK6.2.0/os/linux64/lib -lncepBUFR make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/cwordsh' making in /home/gempak/NAWIPS/unidata/programs/gd2img make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gd2img' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/gn.a', needed by `all'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gd2img' making in /home/gempak/NAWIPS/unidata/programs/img2gd make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/img2gd' 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 gpinp.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 gdcanl.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 gdcnav.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 gdctbl.f 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 radar_grid.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from radar_grid.c:15: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/img2gd.a(radar_grid.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/img2gd' make[2]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs' make[1]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata' Making all in /home/gempak/NAWIPS/comet make[1]: Entering directory `/home/gempak/GEMPAK6.2.0/comet' making in /home/gempak/NAWIPS/comet/garp make[2]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp' Make start time is Tue Feb 22 18:27:19 EST 2011 Making all in /home/gempak/NAWIPS/comet/garp/init/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/init/linux64' 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 ../init_actions.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from ../init_actions.c:20:0: /home/gempak/GEMPAK6.2.0/comet/garp/include/winactions.h:22:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [init_actions.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/init/linux64' Making all in /home/gempak/NAWIPS/comet/garp/gui/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/gui/linux64' 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 ../animcontrol.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from /home/gempak/GEMPAK6.2.0/comet/garp/include/gendef.h:123, from /home/gempak/GEMPAK6.2.0/comet/garp/include/winobj.h:38, from ../animcontrol.c:22: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [animcontrol.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/gui/linux64' Making all in /home/gempak/NAWIPS/comet/garp/object/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/object/linux64' 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 ../animobj.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from ../animobj.c:17:0: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [animobj.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/object/linux64' Making all in /home/gempak/NAWIPS/comet/garp/util/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/util/linux64' 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 ../abortproc.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from /home/gempak/GEMPAK6.2.0/comet/garp/include/gendef.h:123, from /home/gempak/GEMPAK6.2.0/comet/garp/include/winobj.h:38, from ../abortproc.c:22: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [abortproc.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/util/linux64' Making all in /home/gempak/NAWIPS/comet/garp/gempak/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/gempak/linux64' 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 ../garperr.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/gempak/source/diaglib/dg \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from /home/gempak/GEMPAK6.2.0/comet/garp/include/gendef.h:123, from /home/gempak/GEMPAK6.2.0/comet/garp/include/genglobs.h:26, from ../garperr.c:20: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [garperr.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/gempak/linux64' Making all in /home/gempak/NAWIPS/comet/garp/xpm/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/xpm/linux64' make[3]: Nothing to be done for `all'. 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 /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from dcshef_comet.c:6: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.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' Lastly, here's the results of my Make Install: make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `gpfront'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpfront' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gprcm make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gprcm' 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 gpinp.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 gpmopt.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 gdctbl.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 text_output.f 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 box_fill.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from box_fill.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/gprcm.a(box_fill.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gprcm' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/fips make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/fips' 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 fips.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from fips.c:10: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [fips] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/fips' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/areainfo make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/areainfo' install areaInfo /home/gempak/GEMPAK6.2.0/os/linux64/bin/areaInfo make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/areainfo' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gpwarn make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpwarn' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `gpwarn'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpwarn' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/sfctime make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/sfctime' cp sfctime /home/gempak/GEMPAK6.2.0/os/linux64/bin cp: cannot stat `sfctime': No such file or directory make[3]: *** [install] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/sfctime' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gdbiint make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdbiint' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `gdbiint'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdbiint' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/acprof make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/acprof' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `acprof'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/acprof' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/trajectory make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/trajectory' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `gptraj'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/trajectory' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gdradr make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdradr' 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 gpinp.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 gdcanl.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 gdcnav.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 gdctbl.f 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 radar_grid.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from radar_grid.c:16: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/gdradr.a(radar_grid.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdradr' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gdradrc make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdradrc' 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 gpinp.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 gdcanl.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 gdcnav.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 gdctbl.f 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 radar_grid.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from radar_grid.c:21: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/gdradrc.a(radar_grid.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdradrc' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/nex2gini make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nex2gini' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/gif.a', needed by `nex2gini'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nex2gini' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/nex2img make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nex2img' 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 gpinp.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 gdcanl.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 gdcnav.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 gdctbl.f 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 -I/home/gempak/GEMPAK6.2.0/gempak/source/driver/active/gif -c radar_grid.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from radar_grid.c:6: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/nex2img.a(radar_grid.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nex2img' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gdobscnt make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdobscnt' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/gn.a', needed by `gdobscnt'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdobscnt' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gpnexr2 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpnexr2' 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 gpminp.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 gpmopt.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 gtmfls.f 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 -I/home/gempak/GEMPAK6.2.0/extlibs/rsl/include -c cmpfil.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from cmpfil.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/gpnexr2.a(cmpfil.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpnexr2' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/nexr2rhi make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nexr2rhi' 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 gdxdsp.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 gdxinp.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 gdxlev.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 gdxplt.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 gdxsug.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 gdxyax.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 gtmfls.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 setgproj.f 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 -I/home/gempak/GEMPAK6.2.0/extlibs/rsl/include -c cmpfil.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from cmpfil.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/nexr2rhi.a(cmpfil.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nexr2rhi' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gpvad make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpvad' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `gpvad'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpvad' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gpnids make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpnids' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `gpnids'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gpnids' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gdtopo make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdtopo' 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 gdtdsp.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 gdtfil.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 gdtinp.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 gdtwdt.f 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 read_dem.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from read_dem.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/gdtopo.a(read_dem.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdtopo' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/nmap_kiosk make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nmap_kiosk' 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 nmap_kiosk.c nmap_kiosk.c:44:34: fatal error: X11/extensions/XTest.h: No such file or directory compilation terminated. make[3]: *** [nmap_kiosk] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/nmap_kiosk' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gdcsv make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdcsv' 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 -o gdptin.o gdptin.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 -o gdpttm.o gdpttm.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 -o gdcsv.o gdcsv.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 -o gdpout.o gdpout.f 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 dgconav.o dgconav.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from dgconav.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [dgconav.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gdcsv' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/sndiag make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/sndiag' make[3]: *** No rule to make target `/home/gempak/GEMPAK6.2.0/os/linux64/lib/syslib.a', needed by `sndiag'. Stop. make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/sndiag' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/cwordsh make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/cwordsh' install cwordsh /home/gempak/GEMPAK6.2.0/os/linux64/bin make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/cwordsh' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/gd2img make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gd2img' 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 -o gdptin.o gdptin.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 -o gdpttm.o gdpttm.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 -o gdptup.o gdptup.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 -o gd2img.o gd2img.f 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 dgconav.o dgconav.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from dgconav.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [dgconav.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/gd2img' installing in /home/gempak/GEMPAK6.2.0/unidata/programs/img2gd make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/unidata/programs/img2gd' 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 gpinp.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 gdcanl.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 gdcnav.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 gdctbl.f 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 radar_grid.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from radar_grid.c:15: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [/home/gempak/GEMPAK6.2.0/os/linux64/lib/img2gd.a(radar_grid.o)] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs/img2gd' make[2]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata/programs' make[1]: Leaving directory `/home/gempak/GEMPAK6.2.0/unidata' Making install in /home/gempak/GEMPAK6.2.0/comet make[1]: Entering directory `/home/gempak/GEMPAK6.2.0/comet' installing in /home/gempak/GEMPAK6.2.0/comet/garp make[2]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp' Make start time is Tue Feb 22 18:54:07 EST 2011 Making all in /home/gempak/GEMPAK6.2.0/comet/garp/init/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/init/linux64' 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 ../init_actions.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from ../init_actions.c:20:0: /home/gempak/GEMPAK6.2.0/comet/garp/include/winactions.h:22:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [init_actions.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/init/linux64' Making all in /home/gempak/GEMPAK6.2.0/comet/garp/gui/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/gui/linux64' 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 ../animcontrol.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from /home/gempak/GEMPAK6.2.0/comet/garp/include/gendef.h:123, from /home/gempak/GEMPAK6.2.0/comet/garp/include/winobj.h:38, from ../animcontrol.c:22: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [animcontrol.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/gui/linux64' Making all in /home/gempak/GEMPAK6.2.0/comet/garp/object/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/object/linux64' 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 ../animobj.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from ../animobj.c:17:0: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [animobj.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/object/linux64' Making all in /home/gempak/GEMPAK6.2.0/comet/garp/util/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/util/linux64' 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 ../abortproc.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from /home/gempak/GEMPAK6.2.0/comet/garp/include/gendef.h:123, from /home/gempak/GEMPAK6.2.0/comet/garp/include/winobj.h:38, from ../abortproc.c:22: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [abortproc.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/util/linux64' Making all in /home/gempak/GEMPAK6.2.0/comet/garp/gempak/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/gempak/linux64' 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 ../garperr.c \ \ -I/usr/X11R6/include \ -I/home/gempak/GEMPAK6.2.0/comet/garp/include \ -I/home/gempak/GEMPAK6.2.0/gempak/include -I/home/gempak/GEMPAK6.2.0/os/linux64/include \ -I/home/gempak/GEMPAK6.2.0/gempak/source/diaglib/dg \ -I/home/gempak/GEMPAK6.2.0/comet/garp/xpm In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from /home/gempak/GEMPAK6.2.0/comet/garp/include/gendef.h:123, from /home/gempak/GEMPAK6.2.0/comet/garp/include/genglobs.h:26, from ../garperr.c:20: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[3]: *** [garperr.o] Error 1 make[3]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/garp/gempak/linux64' Making all in /home/gempak/GEMPAK6.2.0/comet/garp/xpm/linux64 make[3]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/garp/xpm/linux64' make[3]: Nothing to be done for `all'. 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' installing in /home/gempak/GEMPAK6.2.0/comet/etamap make[2]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/etamap' 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' installing in /home/gempak/GEMPAK6.2.0/comet/gdpoint make[2]: Entering directory `/home/gempak/GEMPAK6.2.0/comet/gdpoint' 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 -o gdptin.o gdptin.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 -o gdpttm.o gdpttm.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 -o gdptup.o gdptup.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 -o gdpoint.o gdpoint.f 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 dgconav.o dgconav.c In file included from /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from dgconav.c:1: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.h: No such file or directory compilation terminated. make[2]: *** [dgconav.o] Error 1 make[2]: Leaving directory `/home/gempak/GEMPAK6.2.0/comet/gdpoint' installing in /home/gempak/GEMPAK6.2.0/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 /usr/include/Xm/XmAll.h:46:0, from /home/gempak/GEMPAK6.2.0/gempak/include/geminc.h:57, from dcshef_comet.c:6: /usr/include/Xm/Xm.h:73:27: fatal error: X11/Intrinsic.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' [gempak@WxBugLIVEWorkstation GEMPAK6.2.0]$ Any help from this point forward would be much appreciated! Nathan Parker WeatherBug Backyard Support This message (including any attachments) is a confidential and privileged communication of AWS Convergence Technologies, Inc. and intended only for the addressee. Any unauthorized use, distribution or copying of this message (or any attachment) is prohibited. If you are not the addressee or a person authorized to receive messages for the addressee, you have received this message in error. In that case, please delete this message and call us at 301-250-4000 so that we can correct our records in order to avoid this mistake in the future. Thank you.
gembud
archives: