|
Re: how to configure mingw32-make.exe [message #97660 is a reply to message #97319] |
Sat, 27 March 2004 21:46 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03920 seconds