Ticket #1252 (closed todo: invalid)
src/dynpmc/gdbmhash.pmc: Handle case where libgdbm.so cannot be loaded on Win32
| Reported by: | jkeenan | Owned by: | barney |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | library | Version: | 1.7.0 |
| Severity: | medium | Keywords: | gdbm |
| Cc: | Language: | ||
| Patch status: | Platform: | win32 |
Description
This ticket moves into Trac discussion of an issue originally found in RT at RT #46393.
94 VTABLE void class_init() {
95 #ifdef WIN32
96 /* RT #46393: What if libgdbm.so cannot be loaded */
97 /* Parrot_load_lib(interp, slib, NULL); */
98 STRING *slib = CONST_STRING(interp, "gdbm3");
99 #endif
100 }
Change History
Note: See
TracTickets for help on using
tickets.
