I have removed Windows XP from my machine and installed Linux mint 13 (debian x86). Now I want to use the Codelite IDE as I am learning C++. the compiler I am using is g++-4.6. Works great via Terminal:
Code: Select all
said@said_home ~ $ g++ R.cpp
said@said_home ~ $ g++ R.cpp -o ./romb
said@said_home ~ $ ./romb
Romb necha satrdan iborat(faqat toq son kiriting):
the only thing that I got was:
Code: Select all
----------Build Started--------
/bin/sh -c '"" -e -j 1 -f "R_wsp.mk"'
/bin/sh: 1: : Permission denied
----------Build Ended----------
0 errors, 0 warnings
Please, help me! I want the codelite to work with g++ and compile my sources. which path should I set,..., what should I do to make the compiler work with the codelite??? (I wasted 6 hours without any results)