DBD::DB2 on strawberry perl
[email protected] (Kartik Thakore)
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <[email protected]> |
Hi Folks, I cannot get DBD::DB2 to compile on strawberry perl. I have read the CAVEATS file and set the required parameters to point to the DB2 client libraries. However it seems the client libraries are compile for MSVC and not gcc because I get the following undefined errors: dbdimp.o:dbdimp.c:(.text+0x3dd): undefined reference to `sqledosd_api@16' .... I did ask for help on the DBI-help mailing list a while back with no luck. What can I do to get this working? regards, kthakore