Changes between Version 15 and Version 16 of UsingTheRightCompiler


Ignore:
Timestamp:
Feb 19, 2013, 1:43:45 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

update some examples

Legend:

Unmodified
Added
Removed
Modified
  • UsingTheRightCompiler

    v15 v16  
    8686
    8787Compiler names beginning with "macports" use ports in MacPorts
    88 (e.g. "macports-gcc-4.2" corresponds to the gcc42 port).
     88(e.g. "macports-gcc-4.7" corresponds to the gcc47 port).
    8989So do those whose names begin with "apple"
    90 (e.g. "apple-gcc-4.0" corresponds to the apple-gcc40 port).
     90(e.g. "apple-gcc-4.2" corresponds to the apple-gcc42 port).
    9191The remaining compiler names refer to compilers installed by Xcode
    92 (e.g. "gcc-4.0" is the gcc 4.0.1 compiler installed by Xcode).
    93 Note that if you set ${configure.compiler} to a compiler provided by a MacPorts port,
     92(e.g. "gcc-4.2" is the gcc 4.2.1 compiler installed by Xcode).
     93Note that until the release of MacPorts 2.2,
     94if you set ${configure.compiler} to a compiler provided by a MacPorts port,
    9495you must also declare a library dependency on that port.
    9596