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

libsybct.lib and libsybcs.lib are in the path specified in LIBRARY_PATH and I tried every variation of "-llibsybct.lib", "-llibsybct", "-lsybct.lib", .. None worked :(
  • Comment on Re^4: Installation of DBD::Sybase with Strawberry Perl

Replies are listed 'Best First'.
Re^5: Installation of DBD::Sybase with Strawberry Perl
by syphilis (Archbishop) on Mar 10, 2021 at 23:40 UTC
    .. None worked :(

    I wonder why nothing worked.
    I take it that libsybct.lib and libsybcs.lib are in the same directory as libsybtcl.lib, libsybintl.lib and libsybblk.lib.
    It seems very odd that some are being located, but others are not.

    Try creating copies of libsybct.lib and libsybcs.lib (in the same folder as those two files ), named libsybct.a and libsybcs.a.
    Then specify the '-l' switches as -lsybct and -lsybcs
    And see what happens then.

    Cheers,
    Rob