Overview
Comment:Reverted to simple g++ for MTT_CXX. Trying to force the version causes library problems.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 9d061a4464d304d7e014970150de20741418e47f956360ddd45fb1e27a2a1af9
User & Date: geraint@users.sourceforge.net on 2006-04-25 23:24:29.000
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
11
12
13
14
15
16
17



18
19
20
21
22
23
24
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
286

287
288
289
290
291
292
293
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++-3.3"
  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
  ##

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]