[Patches] [Patch #102231] Dynamic loading on Solaris does not work (bug #121121)

noreply@sourceforge.net noreply@sourceforge.net
Sun, 12 Nov 2000 02:03:10 -0800


Patch #102231 has been updated. 

Project: python
Category: Build
Status: Open
Summary: Dynamic loading on Solaris does not work (bug #121121)

Follow-Ups:

Date: 2000-Nov-12 02:03
By: loewis

Comment:
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?

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102231&group_id=5470