From: Richard Kreckel Date: Tue, 23 May 2000 00:58:46 +0000 (+0000) Subject: - Updated note about how to compile with Cint. X-Git-Tag: release_0-6-2~20 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=b000674afd72926034b870c10ae5218b0e14efc5;hp=bdb55d384a110d8704b4bae3f46e9ee8b1c6a7a0 - Updated note about how to compile with Cint. --- diff --git a/INSTALL b/INSTALL index be6b5784..c47aa470 100644 --- a/INSTALL +++ b/INSTALL @@ -94,22 +94,22 @@ complains about unresolved objects try linking with libncurses, too. Working with the Cint C++ interpreter ===================================== -The interface to the Cint C++ interpreter is currently in an alpha -state. Please see to learn about -Cint and install it before installing ginaccint. For the tool -makecint to work properly it must know where Cint has its system -directory. This is usually done by exporting $CINTSYSDIR to point to -the proper place. With GiNaC you may either try to export that -variable and type +Please see to learn about Cint +and install it prior to installing ginaccint. For the interpreter- +compiler `makecint' to work properly, the Makefiles need to know where +Cint has its system directory. This is usually done by exporting +$CINTSYSDIR to point to the proper place. With GiNaC you may either +try to export that variable and type $ ./configure --with-cint -or specify it on the command line saying +or specify it directly on the command line by saying $ ./configure --with-cint=/my/path/to/cintsysdir -Good luck! +Enjoy! - Known to work with: | Known not to work with: ------------------------+---------------------------- - Cint 5.14.38 | Cint before 5.14.37 +Here is an overview to gives you an idea if you can expect GiNaCcint +to compile, install and work properly: -Due to a bug in Cint 5.14.38 compilation will fail with GCC 2.95.2, -maybe even with all 2.95.x. Currently you must use EGCS-1.1.x. This -is under investigation. + Cint version | is known to work with | is known not to work with +--------------+---------------------------+----------------------------- + < 5.14.37 | | (incompatible with GiNaC) + 5.14.38 | egcs 1.1.1 (problematic) | gcc.2.95.2 + 5.14.39 | egcs 1.1.1, gcc.2.95.2 | gcc <= 2.7.2.3