Changes between Initial Version and Version 1 of Ticket #52605, comment 21


Ignore:
Timestamp:
Oct 16, 2016, 10:52:53 PM (8 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52605, comment 21

    initial v1  
    1010
    1111I was assuming that you already had a copy of the current version of gtk3 installed without the debugging symbols.  In that case, install will build but not install because
    12 it thinks, it's all ready installed.  So upgrade works in that case.  If old version or nothing installed you should use install. 
     12it thinks, it's already installed.  So upgrade works in that case.  If old version or nothing installed you should use install. 
    1313
    1414The flags are as follows:
    1515
    16 -n upgrade just this port and not its dependencies
    17 -s force a build from source; don't use archived binary if available
    18 -k don't clean after install/update if finished; this leaves the source in place for reference from gdb
    19 --force update and replace the currently installed version even if it's the same version as what I'm building
     16-n upgrade just this port and not its dependencies[[BR]]
     17-s force a build from source; don't use archived binary if available[[BR]]
     18-k don't clean after install/update if finished; this leaves the source in place for reference from gdb[[BR]]
     19--force update and replace the currently installed version even if it's the same version as what I'm building[[BR]]
    2020
    2121Of course, -g turns on debug symbols, -O0 disables all optimizations which can get in your way while debugging.  You don't want anything optimized out of existence!