This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/67546] bootstrap broken on x86_64-w64-mingw32, error: '::unsetenv' has not been declared in gcc.c


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67546

--- Comment #3 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Thanks Rainer for pointing on this.  Yes, comment wasn't intended for this bug.
 I added comment to proper pr ...

This issue is related to the fact that msvcrt doesn't provide unsetenv (as it
doesn't provide setenv).  Instead all this functionality needs to be expressed
via getenv/putenv instead.


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