This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454

--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Gcc-4.3.0 has never been on the system as other then the source code
> for 4.3.2, in a directory not in any $PATH.

Well, if you build everything yourself and you see some pointer to 4.3.0, it
means that you have used 4.3.0 at some point and you have left over. Note that
gcc has

        /usr/lib
        /usr/local/lib

in the library search paths. From experience I know that /usr/local is some
kind of evil.


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