> Date: Tue, 20 Jul 2004 11:54:22 +0200 > From: Alessandro Vesely <[EMAIL PROTECTED]> > > I'm using gmake 1.79.1 downloaded from > ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mak3791b.zip > on a Win2000 box with MSVC 5 installed.
That's the source of your problems, right there: you are mixing a DOS port of Make with Windows programs such as MSVC and the MS linker. Don't do that; find a native Windows port of Make and use that instead. _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
