News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

questions on make -mingw32 and make

Started by frogo, April 26, 2005, 07:48:08 PM

Previous topic - Next topic

frogo

:?: When I start up codeblocks it autodected my dev-cpp mingw compiler fine but it's setup is diferrent.   CodeBlock set it up to  use mingw-gcc.exe but in dev-cpp it use gcc.exe.  What is the diference  make-mingw32 and make.exe Is there a deference between these two file?  if so can anyone explain.

Anonymous

gcc.exe is nothing but a copy of mingw-gcc.exe. Compare the two files. They're exactly the same. The different names I guess are a comodity for the user.