Package: minpack-dev Version: 19961126-8 Severity: minor
The man page for lmstr_ is inconsistent with the prototype in minpack.h. The man page says void lmstr_ ( void (*fcn)( int *m, int *n, double *x, double *fvec, double *fjrow, int *iflag), int *m, int *n, double *x, double *fvec, double *fjac, int *ldfjac, double *ftol, double *xtol, double *gtol, int *maxfev, double *epsfcn, double *diag, int *mode, double *factor, int *nprint, int *info, int *nfev, double *fjac, int *ldfjac, int *ipvt, double *qtf, double *wa1, double *wa2, double *wa3, double *wa4 ); with some parameters repeated, but the header file says void lmstr_ ( void (*fcn)(int *m, int *n, double *x, double *fvec, double *fjrow, int *iflag ), int *m, int *n, double *x, double *fvec, double *fjec, int *ldfjac, double *ftol, double *xtol, double *gtol, int *maxfev, double *diag, int *mode, double *factor, int *nprint, int *info, int *nfev, int *njev, int *ipvt, double *qtf, double *wa1, double *wa2, double *wa3, double *wa4 ); Although it's of no consequence, fjec is called fjac in minpack-documentation.txt.gz. P.S. Did you receive my patch to make PCx build a shared (.so) library? -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages minpack-dev depends on: ii libc6-dev 2.3.6.ds1-4 GNU C Library: Development Librari ii libminpack1 19961126-8 nonlinear equations and nonlinear minpack-dev recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]