Re: mingw cross compilation
"Frediano Ziglio" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2009/1/8 Thomas Stover <[email protected]>: > Anyone ever figure out how to target win32 from a linux host via mingw? > I found a few comments in the archives, but it seems I missed allot or > something. Better yet, how about targeting win64? Either win32 and win64 compile and works (tested win32). Just use --host options during configure. freddy77