Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22067

Compile C for Windows with MinGW

$
0
0

I installed the latest version of MinGW and trying to compile the project:

\MinGW\bin\gcc.exe -O3 -flto -Wall -msse src/*.c -o noname -lm -lpthread

But nothing happens. No errors, no exe files, nothing.

I am not familiar with Windows in terms of compilation. This is a simple console application that is compilable on Ubuntu without problems with the same command.

What I am doing wrong?


Viewing all articles
Browse latest Browse all 22067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>