Erik Rull <erik.rull@xxxxxxxxxxxxx> writes: > dir1/*.o dir2/libx.so -> dir3/liby.so where dir2/libx.so is statically > linked (using -static in the linker command). You can't statically link a shared object. Ian
Erik Rull <erik.rull@xxxxxxxxxxxxx> writes: > dir1/*.o dir2/libx.so -> dir3/liby.so where dir2/libx.so is statically > linked (using -static in the linker command). You can't statically link a shared object. Ian