Changes between Initial Version and Version 1 of Ticket #514, comment 12


Ignore:
Timestamp:
May 15, 2012, 12:12:18 PM (12 years ago)
Author:
alan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #514, comment 12

    initial v1  
    6161
    6262This is also the case when I run make -f test.make:(
     63
     64
     65here's info of my gcc/g++:
     66
     67
     68{{{
     69matoiMac:gcc xuzhiqiang$ gcc --version
     70i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
     71Copyright (C) 2007 Free Software Foundation, Inc.
     72This is free software; see the source for copying conditions.  There is NO
     73warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     74
     75matoiMac:gcc xuzhiqiang$ g++ --version
     76i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
     77Copyright (C) 2007 Free Software Foundation, Inc.
     78This is free software; see the source for copying conditions.  There is NO
     79warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     80
     81}}}