Overview
Comment: | Reverted to simple g++ for MTT_CXX. Trying to force the version causes library problems. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9d061a4464d304d7e014970150de2074 |
User & Date: | geraint@users.sourceforge.net on 2006-04-25 23:24:29 |
Other Links: | branch diff | manifest | tags |
Context
2006-09-27
| ||
13:03:20 | Fixed fr.view and enabled commands to directly build ??fr.m check-in: 1c537610b2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2006-04-25
| ||
23:24:29 | Reverted to simple g++ for MTT_CXX. Trying to force the version causes library problems. check-in: 9d061a4464 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2006-03-21
| ||
21:49:39 | Piezo-electric transducer check-in: ac9380a7a1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mttrc from [d7c4908b93] to [0751992d9d].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.42 2005/11/16 00:43:15 geraint ## rtxi ## ## Revision 1.41 2004/02/17 17:53:34 geraint ## Fixed [ 898739 ] libhdf5 dependency breaks -cc reps. ## Now uses mkoctfile to determine include and library flags. ## | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.43 2006/02/09 23:49:40 geraint ## added rtxi build flags ## ## Revision 1.42 2005/11/16 00:43:15 geraint ## rtxi ## ## Revision 1.41 2004/02/17 17:53:34 geraint ## Fixed [ 898739 ] libhdf5 dependency breaks -cc reps. ## Now uses mkoctfile to determine include and library flags. ## |
︙ | ︙ | |||
279 280 281 282 283 284 285 | DEBUG="-g" OPTIM="-O3" FLAGS="-fno-rtti -fno-exceptions -fno-implicit-templates" # exported variables | | | 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 | DEBUG="-g" OPTIM="-O3" FLAGS="-fno-rtti -fno-exceptions -fno-implicit-templates" # exported variables export MTT_CXX="g++" export MTT_CXXFLAGS="${DEBUG} ${OPTIM} ${FLAGS}" export MTT_CXXLIBS="${OCTAVE_LIB_FLAGS}" export MTT_CXXINCS="-I. -I${MTT_LIB}/cc ${OCTAVE_INC_FLAGS}" export MTT_LDFLAGS=" " ## End of Octave environment configuration ## |
︙ | ︙ |