bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/29915] bfdio.c does not compile with mingw.org's MinGW


From: eliz at gnu dot org
Subject: [Bug binutils/29915] bfdio.c does not compile with mingw.org's MinGW
Date: Sun, 18 Dec 2022 12:01:09 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29915

--- Comment #3 from Eli Zaretskii <eliz at gnu dot org> ---
(In reply to Eli Zaretskii from comment #2)
> (In reply to Alan Modra from comment #1)
> > Can we have a bfd/configure.ac AC_CHECK_DECL test instead?
> 
> That would definitely work, but then someone else will have to write and
> test the patch, sorry.

Btw, even with AC_CHECK_DECL test, the result will need to be conditioned by
something like "#ifdef _WIN32", since Posix hosts don't have this function, but
we probably don't want them to compile a prototype which uses Win32-isms like
_CRTIMP, right?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]