[dmd-internals] [D-Programming-Language/dmd] 38461b: This should be g++, not gcc, in case gcc and g++ p...

noreply at github.com noreply at github.com
Wed Aug 24 12:05:34 PDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd

  Commit: 38461b08977698f61585fa6bc32e6b084d941c1a
      https://github.com/D-Programming-Language/dmd/commit/38461b08977698f61585fa6bc32e6b084d941c1a
  Author: David Simcha <dsimcha at gmail.com>
  Date:   2011-08-24 (Wed, 24 Aug 2011)

  Changed paths:
    M src/posix.mak

  Log Message:
  -----------
  This should be g++, not gcc, in case gcc and g++ point to completely different gcc installations as happened to me when I built and installed GDC on my Linux VM.  An installation compiled without C++ support is unlikely to know where to find the relevant C++ libraries like libstdc++.


  Commit: bb560e0c9a9d9b08acce5a857cad267a0053dc43
      https://github.com/D-Programming-Language/dmd/commit/bb560e0c9a9d9b08acce5a857cad267a0053dc43
  Author: Walter Bright <walter at walterbright.com>
  Date:   2011-08-24 (Wed, 24 Aug 2011)

  Changed paths:
    M src/posix.mak

  Log Message:
  -----------
  Merge pull request #328 from dsimcha/master

gcc -> g++


Compare: https://github.com/D-Programming-Language/dmd/compare/e8e27a4...bb560e0


More information about the dmd-internals mailing list