Mail Archives: djgpp/2005/08/01/07:00:43
Radical NetSurfer <RadSurfer AT yahoo DOT com> wrote:
> A friend of mine tried upgrading to DJGPP v2 gcc 4.0.1,
> and when he now compiles some programs,
"Tried upgrading" could be part of the problem. How exactly did this
update take place.
> he insists that cc1plus.exe is being called, even when the source is
> .c.
Please show actual behaviour of those gcc runs, after adding -v to the
list of options used, i.e.:
> gcc -s -c -m486 -O2 s1.c s2.c s3.c
should become
gcc -v -s -c -m486 -O2 s1.s s2.c s3.c
Are you *sure* you're actually typing lower-case .c instead of .C
there?
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -