Date: Mon, 5 Feb 1996 09:29:55 +0200 (EET) From: Martynas Kunigelis To: Frederic SAVOIR , djgpp AT delorie DOT com Subject: Re: In beta 5 gcc.opt question ! Message-ID: MIME-Version: 1.0 On Sat, 3 Feb 1996, Frederic SAVOIR wrote: > Hi, > > FIrst I would like to congratulate all the team who are working on this > new port of GCC (DJGPP V2). > > I have a simple question: > > When I edit and change the gcc.opt in the src directory... By adding > '-m486' (or something else) as example. Than I go in src\utils to compile > it. type 'make'... Then the first program start be to compile... and the > makefile stop before the ld section.... And each time you could continue > by re run the make.... but for each object file... the same thing happens. > But If I keep the original file there is no problems like that. My > feeling is a date problem in a dependency... > > Thank you very much for your help. > > Fred > --- > Frederic SAVOIR [MINE & NeXTMail welcome] > Email: > I suppose you are talking about djlsr200.zip??? Then here's what's wrong: makefiles assume, that you have rem.com in your DJGPP bin directory. It's just a com prog doing nothing. When I changed rem.com in the makefile to simply 'rem', everything worked OK. Hope this helps... Martynas Kunigelis