Changes between Initial Version and Version 1 of Ticket #38239, comment 4


Ignore:
Timestamp:
Mar 1, 2013, 2:30:39 AM (11 years ago)
Author:
adfernandes (Andrew Fernandes)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38239, comment 4

    initial v1  
    77g++-mp-4.7 -I /opt/local/include -L /opt/local/lib main.cpp -lboost_thread-mt -lboost_system-mt -o main
    88}}}
     9or
     10{{{
     11/usr/bin/clang++ -I /opt/local/include main.cpp /opt/local/lib/libboost_thread-mt.a /opt/local/lib/libboost_system-mt.a -o main
     12}}}
     13and
     14{{{
     15g++-mp-4.7 -I /opt/local/include main.cpp /opt/local/lib/libboost_thread-mt.a /opt/local/lib/libboost_system-mt.a -o main
     16}}}
    917
    1018Can you run your test program under the debugger (either `gdb` or `lldb`)?