in reply to Re^5: Installation of DBD::Sybase with Strawberry Perl
in thread Installation of DBD::Sybase with Strawberry Perl

Rob, it's a static link: c:\SAP\OCS-16_0\lib\libsybct.lib

Replies are listed 'Best First'.
Re^7: Installation of DBD::Sybase with Strawberry Perl
by syphilis (Archbishop) on Mar 11, 2021 at 00:30 UTC
    Rob, it's a static link: c:\SAP\OCS-16_0\lib\libsybct.lib

    Yes, I hadn't noticed that.
    So how do we account for the presence of the undefined references, given that the pertinent libs appear to have been linked in ?
    I'm out of touch with considerations about using MSVC-produced libraries (which these apparently are) with MinGW toolchain.

    <AFTERTHOUGHT> Could it be that these '.lib' files are in fact import libs, not static libs ? In that case, they wouldn't resolve those specified "undefined references".

    Cheers,
    Rob