[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Linking with libraries
From: |
Travis |
Subject: |
Linking with libraries |
Date: |
Thu, 14 Feb 2008 14:24:46 -0800 (PST) |
User-agent: |
G2/1.0 |
So I have limited makefile / g++ experience. I am not working with
existing libraries. I see in the directory for the library tons of
files including the .h, then there is a bld with a .cpp, and then I
see .a and .o files.
What is a .a file?
I am looking to use this library such that when I do a #include
"mylib.h", it knows where to find that library and compile against it.
All help appreciated. Thanks.
- Linking with libraries,
Travis <=