Core Dumps

Post Reply
MiniMe
Posts: 210
Joined: Thu Mar 15, 2001 4:30 pm

Core Dumps

Post by MiniMe »

I just upgraded our Dev box to texis 4.02.????? and while doing it I recompiled the DBD driver. However the drivers fail make test and when we run an app that uses the driver it coredumps..

we are using DBI 1.18, gcc 3.02 and DBD::TEXIS .93


m
MiniMe
Posts: 210
Joined: Thu Mar 15, 2001 4:30 pm

Core Dumps

Post by MiniMe »

oh.. and the OS is Tru65 5.1a
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Core Dumps

Post by John »

What errors occur in tests? You may need to add the following to the Makefile.PL in that version:

if ($^O eq 'dec_osf') {
$opts{LIBS} = $opts{LIBS} . ' -L/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.3 -lgcc';
}

Adjusting the path to libgcc.a appropriately for your system.
John Turnbull
Thunderstone Software
Post Reply