I've been trying to use precompiled headers mentioned here: Precompiled headers with GCC
But after compiling my precompiled header file.h.gch, when I compile other files that include file.h with the -H option, instead of seeing
! /my/precompiled/header/file.h.gch
I'm seeing
x /my/precompiled/header/file.h.gch
Any idea what this means? The documentation doesn't mention either(! or x ).