ar: POSIX way of creating static library containing similarly named objects

Miguel Guedes miguel.a.guedes@gmail.com
Thu Apr 18 10:55:00 GMT 2013


Hello List,


Consider the following two objects,

  src/namespace_foo/state.o
  src/namespace_bar/state.o

Can `ar' be used to create a static library comprised of the objects 
above without either of which replacing any symbols? In other words, both 
namespace_foo/state.o and namespace_bar/state.o are put into the same 
library but no symbols are replaced.



More information about the Binutils mailing list