| Subject: | linking of static libs together ?? |
|---|---|
| From: | vl_ <vlyamtsev@xxxxxxxxx> |
| Date: | Thu, 10 Jul 2008 11:12:30 -0700 (PDT) |
| Newsgroups: | gnu.gcc.help |
Hello, I have makefie that produces 3 '.a' files. Can someone recommend some simple way of merging them into one static lib? For now I do it "manually", e.g. use "ar -q 3.a `ls 2/*.o`" to add objects from '2.a' build directory into 3.a but is there a way of linking them directly? Thanks, -V |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Catching SIGFPE two times, Bernd Strieder |
|---|---|
| Next by Date: | Re: linking of static libs together ??, Paul Pluzhnikov |
| Previous by Thread: | Catching SIGFPE two times, thomas . mertes |
| Next by Thread: | Re: linking of static libs together ??, Paul Pluzhnikov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |