Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » how to configure mingw32-make.exe
how to configure mingw32-make.exe [message #97319] Thu, 25 March 2004 03:22 Go to next message
Eclipse UserFriend
Originally posted by: wapmail.yeah.net

Hello everybody
Someone could tell me how to configure the "makefile".
thanks a lot

leon
Re: how to configure mingw32-make.exe [message #97660 is a reply to message #97319] Sat, 27 March 2004 21:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alain.nowhere.ca

chentong wrote:

> Hello everybody
> Someone could tell me how to configure the "makefile".
> thanks a lot

To use the standard make builder some notions of Makefile format
is require. There is now a 'managed builder' that will take
care of things for you, still work in progress
Re: how to configure mingw32-make.exe [message #98720 is a reply to message #97319] Mon, 05 April 2004 14:30 Go to previous message
Eclipse UserFriend
Originally posted by: alecclews.yahoo.com

G'Day,

"chentong" <wapmail@yeah.net> wrote in message
news:c3tj32$h0f$1@eclipse.org...
> Someone could tell me how to configure the "makefile".
> thanks a lot

I struggled with MinGW installed from Sourceforge. In the end I pursued the
following path:

1) Install Cygwin (works out of the box with CDT) and make sure I installed
MinGW runtime libraries during Cygwin setup
2) In the Eclipse C/C++ project setup (compile and link) make sure
the --mno-cygwin is set
3) I had to migrated all my legacy K&R style function definitions to ANSI,
not sure why. Switching off -pedandic should get around that.

I have managed to build a static lib and a Windows executable, seems to work
OK.

YMMV

Alec Clews alecclews@yahoo.com
Previous Topic:whats wrong
Next Topic:CDT 1.2 and code completion futures ...
Goto Forum:
  


Current Time: Thu Dec 26 19:57:13 GMT 2024

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

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

Back to the top