www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12374] New: undefined reference to ...__initZ link error

reply d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12374

           Summary: undefined reference to ...__initZ link error
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: oivind.loe gmail.com



Breaks my current project. Applies both to 2.065 and master Tried to reduce as
much as possible. Don't know if it is a DMD or linker error.


build/test/src.boss.proc.o: In function
`_D4boss4core3con3Con84__T4sendTS4boss4proc13procworker_if25__T17MsgWorkerInitWorkTiZ17MsgWorkerInitWorkTiZ4sendMFNaNbNfiZv':
/tmp/test0/src/boss/core/con.d:6: undefined reference to
`_D4boss4proc13procworker_if25__T17MsgWorkerInitWorkTiZ17MsgWorkerInitWork6__initZ'
collect2: error: ld returned 1 exit status


Unzip and run 'make test' to reproduce

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 15 2014
parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12374




Created an attachment (id=1338)
Source and Makefile to reproduce error

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 15 2014