www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13782] New: gdc - fails to compile. Unrecognized option

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)

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

--
Nov 26 2014