Oleg Lapshin wrote:

> So, I think, that problem in autotools...

That would be consistent with my observations. I haven't changed
anything in the server code since november, so I was rather surprised to
see new problems without (apparently) relevant changes.


Aaron, digging into the diff for 1991:1992 I notice something that might
be important here:


+if test "x$enable_shared" = xyes
+then
+  CFLAGS="$CFLAGS -DSHARED"
+elif test "x$enable_static" = xyes
+then
+  CFLAGS="$CFLAGS -DSTATIC"
+fi
+])
+


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 :)

I'm kind of worried those STATIC and SHARED flags trigger all kinds of
deep magic in glibc...





-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to