I get similar warnings for most files compiled: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h -I./.. -I../../boost -I/usr/X11R6/include -fno-exceptions -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c kill.C -fPIC -DPIC -o .libs/kill.o cc1plus: warning: ././pch.h.gch: created and used with different settings of -fpic
I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I couldn't find a description of the error on google. John
