This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36721] Compiler aborts with no message when libgmp and/or libmpfr are missing
- From: "w6ws at earthlink dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2008 20:37:09 -0000
- Subject: [Bug fortran/36721] Compiler aborts with no message when libgmp and/or libmpfr are missing
- References: <bug-36721-15045@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from w6ws at earthlink dot net 2008-07-03 20:37 -------
Subject: Re: Compiler aborts with no message when libgmp
and/or libmpfr are missing
burnus at gcc dot gnu dot org wrote:
> ...
> Is this really an issue with my (newer) 4.4 builds? (4.3 and 4.2 are still
> dynamically linked.)
I am using your 4.3.1 build on linux. So yes, it does still have
the problem.
On cygwin, I am using a 4.4 snapshot from last may.
> -- One problem with my builds is that my libc (glibc 2.8)
> is too new for some systems - I really need to get some virtual machine
(Xen,
> Virtual Box 1.7,...) running with an older Linux.
Funny thing is that I have no problems running on SUSE 9 - which came
with gcc 3.something and g77. But on SUSE 10, which came with 4.1.2,
I have problems trying to use gfortran 4.3 with our code base. Has to
do with the order the libraries get linked in (default locations vs
the location where the gfortran libs live.)
Walter
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36721