Changes between Version 17 and Version 18 of UsingTheRightCompiler


Ignore:
Timestamp:
Mar 16, 2013, 8:40:28 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

add title

Legend:

Unmodified
Added
Removed
Modified
  • UsingTheRightCompiler

    v17 v18  
    1 = Introduction = #introduction
     1= Using the Right Compiler =
     2
     3== Introduction == #introduction
    24
    35Much of the software in MacPorts is built using a C or C++ compiler,
     
    1113
    1214
    13 = The problem with the default compiler = #default-compiler
     15== The problem with the default compiler == #default-compiler
    1416
    1517The default version of gcc can be run simply as "`gcc`".
     
    5052
    5153
    52 = Selecting a different compiler = #configure-compiler
     54== Selecting a different compiler == #configure-compiler
    5355
    5456For most ports,
     
    104106These variables are not set for the other compilers because they do not include a Fortran compiler.
    105107
    106 = Ports with nonstandard or nonexistent configure scripts = #nonstandard-ports
     108== Ports with nonstandard or nonexistent configure scripts == #nonstandard-ports
    107109
    108110Setting the CC, CXX and CPP environment variables at configure time
     
    125127
    126128
    127 = How to test = #testing
     129== How to test == #testing
    128130
    129131Unless you look closely at the build output in debug mode,