Mail Archives: djgpp/2004/08/22/13:53:32
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" <Brian DOT Inglis AT SystematicSw DOT Invalid>
Newsgroups: comp.os.msdos.djgpp
To: <djgpp AT delorie DOT com>
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"
> <cosmos AT tvtel DOT pt> wrote:
>
> >From: "Brian Inglis" <Brian DOT Inglis AT SystematicSw DOT Invalid>
>
> >> On Sat, 21 Aug 2004 15:32:52 +0100 in comp.os.msdos.djgpp, "cosmos"
> >> <cosmos AT tvtel DOT pt> wrote:
> >>
> >> >From: "Hans-Bernhard Broeker" <broeker AT physik DOT rwth-aachen DOT de>
> >> >> cosmos <cosmos AT tvtel DOT pt> 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
>
- Raw text -