Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
Package Name
gcc
Expected/Current Behaviour
I installed gcc:
scoop install gcc
.Trying to compile even the simplest C source does not do anything - even if there's a compiler error. cpp, gcc, g++ seem to return immediately.
gcc --version
works however.Steps to Reproduce
gcc -o t.exe t.c
.\t.exe
=>
Scoop Config
PowerShell Version
Additional Softwares
No response
Beta Was this translation helpful? Give feedback.
All reactions