search for: libcruft

Displaying 1 result from an estimated 1 matches for "libcruft".

Did you mean: libcount
2000 Feb 09
1
forwarded message from Dirk Eddelbuettel <edd@debian.org>
...a little more complicated for shared libraries. Some systems seem to barf when multiple shared libraries define the same symbol. But it would probably be possible to solve that, either by doing whatever is necesary to tell the dynamic linker not to barf, or by omitting the duplicate symbols from libcruft. BTW, I see the following speedup on my system (266MHz Pentium II): octave:1> a = rand (1000); b = rand (1000); octave:2> t = cputime (); a * b; cputime () - t without ATLAS: 94.4 seconds with ATLAS: 10.5 seconds Wow! Thanks, jwe ----------------------------------------...