[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-octave-devel] library-not-linked-against-libc ?



Le 31/10/2015 10:14, Sébastien Villemot a écrit :
I think this simply means that the corresponding MEX files don't use directly any symbol from the libc. And since mkoctfile passed the linker flag -Wl,--as-needed, the generated binaries are not directly linked to the libc. I tested one of the compiled mex file and it does not seem to be underlinked (you can test other mex files with "ldd -r" and see if any missing symbol is reported). So I think you can safely ignore these errors (and add corresponding lintian overrides).

I have tested all mex files in octave-stk with "ldd -r", and I can confirm that there are no undefined symbols.

I have pushed a debian/source/lintia-overrides file to git, but the file seems to be ignored when I build with git-buildpackage... Did I do something wrong?

@++
Julien



Reply to: