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: [email protected]
          Reporter: [email protected]

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()

--

Reply via email to