When i compile my project using g++ iam getting the following error
"IPIService.h:4:24: calling fdopen: Bad file descriptor"
When i checked for help i saw a bug on this
http://gcc.gnu.org/ml/gcc-bugs/2003-10/msg01703.html
Is there a way to disable the generation of precompiled headers or solve this problem.
Operating System: Fedora Core 3 g++: gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Thanks SeethaPrasad