Changes between Initial Version and Version 1 of Ticket #40447, comment 4


Ignore:
Timestamp:
Sep 12, 2013, 9:45:36 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40447, comment 4

    initial v1  
    11Hi,
    22
    3 "/usr/bin/gcc-4.2 -v" gives:
     3`/usr/bin/gcc-4.2 -v` gives:
    44
    5 "Using built-in specs.
     5{{{
     6Using built-in specs.
    67Target: powerpc-apple-darwin9
    78Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
    89Thread model: posix
    9 gcc version 4.2.1 (Apple Inc. build 5577)"
     10gcc version 4.2.1 (Apple Inc. build 5577)
     11}}}
    1012
    11 ... & "/usr/bin/g++-4.2 -v" gives:
     13... & `/usr/bin/g++-4.2 -v` gives:
    1214
    13 "Using built-in specs.
     15{{{
     16Using built-in specs.
    1417Target: powerpc-apple-darwin9
    1518Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
    1619Thread model: posix
    17 gcc version 4.2.1 (Apple Inc. build 5577)"
     20gcc version 4.2.1 (Apple Inc. build 5577)
     21}}}
    1822
    1923Many thanks.