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: make check returns error


ad wrote:
While running `make check` fails after executing `make`. Shows two errors while installing gcc version 4.3.1 I'm using Debian Etch on PC. Can someone kindly provide a way to fix these two errors?


/home/ad/dloads/gcc-4.3.1/build/./gcc/cc1plus: symbol lookup error: /home/ad/dloads/gcc-4.3.1/build/./gcc/cc1plus: undefined symbol: mpfr_remainder
It looks like you don't have the current mpfr library path set. I've found it difficult to work with multiple mpfr versions, so I simply replace both static and dynamic mpfr libraries.


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