Index: mttroot/mtt/bin/mttrc ================================================================== --- mttroot/mtt/bin/mttrc +++ mttroot/mtt/bin/mttrc @@ -13,10 +13,15 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.25 2002/04/02 09:16:39 geraint +## Tidied up library search paths, now assumes that system libraries are set up correctly. +## For Debian, this means installing the following: blas-dev, fftw-dev, lapack-dev, libncurses5-dev, libkpathsea-dev, libreadline-dev +## It may also be necessary to run /sbin/ldconfig on the relevant directories (especially Octave's). +## ## Revision 1.24 2001/10/15 14:28:35 gawthrop ## Now has . at start of components library path $MTT_COMPONENTS ## ## Revision 1.23 2001/07/24 22:32:49 gawthrop ## Use gv, not ghostview @@ -178,13 +183,11 @@ # ode2odes.exe stuff # local system - PLAT="i686-pc-linux-gnu" PREFIX="/usr" - GCCVERS="2.95.2" # include paths IOCTAVE="-I${PREFIX}/include/octave/ -I${PREFIX}/include/octave/octave"