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: 7fd8e7ed5de18301327c318e021d5cb97dfa8b011af19acef495254335dde16b
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: 1b56fad118 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: 7fd8e7ed5d user: geraint@users.sourceforge.net tags: origin/master, trunk
2006-03-21
21:49:39
Piezo-electric transducer check-in: 1a35f9eeb0 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 ]