This is the mail archive of the gcc-help@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]

Re: building gcc-4.4 with graphite


Olivier Marsden wrote:

> /home/marsden/sources/gcc_build_graphite/./gcc/xgcc: error while loading
> shared libraries: libcloog.so.0: cannot open shared object file: No such
> file or directory
> 
> This is on rhel5.2 x86-64.
> 
> Can anyone tell me what is happening?

You probably need to add /opt/ppl/lib and /opt/cloog/lib to the dynamic
loader's search list, e.g. by setting LD_LIBRARY_PATH or editing
/etc/ld.so.conf, otherwise it won't be able to locate them at runtime. 
(The output of "make install" for those libs should have printed blurbs
saying as much.)

Brian


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