Hi, I am trying to create a shared object file that is embeddable into the Java virtual machine. This, however, requires linking it with libstdc++ and libgcc, so the question is how do I create shared version of both of these? (I am using egcs 1.0.2) Thanks in advance, -- Marat