Changes between Version 10 and Version 11 of Old/Documentation/OTG/DebugNote
- Timestamp:
- Nov 14, 2006, 9:26:09 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/DebugNote
v10 v11 13 13 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./:/usr/local/lib:/usr/local/lib/oml2 14 14 }}} 15 1. OML_CONFIG,OML_NAME can be set by ''export OML_CONFIG="./otg-oml-sample.xml"'' and ''export OML_NAME="Node-1"'' or in otg command line 15 1. OML_CONFIG,OML_NAME can be set by ''export OML_CONFIG="./otg-oml-sample.xml"'' and ''export OML_NAME="Node-1"'' or in otg command line. For example: 16 16 {{{ 17 17 ./otg --dsthostname=internal2 --protocol=udp --oml-name "foo" --oml-config "../etc/otg-oml-sample.xml" … … 23 23 export OML_NAME="Node-2" 24 24 }}} 25 25 The last two "export" commands can also be done in command line as shown before. 26 26 == Handling "non-virtual destructor" warning message with Gcc 4.0 == 27 27 By default, if destructor is not specified, its non-virtual,