This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Compiling Source Code
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Subject: Compiling Source Code
- From: Derrick Rapley <arapley at pop200 dot gsfc dot nasa dot gov>
- Date: Wed, 27 Jun 2001 08:10:43 -0400
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