happytam

Results 6 comments of happytam

Even when antivirus software and firewall are both turned off, it is still impossible to compile an executable file.

When I switch to the MinGW64 terminal , the same issue persists. tam@DESKTOP-OE92IV8 MINGW64 ~ $ ls hello.c tam@DESKTOP-OE92IV8 MINGW64 ~ $ gcc -v hello.c -o hello.exe Using built-in specs....

> Calling gcc (mingw64) from ucrt64 shell shouldn't be possible, could you show $PATH > > ``` > $ echo $PATH > ``` > > Maybe you changed the path....

> What does `which gcc` produce? tam@DESKTOP-OE92IV8 UCRT64 ~ $ which gcc /ucrt64/bin/gcc

> Did you try a clean installation, I mean delete everything and reinstall MSYS2. Yes, I have reinstalled, and I have only executed pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain. I still...

> > > Did you try a clean installation, I mean delete everything and reinstall MSYS2. > > > > Yes, I have reinstalled, and I have only executed pacman...