From: Richard Kreckel Date: Tue, 2 Jan 2001 17:48:31 +0000 (+0000) Subject: - GiNaC-cint: Change to new (still experimental) scheme for handling 2-arg X-Git-Tag: release_0-7-1~24 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=bf8d7f699631eee8bcc641c7d0dadfe99aabaa36 - GiNaC-cint: Change to new (still experimental) scheme for handling 2-arg operator new since defines such beasts. --- diff --git a/INSTALL b/INSTALL index a4999320..eac5e0f3 100644 --- a/INSTALL +++ b/INSTALL @@ -110,4 +110,4 @@ to compile, install and work properly: --------------+---------------------------------------------------------- < 5.14.39 | `VERBOTEN' by license (please bite your favorite lawyer) < 5.14.60 | since GiNaC version 0.7, these do not compile any more - 5.14.62-65 | compiles fine, works well + 5.14.62-66 | compiles fine, works well diff --git a/NEWS b/NEWS index 62391834..d796ec4e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ This file records noteworthy changes. +0.7.1 () +* Fix problems with Cint that were caused by CLN's overloaded operator new. + 0.7.0 (15 December 2000) * Requires CLN 1.1 now. Class numeric doesn't use an indirect pointer to the actual representation any more. This is a speedup. diff --git a/configure.in b/configure.in index 4fd7db90..5b39ccbc 100644 --- a/configure.in +++ b/configure.in @@ -171,7 +171,7 @@ if test "x$with_cint" != "xno"; then -I .. -I $CINTSYSDIR -m -H ../ginac/ginac.h \ -C++ ginaccint.bin.cpp \ -l -L../ginac/.libs -lginac -lcln \ - -cint -M0x10; \ + -cint -M0x110; \ cd ..) GINACCINTDIR="cint" else