mpfr Questions

7

Solved

How do I install GCC (the GNU Compiler Collection) piece by piece, using the current version, using the correct versions of dependencies, not using a package manager (like yum, rpm, apt, dpkg), and...
Madalena asked 26/2, 2012 at 3:53

6

Solved

I downloaded GCC 4.5 from http://www.netgull.com/gcc/releases/gcc-4.5.0/ but when I try to setup / build I am getting below error: Linux:>~/shared_scripts/bin/gcc/gcc-4.5.0 1040> /x/home/pra...
Panicstricken asked 12/2, 2012 at 23:24

3

Solved

Alright, this has been driving me insane. I've been trying this for at least a month, and no where on the internet is helping. I followed the steps of this. Not even the example works when I do th...
Tinsel asked 10/12, 2016 at 22:6

3

Solved

As I understand, I should first install GMP. The only tutorial I found for this purpose is http://cs.nyu.edu/exact/core/gmp/ and when I reach step 3: "Open gmp.dsw (gmp.vcproj for VC++.Net) to buil...
Hephzipa asked 30/10, 2013 at 16:26

5

When I run "make" on a project I get this error: dyld: Library not loaded: /usr/local/lib/libmpfr.4.dylib Referenced from: /Users/Petrov/Downloads/mips/bin/../libexec/gcc/mipsel-elf/4.8.1/cc1 Re...
Comfy asked 23/3, 2018 at 20:23

2

Today I updated my laptop to Ubuntu 18.04. Now I try to run a program for my bachelor thesis, but it gives me the following error message: error while loading shared libraries: libmpfr.so.4: c...
Postlude asked 11/7, 2018 at 14:46

1

I'm trying to install bigfloat and I am getting this message that seems to indicate I need the mpfr library first. How do I do this? The message: running build_ext building 'mpfr' extension cre...
Abmho asked 26/9, 2017 at 23:58

7

Solved

I am trying to cross-compile GCC on Mac OS 10.5.7. I used this command to configure GCC after installing GMP, MPFR, and MPC: ../gcc-4.5.0/configure --target=$i586-elf --prefix=/usr/local/cross \ ...
Treasurehouse asked 18/8, 2010 at 2:20

1

Solved

The question is very simple and direct, but I could not find an answer on the documentation. If I have mpfr_t a, b; Can I do something like mpfr_add(a, a, b, rnd); This would compute the sum ...
Cordy asked 24/2, 2017 at 10:35

2

Is there an easy way to build the GMP (GNU Multiple Precision Arithmetic Library, http://gmplib.org) under Windows, using Visual Studio 2005? I tried to find information about building the library ...
Shaylashaylah asked 19/6, 2009 at 9:20

0

I'm trying to compile the plll library which require boost, GMP and MPFR on mac os X 10.11. I've installed boost, GMP and MPFR by homebrew, then i've launched cmake in a dir build in plll, but I ...
Earthy asked 12/10, 2015 at 9:30

6

Solved

I'm installing gcc 4.5.2 with mpc 0.8.2, mpfr 3.1.0, and gmp 5.0.2. I've copied each of the mpc, mpfr, and gmp directories into the gcc-4.5.2 directory (removing the version tags). GCC successfully...
Idiolect asked 15/2, 2012 at 17:12

1

Solved

This question is about how to install "mpfr" with visual studio 2010 in windows OS. Though I have actually solved the mpfr installation problem by using a pre-compiled mpfr library (see the detail...
Greff asked 1/11, 2013 at 8:20

1

Solved

I a new C++ user and have only Visual studio 2008 installed. It seems from this link: Brian Gladman's Home Page There is already "Visual Studio 2010 project build files for building MPFR", which...
Samarium asked 28/10, 2013 at 7:55

1

Solved

I am working on a project that revolves around multiprecision "complex" numbers, specifically it's a Mandelbrot Set-based app, but with a twist that requires decent correspondence between the outpu...
Antoninaantonino asked 4/5, 2013 at 1:12

2

Solved

I'm using sqrt() function from math library, when I build for 64 bit using -m64 I'm getting correct result but when I build for 32 bit I have very inconsistent behaviour. For example on 64bit do...
Gotha asked 30/5, 2012 at 0:38
1

© 2022 - 2024 — McMap. All rights reserved.