Changes between Version 10 and Version 11 of Old/Documentation/OTG/DebugNote


Ignore:
Timestamp:
Nov 14, 2006, 9:26:09 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Documentation/OTG/DebugNote

    v10 v11  
    1313export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./:/usr/local/lib:/usr/local/lib/oml2
    1414}}}
    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:
    1616{{{
    1717./otg --dsthostname=internal2 --protocol=udp --oml-name "foo" --oml-config "../etc/otg-oml-sample.xml"
     
    2323export OML_NAME="Node-2"
    2424}}}
    25 
     25The last two "export" commands can also be done in command line as shown before.
    2626== Handling "non-virtual destructor" warning message with Gcc 4.0 ==
    2727By default, if destructor is not specified, its non-virtual,