------- Additional Comments From llucax at gmail dot com 2009-06-23 14:14 ------- Seeing the original bug description, I now remember how to reproduce it (it's there =).
You just have to download the DMD compiler and try to compile/link the trivial program in the bug description. The compiler is free (as in beer, but source code is available for personal use if you want to take a peek). The direct link to download the DMD 2.029 compiler is: http://ftp.digitalmars.com/dmd.2.029.zip (includes source code, Windows and Linux binaries) The compiler doesn't need installation (at least on Linux), just unpack the zip and run: dmd/linux/bin/dmd hello.d (or dmd/windows/...). This compiles hello.o and then links hello.o and libphobos.a (the D standard library) to build the executable. If you need anything else, please let me know. Thank you. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10126 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils