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 asmariya...@gmail.com wrote: I have a libmpfr.so.4 under

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

2015-06-11 Thread Jimmy Yih
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 On Thu, Jun 11, 2015 at 1:30 PM, Jimmy Yih j...@pivotal.io wrote: Hey Asma, Have you tried