|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
Gcc wrong advice The mistake was to ask what it meant, what the solution
[root@localhost Code]# gcc -o 1.c -i. /ourhdr.h
Gcc compilation of header file requested : |
Do not put on ourhdr.h compiler option,
Put it to use paper #include "ourhdr.h" |
| |