[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GCC question



Peter Slegg wrote:

> gcc  -I/usr/GEM/include -w -Wcomment -Wimplicit-int  -m68040 -funsigned-char -fomit-frame-pointer -O2 -fstrength-reduce  -fno-strict-aliasing -DUSE_OVL -DUSE_INET -c newsie.c -o obj.040/newsie.o

gcc  -E -I/usr/GEM/include -w -Wcomment -Wimplicit-int  -m68040 -funsigned-char -fomit-frame-pointer -O2 -fstrength-reduce  -fno-strict-aliasing -DUSE_OVL -DUSE_INET -c newsie.c -o newsie.i


> and triggers compiling of mailer, newsaes.c, where the macro error occurs.

Does the error occur in newsaes.c or newsie.c?

Maybe you'll find something in /usr/GEM/include, when it compiles without the -I, there must be some different file

> Should I be making that way or just do them in any order which seems to be
> what Highwire does ?

Just compile the file that gives the error (-E).

-Helmut