New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 4 and Version 5 of UsingTheRightCompiler


Ignore:
Timestamp:
07/03/09 23:36:55 (4 years ago)
Author:
wiml@…
Comment:

example of actually using the setting

Legend:

Unmodified
Added
Removed
Modified
  • UsingTheRightCompiler

    v4 v5  
    8787These variables are not set for the other compilers because they do not include a Fortran compiler. 
    8888 
     89These variables can also be overridden when running a particular command. So, for example, to build openssl using the version of gcc-4.2 installed with the Developer Tools, you can run 
     90 
     91{{{ 
     92port install openssl configure.compiler=gcc-4.2 
     93}}} 
    8994 
    9095= Ports with nonstandard or nonexistent configure scripts = #nonstandard-ports