Installing gfortran4.4
Tobias Burnus
burnus@net-b.de
Mon Sep 8 19:24:00 GMT 2008
Hello Victor,
Victor Manuel Garcia wrote:
> I'm trying to install gfortran4.4 but when I write in console
> "./gfortran --version" (note that the actual directory is
> "home/gcc-trunk/bin" and that exists the environment variable
> "LD_LIBRARY_PATH=home/gcc-
> trunk/lib64") the following message appears:
>
> error while loading sharing libraries: libcloog.so.0
>
> In directory "lib64" exists "libcloog.so.0.0.0" but not
> "libcloog.so.0". Thanks for your help.
>
Cloog is a library used to do loop transformations, see -floop-* in the
GCC manual; it is only used in 4.4 since about a week. That my 4.4
builds include Gloog is even newer. I actually wanted to try these
packages on a system without installed libcloog, but I have not done so.
Can you execute "ln -s libcloog.so.0.0.0 libcloog.so.0" in the lib64/
directory and report back whether this was enough?
You might need to do the analog for libppl*.
Tobias
More information about the Fortran
mailing list