[Flac-dev] last minute changes

Miroslav Lichvar lichvarm at phoenix.inf.upol.cz
Wed Nov 21 03:12:02 PST 2001


On Tue, Nov 20, 2001 at 04:45:35PM -0500, Matt Zimmerman wrote:
> However, when I got around to building Debian packages, I found that I DID
> still get the crash, and had to keep asm optimizations disabled for the
> package.  I don't know what happened; perhaps I was accidentally linking
> with the installed libFLAC at runtime.  So it would seem that this is not
> related to SSE or 3DNOW, since those are now disabled by default, yes?

Yes, this has really nothing to do with 3dnow or sse. Probably it is
in newer ld, which for some reason don't like non-PIC code, making bad
shared library (even LD_PRELOAD cause segfault). My patch simply make
lpc_asm.o PIC, so this weird thing shouldn't happen now. My fault is
it wasn't done before as shared library is thought to be PIC.

-- 
Miroslav Lichvar
lichvarm at phoenix.inf.upol.cz




More information about the Flac-dev mailing list