I am configuring my Gentoo system and for some reason, when I run the "emerge php" command, it will attempt to compile GMP because it is a dependency but then it shoots out this error:
dev-libs # emerge php
Calculating dependencies ...done!
>>> emerge dev-libs/gmp-4.1-r1 to /
>>> md5 ;-) gmp-4.1.tar.gz
>>> Unpacking source...
>>> Unpacking gmp-4.1.tar.gz
patching file randraw.c
>>> Source unpacked.
configure: error: --target is not appropriate for GMP
Use --build=CPU-VENDOR-OS if you need to specify your CPU and/or system
explicitly. Use --host if cross-compiling (see "Installing GMP" in the
manual for more on this).
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -130, Exitcode 1
!!! configure failed
!!! emerge aborting on /usr/portage/dev-libs/gmp/gmp-4.1-r1.ebuild .
I am not doing cross-compiling because I have no idea what that is
Is there any way around this? I want to play with PHP 
Thanks for your help linux gurus!
-silver
dev-libs # emerge php
Calculating dependencies ...done!
>>> emerge dev-libs/gmp-4.1-r1 to /
>>> md5 ;-) gmp-4.1.tar.gz
>>> Unpacking source...
>>> Unpacking gmp-4.1.tar.gz
patching file randraw.c
>>> Source unpacked.
configure: error: --target is not appropriate for GMP
Use --build=CPU-VENDOR-OS if you need to specify your CPU and/or system
explicitly. Use --host if cross-compiling (see "Installing GMP" in the
manual for more on this).
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -130, Exitcode 1
!!! configure failed
!!! emerge aborting on /usr/portage/dev-libs/gmp/gmp-4.1-r1.ebuild .
I am not doing cross-compiling because I have no idea what that is
Thanks for your help linux gurus!
-silver