November 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13782

          Issue ID: 13782
           Summary: gdc - fails to compile. Unrecognized option "-plugin"
           Product: D
           Version: unspecified
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P1
         Component: make
          Assignee: nobody@puremagic.com
          Reporter: garyk@acuratel.com

I have installed the following :

native_2.065_gcc4.9.0_a8ad6a6678_20140615.tar

And when I attempt to compile the "hello.d" program I get the following.

Any suggestions.

Thanks,

-gary knudsen

On Linux : CentOS release 6.5 (Final)
Linux big2 2.6.32-358.23.2.el6.x86_64 #1 SMP Wed Oct 16 18:37:12 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux

=> gdc hello.d -o hello
/usr/bin/ld: unrecognized option '-plugin'
/usr/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status

--