Saturday, March 17, 2012

The g++.exe Command Line Argument

Once the include files are set in the editor options, the commands are to be installed into the directories, namely the bin directories.
•gcc-g++ (bin and dll) for C++
•gcc-objc (bin and dll) for Objective C
•gcc-gfortran (bin and dll) for Fortran 90/95
•gcc-java (not yet available) for Java
•gcc-ada (bin and dll) for Ada
g++.exe -m32    -o dist/Debug/MinGW-Windows/application_1 build/Debug/MinGW-Windows/First.o build/Debug/MinGW-Windows/IoStream_Demo.o build/Debug/MinGW-Windows/First.o. The make command compiles a cpp file to create an obj file to be run  by the above command.


 

No comments:

Post a Comment