Satz Klauer <satzkla...@googlemail.com> writes:

> This line looks a bit strange to me:

> libtool: link: g++ -g -O2 -Wl,-whole-archive -Wl,-no-whole-archive -o
> .libs/baz baz.o -Wl,-bind_at_load  ../foo/libfoo.a
> ../bar/.libs/libbar.dylib

> g++ looks like some GCC-type compiler, so GNU-specifics should not be
> a problem!?

-Wl says to pass the flag verbatim to the linker.  It's common to use the
system linker even with non-system compilers.

-- 
Russ Allbery (r...@stanford.edu)             <http://www.eyrie.org/~eagle/>

_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool

Reply via email to