I\'m trying to install different software onto my Raspberry Pi with Debian Wheezy OS. When I run try to configure software I\'m trying to install I get this output
On CoreOS, solved the problem with.
install.packages('rgdal', type = "source", configure.args='--host=host')
The problem here has been resolved by:
export PATH=/path/to/gcc-4.9.2/bin/:$PATH
export LD_LIBRARY_PATH=/path/to/gcc-4.9.2/lib64/:$LD_LIBRARY_PATH
./configure --prefix=/path/to/ --host=arm
Hope this will help you.