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

Sébastien Villemot sebastien at debian.org
Sat Oct 31 09:14:41 UTC 2015


Le vendredi 30 octobre 2015 à 17:43 +0100, Julien Bect a écrit :

> Lintian outputs a lot of library-not-linked-against-libc warnings for
 
> octave-stk.
> 
> What should I do about it? Is this about some flag that I should pass
> to 
> mkoctfile? Or is this a warning that must simply be ignored?

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).

-- 
 .''`.    Sébastien Villemot
: :' :    Debian Developer
`. `'     http://sebastien.villemot.name
  `-      GPG Key: 4096R/381A7594



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-octave-devel/attachments/20151031/2c7b8502/attachment.sig>


More information about the Pkg-octave-devel mailing list