[XML-SIG] PyXML 0.6.1 and Solaris

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sun, 12 Nov 2000 11:00:06 +0100


> Turnes out that the autoconf script to select the correct dynload_*.c
> file is broken for Solaris. Patch below (submitted to SourceForge too).

This patch doesn't look right to me. Furthermore, on my system
(Solaris 2.6 with gcc), configure perfectly determines to use 
dynload_shlib. That is because of the line

# the dlopen() function means we might want to use dynload_shlib.o. some
# platforms, such as AIX, have dlopen(), but don't want to use it.
AC_CHECK_FUNCS(dlopen)

which is executed before the DYNLOADFILE variable is set.

Can you please try to analyse why the first attempt to determine
presence of dlopen fails?

Regards,
Martin