Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2006 16:01:59 -0300
From:      "Roberto Lima" <betogigi@gmail.com>
To:        freebsd-current@freebsd.org, "Mikhail Teterin" <mi+mx@aldan.algebra.com>
Subject:   Re: Assembler optimizations for libz
Message-ID:  <d69013b30606041201h7d1c06f8xa5a0ed55a839aff8@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,
I apply this patch and i have now 20% of compressions performance..
but the problems with this optimization during 'make buildworld' shows
this error:

cc -O2 -fno-strict-aliasing -pipe
-I/usr/obj/usr/src/tmp/legacy/usr/include  -static
-L/usr/obj/usr/src/tmp/legacy/usr/lib -o makewhatis makewhatis.o -lz
-legacy
/usr/lib/libz.a(inflate.o)(.text+0x17ce): In function `inflate':
: undefined reference to `inflate_fast'
/usr/lib/libz.a(deflate.o)(.text+0xb44): In function `deflateReset':
: undefined reference to `match_init'
/usr/lib/libz.a(deflate.o)(.text+0x1339): In function `deflate_fast':
: undefined reference to `longest_match'
/usr/lib/libz.a(deflate.o)(.text+0x18f4): In function `deflate_slow':
: undefined reference to `longest_match'
*** Error code 1

Stop in /usr/src/usr.bin/makewhatis.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

you knows how to solve this?

Thanks and sorry for my bad english.
Roberto.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d69013b30606041201h7d1c06f8xa5a0ed55a839aff8>