Re: [GENERAL] GCC error and libmpfr.so.4 not found

2015-06-11 Thread Jimmy Yih
_PATH=/seq/annotation/bio_tools/BOOST/boost_1_46_1/lib > > LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/seq/regev_genome_portal/lib > > sourced it and then exceuted /.configure as below: > > ./configure --prefix=/../../DATABASE/postgres > > I get the same error log as before. > > Asma > > >

Re: [GENERAL] GCC error and libmpfr.so.4 not found

2015-06-11 Thread Jimmy Yih
Hey Asma, Have you tried running ldd and checking the library linkage? You might be able to just add the different location to your LD_LIBRARY_PATH as a quick way to get this working. - Jimmy On Thu, Jun 11, 2015 at 7:46 AM, Asma Riyaz wrote: > I have a libmpfr.so.4 under a different location