Hi,
I maganged to get mad cross compiled with with an arm-linux cross compiler but it turs out that is not the wan I should be using. I have jsut built an arm-elf cross compiler and it works fin on simple programs.
Now when i do ./configure I get the error :
configure: error: can not run test program while cross compiling
I understand why it can't run the test program but it never had a problem with the other cross-compiler. I tried giving it the --build=1686-linux along with the --host=arm-elf option so it would _know_ it was cross compiling but this made no difference. Is htere some other optin that i can pass to configure to stop it running test programs?