From e872152480a747964aa71b32369587732266bb66 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Feb 2016 15:51:14 +0200 Subject: Add notes to testing with GCC 6 --- doc/release | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/release b/doc/release index 866c591..7ab0d91 100644 --- a/doc/release +++ b/doc/release @@ -4,12 +4,25 @@ [ ] Test with the latest GCC snapshot. + - For latest (6): + + apt-get install libmpfr-dev + apt-get install libmpc-dev + + In new terminal: + + . ../from-source.txt + ./configure ... + make + sudo make install + - Build latest snapshot (see etc1/gcc/from-source.txt) and install in /usr/local. See previous snapshot build for configure command line. - Configure ODB manually in /tmp/odb and smoke-test - Will need from-source.txt and + Will need + . from-source.txt export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH Build one of the test directories with this ODB: -- cgit v1.1