From: Ching-Hsiang Chen (chchen@stat)
Date: 05/07/93


From: chchen@stat (Ching-Hsiang Chen)
Subject: include file problem solved:Stupid GCC!
Date: Fri, 7 May 1993 07:13:57 GMT

I asked last year and this week about an error messgae
"Bad format encountered while reading precompiled file"
given by GCC. Nobody knows. I did some experiments and find the
reason. If you got two or more copy of the include files, say
f2c.h0 and f2c.h, GCC got confused. I moved the f2c.h0 (a backup of
old f2c library) out of the /usr/include directory and leave f2c.h
there alone. The problem gone. This happened when I was hacking
the lp.h for interrupt driven driver since I backuped the original one
as lp.h0.

Steve

-- 
=================================================================
Ching-Hsiang Chen             chchen@stat.fsu.edu
Department of Statistics,     Florida State University
=================================================================