libcloog.so.0 missing from nightly build
Tobias Burnus
burnus@net-b.de
Wed Dec 3 10:35:00 GMT 2008
Hi Keith,
Keith Refson wrote:
> I just tried to install the latest nightly build from
> http://users.physik.fu-berlin.de/~tburnus/gcc-trunk/gcc-trunk-x86_64-2008-12-02-r142347.tar.gz
> However there is a shared library dependency missing from this archive [...]
> There is no libcloog.so.0 or any other specific version such
>
I thought that I fixed this, but seemingly I did not work. Today's build
is half fixed: The libraries are there, but the symbolic links are
missing; try today's build and run
cd gcc-trunk/lib64
ln -s libcloog.so.*.* libcloog.so.0;
ln -s libppl.so.*.* libppl.so.7;
ln -s libppl_c.so.*.* libppl_c.so.2;
ln -s libgmpxx.so.*.* libgmpxx.so.4
That should be really fixed in tomorrow's build (or maybe this evening)
- I really wonder why it takes that long. (I cannot quickly test as
bootstrapping costs about 2h. All builds plus polyhedron benchmark suite
run about 8h. I don't want to start a manual build while the benchmark
runs ...)
By the way, the CLOOG and PPL libraries are used for Graphite, see
http://gcc.gnu.org/gcc-4.4/changes.html (General Optimizer Improvements)
> Thought you would like to know.
>
Thanks a lot. In this case I have realized it myself yesterday morning,
but it might easily get unnoticed for a quite long time! (In order to
bug not the list, you can also write me a personal email if this occurs.)
Tobias
PS: I try to get a VirtualBox with a 32bit Linux running to also offer
32bit Linux builds. FX's x86-linux don't seem to work since over one month.
More information about the Fortran
mailing list