Re: dynamic loading on SunOS 4.1 -- oops

Guido.van.Rossum@cwi.nl
Mon, 31 Jan 1994 14:56:42 +0100

Of course there's an oops :-) If you apply the patches to configure
and Python/import.c, you will never use shared libraries... Here's a
third patch, to config.h.in, to solve that tiny little problem.

Sorry,

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>

*** /usr/tmp/new/config.h.in Sun Jan 16 14:14:26 1994
--- config.h.in Mon Jan 31 14:48:49 1994
***************
*** 125,130 ****
--- 125,133 ----
/* Define if you have clock. */
#undef HAVE_CLOCK

+ /* Define if you have dlopen. */
+ #undef HAVE_DLOPEN
+
/* Define if you have ftime. */
#undef HAVE_FTIME