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]

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]