I\'m trying to compile a simple \"Hello World\" program in Linux using Eclipse, but I always get this:
Building target: hello Invoking: GCC C++ Linker g++ -
I think
g++ -o "hello" ./src/hello.o should be ./src/hello.(c | cpp | cc depending on your language type)