Changes between Initial Version and Version 1 of Ticket #42741, comment 3
- Timestamp:
- Mar 7, 2014, 9:25:51 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42741, comment 3
initial v1 6 6 and 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 7 7 {{{ 8 sudo port -nsk upgrade --force grilo 8 sudo port -nsk upgrade --force grilo configure.optflags='-O0 -g' 9 9 }}} 10 11 Do the same for grilo-plugins and any dependencies for which you want symbols. 10 12 11 13 gdb can be then used in the normal manner.