in reply to Re^5: Errors during "make test" of DBD::Sybase
in thread Errors during "make test" of DBD::Sybase

We finally (after much searching) found the problem.

DBD::Sybase detects that it is being built in a 64bit mode, and in that situation adds -DSYB_LP64 to the compile line. This is needed to get proper 64bit mode for Sybase's libraries and include files - except on Tru-64/OSF-1/Dec Unix!

Removing the -DSYB_LP64 fixes the problem. I'll add the appropriate change to the Makefile.PL for the next release.

Michael

  • Comment on Re^6: Errors during "make test" of DBD::Sybase