Cross compilation of udns for power pc
Posted
by
pragya
on Ask Ubuntu
See other posts from Ask Ubuntu
or by pragya
Published on 2013-10-23T09:23:04Z
Indexed on
2013/10/23
10:16 UTC
Read the original article
Hit count: 356
I have libraries of x86 architecture that I want to cross compile for power pc. I have already cross compiled different libraries for power pc by setting environment variables for powerpc and using appropriate options with ./configure. Now, I want to cross compile libudns for powerpc. In ./configure --help I am not getting those appropriate options to cross compile.
For libudns, I set environment variables for powerpc and ran ./configure but it throws following error:
configure: fatal: $CC (powerpc-linux-gnu-gcc) is not a working compiler
© Ask Ubuntu or respective owner