Fix the flag used to force linking when we are making a shared library
This is a correction to the patch: * When linking a shared library with --make, always do the link step which used the wrong flag in making the decision. It used -dynamic whereas the correct flag is -shared.
Please register or sign in to comment