Bug 41916 - MinGW cross-compile support for Linux
Summary: MinGW cross-compile support for Linux
Status: NEEDINFO
Alias: None
Product: APR
Classification: Unclassified
Component: APR (show other bugs)
Version: HEAD
Hardware: Other Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2007-03-21 04:30 UTC by Kouhei Sutou
Modified: 2010-07-01 22:50 UTC (History)
1 user (show)



Attachments
supports MinGW on Linux (2.04 KB, patch)
2007-03-21 04:31 UTC, Kouhei Sutou
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kouhei Sutou 2007-03-21 04:30:53 UTC
I'm trying to compile apr for Windows with MinGW on Debian GNU/Linux sid:

  % ./buildconf
  % ./configure --host=i586-mingw32msvc --prefix=...
  % make

I could cross-compile with the attached patch.
Comment 1 Kouhei Sutou 2007-03-21 04:31:27 UTC
Created attachment 19765 [details]
supports MinGW on Linux
Comment 2 William A. Rowe Jr. 2007-06-01 15:20:55 UTC
Can you retest, I'd already committed another bug report of the 2nd file patch,
and am committing your 3rd patch.  The others may or may not add new conflicts
to other builds outside of the unix-crosscompile environment, and we've spent
a great deal of time on svn's trunk to get these issues worked out.

Please add explanation and repost the remaining bits you believe we need as
separate patches, 1 patch per issue.