Hi, When I compile a file using compile option which is available in emacs (I mean tools->compile) error is popped saying, -*- mode: compilation; default-directory: "~/emacs-23.1/bin/" -*- Compilation started at Tue Mar 20 12:38:44 make -k make: *** No targets specified and no makefile found. Stop. Compilation exited abnormally with code 2 at Tue Mar 20 12:38:44 Installing info: C:\emacs\emacs-23.1\bin I have kept hello.cpp in C:\emacs\emacs-23.1\bin. Also tried keeping hello.cpp in diff location. hello.cpp // Begining to C++ #include using namespace std; int main() { cout<<"Hello world"<