Installing recent version of gmp


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Installing recent version of gmp
# 1  
Old 02-24-2014
Installing recent version of gmp

I want to install a recent version of gmp on Fedora. Tried to use yum

Code:
[root@tc139 gcc-4.8.2-objdir]# yum list | grep gmp
gmp.i686                                 4.3.1-6.fc13                 @fedora   
gmp.x86_64                               4.3.1-6.fc13                 @fedora   
gmp-devel.x86_64                         4.3.1-6.fc13                 @fedora   
gmp-devel.i686                           4.3.1-6.fc13                 fedora    
gmp-ecm.i586                             6.2.3-1.fc12                 fedora    
gmp-ecm.x86_64                           6.2.3-1.fc12                 fedora    
gmp-ecm-devel.i586                       6.2.3-1.fc12                 fedora    
gmp-ecm-devel.x86_64                     6.2.3-1.fc12                 fedora    
gmp-ecm-static.x86_64                    6.2.3-1.fc12                 fedora    
gmp-static.x86_64                        4.3.1-6.fc13                 fedora    
gmpc.x86_64                              0.19.1-2.fc13                fedora    
gmpc-devel.i686                          0.19.1-2.fc13                fedora    
gmpc-devel.x86_64                        0.19.1-2.fc13                fedora    
ocaml-mlgmpidl.x86_64                    1.1-4.fc13                   fedora    
ocaml-mlgmpidl-devel.i686                1.1-4.fc13                   fedora    
ocaml-mlgmpidl-devel.x86_64              1.1-4.fc13                   fedora    
ocaml-mlgmpidl-doc.x86_64                1.1-4.fc13                   fedora

Thus I cannot install a more recent such as gmp-5.1.2 from Fedora 20 for example
Is this possible to do?
# 2  
Old 02-24-2014
What happens when you do
Code:
yum update gmp

# 3  
Old 02-24-2014
You could try
Code:
yum upgrade gmp --releasever=20

This will install gmp from the Fedora release 20.
Attention, might produce dependency errors if its dependencies are shared among other installed applications on that computer.

Hope this helps
# 4  
Old 02-25-2014
done by compiling from source
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Downloading and installing a very old version of gcc

I would like to acquire a very old version of gcc: 4.4.3 and set it up in such a way that I can use the update-alternatives command to switch between my current version and the older version. I believe I may have found a website where I can download 4.4.3 from. However, I am not sure what all I... (6 Replies)
Discussion started by: Circuits
6 Replies

2. Red Hat

Kernel version required for installing KVM

Hi friends, I have a created a RHEL 6.4 for installing KVM in Virtual box. My machine is a 64 bit, but virtual box was not allowing to install x86_64 version RHEL. So I had to install 32 bit i686 version of RHEL. The kernel came with the CD was 2.6.32-358.el6.i686. But KVM doesnt support... (2 Replies)
Discussion started by: shyam2j
2 Replies

3. Shell Programming and Scripting

Copy a file from directroy/ prior version to the directory/ new version

How to copy a file from directroy/ prior version to the directory/ new version automatically. (4 Replies)
Discussion started by: roy1912
4 Replies

4. Solaris

Recent file available

Dear, Require a script to check : If the file under /opt/OV/log directory has recent 5 hours(or user defined value) file generated or not If generated then cmd to call : opcmsg a=a o=o msg_grp=OpC msg_text="Log file didn't generated on $time" s=critical (1 Reply)
Discussion started by: mjoshi87
1 Replies

5. Programming

Library linking with GMP

I am trying to set up the gnu multiple precision arithmetic library for some c++ programming I have to do. I am using a system with mac osx 10.6.3 and do NOT have root user access. I'm trying to use gmp 5.0.1. Since I don't have root user access, I had to install to a different directory Thus... (3 Replies)
Discussion started by: bluejayek
3 Replies

6. Shell Programming and Scripting

Getting the most recent file

Hi people, Please some help over here. I have logs in a directory, in which I need to get the most recent file in order to put it within other command. The format of the files are loadfiles20090308094339_41 loadfiles20090308094418_42 loadfiles20090308095457_43... (4 Replies)
Discussion started by: cgkmal
4 Replies

7. Red Hat

Installing the correct version of RHEL 5 Advanced Platform.

Dear Linux Gurus and RedHat Experts, I am about to install RHEL 5 Advanced Platform x86-64 on a high end machine with 4 sockets of CPU. However, I only have the subscription number from RedHat and can log on into rhn.redhat.com. However there are only one version ISO image per CPU... (0 Replies)
Discussion started by: Zepiroth
0 Replies

8. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

9. UNIX for Dummies Questions & Answers

Installing HP-UX 11i Version 1 May 2005

Hi, I'm real novice as far as unix goes, I've been asked to help out and install HP UX on a HP RP3440 server. I have been given the CDs and a procedure. I've also been told that the CDs with the s/w is a bit old and will need to be updated. Once I have installed it, how can I verify what I need... (1 Reply)
Discussion started by: navaid
1 Replies

10. HP-UX

GMP multi precision math library

Hello all, I'm having trouble building the GNU Multi Precision (GMP 4.1.3) on the HP Intel Itanium 2 HP-UX 11i I'm hoping someone out there has had some experience building GMP on this platform. After running the ./configure and doing a make I get an error saying: `.rodata` is not a section ... (3 Replies)
Discussion started by: vyl
3 Replies
Login or Register to Ask a Question