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]
Other format: [Raw text]

Re: .a files



----- Original Message ----- From: "Harris Mark Hatzopoulos" <h.hatzopoulos@ugrad.unimelb.edu.au>
.
.

However when I compile I am told efs.h no such file...


I have included the directory of the libefsl.a file in the compiler but
cannot get my program to compile.


You also need to specify the location of efs.h .
eg, in the command line, specify -I/home/me/headers (assuming efs.h is in /home/me/headers).


Cheers,
Rob



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