1832984 Members
2981 Online
110048 Solutions
New Discussion

Compiling GCC

 
System Dude_1
Frequent Advisor

Compiling GCC

Dear Friend,

Please help on this problem when i try to compile my progam using gcc

#warning This file includes at least one deprecated or antiquated heade
r. Please use the header instead of header for 'C++' includes and use the header instead of header f
or 'C' includes.

RGrds

Jamal
Performance Issue on HP-UX 10.20
1 REPLY 1
Steven Gillard_2
Honored Contributor

Re: Compiling GCC

I think its telling you to use (for example):

#include

instead of:

#include

What .h files is your program including?

Regards,
Steve