You can build it as follows:

xlc_r -o main main.c parsenerror.c reader.c writer.c (on AIX)
 
you can use gcc instead of xlc_r if you're compiling it on Linux. 

There is a separate header file "header.h" in that all the headers are
included, and I have included "header.h" in all .c files.



John Matthews wrote:
> 
> --- In [email protected], kumars <[EMAIL PROTECTED]> wrote:
>>
>> 
>> Could anyone please spend their precious time to look into the
> problem I am
>> facing......
> 
> How do you build it? For example, your main.c doesn't include any
> header files so doesn't compile as it is.
> 
> John
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error-in-the-Program-tp19220523p19232988.html
Sent from the C-prog mailing list archive at Nabble.com.

Reply via email to