Bug#652264: Missing symbols in arpack: Works for me

Sylvestre Ledru sylvestre at debian.org
Sun Dec 25 23:15:17 UTC 2011


Hi,

I don't know why my previous comment is not into the bug tracker but
anyway, here is the result of my test.

$ cat plop.c 
int main() {
	dseupd_();
	return 1;
}

Both gcc & clang are happy about the symbol:
$ gcc -o plop plop.c -larpack && echo $?
0
$ clang -o plop plop.c -larpack && echo $?
plop.c:2:1: warning: implicit declaration of function 'dseupd_' is
invalid in
      C99 [-Wimplicit-function-declaration]
dseupd_();
^
1 warning generated.
0

Are you sure it is an arpack bug ?

Sylvestre







More information about the debian-science-maintainers mailing list