This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Creating makefiles in gcc4.7.0


On 5/20/2012 6:05 AM, blessman11 wrote:

How do I create makefiles for gcc4.7.0 c++ projects? Has anybody got a link to an example of a "gcc4.7.0" c++11 project? And also a tutorial to writing makefiles for the compiler? (I've looked at the general documentation and it wasn't really clear enough and mostly feels a bit like information overload when first looking at it)
There are plenty of tutorials about using make with g++. If you are at the beginner level, start with simple cases. If you have specific issues pertaining to 4.7, you would need to clarify this.

--
Tim Prince


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]