comparison Makefile @ 9178:a6375c37dad4

update config stuff to gripe with g++-3.x
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 05 May 2009 15:37:13 +0200
parents eb63fbe60fab
children
comparison
equal deleted inserted replaced
9177:39be2c4531c8 9178:a6375c37dad4
49 @echo "* To compile Octave, you will need a recent versions of" 49 @echo "* To compile Octave, you will need a recent versions of"
50 @echo "* the following software:" 50 @echo "* the following software:"
51 @echo "*" 51 @echo "*"
52 @echo "* GNU Make (a recent version)" 52 @echo "* GNU Make (a recent version)"
53 @echo "*" 53 @echo "*"
54 @echo "* g++ (preferably a recent 4.x version, though later" 54 @echo "* g++ (preferably a recent 4.x version)"
55 @echo "* 3.x versions may also work)"
56 @echo "*" 55 @echo "*"
57 @echo "* flex (2.5.4 or a more recent version) -- required if" 56 @echo "* flex (2.5.4 or a more recent version) -- required if"
58 @echo "* you need to recreate lex.cc from lex.l" 57 @echo "* you need to recreate lex.cc from lex.l"
59 @echo "*" 58 @echo "*"
60 @echo "* bison (1.31 or a more recent version) -- required if" 59 @echo "* bison (1.31 or a more recent version) -- required if"