Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » how to change path of "configure" script created by CDT AUTOTOOLS
icon11.gif  how to change path of "configure" script created by CDT AUTOTOOLS [message #1424089] Mon, 15 September 2014 12:45 Go to next message
y y is currently offline y yFriend
Messages: 1
Registered: September 2014
Junior Member
i have created a project named "test4" by menu "new"->"C project "->"GNU Auyotools"->""hello world ANSI c Autotools Project".
i have installed mingw and msys.
when build, i get error list below:


Generating Makefile in build directory: E:/eclipse/workspace/TEST4/

sh -c E:/eclipse/workspace/TEST4/E/eclipse/workspace/TEST4/configure
sh: E:/eclipse/workspace/TEST4/E/eclipse/workspace/TEST4/configure: No such file or directory

Configuration failed with error
Build stopped
()20:33:42 **** Build of configuration Build (GNU) for project TEST4 ****
make all
make: *** No rule to make target 'all'. Stop.



it seems the path of runing "configure" script is wrong, how can i correct it, thx.
Re: how to change path of "configure" script created by CDT AUTOTOOLS [message #1430821 is a reply to message #1424089] Wed, 24 September 2014 21:46 Go to previous message
Tom Schultz is currently offline Tom SchultzFriend
Messages: 1
Registered: September 2014
Junior Member
I'm having this same issue with a project originally set up for autotools on *nix. We're using MinGW and MSYS as well and I believe the appended path (/E/eclipse/...) above is an MSYS path. Has anyone had any luck with this issue?

[Updated on: Fri, 26 September 2014 17:08]

Report message to a moderator

Previous Topic:The program won't start
Next Topic:Windows 8 cross compile works in prompt, not in eclipse
Goto Forum:
  


Current Time: Thu Apr 18 00:40:59 GMT 2024

Powered by FUDForum. Page generated in 0.02001 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top