This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Trouble with building multilib GCC (MinGW)
niXman <i.nixman@gmail.com> writes:
> ping?
When you ping a message, please include the context in the ping.
Otherwise we have to look it up. And since we are all volunteers,
requiring us to go back and look up the context makes it that much less
likely that you will get any sort of answer. Thanks.
As far as I can tell from your original note, your build failed because
you do not have a 64-bit version of the library -lkernel32. That is not
a gcc library. I assume it is a Windows library. I don't know if you
are missing a 64-bit version of the library, or if the bug is that you
should not be linking against -lkernel32 for a 64-bit build. E.g.,
perhaps there is a -lkernel64 on Windows, I don't know.
You can probably get a better answer on a mingw or cygwin mailing list,
as that is where you will find people who understand the Windows
environment.
Ian