Re: Draft manifest
[email protected] (Philip Newton) Fri, 10 May 2002 07:44:22 +0200
| Newsgroups | perl.dist |
|---|---|
| Organization | very little |
| Message-ID | <[email protected]> |
On Mon, 6 May 2002 00:12:38 +0100, [email protected] (Nicholas Clark) wrote: > Cross building means cross configuring, surely? How does a cross Configure > determine what the target can do, when it is running on the build host? > [As other programs are able to cross build, what magic do they use?] I've seen docs which imply "scp + ssh" (or "ftp + rsh", or whatever) to copy intermediate test programs to the runtime platform, execute them, and copy the results back to the Configure platform and analyse them. Cheers, Philip