Hi Leif, * Leif Ekblad wrote on Tue, Jan 17, 2006 at 10:47:32AM CET: > I enclose results on a test-run on libtool
This test has $host and $build i686-pc-linux-gnu, but we would like to see how it fares on RDOS. So if RDOS is a cross-target, you would use something similar to configure --host=i686-rdos-whatever (adjust to the appropriate value/your toolchain prefix) and possibly specify some of them also manually (CC, LD, AR, ..) and if you can build natively on RDOS, just do that, it's bound to be simpler. I'm not sure what your goal is; your recent question indicates that you need the libtool changes in order to be able to create a GCC that targets RDOS. Is that correct? Have you managed to either get them to apply your libtool-related changes, and/or have you maybe managed to just apply the yourself to a local GCC source tree and build from that, including regeneration of the generated files. (Note I don't know exactly how that works within the GCC source tree, but I guess they have some documentation that explains how to do this?) Cheers, Ralf