[sane-devel] Damn (DEC cc)

Henning Meier-Geinitz henning@meier-geinitz.de
Sun, 20 Oct 2002 16:42:45 +0200


Hi,

On Sun, Oct 20, 2002 at 03:11:36PM +0100, Major A wrote:
> DEC's cc on Alpha/Linux only produces static code for whatever
> reason. Anyway, gcc works fine.
> 
> So the benchmark is invalid, since the shared libraries are not
> built. It's still a fast machine, though.

Keep in mind that without any options to configure, only the shared
libraries are built (not both). So the difference isn't that big (on
the above mentioned Athlon system):

./configure --disable-shared
time make
real 1m35.690s
user 1m23.400s
sys  0m11.930s

By the way: SANE 0.72 (including frontends):
real   0m49.500s
user   0m44.750s
sys    0m4.630s

Bye,
  Henning