Nov. 15, 1999
1:43 p.m.
Geoffrey Furnish writes:
But if you want it to work because you did it right, and not merely because you were lucky, then you need to compile main() with C++, and let C++ run the link.
--
Further to that goal, patch.geoff is failing for me on Makefile.pre.in and configure.in. To get it to work I had to cp Modules/Makefile.pre.in to Python-1.5.2 and replace the line AC_REVISION($Revision: 1.103 $) in configure.in with AC_REVISION($Revision: 1.1 $) Regards, Phil