[Gimp-developer] Gimp2.6.4 for ARM processor

Tor Lillqvist tml at iki.fi
Tue Jan 20 10:52:54 PST 2009


> i am trying to cross compile gegl-0.0.22 with command CC=arm-linux-gcc ./configure arm-linux --target=arm-linux

When cross-compiling you should use --host, not --target, to specify
the architecture the executables you are building will run on.
--target is used when configuring compilers and similar tools, to
specify the architecture of the object files the tools will operate
on.

--tml


More information about the Gimp-developer mailing list