Linker Error: undefined reference to `internal'

jython234 via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 10 15:20:47 PDT 2016


I've tracked it down to two lines (which are the same):

private SyncLock lock = new SyncLock();

SyncLock is just an empty class which I use to construct objects 
for use in "synchronized" blocks (not sure if this is the right 
way to do this). Apparently if I move the initialization to the 
constructor there are no linker errors.


More information about the Digitalmars-d mailing list