[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libc5 policy decision



joost@rulcmc.leidenuniv.nl (joost witteveen) writes:

> I can link gnuplot statically with
> the old allocator

Actually that isn't necessary.  Once a new libc5 comes out with the
special liboldmalloc.so in it, you just need to use a wrapper to call
gs.  Like this:

#!/bin/sh
LD_PRELOAD=liboldmalloc.so \
gnuplot.real "$@"

And move the real gnuplot to gnuplot.real.  The netscape installer
should do this.


Guy

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: