Changes between Initial Version and Version 1 of Ticket #42741, comment 3


Ignore:
Timestamp:
Mar 7, 2014, 9:25:51 PM (10 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42741, comment 3

    initial v1  
    66and then use the port's -k option to stop it from deleting the source files after installation completes. A suitable build command to upgrade (rebuild) an already installed port  would be
    77{{{
    8 sudo port -nsk upgrade --force grilo
     8sudo port -nsk upgrade --force grilo configure.optflags='-O0 -g'
    99}}}
     10
     11Do the same for grilo-plugins and any dependencies for which you want symbols.
    1012
    1113gdb can be then used in the normal manner.