News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

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.