This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MinGW, GCC Vista,


craig@palantir.co.za wrote:

> Do you guys know if the problem with the access() standard library function has
> been worked around?
> Windows vista has an updated MSVCRT.DLL which returns false for access() using
> X_OK, this parameter was previously ignored, and returned true. MinGW / GCC
> does not work on Vista as a result.

This is not a gcc issue in the slightest, it's a MinGW issue.  And it
has been fixed there some time ago.  Once you install the fixed MinGW
runtime and recompile gcc it works fine.  There are binaries (at least
for the gcc.exe driver frontend, the primary one affected) posted on the
MinGW mailing list, but nobody has gotten around to posting rebuilt
binaries at the SF download area.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]