cant get autoconf/automake to crosscompile
Robert Staven
robertst@tihlde.org
Tue Aug 10 18:27:00 GMT 2004
Dan Kegel wrote:
>>>> I cant get my ./configure to use the arm-linux-gcc (and so on), it
>>>> keeps using the gcc whatever I try to do.
>>>
>>> Traditionally, one does this in one of two ways:
>>> a) ./configure --target arm-linux
>>> (which causes CC to default to arm-linux-gcc, I think)
>>> b) CC=arm-linux-gcc ./configure
>>> (which sets CC directly)
>>
>> This I do/have tried, but it still picks the gcc and not the
>> arm-linux-gcc.
>>
> Which version of autoconf are you using, by the way? RH7.2 probably
> came with an icky old version.
> You might consider reposting your question on the autoconf list, too.
Autoconf v 2.13.
Going to try to install the toolchain for the arm on a PC with Fedora
FC1, and try out the same there. Hopefully things will do better.
Regards
Robert Staven
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list