Package: slatec
Version: 4.1-4

The shared library includes most object files from the chk directory. This makes some of the routines unusable, as they require supplying a callback function/subroutine with a fixed name. The callback routines in question are:

dfmat
dgvec
duivp
duvec
fmat
gvec
uivp
uvec

The solution would be

1. not to link the chk object files into the shared library - this is generally reasonable

2. and to provide stubs with the weak attribute so that there are no unsatisfied dependencies in a program that does not use those routines.

Cezary Sliwa




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to