cvs commit: ports/lang/gdc Makefile

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 17 15:04:58 PST 2009


amdmi3      2009-02-17 23:04:57 UTC

  FreeBSD ports repository

  Modified files:
    lang/gdc             Makefile 
  Log:
  - Mark broken on 8.x - gdc fails to link anything
  
  May be tested on simple hello world:
  
  ---
  import std.stdio;
  
  int main() {
          std.stdio.writefln("Hello World!");
          std.stdio.readln;
          return 0;
  }
  ---
  gdc test.d -o test
  ---
  /usr/local/lib/gcc/i386-portbld-freebsd8.0/../../libgphobos.a(math.o)(.text+0xa45): In function `_D3std4math6tgammaFeZe':
  ../.././../gcc-4.1-20080428/libphobos/std/math.d:1136: undefined reference to `tgammal'
  ...
  
  Revision  Changes    Path
  1.36      +4 -0      ports/lang/gdc/Makefile


More information about the cvs-all mailing list