Mail Archives: djgpp/2001/08/03/04:31:37
Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> wrote in message news:<9kbf72$osd$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE>...
> Misha <kumy4 AT fromru DOT com> wrote:
> > Hi all
> > I have a problem.
>
> That much we noticed even without you keeping to send the same
> question repeatedly, each time with a different subject...
>
> > My program worked very well on my computer, but when I try compile
> > it on my old machine(486 dx2-100, RAM 4Mb) there are errors :
>
> It's almost certainly not the age of the machine, but the age of the
> compiler installed on it that's causing these problems. The C++
> language itself has changed substantially since the time DX4/100
> processors were en vogue.
>
> > I can't understand something.
>
> Without you at least showing us a (minimal) source that causes these
> errors, and the precise commands you used to compile it, there's
> hardly a chance anyone around here will be able to understand it,
> either.
Version of GCC(on my computers) are equal.
For compile using RHIDE v. 1.4.7.8 .
It used commands:
gcc -g3 -Wall -c console.cpp -o console.o
gcc -g3 -Wall -c main.cpp -o main.o
...
...
gcc -o main.exe console.o main.o hardware.o -lstdcxx
- Raw text -