Author Topic: questions on make -mingw32 and make  (Read 6382 times)

frogo

  • Guest
questions on make -mingw32 and make
« on: April 26, 2005, 07:48:08 pm »
:?: 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

  • Guest
questions on make -mingw32 and make
« Reply #1 on: April 27, 2005, 01:54:12 am »
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.