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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"