user2924026
user2924026

Reputation: 13

Eclipse Juno CDT Error: No rule to make target `all'

I just installed Eclipse Juno and am trying to make a simple Hello World C++ Project. I also have autoconf installed, however I get the error:

Error 127 occurred while running autoreconf.

I have already read this SO post about a similar problem, but none of the suggestions seemed to solve the problem.

How do I get rid of these errors? The project was a Hello world C++ Autotools Project if that helps.

Upvotes: 0

Views: 1084

Answers (1)

4pie0
4pie0

Reputation: 29744

possibly you have created an Autotools project. You have to create an Executable Project.

http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Fgetting_started%2Fcdt_w_basic.htm

check properties.

Upvotes: 1

Related Questions