public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: How handle static libraries?
@ 2003-11-18 18:20 lrtaylor
  2003-11-19  8:22 ` Bo Do
  0 siblings, 1 reply; 5+ messages in thread
From: lrtaylor @ 2003-11-18 18:20 UTC (permalink / raw)
  To: bodo, gcc-help

Bo,

Basically, the common way to do it is the way you're doing it.  If C
uses A and you use C, you link to both C and A (in that order).
Something you might look at, however, is .la files (usually created by
libtool, I believe).  These are information files that the
compiler/linker can use to know how to use a given library.  It may also
be able to tell the compiler what libraries your library depends on so
that it can link them in automatically.  Now, I'm not very familiar with
these files and how they work, but it might be something you would want
to look into.  You may find your answer there.

Good luck,
Lyle

-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On
Behalf Of Bo Do


My question in this post is actually: What is the common way to
handle/create
static libraries which uses other libraries?

Thanks for reading this post. Don't know if it makes sense! =)
/Bo
 

^ permalink raw reply	[flat|nested] 5+ messages in thread
* How handle static libraries?
@ 2003-11-17  9:09 Bo Do
  2003-11-17 23:18 ` Erik Christiansen
  0 siblings, 1 reply; 5+ messages in thread
From: Bo Do @ 2003-11-17  9:09 UTC (permalink / raw)
  To: gcc-help

Hey all,

I've written some (static) libraries I use pretty often. Lets call them A, B, C.....
When I want to use one, lets say B, I simply include B.h and link in B in my program.

My question is, I have a library C which needs/uses library A. Can I compile/archive
C in some way so that when I want to use C in a program, I just include C.h and link in C?
What I have to do now is to also link A to my program. But this look wierd (to me!)
because my program doesn't use A.

Thanks for any tip,
/Bo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-11-19  8:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-18 18:20 How handle static libraries? lrtaylor
2003-11-19  8:22 ` Bo Do
  -- strict thread matches above, loose matches on Subject: below --
2003-11-17  9:09 Bo Do
2003-11-17 23:18 ` Erik Christiansen
2003-11-18  8:17   ` Bo Do

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).