On Thu, May 06, 2010 at 03:00:40PM +0200, Alexander Stein wrote: > If passed --host and --build differ (or --target?) configure _should_ detect > such things. But iexpect this will only work, if autofoo is setup correctly, > otherwise
It should know, but most developers don't think about cross compiling and happily write autoconf tests that are required to execute to work. gcc 4.3's c++ libraries for example do this. They are imposible to cross compile (older versions worked fine). Most autoconf tests are compile tests (they only care if it compiles or not). A few have to be executed. Those fail. -- Len Sorensen _______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev