Good day! Am I right, that there is no way to pass additional linker flags when doing partial linking?
I try ./libtool --mode=link g++ -Xlinker -<flag> -o a.o b.o And anyway it produces ld -r -o a.o b.o Btw, it doesn't show "-Xlinker", "-XCClinker" and "-Wl," options in help screen when invoking libtool --help --mode=link _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
