This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Compiling Source Code


You are missing header files.
Where is this package found at?

-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]On
Behalf Of Derrick Rapley
Sent: Wednesday, June 27, 2001 7:11 AM
To: 'gcc-help@gcc.gnu.org'
Subject: Compiling Source Code

Hi,

I'm very new to the *nix world and new to using gcc. I need to compile some
souce code.

here'e my command an the results that are returned.

-> $ ls
DBI-1.12              micts061201.tar
DBI-1.12.tar          rep_CostAdjustment.c
-> $ gcc -c rep_CostAdjustment.c
rep_CostAdjustment.c:152: sqlca.h: No such file or directory
rep_CostAdjustment.c:160: dbfunc.h: No such file or directory
rep_CostAdjustment.c:161: util.h: No such file or directory
rep_CostAdjustment.c:162: pdfutil.h: No such file or directory
-> $

Thanks for any help.

-Derrick





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]