This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37545] impossible to link with -fopenmp
- From: "brian at dessent dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Sep 2008 11:44:10 -0000
- Subject: [Bug fortran/37545] impossible to link with -fopenmp
- References: <bug-37545-15407@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from brian at dessent dot net 2008-09-17 11:44 -------
Subject: Re: impossible to link with -fopenmp
If you can't change your glibc version then you need to build gfortran
yourself from source. The problem is that the person that is building
the gfortran binary packages on the Wiki has a newer version of glibc
than you do, and the configure script accordingly detects and enables
the use of the newer glibc features. If you try to use it with an older
glibc it will fail because they don't exist, but if you built it
yourself from source it won't detect and enable the use of those
features. This is a general problem with relying on binary packages
that are not part of a distro (which has control over all versions.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37545