C++ patch (was: [C++-SIG] Beginer questions)

Phil Austin phil at geog.ubc.ca
Mon Nov 15 20:43:46 CET 1999


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







More information about the Cplusplus-sig mailing list