[Issue 14812] New: ld: GOT load reloc does not point to a movq instruction in nothrow void msgpack.PackerImpl!(std.array.Appender!(ubyte[]).Appender).PackerImpl.register!(some_type).register()

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 19 22:45:05 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14812

          Issue ID: 14812
           Summary: ld: GOT load reloc does not point to a movq
                    instruction in nothrow void
                    msgpack.PackerImpl!(std.array.Appender!(ubyte[]).Appen
                    der).PackerImpl.register!(some_type).register()
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: timothee.cour2 at gmail.com

I'm running into the following mysterious error:

dmd -ofsome_lib.a -lib some_d_files...
dmd -ofout -Lsome_lib.a some_file.d

ld: GOT load reloc does not point to a movq instruction in nothrow void
msgpack.PackerImpl!(std.array.Appender!(ubyte[]).Appender).PackerImpl.register!(some_type).register()

--


More information about the Digitalmars-d-bugs mailing list