On Sun, 2006-02-26 at 19:26 +0100, Paul J Stevens wrote: > Now *why* did you decide to add those defs to the cflags?? I do notice > the ifdef in sort.c, but that looks like an ugly hack to me :)
Definitely an ugly hack. I was trying to avoid a sortnull.c with the functions simply stubbed out so that it links when building static. Any other ideas? > I'm kind of worried those STATIC and SHARED flags trigger all kinds of > deep magic in glibc... *ponder* Aaron