Folks I am trying to embed a static lib in a new lib that I am creating with more objects
my command is ar rcs libnew.a a.o b.o oldlib.a This succeeds but when I link against this new library the symbols from the old lib are missing Any ideas ? -- View this message in context: http://www.nabble.com/Creating-a-static-lib-from-objects-and-another-static-lib-tp16130317p16130317.html Sent from the Gnu - Make - Help mailing list archive at Nabble.com. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
