LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   clfs PPL-0.10.2 error (https://www.linuxquestions.org/questions/linux-from-scratch-13/clfs-ppl-0-10-2-error-771048/)

skeeters 11-23-2009 01:32 PM

clfs PPL-0.10.2 error
 
after configuring PPL and issuing the make command I keep getting this error

/tools/lib/libgmp.so: undefined reference to `__gmpn_rsh1add_n'
/tools/lib/libgmp.so: undefined reference to `__gmpn_addlsh1_n'
collect2: ld returned 1 exit status
make[3]: *** [ppl-config] Error 1
make[3]: Leaving directory `/mnt/clfs/sources/ppl-0.10.2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/clfs/sources/ppl-0.10.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/clfs/sources/ppl-0.10.2'
make: *** [all] Error 2

This is the version of CLFS I'm using
Version SVN-20091015-x86

knudfl 11-23-2009 07:16 PM

http://cross-lfs.org/view/svn/native/
http://cross-lfs.org/view/svn/native...ystem/gmp.html
QUOTE : "The test suite for GMP is considered critical.
Do not skip it under any circumstance."

Were the gmp tests OK ? ( make check ).
'ppl-0.10.2' depends on gmp only. ( Except for the java stuff.)

You can testcompile ppl on your host ...
.. and find that failing with it is difficult.
.....

skeeters 11-23-2009 09:10 PM

Not sure what the problem was but I went back and reinstalled MPFR and this time there was no errors at all and installed just fine.


All times are GMT -5. The time now is 05:57 AM.