Index: mttroot/mtt/bin/mttrc ================================================================== --- mttroot/mtt/bin/mttrc +++ mttroot/mtt/bin/mttrc @@ -13,10 +13,15 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.32 2002/05/07 23:50:34 geraint +## Preliminary support for Matlab dynamically linked shared objects: +## invoke with: mtt -cc sys rep mexglx +## ode2odes support is not yet included. +## ## Revision 1.31 2002/05/02 20:12:45 geraint ## Added -Wl,--rpath to MTT_CXXLIBS. Sets the runtime linker path so that the ## sys-admin does not have to ldconfig the octave directory for -cc to work. ## ## Revision 1.30 2002/05/02 11:10:11 geraint @@ -152,11 +157,11 @@ export MTT_COMPONENTS=.:$MTT_LIB/comp export MTT_CRS=$MTT_LIB/cr export MTT_EXAMPLES=$MTT_LIB/examples export MTT_REP=$MTT_LIB/rep - export PATH=$PATH\:$MTTPATH\:$MTTPATH/trans\:$MTT_CC + export PATH=$PATH\:$MTTPATH\:$MTTPATH/trans\:$MTT_CC\:$MTT_REP #Setup octave export MATRIX_PATH=$MTTPATH/trans/m// export MATRIX_PATH=$MATRIX_PATH\:$MTT_LIB/comp/simple// export MATRIX_PATH=$MATRIX_PATH\:$MTT_LIB/control//