views:

41

answers:

1

Hey Guy,

I'm trying to compile one single cpp file with Eclipse CDT and MinGW. On command line, c++ Test.cpp does the job. If I try to compile the file with Eclipse, I get errors telling me that I don't have included string.h in my lib files.

How do I setup Eclipse just to perform "g++ Test.cpp" without considering my lib files as independent files? Thanks for helping :)

Kon

A: 

I managed to exclude my lib files by right clicking on the folder "exclude from build ..." :) Thanks!

kon