Canadian cross on cygwin

Mike Stump mrs@apple.com
Wed Aug 25 23:47:00 GMT 2004


On Aug 25, 2004, at 9:03 AM, Tal Agmon wrote:
> I wish to compile a gcc port for the crx target with windows as a 
> host. I read
> the CrossFAC and many other references but I still can't figure out 
> the right configure command line.
>
> I'm trying to compile on cygwin using a mingw32-gcc.exe compiler. What 
> should I
> specify in --build and --host?

First try:

configure --target=targetname

I don't know what's so complicated about that.  After that is built up 
and works, then you can see if it differs from what you want.  If it 
doesn't you are done.  If it does, you will be able to say how.  If for 
example, you want the host system to be foo instead of 
`./config.guess`, then, you can add --host=<foo> and see if that does 
what you want...

Also, you didn't say what you tried, and what that produced and why 
that was wrong.  If you didn't try anything, then just let me recommend 
to leap into it and just try things.



More information about the Gcc mailing list