Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2009 23:04:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/gdc Makefile
Message-ID:  <200902172304.n1HN4vc2029173@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902172304.n1HN4vc2029173>