This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
Re: Compile glibc with Mingw under windows
- From: Florian Weimer <fweimer at redhat dot com>
- To: Zvi Vered <veredz72 at gmail dot com>
- Cc: libc-help at sourceware dot org
- Date: Tue, 23 Jul 2019 15:30:17 +0200
- Subject: Re: Compile glibc with Mingw under windows
- References: <CABRndgz3Dk9NtbvX8kh_FiZmu6ixW1_RYmVZw46YOS2J6_h5GQ@mail.gmail.com>
* Zvi Vered:
> Can you please advise how can I compile glibc with Mingw under windows ?
>
> If you can provide prebuilt libraries (+ include files), this will be
> great.
You will have to build a cross-compiler for GNU/Linux (or GNU/Hurd)
first. I don't think they exist prepackaged for Mingw.
Then you will need to change your file system so that it is
case-sensitive.
After that, it should be a standard glibc cross-compile. But the
preliminary steps are quite a bit of work. Are you sure you want to do
this?
Thanks,
Florian