X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=INSTALL;h=ed1c8c50f4f7a767ba00fcc345d74f6f17c9fc5b;hp=b995423f833b2385837d0f4eb31ae55b95f75bda;hb=2862087ce55d944c1ac5d37283944b2b37507fd2;hpb=383d5eb3b0f0506810d9105a268f939125bfc347 diff --git a/INSTALL b/INSTALL index b995423f..ed1c8c50 100644 --- a/INSTALL +++ b/INSTALL @@ -12,13 +12,6 @@ different compiler you are on your own. Note that you may have to use the same compiler you compiled CLN with because of differing name-mangling schemes. -Optionally, GiNaC may work together with Masaharu Goto's free C++ -interpreter Cint. You may obtain it from - * . -Install it by following the instructions included in Cint's -distribution before trying to compile GiNaC-cint. (See section -`Working with the Cint C++ interpreter' below.) - INSTALLATION ============ @@ -32,7 +25,7 @@ As with any autoconfiguring GNU software, installation is as easy as this: # make install Known to work with: - - Linux/x86, EGCS-1.1.x and GCC 2-95.x + - Linux on x86, Alpha and Sparc using GCC 2-95.x. Known not to work with: - GCC 2.7.x or earlier because proper exception support is missing there. @@ -87,28 +80,3 @@ libreadline and maybe libreadline-dev. If your system's vendor doesn't supply such packages, go to and compile it yourself. - -Working with the Cint C++ interpreter -===================================== - -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 directly on the command line by saying - $ ./configure --with-cint=/my/path/to/cintsysdir -This variable does not have to be exported for running the installed -binary: since the actual program is started by a launcher that sets it. -Enjoy! - -Here is an overview to gives you an idea if you can expect GiNaC-cint -to compile, install and work properly: - - Cint version | how it works ---------------+---------------------------------------------------------- - < 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-71 | compiles fine, works well with GCC 2.95.x. GCC3 no go.