[Issue 2262] New: -inline breaks -lib library
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Aug 1 10:45:45 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2262
Summary: -inline breaks -lib library
Product: D
Version: 1.033
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: ShadowIce at gmx.net
When I try to build a library that uses tango.core.Array and use -inline with
dmd I get the following error when I link that library to my program:
thelib.lib(lib)
Error 42: Symbol Undefined
_D3lib33__T7IsEqualTC3lib13TestInterfaceZ7IsEqual6__initZ
I'll include a small example.
--
More information about the Digitalmars-d-bugs
mailing list