This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gfortran binaries: missing libmpc.so.1


Dear Marco,

2009/7/15 marco restelli <mrestelli@gmail.com>:
> Dear all,
> ? I am trying to use the latest gfortran binaries for linux (x86_64),
> but I don't have libmpc:

You will get more useful answers if you include
- where you downloaded the binaries,
- which version "latest" refers to,
- how you installed the binaries,
- how to reproduce the error you encountered,
- what system you are running this on,
- if you even tried to solve the problem yourself (how?),
- ...

http://catb.org/esr/faqs/smart-questions.html

libmpc refers to this library http://www.multiprecision.org/ which can
optionally be used by gcc 4.5 for expressions involving complex
numbers during compiling. Maybe your system's package manager knows it
and can download it for you. Also the release notes that should have
come with your binaries might say a word or two on this matter - did
you read them carefully?

Cheers,
Dennis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]