>>>>> "John" == John Coppens <[EMAIL PROTECTED]> writes:
John> I get similar warnings for most files compiled: g++ John> -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch John> --include=./pch.h -I./.. -I../../boost -I/usr/X11R6/include John> -fno-exceptions -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c John> kill.C -fPIC -DPIC -o .libs/kill.o cc1plus: warning: John> ././pch.h.gch: created and used with different settings of -fpic John> I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I John> couldn't find a description of the error on google. Does this still happen if you delete those *.gch files and let gcc recreate them? JMarc
