I am new to codelite and have set up a new g++ Project:
#include <stdio.h>
int main(int argc, char **argv)
{
printf("hello world\n");
return 0;
}
However, if I click 'Build Active Project' the Build ouput says:
/bin/sh -c ' -j 1 -e -f Makefile'
/bin/sh: 1: -j: not found
0 errors, 0 warnings
I tried the by default generated Makefile as well as a custom one. What is wrong here that the build operation fails without any error?
I'm using following software:
OS: Ubuntu 14.04.01 LTS 64bit, as a virtual machine with Windows 7 as Host
IDE: CodeLite 7.0 for Trusty Tahr (=Ubuntu 14.04)
Compiler, Tools: I installed g++ and gdb from the command line, in case I forgot something, I listed the output of apt list