[Issue 2001] New: multiple definition of _D6object13__va_list_tag6__initZ on X86-64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 16 07:13:33 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2001

           Summary: multiple definition of _D6object13__va_list_tag6__initZ
                    on X86-64
           Product: DGCC aka GDC
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: dvdfrdmn at users.sf.net
        ReportedBy: fawzi at gmx.ch


On X86 64 libgphobos has multiple definitions of
_D6object13__va_list_tag6__initZ both from builtins.o and object.o .
I think that this is connected with the fact that va_list is an array on
X86-64, a thing by the way that makes it impossible to have functions with
(inout va_list and ref va_list).

Also tango has this problem ( http://www.dsource.org/projects/tango/ticket/875
) and a workaround there is to simply avoid the inclusion of builtins.o


-- 



More information about the D.gnu mailing list