http://www.google.com/search?q=symbol+lookup+error:+/usr/lib/libmpfr.so.1:+undefined+symbol:+__gmp_get_memory_functions
On Fri, Jul 24, 2009 at 8:16 AM, lawrence sue<[email protected]> wrote: > > Could you give me some more details? Thanks! > > On Jul 24, 10:54 pm, Evan Martin <[email protected]> wrote: >> Plugging the error message into Google reveals people running into >> this problem in various other projects, so it's unlikely the problem >> is Chrome-specific. The error seems to be related to not having your >> system libraries in order. >> >> >> >> On Fri, Jul 24, 2009 at 12:15 AM, empriser<[email protected]> wrote: >> >> > When I compiled base_unittests, it gave me error: undefined symbol: >> > __gmp_get_memory_functions. >> > When I compiled cairo, it showed me the same error, however, I >> > resolve it by changing the lib path: export LD_LIBRARY_PATH=/usr/local/ >> > lib:/usr/lib: BUT it does not work for base_unittests. >> > Could you kindly give some suggestions? >> >> > Error message: >> > chrome[21-03:41:02]/home/chrome/src/base>hammer base_unittests >> > scons: Reading SConscript files ... >> > scons: done reading SConscript files. >> > scons: Building targets ... >> > Extracting last change to /home/chrome/src/sconsbuild/Debug/obj/ >> > _global_intermediate/build/LASTCHANGE >> > Compiling /home/chrome/src/sconsbuild/Debug/obj/third_party/icu38/ >> > source/i18n/astro.o >> > /usr/local/libexec/gcc/i686-pc-linux-gnu/4.4.0/cc1plus: symbol lookup >> > error: /usr/lib/libmpfr.so.1: undefined symbol: >> > __gmp_get_memory_functions >> >> > GMP and MPFR on my machine: >> > /usr/local/lib/libgmp.so -> libgmp.so.3.5.0 >> > /usr/local/lib/libmpfr.so -> libmpfr.so.1.2.0 > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
