X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <003f01c48873$3236b840$84236652@rui> From: "cosmos" To: References: <00e401c486d8$c18b0d30$84236652 AT rui> <016101c486e8$ae9cc1e0$84236652 AT rui> <002d01c48756$692ed2b0$84236652 AT rui> <2ooje9Fd0blrU8 AT uni-berlin DOT de> <00ac01c4878b$bfeb0170$84236652 AT rui> <003301c48837$366f9e40$84236652 AT rui> <003701c48870$db5ac450$84236652 AT rui> Subject: Re: Re-installation of DJGPP Date: Sun, 22 Aug 2004 19:09:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean X-MIME-Autoconverted: from 8bit to quoted-printable by free.tvtel.pt id i7MHE2oH014588 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i7MI9eY8010955 Reply-To: djgpp AT delorie DOT com (I forgot one space between -f and %1...) > Hi there, > > sorry the command is "make" instead of "gcc" - I didn't try with "gcc". To > put things easier, you can create a makedos.bat file like this: > > @echo off > make -o -i386go32 -f %1 > > and use it, for example, in my case: makedos makefile.dos > It works well. > > Best regards, > > Rui Fernandes > > ----- Original Message ----- > From: "Brian Inglis" > Newsgroups: comp.os.msdos.djgpp > To: > Sent: Sunday, August 22, 2004 4:55 PM > Subject: Re: Re-installation of DJGPP > > > > On Sun, 22 Aug 2004 12:00:18 +0100 in comp.os.msdos.djgpp, "cosmos" > > wrote: > > > > >From: "Brian Inglis" > > > > >> On Sat, 21 Aug 2004 15:32:52 +0100 in comp.os.msdos.djgpp, "cosmos" > > >> wrote: > > >> > > >> >From: "Hans-Bernhard Broeker" > > >> >> cosmos wrote: > > >> >> > > >> >> > Unfortenatly it didn't solve anything. But let me be more > explicit: > > >I've > > >> >> > used ( before the changes ) DJGPP as a compiler with this > > >makefile.dos, > > >> >and > > >> >> > it worked. The problem is that my frient changed ( I don't know > how ) > > >> >the > > >> >> > host and the target of DJGPP - so it compiles to UNIX ( I wat > > >windows, > > >> >> > instead ). > > >> >> > > >> >> If neither the host nor the target is DJGPP any more, then the > > >> >> compiler is not the DJGPP compiler any more, and it's none of our > > >> >> business to fix it. You should get back to that friend of yours and > > >> >> get him to repair what he broke. > > >> > > >> >Then, how can I reinstall DJGPP - clean and complete, with the correct > > >host > > >> >and target ? My friend doesn't know how to solve the problem. > > >> > > >> Just download the packages gcc*b.zip (and/or gpp*b.zip etc.) and unzip > > >> them, overwriting the existing files. > > > > >After extensive research, I was able to adjust the system, but manually. > So > > >to compile makefile.dos ( that gave the error «No targets....no > makefile» ) > > >and establish the target for my machine, I ran this command > > > > > >gcc -o -i386go32 -f makefile.dos > > > > > >and everything gone allright. I hope that this can help others with the > same > > >problem. > > > > Does anyone else recognize this form of gcc command line? > > > > -- > > Thanks. Take care, Brian Inglis Calgary, Alberta, Canada > > > > Brian DOT Inglis AT CSi DOT com (Brian dot Inglis at SystematicSw dot ab dot ca) > > fake address use address above to reply > > > >