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.
Seems I was able to successfully install GCC, but I had issues installing gfortran. Here's my Terminal Results: [root@WxBugLIVEWorkstation gempak]# yum install gfortran Loaded plugins: langpacks, presto, refresh-packagekit Adding en_US to language list google-chrome | 951 B 00:00 updates/metalink | 15 kB 00:00 updates | 4.7 kB 00:00 updates/primary_db | 4.4 MB 00:14 Setting up Install Process No package gfortran available. Error: Nothing to do [root@WxBugLIVEWorkstation gempak]# which gcc /usr/bin/which: no gcc in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/gempak/bin) [root@WxBugLIVEWorkstation gempak]# yum install gcc Loaded plugins: langpacks, presto, refresh-packagekit Adding en_US to language list Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.5.1-4.fc14 set to be installed --> Processing Dependency: cpp = 4.5.1-4.fc14 for package: gcc-4.5.1-4.fc14.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.5.1-4.fc14.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.5.1-4.fc14.x86_64 --> Processing Dependency: libmpc.so.2()(64bit) for package: gcc-4.5.1-4.fc14.x86_64 --> Running transaction check ---> Package cloog-ppl.x86_64 0:0.15.7-2.fc14 set to be installed --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-2.fc14.x86_64 --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-2.fc14.x86_64 ---> Package cpp.x86_64 0:4.5.1-4.fc14 set to be installed ---> Package glibc-devel.x86_64 0:2.13-1 set to be installed --> Processing Dependency: glibc-headers = 2.13-1 for package: glibc-devel-2.13-1.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.13-1.x86_64 ---> Package libmpc.x86_64 0:0.8.1-1.fc13 set to be installed --> Running transaction check ---> Package glibc-headers.x86_64 0:2.13-1 set to be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.13-1.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.13-1.x86_64 ---> Package ppl.x86_64 0:0.10.2-10.fc12 set to be installed --> Running transaction check ---> Package kernel-headers.x86_64 0:2.6.35.11-83.fc14 set to be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.5.1-4.fc14 fedora 14 M Installing for dependencies: cloog-ppl x86_64 0.15.7-2.fc14 fedora 93 k cpp x86_64 4.5.1-4.fc14 fedora 4.0 M glibc-devel x86_64 2.13-1 updates 968 k glibc-headers x86_64 2.13-1 updates 599 k kernel-headers x86_64 2.6.35.11-83.fc14 updates 742 k libmpc x86_64 0.8.1-1.fc13 fedora 44 k ppl x86_64 0.10.2-10.fc12 fedora 1.1 M Transaction Summary ================================================================================ Install 8 Package(s) Total download size: 21 M Installed size: 49 M Is this ok [y/N]: y Downloading Packages: Setting up and reading Presto delta metadata updates/prestodelta | 794 kB 00:02 Processing delta metadata Package(s) data still to download: 21 M (1/8): cloog-ppl-0.15.7-2.fc14.x86_64.rpm | 93 kB 00:00 (2/8): cpp-4.5.1-4.fc14.x86_64.rpm | 4.0 MB 00:11 (3/8): gcc-4.5.1-4.fc14.x86_64.rpm | 14 MB 00:39 (4/8): glibc-devel-2.13-1.x86_64.rpm | 968 kB 00:03 (5/8): glibc-headers-2.13-1.x86_64.rpm | 599 kB 00:01 (6/8): kernel-headers-2.6.35.11-83.fc14.x86_64.rpm | 742 kB 00:02 (7/8): libmpc-0.8.1-1.fc13.x86_64.rpm | 44 kB 00:00 (8/8): ppl-0.10.2-10.fc12.x86_64.rpm | 1.1 MB 00:03 -------------------------------------------------------------------------------- Total 348 kB/s | 21 MB 01:02 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : libmpc-0.8.1-1.fc13.x86_64 1/8 Installing : cpp-4.5.1-4.fc14.x86_64 2/8 Installing : ppl-0.10.2-10.fc12.x86_64 3/8 Installing : cloog-ppl-0.15.7-2.fc14.x86_64 4/8 Installing : kernel-headers-2.6.35.11-83.fc14.x86_64 5/8 Installing : glibc-headers-2.13-1.x86_64 6/8 Installing : glibc-devel-2.13-1.x86_64 7/8 Installing : gcc-4.5.1-4.fc14.x86_64 8/8 Installed: gcc.x86_64 0:4.5.1-4.fc14 Dependency Installed: cloog-ppl.x86_64 0:0.15.7-2.fc14 cpp.x86_64 0:4.5.1-4.fc14 glibc-devel.x86_64 0:2.13-1 glibc-headers.x86_64 0:2.13-1 kernel-headers.x86_64 0:2.6.35.11-83.fc14 libmpc.x86_64 0:0.8.1-1.fc13 ppl.x86_64 0:0.10.2-10.fc12 Complete! [root@WxBugLIVEWorkstation gempak]# which gcc /usr/bin/gcc After this, I ran the make in another Terminal prompt, but it seems I'm getting errors and it showed that the make terminated prematurely. I could either post the results of my Make.out file here or email them to someone if they'd like. I think I'm almost there, but not quite yet. What would be the best way for me to share the results of my Make.out file? Thanks! Nathan Parker WeatherBug Backyard Support
gembud
archives: